|
|
|
| 1 | 2026-06-29T19:20:44.167Z | job assigned to worker 01KWAD61KSMSGAZTS6MF65HAPY [factory aws, i-016560beca87ab57c] (queued for 44 s) |
| |
| 2 | 2026-06-29T19:20:50.950Z | starting task 0: "setup" |
| 3 | 2026-06-29T19:20:50.956Z | ++ uname -s |
| 4 | 2026-06-29T19:20:50.956Z | + kern=SunOS |
| 5 | 2026-06-29T19:20:50.956Z | + build_user=build |
| 6 | 2026-06-29T19:20:50.956Z | + build_uid=12345 |
| 7 | 2026-06-29T19:20:50.956Z | + work_dir=/work |
| 8 | 2026-06-29T19:20:50.956Z | + input_dir=/input |
| 9 | 2026-06-29T19:20:50.957Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T19:20:50.957Z | + case "$kern" in |
| 11 | 2026-06-29T19:20:50.957Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T19:20:50.957Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T19:20:52.960Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T19:20:53.047Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T19:20:53.050Z | + home_fs=zfs |
| 16 | 2026-06-29T19:20:53.050Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T19:20:53.051Z | + mkdir -p /home/build |
| 18 | 2026-06-29T19:20:53.051Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T19:20:55.051Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T19:20:55.054Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-06-29T19:20:55.060Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T19:20:55.064Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-29T19:20:55.064Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-29T19:20:55.064Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-29T19:20:55.064Z | * rust toolchain channel = "1.96.0" |
| 26 | 2026-06-29T19:20:55.065Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T19:20:55.065Z | * rust toolchain profile = "default" |
| 28 | 2026-06-29T19:20:55.067Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T19:20:55.067Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T19:20:55.172Z | info: downloading installer |
| 31 | 2026-06-29T19:20:56.555Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T19:20:56.555Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T19:20:56.555Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T19:20:56.555Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T19:20:56.568Z | info: profile set to default |
| 36 | 2026-06-29T19:20:56.568Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T19:20:56.570Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T19:20:56.714Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T19:20:56.717Z | info: downloading 6 components |
| 40 | 2026-06-29T19:21:13.979Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-29T19:21:13.979Z | |
| 42 | 2026-06-29T19:21:14.008Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T19:21:14.008Z | |
| 44 | 2026-06-29T19:21:14.008Z | |
| 45 | 2026-06-29T19:21:14.008Z | Rust is installed now. Great! |
| 46 | 2026-06-29T19:21:14.008Z | |
| 47 | 2026-06-29T19:21:14.008Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T19:21:14.008Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T19:21:14.008Z | |
| 50 | 2026-06-29T19:21:14.008Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T19:21:14.008Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T19:21:14.008Z | |
| 53 | 2026-06-29T19:21:14.008Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T19:21:14.008Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T19:21:14.008Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T19:21:14.008Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T19:21:14.008Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T19:21:14.008Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T19:21:14.008Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T19:21:14.011Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T19:21:14.011Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T19:21:14.096Z | + rustup --version |
| 63 | 2026-06-29T19:21:14.106Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T19:21:14.109Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T19:21:14.128Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T19:21:14.130Z | + cargo --version |
| 67 | 2026-06-29T19:21:14.144Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T19:21:14.147Z | + rustc --version |
| 69 | 2026-06-29T19:21:14.166Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T19:21:14.168Z | process exited: duration 19108 ms, exit code 0 |
| |
| 71 | 2026-06-29T19:21:14.174Z | starting task 2: "authentication" |
| 72 | 2026-06-29T19:21:14.191Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-29T19:21:14.202Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T19:21:14.208Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-29T19:21:14.208Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-29T19:21:14.237Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-29T19:21:25.503Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-29T19:21:25.503Z | + git fetch origin a19e40f76561cacfaeced19610030fca654e2605 |
| 79 | 2026-06-29T19:21:25.810Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-29T19:21:25.810Z | * branch a19e40f76561cacfaeced19610030fca654e2605 -> FETCH_HEAD |
| 81 | 2026-06-29T19:21:25.820Z | + [[ -n john/scrimlet-reconcilers-mgd-bgp ]] |
| 82 | 2026-06-29T19:21:25.823Z | ++ git branch --show-current |
| 83 | 2026-06-29T19:21:25.823Z | + current=main |
| 84 | 2026-06-29T19:21:25.823Z | + [[ main != john/scrimlet-reconcilers-mgd-bgp ]] |
| 85 | 2026-06-29T19:21:25.823Z | + git branch -f john/scrimlet-reconcilers-mgd-bgp a19e40f76561cacfaeced19610030fca654e2605 |
| 86 | 2026-06-29T19:21:25.826Z | + git checkout -f john/scrimlet-reconcilers-mgd-bgp |
| 87 | 2026-06-29T19:21:26.069Z | Switched to branch 'john/scrimlet-reconcilers-mgd-bgp' |
| 88 | 2026-06-29T19:21:26.072Z | + git reset --hard a19e40f76561cacfaeced19610030fca654e2605 |
| 89 | 2026-06-29T19:21:26.086Z | HEAD is now at a19e40f76 also skip unnumbered peers if parent router failed to create |
| 90 | 2026-06-29T19:21:26.089Z | process exited: duration 11888 ms, exit code 0 |
| |
| 91 | 2026-06-29T19:21:26.097Z | starting task 4: "build" |
| 92 | 2026-06-29T19:21:26.101Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-29T19:21:26.101Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-29T19:21:26.101Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-29T19:21:26.101Z | + cargo --version |
| 96 | 2026-06-29T19:21:26.111Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-29T19:21:26.115Z | + rustc --version |
| 98 | 2026-06-29T19:21:26.134Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-29T19:21:26.137Z | + source ./env.sh |
| 100 | 2026-06-29T19:21:26.137Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-29T19:21:26.137Z | ++ set -o xtrace |
| 102 | 2026-06-29T19:21:26.140Z | ++++ dirname ./env.sh |
| 103 | 2026-06-29T19:21:26.153Z | +++ readlink -f . |
| 104 | 2026-06-29T19:21:26.156Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-29T19:21:26.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-29T19:21:26.159Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-29T19:21:26.159Z | ++ 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 |
| 108 | 2026-06-29T19:21:26.159Z | ++ 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 |
| 109 | 2026-06-29T19:21:26.159Z | ++ 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 |
| 110 | 2026-06-29T19:21:26.159Z | ++ 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 |
| 111 | 2026-06-29T19:21:26.160Z | ++ 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 |
| 112 | 2026-06-29T19:21:26.160Z | ++ 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 |
| 113 | 2026-06-29T19:21:26.160Z | ++ 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 |
| 114 | 2026-06-29T19:21:26.160Z | ++ 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 |
| 115 | 2026-06-29T19:21:26.160Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-29T19:21:26.160Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-29T19:21:26.160Z | + 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 |
| 118 | 2026-06-29T19:21:26.160Z | + 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 |
| 119 | 2026-06-29T19:21:26.160Z | + banner prerequisites |
| 120 | 2026-06-29T19:21:26.160Z | |
| 121 | 2026-06-29T19:21:26.160Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-29T19:21:26.160Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-29T19:21:26.160Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-29T19:21:26.160Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-29T19:21:26.160Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-29T19:21:26.160Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-29T19:21:26.160Z | |
| 128 | 2026-06-29T19:21:26.160Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-29T19:21:27.579Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-29T19:21:27.688Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-29T19:21:28.185Z | Planning: Solver setup ... Done (0.452s) |
| 132 | 2026-06-29T19:21:28.209Z | Planning: Running solver ... Done (0.024s) |
| 133 | 2026-06-29T19:21:28.221Z | Planning: Finding local manifests ... Done (0.002s) |
| 134 | 2026-06-29T19:21:28.232Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-29T19:21:28.253Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-29T19:21:28.266Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-06-29T19:21:28.271Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-06-29T19:21:28.433Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 139 | 2026-06-29T19:21:28.438Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-29T19:21:29.234Z | Planning: Evaluating mediators ... Done (0.772s) |
| 141 | 2026-06-29T19:21:29.249Z | Planning: Planning completed in 1.50 seconds |
| 142 | 2026-06-29T19:21:29.249Z | Packages to install: 2 |
| 143 | 2026-06-29T19:21:29.249Z | Estimated space available: 156.09 GB |
| 144 | 2026-06-29T19:21:29.249Z | Estimated space to be consumed: 30.96 MB |
| 145 | 2026-06-29T19:21:29.249Z | Create boot environment: No |
| 146 | 2026-06-29T19:21:29.249Z | Create backup boot environment: No |
| 147 | 2026-06-29T19:21:29.249Z | Rebuild boot archive: No |
| 148 | 2026-06-29T19:21:29.250Z | |
| 149 | 2026-06-29T19:21:29.250Z | Changed packages: |
| 150 | 2026-06-29T19:21:29.250Z | helios |
| 151 | 2026-06-29T19:21:29.250Z | developer/build-essential |
| 152 | 2026-06-29T19:21:29.250Z | None -> 11-3.0 |
| 153 | 2026-06-29T19:21:29.250Z | library/libxmlsec1 |
| 154 | 2026-06-29T19:21:29.250Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-29T19:21:29.255Z | |
| 156 | 2026-06-29T19:21:29.255Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-29T19:21:29.947Z | Download: Completed 1.28 MB in 0.71 seconds (1.8M/s) |
| 158 | 2026-06-29T19:21:30.015Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-29T19:21:30.054Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-29T19:21:30.064Z | Finalize: Updating package state database ... Done (0.010s) |
| 161 | 2026-06-29T19:21:30.068Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-29T19:21:30.093Z | Finalize: Updating image state ... Done (0.029s) |
| 163 | 2026-06-29T19:21:32.498Z | Finalize: Creating fast lookup database ... Done (2.379s) |
| 164 | 2026-06-29T19:21:32.568Z | Finalize: Reading search index ... Done (0.013s) |
| 165 | 2026-06-29T19:21:32.571Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-29T19:21:32.704Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-29T19:21:33.022Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-29T19:21:33.125Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-29T19:21:33.128Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-29T19:21:33.281Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-29T19:21:33.284Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-06-29T19:21:33.305Z | Mediators to change: 2 |
| 173 | 2026-06-29T19:21:33.306Z | Create boot environment: No |
| 174 | 2026-06-29T19:21:33.306Z | Create backup boot environment: No |
| 175 | 2026-06-29T19:21:33.368Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-29T19:21:33.368Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-29T19:21:33.384Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-29T19:21:35.310Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-29T19:21:35.373Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-29T19:21:35.376Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-29T19:21:35.445Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-29T19:21:35.729Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-29T19:21:35.835Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-29T19:21:35.838Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-29T19:21:35.991Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-29T19:21:35.994Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-06-29T19:21:36.015Z | Mediators to change: 1 |
| 188 | 2026-06-29T19:21:36.015Z | Create boot environment: No |
| 189 | 2026-06-29T19:21:36.015Z | Create backup boot environment: No |
| 190 | 2026-06-29T19:21:36.076Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-29T19:21:36.076Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-29T19:21:36.092Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-29T19:21:38.030Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-29T19:21:38.094Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-29T19:21:38.097Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-29T19:21:38.168Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-29T19:21:38.480Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-29T19:21:38.480Z | apache system 2.4 system |
| 199 | 2026-06-29T19:21:38.480Z | clang system 15 system |
| 200 | 2026-06-29T19:21:38.481Z | csh system system illumos |
| 201 | 2026-06-29T19:21:38.481Z | ctags system system illumos |
| 202 | 2026-06-29T19:21:38.481Z | file vendor vendor darwinsys |
| 203 | 2026-06-29T19:21:38.481Z | file system system illumos |
| 204 | 2026-06-29T19:21:38.481Z | gcc vendor 14 vendor |
| 205 | 2026-06-29T19:21:38.481Z | gcc system 13 system |
| 206 | 2026-06-29T19:21:38.481Z | gcc system 10 system |
| 207 | 2026-06-29T19:21:38.481Z | go system 1.25 system |
| 208 | 2026-06-29T19:21:38.481Z | llvm system 15 system |
| 209 | 2026-06-29T19:21:38.481Z | mariadb system 11.4 system |
| 210 | 2026-06-29T19:21:38.481Z | mta vendor vendor dma |
| 211 | 2026-06-29T19:21:38.481Z | openjdk system 17 system |
| 212 | 2026-06-29T19:21:38.481Z | openjdk system 11 system |
| 213 | 2026-06-29T19:21:38.481Z | openssl vendor 3 vendor |
| 214 | 2026-06-29T19:21:38.481Z | perl system 5.40 system |
| 215 | 2026-06-29T19:21:38.481Z | postgresql system 18 system |
| 216 | 2026-06-29T19:21:38.481Z | postgresql system 17 system |
| 217 | 2026-06-29T19:21:38.481Z | python vendor 3 vendor |
| 218 | 2026-06-29T19:21:38.481Z | python system 2 system |
| 219 | 2026-06-29T19:21:38.481Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-29T19:21:38.481Z | ruby system 3.4 system |
| 221 | 2026-06-29T19:21:38.481Z | ruby system 3.0 system |
| 222 | 2026-06-29T19:21:38.481Z | words vendor vendor american-english |
| 223 | 2026-06-29T19:21:38.481Z | words system system australian-english |
| 224 | 2026-06-29T19:21:38.481Z | words system system british-english |
| 225 | 2026-06-29T19:21:38.482Z | words system system canadian-english |
| 226 | 2026-06-29T19:21:38.482Z | words system system french |
| 227 | 2026-06-29T19:21:38.482Z | words system system italian |
| 228 | 2026-06-29T19:21:38.482Z | words system system ngerman |
| 229 | 2026-06-29T19:21:38.482Z | words system system ogerman |
| 230 | 2026-06-29T19:21:38.482Z | words system system spanish |
| 231 | 2026-06-29T19:21:38.731Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-29T19:21:38.731Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-29T19:21:39.037Z | FMRI IFO |
| 234 | 2026-06-29T19:21:39.037Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-29T19:21:39.037Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-29T19:21:39.037Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-29T19:21:39.037Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-29T19:21:39.037Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-29T19:21:39.037Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-29T19:21:39.037Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-29T19:21:39.037Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-29T19:21:39.037Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-29T19:21:39.301Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-29T19:21:39.601Z | Updating crates.io index |
| 245 | 2026-06-29T19:21:39.604Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-29T19:21:39.866Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-29T19:21:40.219Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-29T19:21:40.517Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-29T19:21:41.449Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-29T19:21:41.957Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-29T19:21:43.517Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-29T19:21:44.280Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-29T19:21:44.584Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-29T19:21:45.862Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-29T19:21:46.162Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-29T19:21:46.532Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-29T19:21:46.780Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-29T19:21:47.232Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-29T19:21:47.777Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-29T19:21:47.990Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-29T19:21:48.252Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-29T19:21:48.527Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-29T19:21:48.839Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-29T19:21:49.113Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-29T19:21:49.376Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-29T19:21:49.657Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-29T19:21:50.043Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-29T19:21:50.604Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-29T19:21:50.894Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-29T19:21:51.293Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-29T19:21:51.573Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-29T19:21:51.889Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-29T19:21:52.186Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-29T19:21:52.476Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-29T19:21:52.808Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-29T19:21:53.207Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-29T19:21:53.658Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-29T19:21:53.979Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-29T19:21:54.245Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-29T19:21:54.550Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-29T19:21:54.859Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-29T19:21:55.114Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-29T19:21:55.393Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-29T19:21:55.651Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-29T19:21:58.264Z | Downloading crates ... |
| 286 | 2026-06-29T19:21:58.325Z | Downloaded colorchoice v1.0.4 |
| 287 | 2026-06-29T19:21:58.330Z | Downloaded anstream v1.0.0 |
| 288 | 2026-06-29T19:21:58.334Z | Downloaded cpufeatures v0.2.17 |
| 289 | 2026-06-29T19:21:58.337Z | Downloaded clap v4.6.1 |
| 290 | 2026-06-29T19:21:58.340Z | Downloaded generic-array v0.14.7 |
| 291 | 2026-06-29T19:21:58.343Z | Downloaded fastrand v2.3.0 |
| 292 | 2026-06-29T19:21:58.343Z | Downloaded cargo-util-schemas v0.8.2 |
| 293 | 2026-06-29T19:21:58.347Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-06-29T19:21:58.347Z | Downloaded form_urlencoded v1.2.2 |
| 295 | 2026-06-29T19:21:58.347Z | Downloaded fnv v1.0.7 |
| 296 | 2026-06-29T19:21:58.347Z | Downloaded camino v1.2.2 |
| 297 | 2026-06-29T19:21:58.350Z | Downloaded toml_datetime v0.6.11 |
| 298 | 2026-06-29T19:21:58.350Z | Downloaded textwrap v0.16.2 |
| 299 | 2026-06-29T19:21:58.350Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-06-29T19:21:58.353Z | Downloaded toml_write v0.1.2 |
| 301 | 2026-06-29T19:21:58.353Z | Downloaded icu_locale_core v2.1.1 |
| 302 | 2026-06-29T19:21:58.355Z | Downloaded cfg-if v1.0.4 |
| 303 | 2026-06-29T19:21:58.358Z | Downloaded dof v0.3.0 |
| 304 | 2026-06-29T19:21:58.358Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-06-29T19:21:58.358Z | Downloaded cargo-platform v0.2.0 |
| 306 | 2026-06-29T19:21:58.362Z | Downloaded utf8_iter v1.0.4 |
| 307 | 2026-06-29T19:21:58.362Z | Downloaded usdt-attr-macro v0.5.0 |
| 308 | 2026-06-29T19:21:58.365Z | Downloaded version_check v0.9.5 |
| 309 | 2026-06-29T19:21:58.365Z | Downloaded zerofrom-derive v0.1.6 |
| 310 | 2026-06-29T19:21:58.365Z | Downloaded zerofrom v0.1.6 |
| 311 | 2026-06-29T19:21:58.368Z | Downloaded unicode-xid v0.2.6 |
| 312 | 2026-06-29T19:21:58.368Z | Downloaded pretty-hex v0.4.1 |
| 313 | 2026-06-29T19:21:58.372Z | Downloaded usdt v0.5.0 |
| 314 | 2026-06-29T19:21:58.372Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2026-06-29T19:21:58.372Z | Downloaded typeid v1.0.3 |
| 316 | 2026-06-29T19:21:58.374Z | Downloaded stable_deref_trait v1.2.1 |
| 317 | 2026-06-29T19:21:58.374Z | Downloaded equivalent v1.0.2 |
| 318 | 2026-06-29T19:21:58.374Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-06-29T19:21:58.374Z | Downloaded displaydoc v0.2.5 |
| 320 | 2026-06-29T19:21:58.377Z | Downloaded zerocopy-derive v0.7.35 |
| 321 | 2026-06-29T19:21:58.380Z | Downloaded tinystr v0.8.2 |
| 322 | 2026-06-29T19:21:58.380Z | Downloaded thiserror v1.0.69 |
| 323 | 2026-06-29T19:21:58.383Z | Downloaded writeable v0.6.2 |
| 324 | 2026-06-29T19:21:58.385Z | Downloaded byteorder v1.5.0 |
| 325 | 2026-06-29T19:21:58.386Z | Downloaded autocfg v1.5.0 |
| 326 | 2026-06-29T19:21:58.388Z | Downloaded bytecount v0.6.9 |
| 327 | 2026-06-29T19:21:58.388Z | Downloaded anstyle-parse v1.0.0 |
| 328 | 2026-06-29T19:21:58.391Z | Downloaded yoke-derive v0.8.1 |
| 329 | 2026-06-29T19:21:58.391Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2026-06-29T19:21:58.391Z | Downloaded cargo_toml v0.21.0 |
| 331 | 2026-06-29T19:21:58.391Z | Downloaded utf8parse v0.2.2 |
| 332 | 2026-06-29T19:21:58.394Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-06-29T19:21:58.397Z | Downloaded potential_utf v0.1.4 |
| 334 | 2026-06-29T19:21:58.397Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-06-29T19:21:58.397Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-06-29T19:21:58.400Z | Downloaded clap_lex v1.0.0 |
| 337 | 2026-06-29T19:21:58.400Z | Downloaded goblin v0.8.2 |
| 338 | 2026-06-29T19:21:58.403Z | Downloaded zerovec-derive v0.11.2 |
| 339 | 2026-06-29T19:21:58.406Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-06-29T19:21:58.406Z | Downloaded swrite v0.1.0 |
| 341 | 2026-06-29T19:21:58.406Z | Downloaded zmij v1.0.21 |
| 342 | 2026-06-29T19:21:58.406Z | Downloaded yoke v0.8.1 |
| 343 | 2026-06-29T19:21:58.409Z | Downloaded thiserror-impl v1.0.69 |
| 344 | 2026-06-29T19:21:58.409Z | Downloaded heck v0.5.0 |
| 345 | 2026-06-29T19:21:58.409Z | Downloaded fs-err v3.3.0 |
| 346 | 2026-06-29T19:21:58.409Z | Downloaded tabled_derive v0.7.0 |
| 347 | 2026-06-29T19:21:58.412Z | Downloaded strsim v0.11.1 |
| 348 | 2026-06-29T19:21:58.412Z | Downloaded scroll_derive v0.12.1 |
| 349 | 2026-06-29T19:21:58.412Z | Downloaded is_terminal_polyfill v1.70.2 |
| 350 | 2026-06-29T19:21:58.412Z | Downloaded percent-encoding v2.3.2 |
| 351 | 2026-06-29T19:21:58.415Z | Downloaded cargo_metadata v0.21.0 |
| 352 | 2026-06-29T19:21:58.415Z | Downloaded toml v0.8.23 |
| 353 | 2026-06-29T19:21:58.415Z | Downloaded digest v0.10.7 |
| 354 | 2026-06-29T19:21:58.418Z | Downloaded camino-tempfile v1.4.1 |
| 355 | 2026-06-29T19:21:58.418Z | Downloaded getrandom v0.4.1 |
| 356 | 2026-06-29T19:21:58.421Z | Downloaded usdt-impl v0.5.0 |
| 357 | 2026-06-29T19:21:58.421Z | Downloaded itoa v1.0.17 |
| 358 | 2026-06-29T19:21:58.421Z | Downloaded thiserror-impl v2.0.18 |
| 359 | 2026-06-29T19:21:58.424Z | Downloaded macaddr v1.0.1 |
| 360 | 2026-06-29T19:21:58.426Z | Downloaded smawk v0.3.2 |
| 361 | 2026-06-29T19:21:58.429Z | Downloaded typenum v1.19.0 |
| 362 | 2026-06-29T19:21:58.432Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-06-29T19:21:58.434Z | Downloaded errno v0.3.14 |
| 364 | 2026-06-29T19:21:58.434Z | Downloaded block-buffer v0.10.4 |
| 365 | 2026-06-29T19:21:58.434Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-06-29T19:21:58.438Z | Downloaded unicode-ident v1.0.24 |
| 367 | 2026-06-29T19:21:58.441Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-06-29T19:21:58.444Z | Downloaded url v2.5.8 |
| 369 | 2026-06-29T19:21:58.444Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-06-29T19:21:58.447Z | Downloaded heck v0.4.1 |
| 371 | 2026-06-29T19:21:58.447Z | Downloaded serde-value v0.7.0 |
| 372 | 2026-06-29T19:21:58.447Z | Downloaded memmap v0.7.0 |
| 373 | 2026-06-29T19:21:58.449Z | Downloaded proc-macro-error-attr v1.0.4 |
| 374 | 2026-06-29T19:21:58.449Z | Downloaded plain v0.2.3 |
| 375 | 2026-06-29T19:21:58.452Z | Downloaded zerovec v0.11.5 |
| 376 | 2026-06-29T19:21:58.455Z | Downloaded anstyle v1.0.14 |
| 377 | 2026-06-29T19:21:58.458Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-06-29T19:21:58.458Z | Downloaded quote v1.0.45 |
| 379 | 2026-06-29T19:21:58.482Z | Downloaded zerocopy v0.7.35 |
| 380 | 2026-06-29T19:21:58.482Z | Downloaded serde-untagged v0.1.9 |
| 381 | 2026-06-29T19:21:58.482Z | Downloaded winnow v0.7.14 |
| 382 | 2026-06-29T19:21:58.484Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-06-29T19:21:58.487Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-06-29T19:21:58.490Z | Downloaded sha2 v0.10.9 |
| 385 | 2026-06-29T19:21:58.490Z | Downloaded serde_tokenstream v0.2.3 |
| 386 | 2026-06-29T19:21:58.493Z | Downloaded scroll v0.12.0 |
| 387 | 2026-06-29T19:21:58.493Z | Downloaded erased-serde v0.4.9 |
| 388 | 2026-06-29T19:21:58.496Z | Downloaded pest_derive v2.8.6 |
| 389 | 2026-06-29T19:21:58.498Z | Downloaded bitflags v2.11.0 |
| 390 | 2026-06-29T19:21:58.501Z | Downloaded once_cell v1.21.3 |
| 391 | 2026-06-29T19:21:58.501Z | Downloaded log v0.4.29 |
| 392 | 2026-06-29T19:21:58.504Z | Downloaded litemap v0.8.1 |
| 393 | 2026-06-29T19:21:58.506Z | Downloaded clap_derive v4.6.1 |
| 394 | 2026-06-29T19:21:58.511Z | Downloaded pest_generator v2.8.6 |
| 395 | 2026-06-29T19:21:58.514Z | Downloaded tempfile v3.25.0 |
| 396 | 2026-06-29T19:21:58.518Z | Downloaded anyhow v1.0.102 |
| 397 | 2026-06-29T19:21:58.525Z | Downloaded semver v1.0.28 |
| 398 | 2026-06-29T19:21:58.531Z | Downloaded papergrid v0.11.0 |
| 399 | 2026-06-29T19:21:58.533Z | Downloaded icu_provider v2.1.1 |
| 400 | 2026-06-29T19:21:58.536Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-06-29T19:21:58.536Z | Downloaded proc-macro-error v1.0.4 |
| 402 | 2026-06-29T19:21:58.539Z | Downloaded num-traits v0.2.19 |
| 403 | 2026-06-29T19:21:58.542Z | Downloaded smallvec v1.15.1 |
| 404 | 2026-06-29T19:21:58.547Z | Downloaded serde_core v1.0.228 |
| 405 | 2026-06-29T19:21:58.552Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-06-29T19:21:58.568Z | Downloaded icu_properties v2.1.2 |
| 407 | 2026-06-29T19:21:58.573Z | Downloaded serde v1.0.228 |
| 408 | 2026-06-29T19:21:58.576Z | Downloaded pest_meta v2.8.6 |
| 409 | 2026-06-29T19:21:58.579Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-29T19:21:58.582Z | Downloaded icu_collections v2.1.1 |
| 411 | 2026-06-29T19:21:58.584Z | Downloaded icu_normalizer_data v2.1.1 |
| 412 | 2026-06-29T19:21:58.587Z | Downloaded icu_normalizer v2.1.1 |
| 413 | 2026-06-29T19:21:58.596Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-06-29T19:21:58.603Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-06-29T19:21:58.609Z | Downloaded pest v2.8.6 |
| 416 | 2026-06-29T19:21:58.615Z | Downloaded idna v1.1.0 |
| 417 | 2026-06-29T19:21:58.624Z | Downloaded icu_properties_data v2.1.2 |
| 418 | 2026-06-29T19:21:58.629Z | Downloaded serde_json v1.0.150 |
| 419 | 2026-06-29T19:21:58.633Z | Downloaded clap_builder v4.6.0 |
| 420 | 2026-06-29T19:21:58.653Z | Downloaded syn v1.0.109 |
| 421 | 2026-06-29T19:21:58.660Z | Downloaded tabled v0.15.0 |
| 422 | 2026-06-29T19:21:58.672Z | Downloaded syn v2.0.117 |
| 423 | 2026-06-29T19:21:58.678Z | Downloaded rustix v1.1.3 |
| 424 | 2026-06-29T19:21:58.710Z | Downloaded libc v0.2.185 |
| 425 | 2026-06-29T19:21:58.777Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-06-29T19:21:58.777Z | Compiling quote v1.0.45 |
| 427 | 2026-06-29T19:21:58.777Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-06-29T19:21:58.777Z | Compiling serde_core v1.0.228 |
| 429 | 2026-06-29T19:21:58.778Z | Compiling libc v0.2.185 |
| 430 | 2026-06-29T19:21:58.780Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-29T19:21:58.780Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-29T19:21:58.780Z | Compiling stable_deref_trait v1.2.1 |
| 433 | 2026-06-29T19:21:59.074Z | Compiling serde v1.0.228 |
| 434 | 2026-06-29T19:21:59.093Z | Compiling zmij v1.0.21 |
| 435 | 2026-06-29T19:21:59.321Z | Compiling itoa v1.0.17 |
| 436 | 2026-06-29T19:21:59.338Z | Compiling ucd-trie v0.1.7 |
| 437 | 2026-06-29T19:21:59.496Z | Compiling autocfg v1.5.0 |
| 438 | 2026-06-29T19:21:59.595Z | Compiling thiserror v1.0.69 |
| 439 | 2026-06-29T19:21:59.647Z | Compiling pest v2.8.6 |
| 440 | 2026-06-29T19:21:59.698Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-29T19:21:59.757Z | Compiling litemap v0.8.1 |
| 442 | 2026-06-29T19:21:59.908Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-06-29T19:21:59.921Z | Compiling byteorder v1.5.0 |
| 444 | 2026-06-29T19:22:00.089Z | Compiling rustix v1.1.3 |
| 445 | 2026-06-29T19:22:00.158Z | Compiling icu_normalizer_data v2.1.1 |
| 446 | 2026-06-29T19:22:00.300Z | Compiling syn v2.0.117 |
| 447 | 2026-06-29T19:22:00.329Z | Compiling errno v0.3.14 |
| 448 | 2026-06-29T19:22:00.359Z | Compiling serde_json v1.0.150 |
| 449 | 2026-06-29T19:22:00.395Z | Compiling bitflags v2.11.0 |
| 450 | 2026-06-29T19:22:00.577Z | Compiling num-traits v0.2.19 |
| 451 | 2026-06-29T19:22:00.611Z | Compiling typeid v1.0.3 |
| 452 | 2026-06-29T19:22:00.690Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-06-29T19:22:00.761Z | Compiling equivalent v1.0.2 |
| 454 | 2026-06-29T19:22:00.852Z | Compiling hashbrown v0.17.0 |
| 455 | 2026-06-29T19:22:00.919Z | Compiling smallvec v1.15.1 |
| 456 | 2026-06-29T19:22:01.140Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-29T19:22:01.221Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-06-29T19:22:01.239Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-06-29T19:22:01.272Z | Compiling winnow v0.7.14 |
| 460 | 2026-06-29T19:22:01.396Z | Compiling indexmap v2.14.0 |
| 461 | 2026-06-29T19:22:01.413Z | Compiling erased-serde v0.4.9 |
| 462 | 2026-06-29T19:22:01.446Z | Compiling syn v1.0.109 |
| 463 | 2026-06-29T19:22:01.680Z | Compiling toml_write v0.1.2 |
| 464 | 2026-06-29T19:22:01.991Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-06-29T19:22:02.018Z | Compiling getrandom v0.4.1 |
| 466 | 2026-06-29T19:22:02.181Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-29T19:22:02.305Z | Compiling plain v0.2.3 |
| 468 | 2026-06-29T19:22:02.382Z | Compiling log v0.4.29 |
| 469 | 2026-06-29T19:22:02.468Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-29T19:22:02.598Z | Compiling percent-encoding v2.3.2 |
| 471 | 2026-06-29T19:22:02.696Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-06-29T19:22:02.696Z | Compiling camino v1.2.2 |
| 473 | 2026-06-29T19:22:02.696Z | Compiling anstyle-parse v1.0.0 |
| 474 | 2026-06-29T19:22:03.166Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-06-29T19:22:03.166Z | Compiling ordered-float v2.10.1 |
| 476 | 2026-06-29T19:22:03.170Z | Compiling synstructure v0.13.2 |
| 477 | 2026-06-29T19:22:03.170Z | Compiling pest_generator v2.8.6 |
| 478 | 2026-06-29T19:22:03.171Z | Compiling terminal_size v0.4.3 |
| 479 | 2026-06-29T19:22:03.171Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-29T19:22:03.191Z | Compiling anstyle-query v1.1.5 |
| 481 | 2026-06-29T19:22:03.257Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-06-29T19:22:03.275Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-06-29T19:22:03.306Z | Compiling pretty-hex v0.4.1 |
| 484 | 2026-06-29T19:22:03.333Z | Compiling anstyle v1.0.14 |
| 485 | 2026-06-29T19:22:03.379Z | Compiling serde-untagged v0.1.9 |
| 486 | 2026-06-29T19:22:03.515Z | Compiling anstream v1.0.0 |
| 487 | 2026-06-29T19:22:03.547Z | Compiling semver v1.0.28 |
| 488 | 2026-06-29T19:22:03.638Z | Compiling fs-err v3.3.0 |
| 489 | 2026-06-29T19:22:03.654Z | Compiling anyhow v1.0.102 |
| 490 | 2026-06-29T19:22:03.848Z | Compiling bytecount v0.6.9 |
| 491 | 2026-06-29T19:22:03.860Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-29T19:22:03.881Z | Compiling clap_lex v1.0.0 |
| 493 | 2026-06-29T19:22:03.939Z | Compiling heck v0.4.1 |
| 494 | 2026-06-29T19:22:03.969Z | Compiling strsim v0.11.1 |
| 495 | 2026-06-29T19:22:04.004Z | Compiling unicode-xid v0.2.6 |
| 496 | 2026-06-29T19:22:04.117Z | Compiling heck v0.5.0 |
| 497 | 2026-06-29T19:22:04.120Z | Compiling once_cell v1.21.3 |
| 498 | 2026-06-29T19:22:04.149Z | Compiling fastrand v2.3.0 |
| 499 | 2026-06-29T19:22:04.314Z | Compiling fnv v1.0.7 |
| 500 | 2026-06-29T19:22:04.346Z | Compiling tempfile v3.25.0 |
| 501 | 2026-06-29T19:22:04.376Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-06-29T19:22:04.410Z | Compiling papergrid v0.11.0 |
| 503 | 2026-06-29T19:22:04.542Z | Compiling memmap v0.7.0 |
| 504 | 2026-06-29T19:22:04.561Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-06-29T19:22:04.637Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-06-29T19:22:04.723Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-06-29T19:22:04.743Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-06-29T19:22:04.997Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-06-29T19:22:05.749Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-06-29T19:22:05.834Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-06-29T19:22:05.852Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-06-29T19:22:05.876Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-06-29T19:22:06.004Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-06-29T19:22:06.139Z | Compiling yoke v0.8.1 |
| 515 | 2026-06-29T19:22:06.291Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-29T19:22:06.357Z | Compiling zerovec v0.11.5 |
| 517 | 2026-06-29T19:22:06.538Z | Compiling zerotrie v0.2.3 |
| 518 | 2026-06-29T19:22:06.717Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-06-29T19:22:06.841Z | Compiling tinystr v0.8.2 |
| 520 | 2026-06-29T19:22:06.860Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-06-29T19:22:07.029Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-06-29T19:22:07.050Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-06-29T19:22:07.106Z | Compiling dtrace-parser v0.2.0 |
| 524 | 2026-06-29T19:22:07.272Z | Compiling scroll v0.12.0 |
| 525 | 2026-06-29T19:22:07.369Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-06-29T19:22:07.432Z | Compiling clap_derive v4.6.1 |
| 527 | 2026-06-29T19:22:07.551Z | Compiling goblin v0.8.2 |
| 528 | 2026-06-29T19:22:07.718Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-06-29T19:22:07.841Z | Compiling unicode-linebreak v0.1.5 |
| 530 | 2026-06-29T19:22:07.913Z | Compiling unicode-width v0.2.0 |
| 531 | 2026-06-29T19:22:07.986Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-06-29T19:22:08.016Z | Compiling icu_properties v2.1.2 |
| 533 | 2026-06-29T19:22:08.049Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-06-29T19:22:08.086Z | Compiling toml_datetime v0.6.11 |
| 535 | 2026-06-29T19:22:08.225Z | Compiling dof v0.3.0 |
| 536 | 2026-06-29T19:22:08.242Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-06-29T19:22:08.339Z | Compiling toml_edit v0.22.27 |
| 538 | 2026-06-29T19:22:08.410Z | Compiling serde-value v0.7.0 |
| 539 | 2026-06-29T19:22:08.579Z | Compiling cargo-platform v0.2.0 |
| 540 | 2026-06-29T19:22:08.624Z | Compiling smawk v0.3.2 |
| 541 | 2026-06-29T19:22:08.768Z | Compiling textwrap v0.16.2 |
| 542 | 2026-06-29T19:22:08.786Z | Compiling tabled v0.15.0 |
| 543 | 2026-06-29T19:22:08.855Z | Compiling macaddr v1.0.1 |
| 544 | 2026-06-29T19:22:09.090Z | Compiling idna_adapter v1.2.1 |
| 545 | 2026-06-29T19:22:09.173Z | Compiling usdt-macro v0.5.0 |
| 546 | 2026-06-29T19:22:09.241Z | Compiling idna v1.1.0 |
| 547 | 2026-06-29T19:22:09.244Z | Compiling usdt-attr-macro v0.5.0 |
| 548 | 2026-06-29T19:22:09.273Z | Compiling clap v4.6.1 |
| 549 | 2026-06-29T19:22:09.357Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-06-29T19:22:09.598Z | Compiling url v2.5.8 |
| 551 | 2026-06-29T19:22:09.803Z | Compiling toml v0.8.23 |
| 552 | 2026-06-29T19:22:09.808Z | Compiling swrite v0.1.0 |
| 553 | 2026-06-29T19:22:09.924Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-29T19:22:10.175Z | Compiling cargo-util-schemas v0.8.2 |
| 555 | 2026-06-29T19:22:10.217Z | Compiling cargo_toml v0.21.0 |
| 556 | 2026-06-29T19:22:10.707Z | Compiling usdt v0.5.0 |
| 557 | 2026-06-29T19:22:11.087Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-06-29T19:22:12.006Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-06-29T19:22:14.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s |
| 560 | 2026-06-29T19:22:14.299Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-06-29T19:22:14.801Z | Downloading crates ... |
| 562 | 2026-06-29T19:22:14.932Z | Downloaded critical-section v1.2.0 |
| 563 | 2026-06-29T19:22:14.935Z | Downloaded ascii-canvas v3.0.0 |
| 564 | 2026-06-29T19:22:14.938Z | Downloaded atomic-waker v1.1.2 |
| 565 | 2026-06-29T19:22:14.938Z | Downloaded adler2 v2.0.1 |
| 566 | 2026-06-29T19:22:14.940Z | Downloaded atty v0.2.14 |
| 567 | 2026-06-29T19:22:14.940Z | Downloaded async-stream-impl v0.3.6 |
| 568 | 2026-06-29T19:22:14.940Z | Downloaded defmt v1.0.1 |
| 569 | 2026-06-29T19:22:14.943Z | Downloaded dirs-next v2.0.0 |
| 570 | 2026-06-29T19:22:14.943Z | Downloaded cpufeatures v0.3.0 |
| 571 | 2026-06-29T19:22:14.946Z | Downloaded async-recursion v1.1.1 |
| 572 | 2026-06-29T19:22:14.949Z | Downloaded atomicwrites v0.4.4 |
| 573 | 2026-06-29T19:22:14.949Z | Downloaded array-init v0.0.4 |
| 574 | 2026-06-29T19:22:14.949Z | Downloaded downcast-rs v2.0.2 |
| 575 | 2026-06-29T19:22:14.958Z | Downloaded async-stream v0.3.6 |
| 576 | 2026-06-29T19:22:14.960Z | Downloaded darling_macro v0.13.4 |
| 577 | 2026-06-29T19:22:14.960Z | Downloaded crunchy v0.2.4 |
| 578 | 2026-06-29T19:22:14.963Z | Downloaded crypto-common v0.2.2 |
| 579 | 2026-06-29T19:22:14.963Z | Downloaded display-error-chain v0.2.2 |
| 580 | 2026-06-29T19:22:14.966Z | Downloaded aead v0.5.2 |
| 581 | 2026-06-29T19:22:14.968Z | Downloaded corncobs v0.1.4 |
| 582 | 2026-06-29T19:22:14.969Z | Downloaded debug-ignore v1.0.5 |
| 583 | 2026-06-29T19:22:14.971Z | Downloaded blowfish v0.9.1 |
| 584 | 2026-06-29T19:22:14.971Z | Downloaded anstyle-parse v0.2.7 |
| 585 | 2026-06-29T19:22:14.971Z | Downloaded bit-set v0.5.3 |
| 586 | 2026-06-29T19:22:14.974Z | Downloaded arrayref v0.3.9 |
| 587 | 2026-06-29T19:22:14.975Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 588 | 2026-06-29T19:22:14.977Z | Downloaded ciborium-io v0.2.2 |
| 589 | 2026-06-29T19:22:14.980Z | Downloaded defmt-parser v1.0.0 |
| 590 | 2026-06-29T19:22:14.988Z | Downloaded derive_builder_macro v0.20.2 |
| 591 | 2026-06-29T19:22:15.011Z | Downloaded block-buffer v0.12.1 |
| 592 | 2026-06-29T19:22:15.011Z | Downloaded cstr-argument v0.1.2 |
| 593 | 2026-06-29T19:22:15.011Z | Downloaded bcs v0.1.6 |
| 594 | 2026-06-29T19:22:15.011Z | Downloaded async-trait v0.1.89 |
| 595 | 2026-06-29T19:22:15.011Z | Downloaded base16ct v0.2.0 |
| 596 | 2026-06-29T19:22:15.011Z | Downloaded argon2 v0.5.3 |
| 597 | 2026-06-29T19:22:15.011Z | Downloaded arrayvec v0.7.6 |
| 598 | 2026-06-29T19:22:15.011Z | Downloaded filetime v0.2.27 |
| 599 | 2026-06-29T19:22:15.012Z | Downloaded derive-ex v0.1.8 |
| 600 | 2026-06-29T19:22:15.012Z | Downloaded darling v0.13.4 |
| 601 | 2026-06-29T19:22:15.012Z | Downloaded base64ct v1.8.3 |
| 602 | 2026-06-29T19:22:15.012Z | Downloaded darling_macro v0.21.3 |
| 603 | 2026-06-29T19:22:15.012Z | Downloaded crc8 v0.1.1 |
| 604 | 2026-06-29T19:22:15.012Z | Downloaded crossbeam-epoch v0.9.18 |
| 605 | 2026-06-29T19:22:15.012Z | Downloaded embedded-io v0.4.0 |
| 606 | 2026-06-29T19:22:15.015Z | Downloaded darling v0.20.11 |
| 607 | 2026-06-29T19:22:15.015Z | Downloaded env_filter v1.0.0 |
| 608 | 2026-06-29T19:22:15.015Z | Downloaded bb8 v0.8.6 |
| 609 | 2026-06-29T19:22:15.015Z | Downloaded bit-set v0.8.0 |
| 610 | 2026-06-29T19:22:15.018Z | Downloaded crc-catalog v2.4.0 |
| 611 | 2026-06-29T19:22:15.018Z | Downloaded cargo_metadata v0.23.1 |
| 612 | 2026-06-29T19:22:15.018Z | Downloaded bit-vec v0.8.0 |
| 613 | 2026-06-29T19:22:15.022Z | Downloaded anstream v0.6.21 |
| 614 | 2026-06-29T19:22:15.024Z | Downloaded defmt v0.3.100 |
| 615 | 2026-06-29T19:22:15.024Z | Downloaded darling_macro v0.20.11 |
| 616 | 2026-06-29T19:22:15.024Z | Downloaded crucible-workspace-hack v0.1.0 |
| 617 | 2026-06-29T19:22:15.029Z | Downloaded dunce v1.0.5 |
| 618 | 2026-06-29T19:22:15.029Z | Downloaded darling_macro v0.23.0 |
| 619 | 2026-06-29T19:22:15.029Z | Downloaded backoff v0.4.0 |
| 620 | 2026-06-29T19:22:15.032Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 621 | 2026-06-29T19:22:15.037Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 622 | 2026-06-29T19:22:15.038Z | Downloaded convert_case v0.4.0 |
| 623 | 2026-06-29T19:22:15.038Z | Downloaded cobs v0.3.0 |
| 624 | 2026-06-29T19:22:15.041Z | Downloaded blake2 v0.10.6 |
| 625 | 2026-06-29T19:22:15.043Z | Downloaded async-bb8-diesel v0.2.1 |
| 626 | 2026-06-29T19:22:15.044Z | Downloaded ctr v0.9.2 |
| 627 | 2026-06-29T19:22:15.046Z | Downloaded derive-where v1.6.0 |
| 628 | 2026-06-29T19:22:15.046Z | Downloaded darling v0.23.0 |
| 629 | 2026-06-29T19:22:15.049Z | Downloaded darling_core v0.13.4 |
| 630 | 2026-06-29T19:22:15.053Z | Downloaded float-ord v0.3.2 |
| 631 | 2026-06-29T19:22:15.056Z | Downloaded block-padding v0.3.3 |
| 632 | 2026-06-29T19:22:15.056Z | Downloaded bitfield-macros v0.19.4 |
| 633 | 2026-06-29T19:22:15.056Z | Downloaded bitfield-struct v0.6.2 |
| 634 | 2026-06-29T19:22:15.062Z | Downloaded cargo-platform v0.3.2 |
| 635 | 2026-06-29T19:22:15.065Z | Downloaded bit-vec v0.6.3 |
| 636 | 2026-06-29T19:22:15.065Z | Downloaded difflib v0.4.0 |
| 637 | 2026-06-29T19:22:15.065Z | Downloaded float-cmp v0.10.0 |
| 638 | 2026-06-29T19:22:15.065Z | Downloaded enum-as-inner v0.6.1 |
| 639 | 2026-06-29T19:22:15.069Z | Downloaded dof v0.4.0 |
| 640 | 2026-06-29T19:22:15.071Z | Downloaded foreign-types v0.3.2 |
| 641 | 2026-06-29T19:22:15.075Z | Downloaded dtrace-parser v0.3.0 |
| 642 | 2026-06-29T19:22:15.078Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 643 | 2026-06-29T19:22:15.078Z | Downloaded fd-lock v4.0.4 |
| 644 | 2026-06-29T19:22:15.081Z | Downloaded dirs-sys-next v0.1.2 |
| 645 | 2026-06-29T19:22:15.081Z | Downloaded foreign-types-macros v0.2.3 |
| 646 | 2026-06-29T19:22:15.083Z | Downloaded compression-core v0.4.31 |
| 647 | 2026-06-29T19:22:15.083Z | Downloaded cfg_aliases v0.2.1 |
| 648 | 2026-06-29T19:22:15.083Z | Downloaded foreign-types v0.5.0 |
| 649 | 2026-06-29T19:22:15.086Z | Downloaded const_format_proc_macros v0.2.34 |
| 650 | 2026-06-29T19:22:15.086Z | Downloaded ciborium-ll v0.2.2 |
| 651 | 2026-06-29T19:22:15.086Z | Downloaded embedded-io v0.6.1 |
| 652 | 2026-06-29T19:22:15.089Z | Downloaded flagset v0.4.7 |
| 653 | 2026-06-29T19:22:15.089Z | Downloaded crossbeam-deque v0.8.6 |
| 654 | 2026-06-29T19:22:15.092Z | Downloaded cookie v0.18.1 |
| 655 | 2026-06-29T19:22:15.092Z | Downloaded colored v2.2.0 |
| 656 | 2026-06-29T19:22:15.095Z | Downloaded erased-serde v0.3.31 |
| 657 | 2026-06-29T19:22:15.095Z | Downloaded defmt-macros v1.0.1 |
| 658 | 2026-06-29T19:22:15.098Z | Downloaded assert_matches v1.5.0 |
| 659 | 2026-06-29T19:22:15.098Z | Downloaded dsl_auto_type v0.2.0 |
| 660 | 2026-06-29T19:22:15.098Z | Downloaded fixedbitset v0.4.2 |
| 661 | 2026-06-29T19:22:15.101Z | Downloaded dyn-clone v1.0.20 |
| 662 | 2026-06-29T19:22:15.101Z | Downloaded document-features v0.2.12 |
| 663 | 2026-06-29T19:22:15.101Z | Downloaded endian-type v0.1.2 |
| 664 | 2026-06-29T19:22:15.109Z | Downloaded derive_builder v0.20.2 |
| 665 | 2026-06-29T19:22:15.112Z | Downloaded foreign-types-shared v0.1.1 |
| 666 | 2026-06-29T19:22:15.112Z | Downloaded funty v2.0.0 |
| 667 | 2026-06-29T19:22:15.112Z | Downloaded fixedbitset v0.5.7 |
| 668 | 2026-06-29T19:22:15.114Z | Downloaded ff v0.13.1 |
| 669 | 2026-06-29T19:22:15.114Z | Downloaded der_derive v0.7.3 |
| 670 | 2026-06-29T19:22:15.117Z | Downloaded crc v3.4.0 |
| 671 | 2026-06-29T19:22:15.122Z | Downloaded foreign-types-shared v0.3.1 |
| 672 | 2026-06-29T19:22:15.122Z | Downloaded daft v0.1.7 |
| 673 | 2026-06-29T19:22:15.122Z | Downloaded fxhash v0.2.1 |
| 674 | 2026-06-29T19:22:15.122Z | Downloaded futures-macro v0.3.32 |
| 675 | 2026-06-29T19:22:15.125Z | Downloaded csv-core v0.1.13 |
| 676 | 2026-06-29T19:22:15.130Z | Downloaded git-stub v1.0.0 |
| 677 | 2026-06-29T19:22:15.135Z | Downloaded hash32 v0.2.1 |
| 678 | 2026-06-29T19:22:15.135Z | Downloaded ghash v0.5.1 |
| 679 | 2026-06-29T19:22:15.135Z | Downloaded futures-io v0.3.32 |
| 680 | 2026-06-29T19:22:15.135Z | Downloaded cfg_aliases v0.1.1 |
| 681 | 2026-06-29T19:22:15.135Z | Downloaded gethostname v0.5.0 |
| 682 | 2026-06-29T19:22:15.135Z | Downloaded futures-task v0.3.32 |
| 683 | 2026-06-29T19:22:15.138Z | Downloaded derive_builder_core v0.20.2 |
| 684 | 2026-06-29T19:22:15.142Z | Downloaded ena v0.14.4 |
| 685 | 2026-06-29T19:22:15.145Z | Downloaded hash32 v0.3.1 |
| 686 | 2026-06-29T19:22:15.145Z | Downloaded base64 v0.21.7 |
| 687 | 2026-06-29T19:22:15.145Z | Downloaded fallible-iterator v0.2.0 |
| 688 | 2026-06-29T19:22:15.148Z | Downloaded env_logger v0.11.9 |
| 689 | 2026-06-29T19:22:15.148Z | Downloaded diesel-dtrace v0.5.0 |
| 690 | 2026-06-29T19:22:15.151Z | Downloaded ar_archive_writer v0.5.1 |
| 691 | 2026-06-29T19:22:15.151Z | Downloaded foldhash v0.1.5 |
| 692 | 2026-06-29T19:22:15.154Z | Downloaded find-msvc-tools v0.1.9 |
| 693 | 2026-06-29T19:22:15.154Z | Downloaded globwalk v0.9.1 |
| 694 | 2026-06-29T19:22:15.154Z | Downloaded castaway v0.2.4 |
| 695 | 2026-06-29T19:22:15.157Z | Downloaded camino-tempfile-ext v0.3.3 |
| 696 | 2026-06-29T19:22:15.157Z | Downloaded ahash v0.8.12 |
| 697 | 2026-06-29T19:22:15.160Z | Downloaded ecdsa v0.16.9 |
| 698 | 2026-06-29T19:22:15.160Z | Downloaded bitflags v1.3.2 |
| 699 | 2026-06-29T19:22:15.163Z | Downloaded compression-codecs v0.4.37 |
| 700 | 2026-06-29T19:22:15.163Z | Downloaded futures-sink v0.3.32 |
| 701 | 2026-06-29T19:22:15.166Z | Downloaded des v0.8.1 |
| 702 | 2026-06-29T19:22:15.166Z | Downloaded hex-literal v0.4.1 |
| 703 | 2026-06-29T19:22:15.166Z | Downloaded hex v0.4.3 |
| 704 | 2026-06-29T19:22:15.170Z | Downloaded hostname v0.4.2 |
| 705 | 2026-06-29T19:22:15.170Z | Downloaded data-encoding v2.10.0 |
| 706 | 2026-06-29T19:22:15.172Z | Downloaded daft-derive v0.1.7 |
| 707 | 2026-06-29T19:22:15.175Z | Downloaded futures-core v0.3.32 |
| 708 | 2026-06-29T19:22:15.175Z | Downloaded bitfield v0.19.4 |
| 709 | 2026-06-29T19:22:15.175Z | Downloaded home v0.5.12 |
| 710 | 2026-06-29T19:22:15.175Z | Downloaded either v1.15.0 |
| 711 | 2026-06-29T19:22:15.179Z | Downloaded cbc v0.1.2 |
| 712 | 2026-06-29T19:22:15.182Z | Downloaded http-range v0.1.5 |
| 713 | 2026-06-29T19:22:15.182Z | Downloaded convert_case v0.10.0 |
| 714 | 2026-06-29T19:22:15.182Z | Downloaded http-body v1.0.1 |
| 715 | 2026-06-29T19:22:15.188Z | Downloaded hubpack_derive v0.1.1 |
| 716 | 2026-06-29T19:22:15.193Z | Downloaded constant_time_eq v0.4.2 |
| 717 | 2026-06-29T19:22:15.193Z | Downloaded cipher v0.4.4 |
| 718 | 2026-06-29T19:22:15.195Z | Downloaded cancel-safe-futures v0.1.5 |
| 719 | 2026-06-29T19:22:15.195Z | Downloaded bzip2 v0.4.4 |
| 720 | 2026-06-29T19:22:15.195Z | Downloaded byte-wrapper v0.1.0 |
| 721 | 2026-06-29T19:22:15.199Z | Downloaded fs-err v2.11.0 |
| 722 | 2026-06-29T19:22:15.199Z | Downloaded cmake v0.1.57 |
| 723 | 2026-06-29T19:22:15.199Z | Downloaded crc32fast v1.5.0 |
| 724 | 2026-06-29T19:22:15.202Z | Downloaded dropshot_endpoint v0.17.1 |
| 725 | 2026-06-29T19:22:15.202Z | Downloaded cexpr v0.6.0 |
| 726 | 2026-06-29T19:22:15.205Z | Downloaded cassowary v0.3.0 |
| 727 | 2026-06-29T19:22:15.211Z | Downloaded hubpack v0.1.2 |
| 728 | 2026-06-29T19:22:15.211Z | Downloaded ident_case v1.0.1 |
| 729 | 2026-06-29T19:22:15.211Z | Downloaded futures-executor v0.3.32 |
| 730 | 2026-06-29T19:22:15.213Z | Downloaded bzip2 v0.6.1 |
| 731 | 2026-06-29T19:22:15.214Z | Downloaded illumos-nvpair v0.3.0 |
| 732 | 2026-06-29T19:22:15.214Z | Downloaded fs_extra v1.3.0 |
| 733 | 2026-06-29T19:22:15.214Z | Downloaded headers-core v0.3.0 |
| 734 | 2026-06-29T19:22:15.216Z | Downloaded indoc v1.0.9 |
| 735 | 2026-06-29T19:22:15.216Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 736 | 2026-06-29T19:22:15.219Z | Downloaded inout v0.1.4 |
| 737 | 2026-06-29T19:22:15.219Z | Downloaded buf-list v1.1.2 |
| 738 | 2026-06-29T19:22:15.222Z | Downloaded is-terminal v0.4.17 |
| 739 | 2026-06-29T19:22:15.222Z | Downloaded foldhash v0.2.0 |
| 740 | 2026-06-29T19:22:15.225Z | Downloaded chacha20 v0.9.1 |
| 741 | 2026-06-29T19:22:15.225Z | Downloaded indent_write v2.2.0 |
| 742 | 2026-06-29T19:22:15.225Z | Downloaded crossbeam-utils v0.8.21 |
| 743 | 2026-06-29T19:22:15.228Z | Downloaded ed25519 v2.2.3 |
| 744 | 2026-06-29T19:22:15.230Z | Downloaded digest v0.11.3 |
| 745 | 2026-06-29T19:22:15.230Z | Downloaded internet-checksum v0.2.1 |
| 746 | 2026-06-29T19:22:15.230Z | Downloaded deranged v0.5.8 |
| 747 | 2026-06-29T19:22:15.233Z | Downloaded instability v0.3.11 |
| 748 | 2026-06-29T19:22:15.233Z | Downloaded group v0.13.0 |
| 749 | 2026-06-29T19:22:15.236Z | Downloaded globset v0.4.18 |
| 750 | 2026-06-29T19:22:15.236Z | Downloaded colored v3.1.1 |
| 751 | 2026-06-29T19:22:15.239Z | Downloaded glob v0.3.3 |
| 752 | 2026-06-29T19:22:15.239Z | Downloaded const-oid v0.9.6 |
| 753 | 2026-06-29T19:22:15.241Z | Downloaded ciborium v0.2.2 |
| 754 | 2026-06-29T19:22:15.244Z | Downloaded hostname v0.3.1 |
| 755 | 2026-06-29T19:22:15.247Z | Downloaded chacha20 v0.10.0 |
| 756 | 2026-06-29T19:22:15.250Z | Downloaded is_ci v1.2.0 |
| 757 | 2026-06-29T19:22:15.253Z | Downloaded clang-sys v1.8.1 |
| 758 | 2026-06-29T19:22:15.256Z | Downloaded fatfs v0.3.6 |
| 759 | 2026-06-29T19:22:15.256Z | Downloaded compact_str v0.8.1 |
| 760 | 2026-06-29T19:22:15.258Z | Downloaded darling v0.21.3 |
| 761 | 2026-06-29T19:22:15.261Z | Downloaded console v0.16.2 |
| 762 | 2026-06-29T19:22:15.264Z | Downloaded console v0.15.11 |
| 763 | 2026-06-29T19:22:15.264Z | Downloaded libscf-sys v1.2.0 |
| 764 | 2026-06-29T19:22:15.267Z | Downloaded keccak v0.1.6 |
| 765 | 2026-06-29T19:22:15.267Z | Downloaded lalrpop-util v0.19.12 |
| 766 | 2026-06-29T19:22:15.267Z | Downloaded lazy_static v1.5.0 |
| 767 | 2026-06-29T19:22:15.271Z | Downloaded kstat-rs v0.2.4 |
| 768 | 2026-06-29T19:22:15.274Z | Downloaded humantime v2.3.0 |
| 769 | 2026-06-29T19:22:15.277Z | Downloaded futures-channel v0.3.32 |
| 770 | 2026-06-29T19:22:15.277Z | Downloaded highway v1.3.0 |
| 771 | 2026-06-29T19:22:15.279Z | Downloaded git-stub-vcs v0.1.0 |
| 772 | 2026-06-29T19:22:15.283Z | Downloaded match_cfg v0.1.0 |
| 773 | 2026-06-29T19:22:15.283Z | Downloaded httpdate v1.0.3 |
| 774 | 2026-06-29T19:22:15.287Z | Downloaded maplit v1.0.2 |
| 775 | 2026-06-29T19:22:15.287Z | Downloaded lzss v0.8.2 |
| 776 | 2026-06-29T19:22:15.287Z | Downloaded md-5 v0.10.6 |
| 777 | 2026-06-29T19:22:15.290Z | Downloaded maybe-uninit v2.0.0 |
| 778 | 2026-06-29T19:22:15.295Z | Downloaded lru-cache v0.1.2 |
| 779 | 2026-06-29T19:22:15.298Z | Downloaded md5 v0.7.0 |
| 780 | 2026-06-29T19:22:15.298Z | Downloaded backon v1.6.0 |
| 781 | 2026-06-29T19:22:15.298Z | Downloaded lru-slab v0.1.2 |
| 782 | 2026-06-29T19:22:15.298Z | Downloaded lru v0.12.5 |
| 783 | 2026-06-29T19:22:15.301Z | Downloaded http-body-util v0.1.3 |
| 784 | 2026-06-29T19:22:15.301Z | Downloaded instant v0.1.13 |
| 785 | 2026-06-29T19:22:15.301Z | Downloaded half v1.8.3 |
| 786 | 2026-06-29T19:22:15.305Z | Downloaded ingot v0.1.1 |
| 787 | 2026-06-29T19:22:15.305Z | Downloaded mime v0.3.17 |
| 788 | 2026-06-29T19:22:15.308Z | Downloaded indoc v2.0.7 |
| 789 | 2026-06-29T19:22:15.308Z | Downloaded getrandom v0.2.17 |
| 790 | 2026-06-29T19:22:15.308Z | Downloaded hyper-tls v0.6.0 |
| 791 | 2026-06-29T19:22:15.311Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 792 | 2026-06-29T19:22:15.311Z | Downloaded crc-any v2.5.0 |
| 793 | 2026-06-29T19:22:15.314Z | Downloaded memoffset v0.9.1 |
| 794 | 2026-06-29T19:22:15.314Z | Downloaded managed v0.8.0 |
| 795 | 2026-06-29T19:22:15.314Z | Downloaded ipnet v2.11.0 |
| 796 | 2026-06-29T19:22:15.318Z | Downloaded darling_core v0.20.11 |
| 797 | 2026-06-29T19:22:15.321Z | Downloaded crossbeam-channel v0.5.15 |
| 798 | 2026-06-29T19:22:15.321Z | Downloaded drift v0.2.0 |
| 799 | 2026-06-29T19:22:15.326Z | Downloaded newtype_derive v0.1.6 |
| 800 | 2026-06-29T19:22:15.329Z | Downloaded hyper-staticfile v0.10.1 |
| 801 | 2026-06-29T19:22:15.329Z | Downloaded nibble_vec v0.1.0 |
| 802 | 2026-06-29T19:22:15.332Z | Downloaded newtype-uuid-macros v0.1.0 |
| 803 | 2026-06-29T19:22:15.332Z | Downloaded diff v0.1.13 |
| 804 | 2026-06-29T19:22:15.335Z | Downloaded nodrop v0.1.14 |
| 805 | 2026-06-29T19:22:15.335Z | Downloaded ipnetwork v0.21.1 |
| 806 | 2026-06-29T19:22:15.335Z | Downloaded ingot-types v0.1.2 |
| 807 | 2026-06-29T19:22:15.338Z | Downloaded multimap v0.10.1 |
| 808 | 2026-06-29T19:22:15.338Z | Downloaded newline-converter v0.3.0 |
| 809 | 2026-06-29T19:22:15.338Z | Downloaded new_debug_unreachable v1.0.6 |
| 810 | 2026-06-29T19:22:15.342Z | Downloaded nonempty v0.12.0 |
| 811 | 2026-06-29T19:22:15.342Z | Downloaded elliptic-curve v0.13.8 |
| 812 | 2026-06-29T19:22:15.347Z | Downloaded derive_more v0.99.20 |
| 813 | 2026-06-29T19:22:15.350Z | Downloaded futures v0.3.32 |
| 814 | 2026-06-29T19:22:15.350Z | Downloaded linked-hash-map v0.5.6 |
| 815 | 2026-06-29T19:22:15.353Z | Downloaded num v0.4.3 |
| 816 | 2026-06-29T19:22:15.353Z | Downloaded jobserver v0.1.34 |
| 817 | 2026-06-29T19:22:15.356Z | Downloaded num_threads v0.1.7 |
| 818 | 2026-06-29T19:22:15.356Z | Downloaded cookie_store v0.22.1 |
| 819 | 2026-06-29T19:22:15.359Z | Downloaded der v0.7.10 |
| 820 | 2026-06-29T19:22:15.363Z | Downloaded hmac v0.12.1 |
| 821 | 2026-06-29T19:22:15.363Z | Downloaded base64 v0.22.1 |
| 822 | 2026-06-29T19:22:15.366Z | Downloaded libsw v3.5.0 |
| 823 | 2026-06-29T19:22:15.379Z | Downloaded oso-derive v0.27.3 |
| 824 | 2026-06-29T19:22:15.381Z | Downloaded openssl-probe v0.2.1 |
| 825 | 2026-06-29T19:22:15.382Z | Downloaded openssl-probe v0.1.6 |
| 826 | 2026-06-29T19:22:15.382Z | Downloaded iana-time-zone v0.1.65 |
| 827 | 2026-06-29T19:22:15.385Z | Downloaded olpc-cjson v0.1.4 |
| 828 | 2026-06-29T19:22:15.385Z | Downloaded openssl-macros v0.1.1 |
| 829 | 2026-06-29T19:22:15.385Z | Downloaded half v2.7.1 |
| 830 | 2026-06-29T19:22:15.388Z | Downloaded crypto-bigint v0.5.5 |
| 831 | 2026-06-29T19:22:15.391Z | Downloaded multer v3.1.0 |
| 832 | 2026-06-29T19:22:15.391Z | Downloaded mime_guess v2.0.5 |
| 833 | 2026-06-29T19:22:15.394Z | Downloaded opaque-debug v0.3.1 |
| 834 | 2026-06-29T19:22:15.394Z | Downloaded num_enum_derive v0.5.11 |
| 835 | 2026-06-29T19:22:15.394Z | Downloaded lock_api v0.4.14 |
| 836 | 2026-06-29T19:22:15.397Z | Downloaded linear-map v1.2.0 |
| 837 | 2026-06-29T19:22:15.397Z | Downloaded libsw-core v0.3.2 |
| 838 | 2026-06-29T19:22:15.397Z | Downloaded libloading v0.8.9 |
| 839 | 2026-06-29T19:22:15.400Z | Downloaded packed_struct_codegen v0.10.1 |
| 840 | 2026-06-29T19:22:15.400Z | Downloaded arc-swap v1.8.2 |
| 841 | 2026-06-29T19:22:15.403Z | Downloaded libefi-sys v0.1.0 |
| 842 | 2026-06-29T19:22:15.403Z | Downloaded hyper-rustls v0.27.7 |
| 843 | 2026-06-29T19:22:15.406Z | Downloaded num-iter v0.1.45 |
| 844 | 2026-06-29T19:22:15.406Z | Downloaded num-derive v0.4.2 |
| 845 | 2026-06-29T19:22:15.412Z | Downloaded newtype-uuid v1.3.2 |
| 846 | 2026-06-29T19:22:15.412Z | Downloaded num-conv v0.2.0 |
| 847 | 2026-06-29T19:22:15.412Z | Downloaded native-tls v0.2.18 |
| 848 | 2026-06-29T19:22:15.415Z | Downloaded normalize-line-endings v0.3.0 |
| 849 | 2026-06-29T19:22:15.418Z | Downloaded pbkdf2 v0.11.0 |
| 850 | 2026-06-29T19:22:15.422Z | Downloaded ingot-macros v0.1.1 |
| 851 | 2026-06-29T19:22:15.422Z | Downloaded parse-display v0.10.0 |
| 852 | 2026-06-29T19:22:15.422Z | Downloaded nanorand v0.7.0 |
| 853 | 2026-06-29T19:22:15.425Z | Downloaded darling_core v0.23.0 |
| 854 | 2026-06-29T19:22:15.430Z | Downloaded num-complex v0.4.6 |
| 855 | 2026-06-29T19:22:15.434Z | Downloaded const_format v0.2.35 |
| 856 | 2026-06-29T19:22:15.435Z | Downloaded chacha20poly1305 v0.10.1 |
| 857 | 2026-06-29T19:22:15.435Z | Downloaded nu-ansi-term v0.50.3 |
| 858 | 2026-06-29T19:22:15.437Z | Downloaded pbkdf2 v0.12.2 |
| 859 | 2026-06-29T19:22:15.437Z | Downloaded path-slash v0.1.5 |
| 860 | 2026-06-29T19:22:15.437Z | Downloaded bytes v1.11.1 |
| 861 | 2026-06-29T19:22:15.442Z | Downloaded peg-runtime v0.8.5 |
| 862 | 2026-06-29T19:22:15.442Z | Downloaded phf_shared v0.12.1 |
| 863 | 2026-06-29T19:22:15.445Z | Downloaded phf_shared v0.11.3 |
| 864 | 2026-06-29T19:22:15.445Z | Downloaded phf_shared v0.13.1 |
| 865 | 2026-06-29T19:22:15.445Z | Downloaded num_enum v0.7.6 |
| 866 | 2026-06-29T19:22:15.448Z | Downloaded hybrid-array v0.4.10 |
| 867 | 2026-06-29T19:22:15.451Z | Downloaded httparse v1.10.1 |
| 868 | 2026-06-29T19:22:15.451Z | Downloaded getrandom v0.3.4 |
| 869 | 2026-06-29T19:22:15.455Z | Downloaded num_enum_derive v0.7.6 |
| 870 | 2026-06-29T19:22:15.455Z | Downloaded darling_core v0.21.3 |
| 871 | 2026-06-29T19:22:15.459Z | Downloaded flate2 v1.1.9 |
| 872 | 2026-06-29T19:22:15.462Z | Downloaded bumpalo v3.20.2 |
| 873 | 2026-06-29T19:22:15.466Z | Downloaded num-integer v0.1.46 |
| 874 | 2026-06-29T19:22:15.466Z | Downloaded num_enum v0.5.11 |
| 875 | 2026-06-29T19:22:15.471Z | Downloaded precomputed-hash v0.1.1 |
| 876 | 2026-06-29T19:22:15.471Z | Downloaded powerfmt v0.2.0 |
| 877 | 2026-06-29T19:22:15.471Z | Downloaded indexmap v1.9.3 |
| 878 | 2026-06-29T19:22:15.475Z | Downloaded flume v0.11.1 |
| 879 | 2026-06-29T19:22:15.476Z | Downloaded oxide-tokio-rt v0.1.4 |
| 880 | 2026-06-29T19:22:15.480Z | Downloaded owo-colors v4.3.0 |
| 881 | 2026-06-29T19:22:15.480Z | Downloaded num-rational v0.4.2 |
| 882 | 2026-06-29T19:22:15.480Z | Downloaded ignore v0.4.25 |
| 883 | 2026-06-29T19:22:15.485Z | Downloaded const-oid v0.10.2 |
| 884 | 2026-06-29T19:22:15.485Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 885 | 2026-06-29T19:22:15.488Z | Downloaded oxnet v0.1.6 |
| 886 | 2026-06-29T19:22:15.488Z | Downloaded allocator-api2 v0.2.21 |
| 887 | 2026-06-29T19:22:15.488Z | Downloaded parking_lot_core v0.8.6 |
| 888 | 2026-06-29T19:22:15.491Z | Downloaded proc-macro-crate v1.3.1 |
| 889 | 2026-06-29T19:22:15.494Z | Downloaded predicates-core v1.0.10 |
| 890 | 2026-06-29T19:22:15.494Z | Downloaded heapless v0.8.0 |
| 891 | 2026-06-29T19:22:15.499Z | Downloaded headers v0.4.1 |
| 892 | 2026-06-29T19:22:15.503Z | Downloaded parse-size v1.1.0 |
| 893 | 2026-06-29T19:22:15.508Z | Downloaded parse-display-derive v0.10.0 |
| 894 | 2026-06-29T19:22:15.508Z | Downloaded psl-types v2.0.11 |
| 895 | 2026-06-29T19:22:15.512Z | Downloaded ed25519-dalek v2.2.0 |
| 896 | 2026-06-29T19:22:15.515Z | Downloaded heapless v0.7.17 |
| 897 | 2026-06-29T19:22:15.515Z | Downloaded paste v1.0.15 |
| 898 | 2026-06-29T19:22:15.519Z | Downloaded peg v0.8.5 |
| 899 | 2026-06-29T19:22:15.522Z | Downloaded password-hash v0.4.2 |
| 900 | 2026-06-29T19:22:15.522Z | Downloaded libbz2-rs-sys v0.2.2 |
| 901 | 2026-06-29T19:22:15.529Z | Downloaded predicates-tree v1.0.13 |
| 902 | 2026-06-29T19:22:15.530Z | Downloaded quick-error v1.2.3 |
| 903 | 2026-06-29T19:22:15.530Z | Downloaded password-hash v0.5.0 |
| 904 | 2026-06-29T19:22:15.533Z | Downloaded progenitor-macro v0.14.0 |
| 905 | 2026-06-29T19:22:15.533Z | Downloaded progenitor-macro v0.13.0 |
| 906 | 2026-06-29T19:22:15.533Z | Downloaded radium v0.7.0 |
| 907 | 2026-06-29T19:22:15.537Z | Downloaded rand_chacha v0.3.1 |
| 908 | 2026-06-29T19:22:15.539Z | Downloaded pin-project-internal v1.1.11 |
| 909 | 2026-06-29T19:22:15.542Z | Downloaded memmap2 v0.9.10 |
| 910 | 2026-06-29T19:22:15.546Z | Downloaded pem-rfc7468 v0.7.0 |
| 911 | 2026-06-29T19:22:15.546Z | Downloaded pem v3.0.6 |
| 912 | 2026-06-29T19:22:15.548Z | Downloaded rand_xorshift v0.4.0 |
| 913 | 2026-06-29T19:22:15.549Z | Downloaded pin-project-lite v0.2.17 |
| 914 | 2026-06-29T19:22:15.551Z | Downloaded pkg-config v0.3.32 |
| 915 | 2026-06-29T19:22:15.551Z | Downloaded phf v0.12.1 |
| 916 | 2026-06-29T19:22:15.555Z | Downloaded phf v0.13.1 |
| 917 | 2026-06-29T19:22:15.558Z | Downloaded cc v1.2.56 |
| 918 | 2026-06-29T19:22:15.560Z | Downloaded litrs v1.0.0 |
| 919 | 2026-06-29T19:22:15.563Z | Downloaded proc-macro-crate v3.4.0 |
| 920 | 2026-06-29T19:22:15.563Z | Downloaded progenitor-client v0.13.0 |
| 921 | 2026-06-29T19:22:15.567Z | Downloaded progenitor v0.13.0 |
| 922 | 2026-06-29T19:22:15.567Z | Downloaded ppv-lite86 v0.2.21 |
| 923 | 2026-06-29T19:22:15.567Z | Downloaded recursive v0.1.1 |
| 924 | 2026-06-29T19:22:15.571Z | Downloaded pkcs8 v0.10.2 |
| 925 | 2026-06-29T19:22:15.571Z | Downloaded ref-cast v1.0.25 |
| 926 | 2026-06-29T19:22:15.571Z | Downloaded ref-cast-impl v1.0.25 |
| 927 | 2026-06-29T19:22:15.576Z | Downloaded parking_lot v0.12.5 |
| 928 | 2026-06-29T19:22:15.576Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 929 | 2026-06-29T19:22:15.581Z | Downloaded indicatif v0.18.4 |
| 930 | 2026-06-29T19:22:15.581Z | Downloaded progenitor v0.14.0 |
| 931 | 2026-06-29T19:22:15.585Z | Downloaded predicates v3.1.4 |
| 932 | 2026-06-29T19:22:15.592Z | Downloaded packed_struct v0.10.1 |
| 933 | 2026-06-29T19:22:15.592Z | Downloaded parking_lot v0.11.2 |
| 934 | 2026-06-29T19:22:15.592Z | Downloaded poly1305 v0.8.0 |
| 935 | 2026-06-29T19:22:15.595Z | Downloaded rtoolbox v0.0.3 |
| 936 | 2026-06-29T19:22:15.595Z | Downloaded rfc6979 v0.4.0 |
| 937 | 2026-06-29T19:22:15.598Z | Downloaded rustc_version v0.4.1 |
| 938 | 2026-06-29T19:22:15.599Z | Downloaded russh-cryptovec v0.7.3 |
| 939 | 2026-06-29T19:22:15.599Z | Downloaded rustc-hash v2.1.1 |
| 940 | 2026-06-29T19:22:15.612Z | Downloaded parking_lot_core v0.9.12 |
| 941 | 2026-06-29T19:22:15.617Z | Downloaded derive_more-impl v2.1.1 |
| 942 | 2026-06-29T19:22:15.617Z | Downloaded peg-macros v0.8.5 |
| 943 | 2026-06-29T19:22:15.621Z | Downloaded psm v0.1.30 |
| 944 | 2026-06-29T19:22:15.625Z | Downloaded proc-macro-error2 v2.0.1 |
| 945 | 2026-06-29T19:22:15.625Z | Downloaded r2d2 v0.8.10 |
| 946 | 2026-06-29T19:22:15.625Z | Downloaded rustc_version v0.1.7 |
| 947 | 2026-06-29T19:22:15.625Z | Downloaded rand_core v0.6.4 |
| 948 | 2026-06-29T19:22:15.628Z | Downloaded progenitor-extras v0.2.0 |
| 949 | 2026-06-29T19:22:15.628Z | Downloaded progenitor-client v0.14.0 |
| 950 | 2026-06-29T19:22:15.628Z | Downloaded primeorder v0.13.6 |
| 951 | 2026-06-29T19:22:15.631Z | Downloaded pkcs5 v0.7.1 |
| 952 | 2026-06-29T19:22:15.634Z | Downloaded aes-gcm v0.10.3 |
| 953 | 2026-06-29T19:22:15.638Z | Downloaded rand_core v0.9.5 |
| 954 | 2026-06-29T19:22:15.641Z | Downloaded pkcs1 v0.7.5 |
| 955 | 2026-06-29T19:22:15.641Z | Downloaded salsa20 v0.10.2 |
| 956 | 2026-06-29T19:22:15.641Z | Downloaded polyval v0.6.2 |
| 957 | 2026-06-29T19:22:15.647Z | Downloaded postcard v1.1.3 |
| 958 | 2026-06-29T19:22:15.649Z | Downloaded rand_seeder v0.4.0 |
| 959 | 2026-06-29T19:22:15.649Z | Downloaded p256 v0.13.2 |
| 960 | 2026-06-29T19:22:15.652Z | Downloaded miniz_oxide v0.8.9 |
| 961 | 2026-06-29T19:22:15.652Z | Downloaded hickory-resolver v0.25.2 |
| 962 | 2026-06-29T19:22:15.655Z | Downloaded oso v0.27.3 |
| 963 | 2026-06-29T19:22:15.658Z | Downloaded sapling-renderdag v0.1.0 |
| 964 | 2026-06-29T19:22:15.699Z | Downloaded postgres-types v0.2.12 |
| 965 | 2026-06-29T19:22:15.699Z | Downloaded postgres-protocol v0.6.10 |
| 966 | 2026-06-29T19:22:15.699Z | Downloaded scrypt v0.11.0 |
| 967 | 2026-06-29T19:22:15.699Z | Downloaded scheduled-thread-pool v0.2.7 |
| 968 | 2026-06-29T19:22:15.699Z | Downloaded async-compression v0.4.41 |
| 969 | 2026-06-29T19:22:15.699Z | Downloaded scroll_derive v0.13.1 |
| 970 | 2026-06-29T19:22:15.699Z | Downloaded semver v0.1.20 |
| 971 | 2026-06-29T19:22:15.699Z | Downloaded scopeguard v1.2.0 |
| 972 | 2026-06-29T19:22:15.699Z | Downloaded http v1.4.2 |
| 973 | 2026-06-29T19:22:15.699Z | Downloaded omicron-zone-package v0.12.3 |
| 974 | 2026-06-29T19:22:15.699Z | Downloaded papergrid v0.17.0 |
| 975 | 2026-06-29T19:22:15.699Z | Downloaded crossterm v0.29.0 |
| 976 | 2026-06-29T19:22:15.699Z | Downloaded serde-big-array v0.5.1 |
| 977 | 2026-06-29T19:22:15.699Z | Downloaded serde_spanned v1.1.1 |
| 978 | 2026-06-29T19:22:15.699Z | Downloaded seq-macro v0.3.6 |
| 979 | 2026-06-29T19:22:15.699Z | Downloaded serde_urlencoded v0.7.1 |
| 980 | 2026-06-29T19:22:15.699Z | Downloaded resolv-conf v0.7.6 |
| 981 | 2026-06-29T19:22:15.699Z | Downloaded serde_bytes v0.11.19 |
| 982 | 2026-06-29T19:22:15.705Z | Downloaded rustls-pemfile v2.2.0 |
| 983 | 2026-06-29T19:22:15.705Z | Downloaded secrecy v0.10.3 |
| 984 | 2026-06-29T19:22:15.705Z | Downloaded aes v0.8.4 |
| 985 | 2026-06-29T19:22:15.705Z | Downloaded serde_plain v1.0.2 |
| 986 | 2026-06-29T19:22:15.705Z | Downloaded serde_repr v0.1.20 |
| 987 | 2026-06-29T19:22:15.706Z | Downloaded rustls-native-certs v0.8.3 |
| 988 | 2026-06-29T19:22:15.709Z | Downloaded expectorate v1.2.0 |
| 989 | 2026-06-29T19:22:15.712Z | Downloaded derive_more v2.1.1 |
| 990 | 2026-06-29T19:22:15.719Z | Downloaded shell-words v1.1.1 |
| 991 | 2026-06-29T19:22:15.722Z | Downloaded sha1 v0.11.0 |
| 992 | 2026-06-29T19:22:15.723Z | Downloaded rand_chacha v0.9.0 |
| 993 | 2026-06-29T19:22:15.723Z | Downloaded diesel_derives v2.3.7 |
| 994 | 2026-06-29T19:22:15.729Z | Downloaded signature v2.2.0 |
| 995 | 2026-06-29T19:22:15.733Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-06-29T19:22:15.733Z | Downloaded quinn-udp v0.5.14 |
| 997 | 2026-06-29T19:22:15.733Z | Downloaded signal-hook-mio v0.2.5 |
| 998 | 2026-06-29T19:22:15.733Z | Downloaded jiff-static v0.2.21 |
| 999 | 2026-06-29T19:22:15.736Z | Downloaded rusty-fork v0.3.1 |
| 1000 | 2026-06-29T19:22:15.736Z | Downloaded rand_core v0.10.0 |
| 1001 | 2026-06-29T19:22:15.744Z | Downloaded same-file v1.0.6 |
| 1002 | 2026-06-29T19:22:15.748Z | Downloaded sigpipe v0.1.3 |
| 1003 | 2026-06-29T19:22:15.752Z | Downloaded siphasher v1.0.2 |
| 1004 | 2026-06-29T19:22:15.752Z | Downloaded schemars_derive v0.8.22 |
| 1005 | 2026-06-29T19:22:15.752Z | Downloaded slog-envlogger v2.2.0 |
| 1006 | 2026-06-29T19:22:15.757Z | Downloaded slog-bunyan v2.5.0 |
| 1007 | 2026-06-29T19:22:15.761Z | Downloaded secrecy v0.8.0 |
| 1008 | 2026-06-29T19:22:15.765Z | Downloaded sec1 v0.7.3 |
| 1009 | 2026-06-29T19:22:15.765Z | Downloaded progenitor-impl v0.14.0 |
| 1010 | 2026-06-29T19:22:15.769Z | Downloaded scroll v0.13.0 |
| 1011 | 2026-06-29T19:22:15.769Z | Downloaded hashbrown v0.13.2 |
| 1012 | 2026-06-29T19:22:15.780Z | Downloaded prefix-trie v0.7.0 |
| 1013 | 2026-06-29T19:22:15.783Z | Downloaded hashbrown v0.12.3 |
| 1014 | 2026-06-29T19:22:15.786Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-06-29T19:22:15.790Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-06-29T19:22:15.793Z | Downloaded serde-hex v0.1.0 |
| 1017 | 2026-06-29T19:22:15.797Z | Downloaded sqlparser_derive v0.5.0 |
| 1018 | 2026-06-29T19:22:15.799Z | Downloaded serde_path_to_error v0.1.20 |
| 1019 | 2026-06-29T19:22:15.805Z | Downloaded hickory-resolver v0.24.4 |
| 1020 | 2026-06-29T19:22:15.809Z | Downloaded rustversion v1.0.22 |
| 1021 | 2026-06-29T19:22:15.813Z | Downloaded russh-keys v0.45.0 |
| 1022 | 2026-06-29T19:22:15.816Z | Downloaded sha1 v0.10.6 |
| 1023 | 2026-06-29T19:22:15.818Z | Downloaded shlex v1.3.0 |
| 1024 | 2026-06-29T19:22:15.819Z | Downloaded hickory-server v0.25.2 |
| 1025 | 2026-06-29T19:22:15.823Z | Downloaded pin-project v1.1.11 |
| 1026 | 2026-06-29T19:22:15.828Z | Downloaded structmeta v0.3.0 |
| 1027 | 2026-06-29T19:22:15.831Z | Downloaded strum v0.27.2 |
| 1028 | 2026-06-29T19:22:15.831Z | Downloaded strsim v0.10.0 |
| 1029 | 2026-06-29T19:22:15.836Z | Downloaded ssh-encoding v0.2.0 |
| 1030 | 2026-06-29T19:22:15.836Z | Downloaded rustls-pki-types v1.14.0 |
| 1031 | 2026-06-29T19:22:15.840Z | Downloaded simd-adler32 v0.3.8 |
| 1032 | 2026-06-29T19:22:15.840Z | Downloaded openssl-sys v0.9.115 |
| 1033 | 2026-06-29T19:22:15.843Z | Downloaded minimal-lexical v0.2.1 |
| 1034 | 2026-06-29T19:22:15.846Z | Downloaded structmeta-derive v0.3.0 |
| 1035 | 2026-06-29T19:22:15.849Z | Downloaded sync_wrapper v1.0.2 |
| 1036 | 2026-06-29T19:22:15.853Z | Downloaded sync-ptr v0.1.4 |
| 1037 | 2026-06-29T19:22:15.853Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-06-29T19:22:15.853Z | Downloaded subtle v2.6.1 |
| 1039 | 2026-06-29T19:22:15.861Z | Downloaded slog-dtrace v0.3.0 |
| 1040 | 2026-06-29T19:22:15.867Z | Downloaded slab v0.4.12 |
| 1041 | 2026-06-29T19:22:15.867Z | Downloaded progenitor-impl v0.13.0 |
| 1042 | 2026-06-29T19:22:15.867Z | Downloaded slog-async v2.8.0 |
| 1043 | 2026-06-29T19:22:15.867Z | Downloaded hyper-util v0.1.20 |
| 1044 | 2026-06-29T19:22:15.873Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-06-29T19:22:15.873Z | Downloaded slog-json v2.6.1 |
| 1046 | 2026-06-29T19:22:15.873Z | Downloaded tagptr v0.2.0 |
| 1047 | 2026-06-29T19:22:15.878Z | Downloaded testing_table v0.3.0 |
| 1048 | 2026-06-29T19:22:15.878Z | Downloaded take_mut v0.2.2 |
| 1049 | 2026-06-29T19:22:15.878Z | Downloaded serde_with_macros v3.17.0 |
| 1050 | 2026-06-29T19:22:15.878Z | Downloaded serde_with_macros v1.5.2 |
| 1051 | 2026-06-29T19:22:15.878Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-06-29T19:22:15.878Z | Downloaded serde_cbor v0.11.2 |
| 1053 | 2026-06-29T19:22:15.881Z | Downloaded tabwriter v1.4.1 |
| 1054 | 2026-06-29T19:22:15.881Z | Downloaded slog-stdlog v4.1.1 |
| 1055 | 2026-06-29T19:22:15.881Z | Downloaded thread-id v5.1.0 |
| 1056 | 2026-06-29T19:22:15.884Z | Downloaded prettyplease v0.2.37 |
| 1057 | 2026-06-29T19:22:15.887Z | Downloaded sqlformat v0.3.5 |
| 1058 | 2026-06-29T19:22:15.887Z | Downloaded aho-corasick v1.1.4 |
| 1059 | 2026-06-29T19:22:15.890Z | Downloaded spki v0.7.3 |
| 1060 | 2026-06-29T19:22:15.893Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-06-29T19:22:15.896Z | Downloaded snafu-derive v0.8.9 |
| 1062 | 2026-06-29T19:22:15.896Z | Downloaded smallvec v0.6.14 |
| 1063 | 2026-06-29T19:22:15.896Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1064 | 2026-06-29T19:22:15.900Z | Downloaded pretty_assertions v1.4.1 |
| 1065 | 2026-06-29T19:22:15.905Z | Downloaded crossterm v0.28.1 |
| 1066 | 2026-06-29T19:22:15.907Z | Downloaded mio v1.2.0 |
| 1067 | 2026-06-29T19:22:15.911Z | Downloaded time-core v0.1.8 |
| 1068 | 2026-06-29T19:22:15.914Z | Downloaded dropshot-api-manager v0.7.2 |
| 1069 | 2026-06-29T19:22:15.921Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1070 | 2026-06-29T19:22:15.924Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-06-29T19:22:15.924Z | Downloaded tokio-macros v2.7.0 |
| 1072 | 2026-06-29T19:22:15.927Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2026-06-29T19:22:15.927Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-06-29T19:22:15.930Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-06-29T19:22:15.930Z | Downloaded stringprep v0.1.5 |
| 1076 | 2026-06-29T19:22:15.935Z | Downloaded itertools v0.10.5 |
| 1077 | 2026-06-29T19:22:15.941Z | Downloaded tap v1.0.1 |
| 1078 | 2026-06-29T19:22:15.952Z | Downloaded signal-hook-registry v1.4.8 |
| 1079 | 2026-06-29T19:22:15.952Z | Downloaded support-bundle-viewer v0.1.2 |
| 1080 | 2026-06-29T19:22:15.952Z | Downloaded strum v0.26.3 |
| 1081 | 2026-06-29T19:22:15.952Z | Downloaded strum_macros v0.24.3 |
| 1082 | 2026-06-29T19:22:15.952Z | Downloaded strum_macros v0.26.4 |
| 1083 | 2026-06-29T19:22:15.956Z | Downloaded tokio-test v0.4.5 |
| 1084 | 2026-06-29T19:22:15.956Z | Downloaded nom v7.1.3 |
| 1085 | 2026-06-29T19:22:15.962Z | Downloaded smf v0.2.3 |
| 1086 | 2026-06-29T19:22:15.970Z | Downloaded tabled_derive v0.11.0 |
| 1087 | 2026-06-29T19:22:15.970Z | Downloaded thread_local v1.1.9 |
| 1088 | 2026-06-29T19:22:15.970Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-06-29T19:22:15.974Z | Downloaded termios v0.3.3 |
| 1090 | 2026-06-29T19:22:15.974Z | Downloaded schemars v0.8.22 |
| 1091 | 2026-06-29T19:22:15.979Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-06-29T19:22:15.984Z | Downloaded rcgen v0.12.1 |
| 1093 | 2026-06-29T19:22:15.988Z | Downloaded rayon-core v1.13.0 |
| 1094 | 2026-06-29T19:22:15.988Z | Downloaded rand v0.8.6 |
| 1095 | 2026-06-29T19:22:15.993Z | Downloaded qorb v0.4.1 |
| 1096 | 2026-06-29T19:22:15.998Z | Downloaded publicsuffix v2.3.0 |
| 1097 | 2026-06-29T19:22:15.998Z | Downloaded topological-sort v0.2.2 |
| 1098 | 2026-06-29T19:22:15.998Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-06-29T19:22:15.998Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-06-29T19:22:15.998Z | Downloaded ron v0.8.1 |
| 1101 | 2026-06-29T19:22:16.003Z | Downloaded time-macros v0.2.27 |
| 1102 | 2026-06-29T19:22:16.003Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1103 | 2026-06-29T19:22:16.007Z | Downloaded quinn v0.11.9 |
| 1104 | 2026-06-29T19:22:16.007Z | Downloaded hashbrown v0.15.5 |
| 1105 | 2026-06-29T19:22:16.013Z | Downloaded tls_codec v0.4.2 |
| 1106 | 2026-06-29T19:22:16.013Z | Downloaded tokio-dtrace v0.1.1 |
| 1107 | 2026-06-29T19:22:16.020Z | Downloaded trait-variant v0.1.2 |
| 1108 | 2026-06-29T19:22:16.020Z | Downloaded signal-hook v0.3.18 |
| 1109 | 2026-06-29T19:22:16.020Z | Downloaded unarray v0.1.4 |
| 1110 | 2026-06-29T19:22:16.020Z | Downloaded try-lock v0.2.5 |
| 1111 | 2026-06-29T19:22:16.021Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1112 | 2026-06-29T19:22:16.025Z | Downloaded untrusted v0.9.0 |
| 1113 | 2026-06-29T19:22:16.025Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-06-29T19:22:16.025Z | Downloaded untrusted v0.7.1 |
| 1115 | 2026-06-29T19:22:16.025Z | Downloaded strum_macros v0.27.2 |
| 1116 | 2026-06-29T19:22:16.025Z | Downloaded similar v2.7.0 |
| 1117 | 2026-06-29T19:22:16.029Z | Downloaded typify-macro v0.6.2 |
| 1118 | 2026-06-29T19:22:16.029Z | Downloaded blake3 v1.8.5 |
| 1119 | 2026-06-29T19:22:16.033Z | Downloaded term v0.7.0 |
| 1120 | 2026-06-29T19:22:16.038Z | Downloaded spin v0.9.8 |
| 1121 | 2026-06-29T19:22:16.038Z | Downloaded hashbrown v0.16.1 |
| 1122 | 2026-06-29T19:22:16.042Z | Downloaded tokio-native-tls v0.3.1 |
| 1123 | 2026-06-29T19:22:16.042Z | Downloaded ryu v1.0.23 |
| 1124 | 2026-06-29T19:22:16.042Z | Downloaded universal-hash v0.5.1 |
| 1125 | 2026-06-29T19:22:16.042Z | Downloaded unicode-truncate v1.1.0 |
| 1126 | 2026-06-29T19:22:16.053Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-06-29T19:22:16.059Z | Downloaded usdt v0.6.0 |
| 1128 | 2026-06-29T19:22:16.059Z | Downloaded num-bigint v0.4.6 |
| 1129 | 2026-06-29T19:22:16.059Z | Downloaded libxml v0.3.3 |
| 1130 | 2026-06-29T19:22:16.059Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1131 | 2026-06-29T19:22:16.064Z | Downloaded rsa v0.9.10 |
| 1132 | 2026-06-29T19:22:16.064Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1133 | 2026-06-29T19:22:16.064Z | Downloaded usdt-macro v0.6.0 |
| 1134 | 2026-06-29T19:22:16.068Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1135 | 2026-06-29T19:22:16.068Z | Downloaded tokio-tungstenite v0.23.1 |
| 1136 | 2026-06-29T19:22:16.074Z | Downloaded term v1.2.1 |
| 1137 | 2026-06-29T19:22:16.084Z | Downloaded socket2 v0.6.3 |
| 1138 | 2026-06-29T19:22:16.091Z | Downloaded waitgroup v0.1.2 |
| 1139 | 2026-06-29T19:22:16.095Z | Downloaded void v1.0.2 |
| 1140 | 2026-06-29T19:22:16.095Z | Downloaded want v0.3.1 |
| 1141 | 2026-06-29T19:22:16.095Z | Downloaded wait-timeout v0.2.1 |
| 1142 | 2026-06-29T19:22:16.100Z | Downloaded hyper v1.10.1 |
| 1143 | 2026-06-29T19:22:16.107Z | Downloaded tls_codec_derive v0.4.2 |
| 1144 | 2026-06-29T19:22:16.111Z | Downloaded xattr v1.6.1 |
| 1145 | 2026-06-29T19:22:16.116Z | Downloaded xshell-macros v0.2.7 |
| 1146 | 2026-06-29T19:22:16.121Z | Downloaded samael v0.0.19 |
| 1147 | 2026-06-29T19:22:16.125Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-06-29T19:22:16.133Z | Downloaded subprocess v0.2.15 |
| 1149 | 2026-06-29T19:22:16.139Z | Downloaded rand v0.9.2 |
| 1150 | 2026-06-29T19:22:16.139Z | Downloaded usdt-impl v0.6.0 |
| 1151 | 2026-06-29T19:22:16.139Z | Downloaded usdt-attr-macro v0.6.0 |
| 1152 | 2026-06-29T19:22:16.139Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-06-29T19:22:16.143Z | Downloaded tokio-rustls v0.26.4 |
| 1154 | 2026-06-29T19:22:16.143Z | Downloaded rustls-webpki v0.103.9 |
| 1155 | 2026-06-29T19:22:16.143Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-06-29T19:22:16.143Z | Downloaded itertools v0.13.0 |
| 1157 | 2026-06-29T19:22:16.150Z | Downloaded zone_cfg_derive v0.3.1 |
| 1158 | 2026-06-29T19:22:16.150Z | Downloaded tokio-stream v0.1.18 |
| 1159 | 2026-06-29T19:22:16.154Z | Downloaded slog v2.8.2 |
| 1160 | 2026-06-29T19:22:16.154Z | Downloaded itertools v0.12.1 |
| 1161 | 2026-06-29T19:22:16.159Z | Downloaded tokio-tungstenite v0.21.0 |
| 1162 | 2026-06-29T19:22:16.159Z | Downloaded snafu v0.8.9 |
| 1163 | 2026-06-29T19:22:16.163Z | Downloaded uzers v0.12.2 |
| 1164 | 2026-06-29T19:22:16.163Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1165 | 2026-06-29T19:22:16.163Z | Downloaded zone v0.3.1 |
| 1166 | 2026-06-29T19:22:16.163Z | Downloaded vergen-git2 v9.1.0 |
| 1167 | 2026-06-29T19:22:16.168Z | Downloaded num-bigint-dig v0.8.6 |
| 1168 | 2026-06-29T19:22:16.168Z | Downloaded vergen-lib v9.1.0 |
| 1169 | 2026-06-29T19:22:16.168Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-06-29T19:22:16.168Z | Downloaded test-strategy v0.4.5 |
| 1171 | 2026-06-29T19:22:16.177Z | Downloaded socket2 v0.5.10 |
| 1172 | 2026-06-29T19:22:16.177Z | Downloaded futures-util v0.3.32 |
| 1173 | 2026-06-29T19:22:16.182Z | Downloaded nom v8.0.0 |
| 1174 | 2026-06-29T19:22:16.186Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-06-29T19:22:16.186Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-06-29T19:22:16.241Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-06-29T19:22:16.241Z | Downloaded bindgen v0.71.1 |
| 1178 | 2026-06-29T19:22:16.245Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-06-29T19:22:16.246Z | Downloaded russh v0.45.0 |
| 1180 | 2026-06-29T19:22:16.246Z | Downloaded walkdir v2.5.0 |
| 1181 | 2026-06-29T19:22:16.246Z | Downloaded iri-string v0.7.10 |
| 1182 | 2026-06-29T19:22:16.246Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-06-29T19:22:16.246Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-06-29T19:22:16.246Z | Downloaded whoami v1.6.1 |
| 1185 | 2026-06-29T19:22:16.246Z | Downloaded tui-tree-widget v0.23.1 |
| 1186 | 2026-06-29T19:22:16.246Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-06-29T19:22:16.246Z | Downloaded itertools v0.14.0 |
| 1188 | 2026-06-29T19:22:16.246Z | Downloaded unicode-properties v0.1.4 |
| 1189 | 2026-06-29T19:22:16.246Z | Downloaded schemars v1.2.1 |
| 1190 | 2026-06-29T19:22:16.246Z | Downloaded zeroize v1.8.2 |
| 1191 | 2026-06-29T19:22:16.246Z | Downloaded rand v0.10.0 |
| 1192 | 2026-06-29T19:22:16.246Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-06-29T19:22:16.246Z | Downloaded tar v0.4.45 |
| 1194 | 2026-06-29T19:22:16.246Z | Downloaded toml v0.7.8 |
| 1195 | 2026-06-29T19:22:16.246Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-06-29T19:22:16.246Z | Downloaded libm v0.2.16 |
| 1197 | 2026-06-29T19:22:16.246Z | Downloaded vergen v9.1.0 |
| 1198 | 2026-06-29T19:22:16.246Z | Downloaded zstd v0.13.3 |
| 1199 | 2026-06-29T19:22:16.256Z | Downloaded p521 v0.13.3 |
| 1200 | 2026-06-29T19:22:16.261Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1201 | 2026-06-29T19:22:16.261Z | Downloaded vsss-rs v3.3.4 |
| 1202 | 2026-06-29T19:22:16.265Z | Downloaded steno v0.4.1 |
| 1203 | 2026-06-29T19:22:16.269Z | Downloaded typify v0.6.2 |
| 1204 | 2026-06-29T19:22:16.270Z | Downloaded tungstenite v0.23.0 |
| 1205 | 2026-06-29T19:22:16.274Z | Downloaded tracing-core v0.1.36 |
| 1206 | 2026-06-29T19:22:16.274Z | Downloaded tungstenite v0.21.0 |
| 1207 | 2026-06-29T19:22:16.279Z | Downloaded unicode-bidi v0.3.18 |
| 1208 | 2026-06-29T19:22:16.279Z | Downloaded yasna v0.5.2 |
| 1209 | 2026-06-29T19:22:16.283Z | Downloaded h2 v0.4.15 |
| 1210 | 2026-06-29T19:22:16.287Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-06-29T19:22:16.288Z | Downloaded rustyline v14.0.0 |
| 1212 | 2026-06-29T19:22:16.301Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1213 | 2026-06-29T19:22:16.305Z | Downloaded vte v0.14.1 |
| 1214 | 2026-06-29T19:22:16.315Z | Downloaded rpassword v7.4.0 |
| 1215 | 2026-06-29T19:22:16.320Z | Downloaded chrono v0.4.44 |
| 1216 | 2026-06-29T19:22:16.324Z | Downloaded zerocopy v0.6.6 |
| 1217 | 2026-06-29T19:22:16.330Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-06-29T19:22:16.335Z | Downloaded uuid v1.23.4 |
| 1219 | 2026-06-29T19:22:16.339Z | Downloaded iddqd v0.4.2 |
| 1220 | 2026-06-29T19:22:16.350Z | Downloaded reedline v0.40.0 |
| 1221 | 2026-06-29T19:22:16.378Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-06-29T19:22:16.382Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-06-29T19:22:16.390Z | Downloaded regex v1.12.3 |
| 1224 | 2026-06-29T19:22:16.402Z | Downloaded bitvec v1.0.1 |
| 1225 | 2026-06-29T19:22:16.410Z | Downloaded ssh-key v0.6.7 |
| 1226 | 2026-06-29T19:22:16.414Z | Downloaded typed-path v0.9.3 |
| 1227 | 2026-06-29T19:22:16.421Z | Downloaded zerocopy-derive v0.8.40 |
| 1228 | 2026-06-29T19:22:16.425Z | Downloaded zip v0.6.6 |
| 1229 | 2026-06-29T19:22:16.425Z | Downloaded unicode_categories v0.1.1 |
| 1230 | 2026-06-29T19:22:16.429Z | Downloaded git2 v0.20.4 |
| 1231 | 2026-06-29T19:22:16.433Z | Downloaded toml_edit v0.19.15 |
| 1232 | 2026-06-29T19:22:16.441Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-06-29T19:22:16.444Z | Downloaded tokio-postgres v0.7.16 |
| 1234 | 2026-06-29T19:22:16.448Z | Downloaded x509-cert v0.2.5 |
| 1235 | 2026-06-29T19:22:16.451Z | Downloaded p384 v0.13.1 |
| 1236 | 2026-06-29T19:22:16.460Z | Downloaded yansi v1.0.1 |
| 1237 | 2026-06-29T19:22:16.466Z | Downloaded curve25519-dalek v4.1.3 |
| 1238 | 2026-06-29T19:22:16.470Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-06-29T19:22:16.476Z | Downloaded reqwest v0.13.2 |
| 1240 | 2026-06-29T19:22:16.483Z | Downloaded reqwest v0.12.28 |
| 1241 | 2026-06-29T19:22:16.488Z | Downloaded quick-xml v0.37.5 |
| 1242 | 2026-06-29T19:22:16.494Z | Downloaded lalrpop v0.19.12 |
| 1243 | 2026-06-29T19:22:16.498Z | Downloaded tower v0.5.3 |
| 1244 | 2026-06-29T19:22:16.503Z | Downloaded salty v0.3.0 |
| 1245 | 2026-06-29T19:22:16.509Z | Downloaded unicode-segmentation v1.12.0 |
| 1246 | 2026-06-29T19:22:16.515Z | Downloaded goblin v0.10.5 |
| 1247 | 2026-06-29T19:22:16.519Z | Downloaded moka v0.12.13 |
| 1248 | 2026-06-29T19:22:16.574Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-06-29T19:22:16.578Z | Downloaded unicode-normalization v0.1.25 |
| 1250 | 2026-06-29T19:22:16.581Z | Downloaded zip v4.6.1 |
| 1251 | 2026-06-29T19:22:16.584Z | Downloaded tokio-util v0.7.18 |
| 1252 | 2026-06-29T19:22:16.589Z | Downloaded tough v0.22.0 |
| 1253 | 2026-06-29T19:22:16.594Z | Downloaded proptest v1.11.0 |
| 1254 | 2026-06-29T19:22:16.602Z | Downloaded petname v2.0.2 |
| 1255 | 2026-06-29T19:22:16.606Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-06-29T19:22:16.609Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-06-29T19:22:16.613Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-06-29T19:22:16.632Z | Downloaded object v0.30.4 |
| 1259 | 2026-06-29T19:22:16.636Z | Downloaded serde_with v3.17.0 |
| 1260 | 2026-06-29T19:22:16.642Z | Downloaded winnow v0.6.26 |
| 1261 | 2026-06-29T19:22:16.649Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-06-29T19:22:16.658Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-06-29T19:22:16.662Z | Downloaded polar-core v0.27.3 |
| 1264 | 2026-06-29T19:22:16.668Z | Downloaded nix v0.27.1 |
| 1265 | 2026-06-29T19:22:16.677Z | Downloaded dropshot v0.17.1 |
| 1266 | 2026-06-29T19:22:16.691Z | Downloaded winnow v1.0.3 |
| 1267 | 2026-06-29T19:22:16.700Z | Downloaded time v0.3.47 |
| 1268 | 2026-06-29T19:22:16.707Z | Downloaded nix v0.28.0 |
| 1269 | 2026-06-29T19:22:16.716Z | Downloaded regex-syntax v0.6.29 |
| 1270 | 2026-06-29T19:22:16.722Z | Downloaded object v0.37.3 |
| 1271 | 2026-06-29T19:22:16.729Z | Downloaded hickory-proto v0.24.4 |
| 1272 | 2026-06-29T19:22:16.735Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-06-29T19:22:16.739Z | Downloaded openssl v0.10.79 |
| 1274 | 2026-06-29T19:22:16.754Z | Downloaded nix v0.31.2 |
| 1275 | 2026-06-29T19:22:16.813Z | Downloaded vcpkg v0.2.15 |
| 1276 | 2026-06-29T19:22:16.818Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-06-29T19:22:16.818Z | Downloaded zerocopy v0.8.40 |
| 1278 | 2026-06-29T19:22:16.818Z | Downloaded regress v0.10.5 |
| 1279 | 2026-06-29T19:22:16.829Z | Downloaded diesel v2.3.7 |
| 1280 | 2026-06-29T19:22:16.834Z | Downloaded rustls v0.23.41 |
| 1281 | 2026-06-29T19:22:16.837Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-06-29T19:22:16.843Z | Downloaded hickory-proto v0.25.2 |
| 1283 | 2026-06-29T19:22:16.852Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-06-29T19:22:16.867Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-06-29T19:22:16.871Z | Downloaded openapiv3 v2.2.0 |
| 1286 | 2026-06-29T19:22:16.876Z | Downloaded regress v0.11.1 |
| 1287 | 2026-06-29T19:22:16.903Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-06-29T19:22:16.941Z | Downloaded sled v0.34.7 |
| 1289 | 2026-06-29T19:22:16.947Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-06-29T19:22:16.958Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-06-29T19:22:16.977Z | Downloaded typify-impl v0.6.2 |
| 1292 | 2026-06-29T19:22:16.982Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-06-29T19:22:16.988Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-06-29T19:22:16.996Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-06-29T19:22:17.018Z | Downloaded csv v1.4.0 |
| 1296 | 2026-06-29T19:22:17.028Z | Downloaded chrono-tz v0.10.4 |
| 1297 | 2026-06-29T19:22:17.044Z | Downloaded libz-sys v1.1.24 |
| 1298 | 2026-06-29T19:22:17.061Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-06-29T19:22:17.085Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-06-29T19:22:17.114Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-06-29T19:22:17.125Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-06-29T19:22:17.174Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-06-29T19:22:17.184Z | Downloaded tokio v1.52.1 |
| 1304 | 2026-06-29T19:22:17.292Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-06-29T19:22:17.317Z | Downloaded ring v0.17.14 |
| 1306 | 2026-06-29T19:22:17.355Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-06-29T19:22:17.766Z | Downloaded aws-lc-sys v0.40.0 |
| 1308 | 2026-06-29T19:22:18.020Z | Compiling libc v0.2.185 |
| 1309 | 2026-06-29T19:22:18.020Z | Compiling serde v1.0.228 |
| 1310 | 2026-06-29T19:22:18.022Z | Compiling log v0.4.29 |
| 1311 | 2026-06-29T19:22:18.022Z | Compiling smallvec v1.15.1 |
| 1312 | 2026-06-29T19:22:18.022Z | Compiling shlex v1.3.0 |
| 1313 | 2026-06-29T19:22:18.022Z | Compiling syn v2.0.117 |
| 1314 | 2026-06-29T19:22:18.022Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-29T19:22:18.022Z | Compiling typenum v1.19.0 |
| 1316 | 2026-06-29T19:22:18.452Z | Compiling generic-array v0.14.7 |
| 1317 | 2026-06-29T19:22:18.463Z | Compiling subtle v2.6.1 |
| 1318 | 2026-06-29T19:22:18.467Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-06-29T19:22:18.487Z | Compiling const-oid v0.9.6 |
| 1320 | 2026-06-29T19:22:18.568Z | Compiling lock_api v0.4.14 |
| 1321 | 2026-06-29T19:22:18.583Z | Compiling serde_json v1.0.150 |
| 1322 | 2026-06-29T19:22:18.632Z | Compiling zerocopy v0.8.40 |
| 1323 | 2026-06-29T19:22:18.691Z | Compiling portable-atomic v1.13.1 |
| 1324 | 2026-06-29T19:22:18.806Z | Compiling parking_lot_core v0.9.12 |
| 1325 | 2026-06-29T19:22:19.035Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-06-29T19:22:19.049Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-06-29T19:22:19.080Z | Compiling errno v0.3.14 |
| 1328 | 2026-06-29T19:22:19.214Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-06-29T19:22:19.235Z | Compiling cc v1.2.56 |
| 1330 | 2026-06-29T19:22:19.251Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-06-29T19:22:19.336Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-06-29T19:22:19.421Z | Compiling signal-hook-registry v1.4.8 |
| 1333 | 2026-06-29T19:22:19.493Z | Compiling bitflags v2.11.0 |
| 1334 | 2026-06-29T19:22:19.673Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-06-29T19:22:19.699Z | Compiling critical-section v1.2.0 |
| 1336 | 2026-06-29T19:22:19.769Z | Compiling libm v0.2.16 |
| 1337 | 2026-06-29T19:22:19.822Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-06-29T19:22:19.830Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-29T19:22:19.869Z | Compiling mio v1.2.0 |
| 1340 | 2026-06-29T19:22:19.907Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-06-29T19:22:19.968Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-06-29T19:22:20.023Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-06-29T19:22:20.163Z | Compiling futures-sink v0.3.32 |
| 1344 | 2026-06-29T19:22:20.201Z | Compiling getrandom v0.4.1 |
| 1345 | 2026-06-29T19:22:20.263Z | Compiling futures-channel v0.3.32 |
| 1346 | 2026-06-29T19:22:20.276Z | Compiling slab v0.4.12 |
| 1347 | 2026-06-29T19:22:20.336Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-06-29T19:22:20.422Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-06-29T19:22:20.432Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-06-29T19:22:20.447Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-06-29T19:22:20.484Z | Compiling indexmap v2.14.0 |
| 1352 | 2026-06-29T19:22:20.564Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-06-29T19:22:20.600Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-06-29T19:22:20.614Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-06-29T19:22:20.793Z | Compiling cmake v0.1.57 |
| 1356 | 2026-06-29T19:22:20.808Z | Compiling dunce v1.0.5 |
| 1357 | 2026-06-29T19:22:20.821Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-06-29T19:22:21.114Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-06-29T19:22:21.143Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-06-29T19:22:21.194Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-06-29T19:22:21.209Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-06-29T19:22:21.280Z | Compiling flagset v0.4.7 |
| 1363 | 2026-06-29T19:22:21.412Z | Compiling rustix v1.1.3 |
| 1364 | 2026-06-29T19:22:21.485Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-06-29T19:22:21.533Z | Compiling regex-syntax v0.8.10 |
| 1366 | 2026-06-29T19:22:21.549Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-06-29T19:22:21.564Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-06-29T19:22:21.588Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-06-29T19:22:21.744Z | Compiling uuid v1.23.4 |
| 1370 | 2026-06-29T19:22:21.755Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-06-29T19:22:21.851Z | Compiling tracing-core v0.1.36 |
| 1372 | 2026-06-29T19:22:22.082Z | Compiling base64 v0.22.1 |
| 1373 | 2026-06-29T19:22:22.328Z | Compiling openssl-sys v0.9.115 |
| 1374 | 2026-06-29T19:22:22.407Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-06-29T19:22:22.426Z | Compiling openssl-probe v0.2.1 |
| 1376 | 2026-06-29T19:22:22.481Z | Compiling tinyvec_macros v0.1.1 |
| 1377 | 2026-06-29T19:22:22.551Z | Compiling httparse v1.10.1 |
| 1378 | 2026-06-29T19:22:22.600Z | Compiling tinyvec v1.10.0 |
| 1379 | 2026-06-29T19:22:22.683Z | Compiling pest_generator v2.8.6 |
| 1380 | 2026-06-29T19:22:22.725Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-06-29T19:22:22.843Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-06-29T19:22:22.884Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-06-29T19:22:22.937Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-06-29T19:22:23.118Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-06-29T19:22:23.437Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-06-29T19:22:23.499Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-06-29T19:22:23.909Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-06-29T19:22:24.156Z | Compiling tokio-macros v2.7.0 |
| 1389 | 2026-06-29T19:22:24.293Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-06-29T19:22:24.324Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-06-29T19:22:24.443Z | Compiling yoke v0.8.1 |
| 1392 | 2026-06-29T19:22:24.446Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-06-29T19:22:24.561Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-06-29T19:22:24.622Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-06-29T19:22:24.622Z | Compiling digest v0.10.7 |
| 1396 | 2026-06-29T19:22:24.661Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-06-29T19:22:24.880Z | Compiling hmac v0.12.1 |
| 1398 | 2026-06-29T19:22:24.891Z | Compiling block-padding v0.3.3 |
| 1399 | 2026-06-29T19:22:24.958Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-06-29T19:22:25.033Z | Compiling inout v0.1.4 |
| 1401 | 2026-06-29T19:22:25.047Z | Compiling der_derive v0.7.3 |
| 1402 | 2026-06-29T19:22:25.129Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-06-29T19:22:25.203Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-06-29T19:22:25.334Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-06-29T19:22:25.360Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-06-29T19:22:25.375Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-06-29T19:22:25.839Z | Compiling cipher v0.4.4 |
| 1408 | 2026-06-29T19:22:26.009Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-06-29T19:22:26.104Z | Compiling der v0.7.10 |
| 1410 | 2026-06-29T19:22:26.201Z | Compiling bytes v1.11.1 |
| 1411 | 2026-06-29T19:22:26.224Z | Compiling chrono v0.4.44 |
| 1412 | 2026-06-29T19:22:26.303Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-06-29T19:22:26.346Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-06-29T19:22:26.845Z | Compiling tokio v1.52.1 |
| 1415 | 2026-06-29T19:22:26.873Z | Compiling http v1.4.2 |
| 1416 | 2026-06-29T19:22:27.287Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-06-29T19:22:27.375Z | Compiling spki v0.7.3 |
| 1418 | 2026-06-29T19:22:27.425Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-06-29T19:22:27.579Z | Compiling idna v1.1.0 |
| 1420 | 2026-06-29T19:22:27.601Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-06-29T19:22:27.613Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-06-29T19:22:27.644Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-06-29T19:22:27.726Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-06-29T19:22:27.739Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-29T19:22:27.754Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-29T19:22:27.784Z | Compiling http-body v1.0.1 |
| 1427 | 2026-06-29T19:22:27.933Z | Compiling url v2.5.8 |
| 1428 | 2026-06-29T19:22:27.987Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-29T19:22:28.144Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-29T19:22:28.232Z | Compiling rustls-pki-types v1.14.0 |
| 1431 | 2026-06-29T19:22:28.545Z | Compiling rand v0.9.2 |
| 1432 | 2026-06-29T19:22:28.685Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-06-29T19:22:28.825Z | Compiling serde_derive_internals v0.29.1 |
| 1434 | 2026-06-29T19:22:29.011Z | Compiling tracing v0.1.44 |
| 1435 | 2026-06-29T19:22:29.082Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-06-29T19:22:29.161Z | Compiling aho-corasick v1.1.4 |
| 1437 | 2026-06-29T19:22:29.190Z | Compiling tower-service v0.3.3 |
| 1438 | 2026-06-29T19:22:29.235Z | Compiling tower-layer v0.3.3 |
| 1439 | 2026-06-29T19:22:29.278Z | Compiling atomic-waker v1.1.2 |
| 1440 | 2026-06-29T19:22:29.292Z | Compiling try-lock v0.2.5 |
| 1441 | 2026-06-29T19:22:29.350Z | Compiling schemars v0.8.22 |
| 1442 | 2026-06-29T19:22:29.405Z | Compiling untrusted v0.7.1 |
| 1443 | 2026-06-29T19:22:29.405Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-06-29T19:22:29.405Z | Compiling want v0.3.1 |
| 1445 | 2026-06-29T19:22:29.516Z | Compiling pkcs8 v0.10.2 |
| 1446 | 2026-06-29T19:22:29.568Z | Compiling ipnet v2.11.0 |
| 1447 | 2026-06-29T19:22:29.580Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-06-29T19:22:29.714Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-06-29T19:22:29.811Z | Compiling scroll_derive v0.13.1 |
| 1450 | 2026-06-29T19:22:29.836Z | Compiling darling_core v0.20.11 |
| 1451 | 2026-06-29T19:22:29.997Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-06-29T19:22:30.048Z | Compiling foreign-types-shared v0.1.1 |
| 1453 | 2026-06-29T19:22:30.134Z | Compiling openssl v0.10.79 |
| 1454 | 2026-06-29T19:22:30.363Z | Compiling rustls v0.23.41 |
| 1455 | 2026-06-29T19:22:30.536Z | Compiling untrusted v0.9.0 |
| 1456 | 2026-06-29T19:22:30.599Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-06-29T19:22:30.657Z | Compiling tokio-util v0.7.18 |
| 1458 | 2026-06-29T19:22:30.824Z | Compiling tempfile v3.25.0 |
| 1459 | 2026-06-29T19:22:30.829Z | Compiling scroll v0.13.0 |
| 1460 | 2026-06-29T19:22:31.116Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-06-29T19:22:31.201Z | Compiling unicode-normalization v0.1.25 |
| 1462 | 2026-06-29T19:22:31.591Z | Compiling h2 v0.4.15 |
| 1463 | 2026-06-29T19:22:31.653Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-06-29T19:22:31.676Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1465 | 2026-06-29T19:22:32.043Z | Compiling spin v0.9.8 |
| 1466 | 2026-06-29T19:22:32.056Z | Compiling num-conv v0.2.0 |
| 1467 | 2026-06-29T19:22:32.077Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-06-29T19:22:32.182Z | Compiling time-core v0.1.8 |
| 1469 | 2026-06-29T19:22:32.205Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-06-29T19:22:32.245Z | Compiling native-tls v0.2.18 |
| 1471 | 2026-06-29T19:22:32.326Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-06-29T19:22:32.464Z | Compiling deranged v0.5.8 |
| 1473 | 2026-06-29T19:22:32.513Z | Compiling time-macros v0.2.27 |
| 1474 | 2026-06-29T19:22:32.553Z | Compiling darling v0.20.11 |
| 1475 | 2026-06-29T19:22:32.631Z | Compiling goblin v0.10.5 |
| 1476 | 2026-06-29T19:22:33.474Z | Compiling sync_wrapper v1.0.2 |
| 1477 | 2026-06-29T19:22:33.585Z | Compiling wait-timeout v0.2.1 |
| 1478 | 2026-06-29T19:22:33.622Z | Compiling crossbeam-utils v0.8.21 |
| 1479 | 2026-06-29T19:22:33.852Z | Compiling simd-adler32 v0.3.8 |
| 1480 | 2026-06-29T19:22:33.907Z | Compiling num_threads v0.1.7 |
| 1481 | 2026-06-29T19:22:34.009Z | Compiling syn v1.0.109 |
| 1482 | 2026-06-29T19:22:34.097Z | Compiling siphasher v1.0.2 |
| 1483 | 2026-06-29T19:22:34.112Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-06-29T19:22:34.289Z | Compiling quick-error v1.2.3 |
| 1485 | 2026-06-29T19:22:34.312Z | Compiling bit-vec v0.8.0 |
| 1486 | 2026-06-29T19:22:34.370Z | Compiling rusty-fork v0.3.1 |
| 1487 | 2026-06-29T19:22:34.409Z | Compiling time v0.3.47 |
| 1488 | 2026-06-29T19:22:34.537Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-06-29T19:22:34.697Z | Compiling hyper v1.10.1 |
| 1490 | 2026-06-29T19:22:34.713Z | Compiling tower v0.5.3 |
| 1491 | 2026-06-29T19:22:35.490Z | Compiling dof v0.4.0 |
| 1492 | 2026-06-29T19:22:35.541Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-06-29T19:22:35.891Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-06-29T19:22:35.971Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-06-29T19:22:36.281Z | Compiling http-body-util v0.1.3 |
| 1496 | 2026-06-29T19:22:36.394Z | Compiling signature v2.2.0 |
| 1497 | 2026-06-29T19:22:36.523Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-06-29T19:22:36.572Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-06-29T19:22:36.640Z | Compiling heapless v0.7.17 |
| 1500 | 2026-06-29T19:22:36.698Z | Compiling rand_xorshift v0.4.0 |
| 1501 | 2026-06-29T19:22:36.856Z | Compiling slog v2.8.2 |
| 1502 | 2026-06-29T19:22:36.869Z | Compiling darling_core v0.21.3 |
| 1503 | 2026-06-29T19:22:36.874Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1504 | 2026-06-29T19:22:37.035Z | Compiling thread-id v5.1.0 |
| 1505 | 2026-06-29T19:22:37.119Z | Compiling cookie v0.18.1 |
| 1506 | 2026-06-29T19:22:37.147Z | Compiling ryu v1.0.23 |
| 1507 | 2026-06-29T19:22:37.170Z | Compiling adler2 v2.0.1 |
| 1508 | 2026-06-29T19:22:37.295Z | Compiling unicode-bidi v0.3.18 |
| 1509 | 2026-06-29T19:22:37.295Z | Compiling paste v1.0.15 |
| 1510 | 2026-06-29T19:22:37.321Z | Compiling anyhow v1.0.102 |
| 1511 | 2026-06-29T19:22:37.557Z | Compiling signal-hook v0.3.18 |
| 1512 | 2026-06-29T19:22:37.617Z | Compiling allocator-api2 v0.2.21 |
| 1513 | 2026-06-29T19:22:37.621Z | Compiling unarray v0.1.4 |
| 1514 | 2026-06-29T19:22:37.724Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-06-29T19:22:37.727Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-06-29T19:22:37.810Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-06-29T19:22:37.824Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-06-29T19:22:37.912Z | Compiling stringprep v0.1.5 |
| 1519 | 2026-06-29T19:22:37.938Z | Compiling proptest v1.11.0 |
| 1520 | 2026-06-29T19:22:38.057Z | Compiling serde_urlencoded v0.7.1 |
| 1521 | 2026-06-29T19:22:38.190Z | Compiling miniz_oxide v0.8.9 |
| 1522 | 2026-06-29T19:22:38.336Z | Compiling scroll v0.12.0 |
| 1523 | 2026-06-29T19:22:38.846Z | Compiling derive_builder_macro v0.20.2 |
| 1524 | 2026-06-29T19:22:39.142Z | Compiling tower-http v0.6.8 |
| 1525 | 2026-06-29T19:22:39.165Z | Compiling tokio-native-tls v0.3.1 |
| 1526 | 2026-06-29T19:22:39.338Z | Compiling bstr v1.12.1 |
| 1527 | 2026-06-29T19:22:39.373Z | Compiling ipnetwork v0.21.1 |
| 1528 | 2026-06-29T19:22:39.419Z | Compiling darling_macro v0.21.3 |
| 1529 | 2026-06-29T19:22:39.545Z | Compiling rustls-native-certs v0.8.3 |
| 1530 | 2026-06-29T19:22:39.671Z | Compiling rand_chacha v0.3.1 |
| 1531 | 2026-06-29T19:22:39.767Z | Compiling serde_tokenstream v0.2.3 |
| 1532 | 2026-06-29T19:22:39.826Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-06-29T19:22:39.898Z | Compiling erased-serde v0.3.31 |
| 1534 | 2026-06-29T19:22:39.971Z | Compiling toml_datetime v0.6.11 |
| 1535 | 2026-06-29T19:22:39.988Z | Compiling md-5 v0.10.6 |
| 1536 | 2026-06-29T19:22:40.071Z | Compiling zerocopy-derive v0.7.35 |
| 1537 | 2026-06-29T19:22:40.145Z | Compiling pin-project-internal v1.1.11 |
| 1538 | 2026-06-29T19:22:40.225Z | Compiling async-trait v0.1.89 |
| 1539 | 2026-06-29T19:22:40.383Z | Compiling curve25519-dalek v4.1.3 |
| 1540 | 2026-06-29T19:22:40.461Z | Compiling vergen-lib v9.1.0 |
| 1541 | 2026-06-29T19:22:40.640Z | Compiling num-integer v0.1.46 |
| 1542 | 2026-06-29T19:22:40.708Z | Compiling hash32 v0.2.1 |
| 1543 | 2026-06-29T19:22:40.900Z | Compiling ff v0.13.1 |
| 1544 | 2026-06-29T19:22:40.928Z | Compiling memoffset v0.9.1 |
| 1545 | 2026-06-29T19:22:40.953Z | Compiling encoding_rs v0.8.35 |
| 1546 | 2026-06-29T19:22:41.033Z | Compiling rustix v0.38.44 |
| 1547 | 2026-06-29T19:22:41.114Z | Compiling ref-cast v1.0.25 |
| 1548 | 2026-06-29T19:22:41.225Z | Compiling zlib-rs v0.6.2 |
| 1549 | 2026-06-29T19:22:41.243Z | Compiling num-bigint-dig v0.8.6 |
| 1550 | 2026-06-29T19:22:41.386Z | Compiling mime v0.3.17 |
| 1551 | 2026-06-29T19:22:41.414Z | Compiling litrs v1.0.0 |
| 1552 | 2026-06-29T19:22:41.497Z | Compiling base16ct v0.2.0 |
| 1553 | 2026-06-29T19:22:41.602Z | Compiling psl-types v2.0.11 |
| 1554 | 2026-06-29T19:22:41.638Z | Compiling smoltcp v0.9.1 |
| 1555 | 2026-06-29T19:22:41.722Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-06-29T19:22:41.797Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-06-29T19:22:41.913Z | Compiling document-features v0.2.12 |
| 1558 | 2026-06-29T19:22:41.982Z | Compiling nix v0.31.2 |
| 1559 | 2026-06-29T19:22:42.112Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-06-29T19:22:42.350Z | Compiling publicsuffix v2.3.0 |
| 1561 | 2026-06-29T19:22:42.423Z | Compiling sec1 v0.7.3 |
| 1562 | 2026-06-29T19:22:42.568Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-06-29T19:22:42.657Z | Compiling group v0.13.0 |
| 1564 | 2026-06-29T19:22:42.671Z | Compiling zerocopy v0.7.35 |
| 1565 | 2026-06-29T19:22:42.700Z | Compiling num-iter v0.1.45 |
| 1566 | 2026-06-29T19:22:42.855Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-06-29T19:22:43.117Z | Compiling hubpack_derive v0.1.1 |
| 1568 | 2026-06-29T19:22:43.193Z | Compiling darling v0.21.3 |
| 1569 | 2026-06-29T19:22:43.233Z | Compiling rand v0.8.6 |
| 1570 | 2026-06-29T19:22:43.265Z | Compiling oxnet v0.1.6 |
| 1571 | 2026-06-29T19:22:43.281Z | Compiling derive_builder v0.20.2 |
| 1572 | 2026-06-29T19:22:43.348Z | Compiling hyper-tls v0.6.0 |
| 1573 | 2026-06-29T19:22:43.559Z | Compiling goblin v0.8.2 |
| 1574 | 2026-06-29T19:22:44.086Z | Compiling phf_shared v0.13.1 |
| 1575 | 2026-06-29T19:22:44.233Z | Compiling flate2 v1.1.9 |
| 1576 | 2026-06-29T19:22:44.233Z | Compiling lazy_static v1.5.0 |
| 1577 | 2026-06-29T19:22:44.261Z | Compiling regex v1.12.3 |
| 1578 | 2026-06-29T19:22:44.327Z | Compiling anstyle-parse v0.2.7 |
| 1579 | 2026-06-29T19:22:44.341Z | Compiling futures-executor v0.3.32 |
| 1580 | 2026-06-29T19:22:44.512Z | Compiling hex v0.4.3 |
| 1581 | 2026-06-29T19:22:44.526Z | Compiling hkdf v0.12.4 |
| 1582 | 2026-06-29T19:22:44.595Z | Compiling crypto-bigint v0.5.5 |
| 1583 | 2026-06-29T19:22:44.635Z | Compiling terminal_size v0.4.3 |
| 1584 | 2026-06-29T19:22:44.679Z | Compiling daft-derive v0.1.7 |
| 1585 | 2026-06-29T19:22:44.679Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-06-29T19:22:44.836Z | Compiling ref-cast-impl v1.0.25 |
| 1587 | 2026-06-29T19:22:44.836Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1588 | 2026-06-29T19:22:45.309Z | Compiling snafu-derive v0.8.9 |
| 1589 | 2026-06-29T19:22:45.394Z | Compiling vergen v9.1.0 |
| 1590 | 2026-06-29T19:22:45.422Z | Compiling fs-err v3.3.0 |
| 1591 | 2026-06-29T19:22:45.570Z | Compiling cargo-platform v0.3.2 |
| 1592 | 2026-06-29T19:22:45.609Z | Compiling ahash v0.8.12 |
| 1593 | 2026-06-29T19:22:45.820Z | Compiling managed v0.8.0 |
| 1594 | 2026-06-29T19:22:45.841Z | Compiling foldhash v0.2.0 |
| 1595 | 2026-06-29T19:22:46.036Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-06-29T19:22:46.061Z | Compiling foldhash v0.1.5 |
| 1597 | 2026-06-29T19:22:46.230Z | Compiling object v0.37.3 |
| 1598 | 2026-06-29T19:22:46.287Z | Compiling same-file v1.0.6 |
| 1599 | 2026-06-29T19:22:46.450Z | Compiling unicode-segmentation v1.12.0 |
| 1600 | 2026-06-29T19:22:46.493Z | Compiling winnow v0.5.40 |
| 1601 | 2026-06-29T19:22:46.638Z | Compiling libbz2-rs-sys v0.2.2 |
| 1602 | 2026-06-29T19:22:46.700Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-06-29T19:22:46.831Z | Compiling strum v0.27.2 |
| 1604 | 2026-06-29T19:22:47.013Z | Compiling walkdir v2.5.0 |
| 1605 | 2026-06-29T19:22:47.055Z | Compiling bzip2 v0.6.1 |
| 1606 | 2026-06-29T19:22:47.212Z | Compiling snafu v0.8.9 |
| 1607 | 2026-06-29T19:22:47.262Z | Compiling zopfli v0.8.3 |
| 1608 | 2026-06-29T19:22:47.312Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-06-29T19:22:47.315Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-06-29T19:22:47.562Z | Compiling clap_builder v4.6.0 |
| 1611 | 2026-06-29T19:22:47.622Z | Compiling dof v0.3.0 |
| 1612 | 2026-06-29T19:22:47.855Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-06-29T19:22:47.902Z | Compiling cargo_metadata v0.23.1 |
| 1614 | 2026-06-29T19:22:47.951Z | Compiling elliptic-curve v0.13.8 |
| 1615 | 2026-06-29T19:22:48.359Z | Compiling daft v0.1.7 |
| 1616 | 2026-06-29T19:22:48.497Z | Compiling futures v0.3.32 |
| 1617 | 2026-06-29T19:22:48.583Z | Compiling anstream v0.6.21 |
| 1618 | 2026-06-29T19:22:48.875Z | Compiling phf v0.13.1 |
| 1619 | 2026-06-29T19:22:48.899Z | Compiling signal-hook-mio v0.2.5 |
| 1620 | 2026-06-29T19:22:49.019Z | Compiling cookie_store v0.22.1 |
| 1621 | 2026-06-29T19:22:49.327Z | Compiling zstd v0.13.3 |
| 1622 | 2026-06-29T19:22:49.402Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-06-29T19:22:49.593Z | Compiling reqwest v0.12.28 |
| 1624 | 2026-06-29T19:22:49.632Z | Compiling bzip2 v0.4.4 |
| 1625 | 2026-06-29T19:22:49.671Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-06-29T19:22:50.532Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-06-29T19:22:50.580Z | Compiling usdt-macro v0.6.0 |
| 1628 | 2026-06-29T19:22:50.793Z | Compiling usdt-attr-macro v0.6.0 |
| 1629 | 2026-06-29T19:22:51.025Z | Compiling globset v0.4.18 |
| 1630 | 2026-06-29T19:22:51.067Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-06-29T19:22:51.081Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-06-29T19:22:51.324Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-06-29T19:22:51.516Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-06-29T19:22:51.595Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-06-29T19:22:51.676Z | Compiling serde_plain v1.0.2 |
| 1636 | 2026-06-29T19:22:51.698Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2026-06-29T19:22:51.808Z | Compiling rfc6979 v0.4.0 |
| 1638 | 2026-06-29T19:22:51.839Z | Compiling strum_macros v0.26.4 |
| 1639 | 2026-06-29T19:22:51.869Z | Compiling async-recursion v1.1.1 |
| 1640 | 2026-06-29T19:22:51.929Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-06-29T19:22:51.973Z | Compiling serde_repr v0.1.20 |
| 1642 | 2026-06-29T19:22:51.987Z | Compiling clap_derive v4.6.1 |
| 1643 | 2026-06-29T19:22:52.433Z | Compiling pem v3.0.6 |
| 1644 | 2026-06-29T19:22:52.500Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-06-29T19:22:52.515Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-06-29T19:22:52.658Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-06-29T19:22:52.747Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-06-29T19:22:52.756Z | Compiling normalize-line-endings v0.3.0 |
| 1649 | 2026-06-29T19:22:52.866Z | Compiling static_assertions v1.1.0 |
| 1650 | 2026-06-29T19:22:52.889Z | Compiling difflib v0.4.0 |
| 1651 | 2026-06-29T19:22:52.889Z | Compiling jiff v0.2.21 |
| 1652 | 2026-06-29T19:22:53.030Z | Compiling whoami v2.1.0 |
| 1653 | 2026-06-29T19:22:53.440Z | Compiling keccak v0.1.6 |
| 1654 | 2026-06-29T19:22:53.459Z | Compiling either v1.15.0 |
| 1655 | 2026-06-29T19:22:53.491Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-06-29T19:22:53.618Z | Compiling fixedbitset v0.4.2 |
| 1657 | 2026-06-29T19:22:53.657Z | Compiling predicates-core v1.0.10 |
| 1658 | 2026-06-29T19:22:53.782Z | Compiling winnow v1.0.3 |
| 1659 | 2026-06-29T19:22:53.845Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-06-29T19:22:53.855Z | Compiling precomputed-hash v0.1.1 |
| 1661 | 2026-06-29T19:22:53.916Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-06-29T19:22:53.990Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-06-29T19:22:54.095Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-06-29T19:22:54.103Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1665 | 2026-06-29T19:22:54.127Z | Compiling petgraph v0.8.3 |
| 1666 | 2026-06-29T19:22:54.162Z | Compiling string_cache v0.8.9 |
| 1667 | 2026-06-29T19:22:54.319Z | Compiling clap v4.6.1 |
| 1668 | 2026-06-29T19:22:54.381Z | Compiling petgraph v0.6.5 |
| 1669 | 2026-06-29T19:22:54.406Z | Compiling hickory-proto v0.25.2 |
| 1670 | 2026-06-29T19:22:54.747Z | Compiling predicates v3.1.4 |
| 1671 | 2026-06-29T19:22:55.224Z | Compiling strum v0.26.3 |
| 1672 | 2026-06-29T19:22:56.799Z | Compiling itertools v0.13.0 |
| 1673 | 2026-06-29T19:22:56.840Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-06-29T19:22:56.841Z | Compiling zip v4.6.1 |
| 1675 | 2026-06-29T19:22:56.841Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-06-29T19:22:56.920Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-06-29T19:22:56.920Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1678 | 2026-06-29T19:22:56.920Z | Compiling usdt-impl v0.5.0 |
| 1679 | 2026-06-29T19:22:56.920Z | Compiling usdt v0.6.0 |
| 1680 | 2026-06-29T19:22:56.920Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-06-29T19:22:57.101Z | Compiling rsa v0.9.10 |
| 1682 | 2026-06-29T19:22:57.122Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-06-29T19:22:57.206Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-06-29T19:22:57.250Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-06-29T19:22:58.232Z | Compiling zip v0.6.6 |
| 1686 | 2026-06-29T19:22:58.620Z | Compiling toml v0.7.8 |
| 1687 | 2026-06-29T19:22:58.985Z | Compiling iddqd v0.4.2 |
| 1688 | 2026-06-29T19:22:59.289Z | Compiling heck v0.4.1 |
| 1689 | 2026-06-29T19:22:59.409Z | Compiling similar v2.7.0 |
| 1690 | 2026-06-29T19:22:59.409Z | Compiling crossbeam-epoch v0.9.18 |
| 1691 | 2026-06-29T19:22:59.483Z | Compiling tokio-stream v0.1.18 |
| 1692 | 2026-06-29T19:22:59.534Z | Compiling buf-list v1.1.2 |
| 1693 | 2026-06-29T19:22:59.702Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-06-29T19:22:59.834Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1695 | 2026-06-29T19:22:59.948Z | Compiling openapiv3 v2.2.0 |
| 1696 | 2026-06-29T19:23:00.106Z | Compiling sha1 v0.10.6 |
| 1697 | 2026-06-29T19:23:00.230Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-06-29T19:23:00.283Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-06-29T19:23:00.347Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-06-29T19:23:00.425Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-06-29T19:23:00.491Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-06-29T19:23:00.508Z | Compiling filetime v0.2.27 |
| 1703 | 2026-06-29T19:23:00.590Z | Compiling is-terminal v0.4.17 |
| 1704 | 2026-06-29T19:23:00.675Z | Compiling term v1.2.1 |
| 1705 | 2026-06-29T19:23:00.690Z | Compiling xattr v1.6.1 |
| 1706 | 2026-06-29T19:23:00.744Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-06-29T19:23:00.863Z | Compiling tar v0.4.45 |
| 1708 | 2026-06-29T19:23:01.248Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-06-29T19:23:11.885Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-06-29T19:23:14.675Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-06-29T19:23:14.675Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-06-29T19:23:14.675Z | Compiling tough v0.22.0 |
| 1713 | 2026-06-29T19:23:14.863Z | Compiling hyper-rustls v0.27.7 |
| 1714 | 2026-06-29T19:23:15.040Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-06-29T19:23:17.230Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1716 | 2026-06-29T19:23:17.440Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1717 | 2026-06-29T19:23:20.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1718 | 2026-06-29T19:23:20.422Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1719 | 2026-06-29T19:23:20.474Z | Jun 29 19:23:19.406 INFO Starting download, target: Cockroach |
| 1720 | 2026-06-29T19:23:20.474Z | Jun 29 19:23:19.407 INFO Starting download, target: Clickhouse |
| 1721 | 2026-06-29T19:23:20.474Z | Jun 29 19:23:19.407 INFO Starting download, target: Console |
| 1722 | 2026-06-29T19:23:20.478Z | Jun 29 19:23:19.407 INFO Starting download, target: DendriteStub |
| 1723 | 2026-06-29T19:23:20.478Z | Jun 29 19:23:19.407 INFO Starting download, target: MaghemiteMgd |
| 1724 | 2026-06-29T19:23:20.478Z | Jun 29 19:23:19.407 INFO Starting download, target: MaghemiteDdmd |
| 1725 | 2026-06-29T19:23:20.478Z | Jun 29 19:23:19.407 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-06-29T19:23:20.478Z | Jun 29 19:23:19.407 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-06-29T19:23:20.478Z | Jun 29 19:23:19.407 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1728 | 2026-06-29T19:23:20.479Z | Jun 29 19:23:19.407 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-06-29T19:23:20.479Z | Jun 29 19:23:19.407 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-06-29T19:23:20.479Z | Jun 29 19:23:19.407 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1731 | 2026-06-29T19:23:20.479Z | Jun 29 19:23:19.407 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-06-29T19:23:20.479Z | Jun 29 19:23:19.408 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1733 | 2026-06-29T19:23:20.979Z | Jun 29 19:23:19.876 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1734 | 2026-06-29T19:23:21.195Z | Jun 29 19:23:20.123 INFO Download complete, target: TransceiverControl |
| 1735 | 2026-06-29T19:23:22.528Z | Jun 29 19:23:21.444 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-06-29T19:23:22.550Z | Jun 29 19:23:21.466 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1737 | 2026-06-29T19:23:22.759Z | Jun 29 19:23:21.691 INFO Download complete, target: Console |
| 1738 | 2026-06-29T19:23:22.764Z | Jun 29 19:23:21.694 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1739 | 2026-06-29T19:23:22.804Z | Jun 29 19:23:21.725 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-06-29T19:23:23.399Z | Jun 29 19:23:22.333 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-06-29T19:23:23.434Z | Jun 29 19:23:22.367 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-06-29T19:23:23.435Z | Jun 29 19:23:22.367 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-06-29T19:23:24.681Z | Jun 29 19:23:23.614 INFO Download complete, target: MaghemiteDdmd |
| 1744 | 2026-06-29T19:23:25.217Z | Jun 29 19:23:24.133 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-29T19:23:25.928Z | Jun 29 19:23:24.858 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-29T19:23:28.150Z | Jun 29 19:23:27.083 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-06-29T19:23:28.266Z | Jun 29 19:23:27.198 INFO Download complete, target: Cockroach |
| 1748 | 2026-06-29T19:23:29.302Z | Jun 29 19:23:28.235 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-06-29T19:23:29.401Z | Jun 29 19:23:28.334 INFO Download complete, target: Clickhouse |
| 1750 | 2026-06-29T19:23:29.420Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-06-29T19:23:29.424Z | |
| 1752 | 2026-06-29T19:23:29.424Z | real 2:03.245724148 |
| 1753 | 2026-06-29T19:23:29.424Z | user 6:49.665231960 |
| 1754 | 2026-06-29T19:23:29.424Z | sys 1:23.229159454 |
| 1755 | 2026-06-29T19:23:29.424Z | trap 0.234369265 |
| 1756 | 2026-06-29T19:23:29.424Z | tflt 0.641670684 |
| 1757 | 2026-06-29T19:23:29.424Z | dflt 0.605063573 |
| 1758 | 2026-06-29T19:23:29.424Z | kflt 0.025716906 |
| 1759 | 2026-06-29T19:23:29.424Z | lock 23:09.928998931 |
| 1760 | 2026-06-29T19:23:29.424Z | slp 20:49.536762980 |
| 1761 | 2026-06-29T19:23:29.424Z | lat 44.614778982 |
| 1762 | 2026-06-29T19:23:29.424Z | stop 2:02.949772334 |
| 1763 | 2026-06-29T19:23:29.424Z | + banner hack-check |
| 1764 | 2026-06-29T19:23:29.424Z | |
| 1765 | 2026-06-29T19:23:29.424Z | # # ## #### # # #### # # ###### #### # # |
| 1766 | 2026-06-29T19:23:29.424Z | # # # # # # # # # # # # # # # # # |
| 1767 | 2026-06-29T19:23:29.424Z | ###### # # # #### ##### # ###### ##### # #### |
| 1768 | 2026-06-29T19:23:29.424Z | # # ###### # # # # # # # # # # |
| 1769 | 2026-06-29T19:23:29.424Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-06-29T19:23:29.424Z | # # # # #### # # #### # # ###### #### # # |
| 1771 | 2026-06-29T19:23:29.424Z | |
| 1772 | 2026-06-29T19:23:29.424Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-29T19:23:29.424Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-29T19:23:29.425Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1775 | 2026-06-29T19:23:29.893Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-06-29T19:23:30.096Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-06-29T19:23:31.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1778 | 2026-06-29T19:23:32.046Z | Running `target/debug/xtask check-features --ci` |
| 1779 | 2026-06-29T19:23:32.073Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1780 | 2026-06-29T19:23:32.073Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1781 | 2026-06-29T19:23:32.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1782 | 2026-06-29T19:23:32.512Z | Running `target/debug/xtask download cargo-hack` |
| 1783 | 2026-06-29T19:23:33.242Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-06-29T19:23:33.547Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-06-29T19:23:36.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 1786 | 2026-06-29T19:23:36.235Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1787 | 2026-06-29T19:23:36.274Z | Jun 29 19:23:35.207 INFO Starting download, target: CargoHack |
| 1788 | 2026-06-29T19:23:36.277Z | Jun 29 19:23:35.208 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1789 | 2026-06-29T19:23:36.478Z | Jun 29 19:23:35.411 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1790 | 2026-06-29T19:23:36.528Z | Jun 29 19:23:35.461 INFO Download complete, target: CargoHack |
| 1791 | 2026-06-29T19:23:36.533Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1792 | 2026-06-29T19:23:36.546Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1793 | 2026-06-29T19:23:36.699Z | info: running `cargo check --bins` on api_identity (1/300) |
| 1794 | 2026-06-29T19:23:37.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2026-06-29T19:23:37.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2026-06-29T19:23:37.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2026-06-29T19:23:37.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1798 | 2026-06-29T19:23:37.208Z | |
| 1799 | 2026-06-29T19:23:37.208Z | info: running `cargo check --bins` on bootstore (2/300) |
| 1800 | 2026-06-29T19:23:37.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-06-29T19:23:37.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-06-29T19:23:37.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-06-29T19:23:37.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1804 | 2026-06-29T19:23:37.714Z | |
| 1805 | 2026-06-29T19:23:37.714Z | info: running `cargo check --bins` on omicron-ledger (3/300) |
| 1806 | 2026-06-29T19:23:38.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-06-29T19:23:38.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-06-29T19:23:38.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-06-29T19:23:38.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1810 | 2026-06-29T19:23:38.221Z | |
| 1811 | 2026-06-29T19:23:38.221Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300) |
| 1812 | 2026-06-29T19:23:38.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-06-29T19:23:38.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-06-29T19:23:38.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-06-29T19:23:38.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1816 | 2026-06-29T19:23:38.728Z | |
| 1817 | 2026-06-29T19:23:38.728Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300) |
| 1818 | 2026-06-29T19:23:39.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-06-29T19:23:39.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-06-29T19:23:39.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-06-29T19:23:39.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1822 | 2026-06-29T19:23:39.241Z | |
| 1823 | 2026-06-29T19:23:39.241Z | info: running `cargo check --bins` on omicron-certificates (6/300) |
| 1824 | 2026-06-29T19:23:39.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-06-29T19:23:39.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-06-29T19:23:39.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-06-29T19:23:39.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1828 | 2026-06-29T19:23:39.762Z | |
| 1829 | 2026-06-29T19:23:39.762Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/300) |
| 1830 | 2026-06-29T19:23:40.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-06-29T19:23:40.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-06-29T19:23:40.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-06-29T19:23:40.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1834 | 2026-06-29T19:23:40.280Z | |
| 1835 | 2026-06-29T19:23:40.281Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300) |
| 1836 | 2026-06-29T19:23:40.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-06-29T19:23:40.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-06-29T19:23:40.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-06-29T19:23:40.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1840 | 2026-06-29T19:23:40.798Z | |
| 1841 | 2026-06-29T19:23:40.798Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300) |
| 1842 | 2026-06-29T19:23:41.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-06-29T19:23:41.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-06-29T19:23:41.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-06-29T19:23:41.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1846 | 2026-06-29T19:23:41.186Z | |
| 1847 | 2026-06-29T19:23:41.186Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300) |
| 1848 | 2026-06-29T19:23:41.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-06-29T19:23:41.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-06-29T19:23:41.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-06-29T19:23:41.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1852 | 2026-06-29T19:23:41.575Z | |
| 1853 | 2026-06-29T19:23:41.575Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300) |
| 1854 | 2026-06-29T19:23:41.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-06-29T19:23:41.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-06-29T19:23:41.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-06-29T19:23:41.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1858 | 2026-06-29T19:23:41.973Z | |
| 1859 | 2026-06-29T19:23:41.973Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300) |
| 1860 | 2026-06-29T19:23:42.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-06-29T19:23:42.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-06-29T19:23:42.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-06-29T19:23:42.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1864 | 2026-06-29T19:23:42.351Z | |
| 1865 | 2026-06-29T19:23:42.351Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300) |
| 1866 | 2026-06-29T19:23:42.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-06-29T19:23:42.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-06-29T19:23:42.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-06-29T19:23:42.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1870 | 2026-06-29T19:23:42.738Z | |
| 1871 | 2026-06-29T19:23:42.738Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300) |
| 1872 | 2026-06-29T19:23:43.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-06-29T19:23:43.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-06-29T19:23:43.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-06-29T19:23:43.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1876 | 2026-06-29T19:23:43.125Z | |
| 1877 | 2026-06-29T19:23:43.125Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300) |
| 1878 | 2026-06-29T19:23:43.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-06-29T19:23:43.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-06-29T19:23:43.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-06-29T19:23:43.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1882 | 2026-06-29T19:23:43.514Z | |
| 1883 | 2026-06-29T19:23:43.514Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300) |
| 1884 | 2026-06-29T19:23:43.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-06-29T19:23:43.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-06-29T19:23:43.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-06-29T19:23:43.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1888 | 2026-06-29T19:23:43.898Z | |
| 1889 | 2026-06-29T19:23:43.899Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300) |
| 1890 | 2026-06-29T19:23:44.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-06-29T19:23:44.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-06-29T19:23:44.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-06-29T19:23:44.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1894 | 2026-06-29T19:23:44.290Z | |
| 1895 | 2026-06-29T19:23:44.290Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300) |
| 1896 | 2026-06-29T19:23:44.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-06-29T19:23:44.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-06-29T19:23:44.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-06-29T19:23:44.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1900 | 2026-06-29T19:23:44.682Z | |
| 1901 | 2026-06-29T19:23:44.682Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300) |
| 1902 | 2026-06-29T19:23:45.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-06-29T19:23:45.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-06-29T19:23:45.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-06-29T19:23:45.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1906 | 2026-06-29T19:23:45.077Z | |
| 1907 | 2026-06-29T19:23:45.077Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300) |
| 1908 | 2026-06-29T19:23:45.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-06-29T19:23:45.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-06-29T19:23:45.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-06-29T19:23:45.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1912 | 2026-06-29T19:23:45.473Z | |
| 1913 | 2026-06-29T19:23:45.473Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300) |
| 1914 | 2026-06-29T19:23:45.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-06-29T19:23:45.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-06-29T19:23:45.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-06-29T19:23:45.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1918 | 2026-06-29T19:23:45.865Z | |
| 1919 | 2026-06-29T19:23:45.865Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300) |
| 1920 | 2026-06-29T19:23:46.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-06-29T19:23:46.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-06-29T19:23:46.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-06-29T19:23:46.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1924 | 2026-06-29T19:23:46.258Z | |
| 1925 | 2026-06-29T19:23:46.258Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300) |
| 1926 | 2026-06-29T19:23:46.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-06-29T19:23:46.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-06-29T19:23:46.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-06-29T19:23:46.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1930 | 2026-06-29T19:23:46.649Z | |
| 1931 | 2026-06-29T19:23:46.649Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300) |
| 1932 | 2026-06-29T19:23:46.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-06-29T19:23:46.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-06-29T19:23:46.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-06-29T19:23:46.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1936 | 2026-06-29T19:23:47.040Z | |
| 1937 | 2026-06-29T19:23:47.040Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300) |
| 1938 | 2026-06-29T19:23:47.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-06-29T19:23:47.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-06-29T19:23:47.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-06-29T19:23:47.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1942 | 2026-06-29T19:23:47.436Z | |
| 1943 | 2026-06-29T19:23:47.436Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300) |
| 1944 | 2026-06-29T19:23:47.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-06-29T19:23:47.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-06-29T19:23:47.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-06-29T19:23:47.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1948 | 2026-06-29T19:23:47.830Z | |
| 1949 | 2026-06-29T19:23:47.830Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300) |
| 1950 | 2026-06-29T19:23:48.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-06-29T19:23:48.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-06-29T19:23:48.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-06-29T19:23:48.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1954 | 2026-06-29T19:23:48.224Z | |
| 1955 | 2026-06-29T19:23:48.225Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300) |
| 1956 | 2026-06-29T19:23:48.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-06-29T19:23:48.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-06-29T19:23:48.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-06-29T19:23:48.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1960 | 2026-06-29T19:23:48.617Z | |
| 1961 | 2026-06-29T19:23:48.617Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300) |
| 1962 | 2026-06-29T19:23:48.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-06-29T19:23:48.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-06-29T19:23:48.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-06-29T19:23:48.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1966 | 2026-06-29T19:23:49.015Z | |
| 1967 | 2026-06-29T19:23:49.015Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300) |
| 1968 | 2026-06-29T19:23:49.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-06-29T19:23:49.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-06-29T19:23:49.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-06-29T19:23:49.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1972 | 2026-06-29T19:23:49.403Z | |
| 1973 | 2026-06-29T19:23:49.403Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300) |
| 1974 | 2026-06-29T19:23:49.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-06-29T19:23:49.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-06-29T19:23:49.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-06-29T19:23:49.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1978 | 2026-06-29T19:23:49.793Z | |
| 1979 | 2026-06-29T19:23:49.793Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300) |
| 1980 | 2026-06-29T19:23:50.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-06-29T19:23:50.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-06-29T19:23:50.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-06-29T19:23:50.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1984 | 2026-06-29T19:23:50.183Z | |
| 1985 | 2026-06-29T19:23:50.183Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300) |
| 1986 | 2026-06-29T19:23:50.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-06-29T19:23:50.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-06-29T19:23:50.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-06-29T19:23:50.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1990 | 2026-06-29T19:23:50.573Z | |
| 1991 | 2026-06-29T19:23:50.573Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300) |
| 1992 | 2026-06-29T19:23:50.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-06-29T19:23:50.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-06-29T19:23:50.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-06-29T19:23:50.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1996 | 2026-06-29T19:23:50.963Z | |
| 1997 | 2026-06-29T19:23:50.963Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300) |
| 1998 | 2026-06-29T19:23:51.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-06-29T19:23:51.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-06-29T19:23:51.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-06-29T19:23:51.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2002 | 2026-06-29T19:23:51.352Z | |
| 2003 | 2026-06-29T19:23:51.353Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300) |
| 2004 | 2026-06-29T19:23:51.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-06-29T19:23:51.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-06-29T19:23:51.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-06-29T19:23:51.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2008 | 2026-06-29T19:23:51.743Z | |
| 2009 | 2026-06-29T19:23:51.743Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300) |
| 2010 | 2026-06-29T19:23:52.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-06-29T19:23:52.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-06-29T19:23:52.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-06-29T19:23:52.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2014 | 2026-06-29T19:23:52.134Z | |
| 2015 | 2026-06-29T19:23:52.134Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300) |
| 2016 | 2026-06-29T19:23:52.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-06-29T19:23:52.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-06-29T19:23:52.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-06-29T19:23:52.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2020 | 2026-06-29T19:23:52.522Z | |
| 2021 | 2026-06-29T19:23:52.522Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300) |
| 2022 | 2026-06-29T19:23:52.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-06-29T19:23:52.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-06-29T19:23:52.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-06-29T19:23:52.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2026 | 2026-06-29T19:23:52.914Z | |
| 2027 | 2026-06-29T19:23:52.914Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300) |
| 2028 | 2026-06-29T19:23:53.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-06-29T19:23:53.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-06-29T19:23:53.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-06-29T19:23:53.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2032 | 2026-06-29T19:23:53.311Z | |
| 2033 | 2026-06-29T19:23:53.311Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300) |
| 2034 | 2026-06-29T19:23:53.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-06-29T19:23:53.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-06-29T19:23:53.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-06-29T19:23:53.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2038 | 2026-06-29T19:23:53.702Z | |
| 2039 | 2026-06-29T19:23:53.702Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300) |
| 2040 | 2026-06-29T19:23:54.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-06-29T19:23:54.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-06-29T19:23:54.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-06-29T19:23:54.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2044 | 2026-06-29T19:23:54.096Z | |
| 2045 | 2026-06-29T19:23:54.096Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300) |
| 2046 | 2026-06-29T19:23:54.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-06-29T19:23:54.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-06-29T19:23:54.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-06-29T19:23:54.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2050 | 2026-06-29T19:23:54.494Z | |
| 2051 | 2026-06-29T19:23:54.494Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300) |
| 2052 | 2026-06-29T19:23:54.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-06-29T19:23:54.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-06-29T19:23:54.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-06-29T19:23:54.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2056 | 2026-06-29T19:23:54.884Z | |
| 2057 | 2026-06-29T19:23:54.884Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300) |
| 2058 | 2026-06-29T19:23:55.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-06-29T19:23:55.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-06-29T19:23:55.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-06-29T19:23:55.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2062 | 2026-06-29T19:23:55.280Z | |
| 2063 | 2026-06-29T19:23:55.281Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300) |
| 2064 | 2026-06-29T19:23:55.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-06-29T19:23:55.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-06-29T19:23:55.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-06-29T19:23:55.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2068 | 2026-06-29T19:23:55.672Z | |
| 2069 | 2026-06-29T19:23:55.672Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300) |
| 2070 | 2026-06-29T19:23:56.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-06-29T19:23:56.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-06-29T19:23:56.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-06-29T19:23:56.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2074 | 2026-06-29T19:23:56.065Z | |
| 2075 | 2026-06-29T19:23:56.065Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300) |
| 2076 | 2026-06-29T19:23:56.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-06-29T19:23:56.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-06-29T19:23:56.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-06-29T19:23:56.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2080 | 2026-06-29T19:23:56.458Z | |
| 2081 | 2026-06-29T19:23:56.458Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300) |
| 2082 | 2026-06-29T19:23:56.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-06-29T19:23:56.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-06-29T19:23:56.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-06-29T19:23:56.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2086 | 2026-06-29T19:23:57.017Z | |
| 2087 | 2026-06-29T19:23:57.017Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300) |
| 2088 | 2026-06-29T19:23:57.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-06-29T19:23:57.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-06-29T19:23:57.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-06-29T19:23:57.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2092 | 2026-06-29T19:23:57.582Z | |
| 2093 | 2026-06-29T19:23:57.582Z | info: running `cargo check --bins` on nexus-config (51/300) |
| 2094 | 2026-06-29T19:23:58.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-06-29T19:23:58.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-06-29T19:23:58.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-06-29T19:23:58.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2098 | 2026-06-29T19:23:58.140Z | |
| 2099 | 2026-06-29T19:23:58.140Z | info: running `cargo check --bins` on nexus-types (52/300) |
| 2100 | 2026-06-29T19:23:58.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-06-29T19:23:58.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-06-29T19:23:58.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-06-29T19:23:58.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2104 | 2026-06-29T19:23:58.704Z | |
| 2105 | 2026-06-29T19:23:58.704Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300) |
| 2106 | 2026-06-29T19:23:59.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-06-29T19:23:59.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-06-29T19:23:59.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-06-29T19:23:59.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2110 | 2026-06-29T19:23:59.239Z | |
| 2111 | 2026-06-29T19:23:59.239Z | info: running `cargo check --bins` on omicron-passwords (54/300) |
| 2112 | 2026-06-29T19:23:59.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-06-29T19:23:59.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-06-29T19:23:59.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-06-29T19:23:59.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2116 | 2026-06-29T19:23:59.743Z | |
| 2117 | 2026-06-29T19:23:59.743Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/300) |
| 2118 | 2026-06-29T19:24:00.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-06-29T19:24:00.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-06-29T19:24:00.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-06-29T19:24:00.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2122 | 2026-06-29T19:24:00.275Z | |
| 2123 | 2026-06-29T19:24:00.275Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300) |
| 2124 | 2026-06-29T19:24:00.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-06-29T19:24:00.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-06-29T19:24:00.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-06-29T19:24:00.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2128 | 2026-06-29T19:24:00.804Z | |
| 2129 | 2026-06-29T19:24:00.804Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300) |
| 2130 | 2026-06-29T19:24:01.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-06-29T19:24:01.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-06-29T19:24:01.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-06-29T19:24:01.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2134 | 2026-06-29T19:24:01.339Z | |
| 2135 | 2026-06-29T19:24:01.339Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300) |
| 2136 | 2026-06-29T19:24:01.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-06-29T19:24:01.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-06-29T19:24:01.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-06-29T19:24:01.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2140 | 2026-06-29T19:24:01.872Z | |
| 2141 | 2026-06-29T19:24:01.872Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300) |
| 2142 | 2026-06-29T19:24:02.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-06-29T19:24:02.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-06-29T19:24:02.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-06-29T19:24:02.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2146 | 2026-06-29T19:24:02.385Z | |
| 2147 | 2026-06-29T19:24:02.385Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300) |
| 2148 | 2026-06-29T19:24:02.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-06-29T19:24:02.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-06-29T19:24:02.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-06-29T19:24:02.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2152 | 2026-06-29T19:24:02.894Z | |
| 2153 | 2026-06-29T19:24:02.894Z | info: running `cargo check --bins --no-default-features` on gfss (61/300) |
| 2154 | 2026-06-29T19:24:03.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-06-29T19:24:03.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-06-29T19:24:03.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-06-29T19:24:03.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2158 | 2026-06-29T19:24:03.402Z | |
| 2159 | 2026-06-29T19:24:03.402Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300) |
| 2160 | 2026-06-29T19:24:03.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-06-29T19:24:03.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-06-29T19:24:03.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-06-29T19:24:03.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2164 | 2026-06-29T19:24:03.908Z | |
| 2165 | 2026-06-29T19:24:03.908Z | info: running `cargo check --bins` on clickhouse-admin-types (63/300) |
| 2166 | 2026-06-29T19:24:04.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-06-29T19:24:04.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-06-29T19:24:04.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-06-29T19:24:04.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2170 | 2026-06-29T19:24:04.434Z | |
| 2171 | 2026-06-29T19:24:04.434Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/300) |
| 2172 | 2026-06-29T19:24:04.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-06-29T19:24:04.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-06-29T19:24:04.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-06-29T19:24:04.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2176 | 2026-06-29T19:24:04.961Z | |
| 2177 | 2026-06-29T19:24:04.961Z | info: running `cargo check --bins` on cockroach-admin-types (65/300) |
| 2178 | 2026-06-29T19:24:05.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-06-29T19:24:05.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-06-29T19:24:05.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-06-29T19:24:05.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2182 | 2026-06-29T19:24:05.471Z | |
| 2183 | 2026-06-29T19:24:05.471Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/300) |
| 2184 | 2026-06-29T19:24:05.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-06-29T19:24:05.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-06-29T19:24:05.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-06-29T19:24:05.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2188 | 2026-06-29T19:24:05.983Z | |
| 2189 | 2026-06-29T19:24:05.983Z | info: running `cargo check --bins` on ereport-types (67/300) |
| 2190 | 2026-06-29T19:24:06.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-06-29T19:24:06.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-06-29T19:24:06.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-06-29T19:24:06.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2194 | 2026-06-29T19:24:06.501Z | |
| 2195 | 2026-06-29T19:24:06.502Z | info: running `cargo check --bins` on gateway-client (68/300) |
| 2196 | 2026-06-29T19:24:06.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-06-29T19:24:06.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-06-29T19:24:06.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-06-29T19:24:06.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2200 | 2026-06-29T19:24:07.025Z | |
| 2201 | 2026-06-29T19:24:07.025Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/300) |
| 2202 | 2026-06-29T19:24:07.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-06-29T19:24:07.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-06-29T19:24:07.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-06-29T19:24:07.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2206 | 2026-06-29T19:24:07.543Z | |
| 2207 | 2026-06-29T19:24:07.543Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300) |
| 2208 | 2026-06-29T19:24:07.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-06-29T19:24:07.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-06-29T19:24:07.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-06-29T19:24:07.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2212 | 2026-06-29T19:24:08.063Z | |
| 2213 | 2026-06-29T19:24:08.063Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300) |
| 2214 | 2026-06-29T19:24:08.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-06-29T19:24:08.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-06-29T19:24:08.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-06-29T19:24:08.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2218 | 2026-06-29T19:24:08.583Z | |
| 2219 | 2026-06-29T19:24:08.583Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300) |
| 2220 | 2026-06-29T19:24:09.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-06-29T19:24:09.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-06-29T19:24:09.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-06-29T19:24:09.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2224 | 2026-06-29T19:24:09.104Z | |
| 2225 | 2026-06-29T19:24:09.104Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/300) |
| 2226 | 2026-06-29T19:24:09.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-06-29T19:24:09.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-06-29T19:24:09.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-06-29T19:24:09.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2230 | 2026-06-29T19:24:09.645Z | |
| 2231 | 2026-06-29T19:24:09.645Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300) |
| 2232 | 2026-06-29T19:24:10.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-06-29T19:24:10.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-06-29T19:24:10.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-06-29T19:24:10.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2236 | 2026-06-29T19:24:10.188Z | |
| 2237 | 2026-06-29T19:24:10.188Z | info: running `cargo check --bins` on key-manager-types (75/300) |
| 2238 | 2026-06-29T19:24:10.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-06-29T19:24:10.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-06-29T19:24:10.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-06-29T19:24:10.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2242 | 2026-06-29T19:24:10.697Z | |
| 2243 | 2026-06-29T19:24:10.697Z | info: running `cargo check --bins` on oxlog (76/300) |
| 2244 | 2026-06-29T19:24:11.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-06-29T19:24:11.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-06-29T19:24:11.253Z | Checking cfg-if v1.0.4 |
| 2247 | 2026-06-29T19:24:11.256Z | Checking libc v0.2.185 |
| 2248 | 2026-06-29T19:24:11.257Z | Checking serde_core v1.0.228 |
| 2249 | 2026-06-29T19:24:11.363Z | Checking zeroize v1.8.2 |
| 2250 | 2026-06-29T19:24:11.373Z | Checking memchr v2.8.0 |
| 2251 | 2026-06-29T19:24:11.381Z | Checking log v0.4.29 |
| 2252 | 2026-06-29T19:24:11.393Z | Checking smallvec v1.15.1 |
| 2253 | 2026-06-29T19:24:11.403Z | Checking typenum v1.19.0 |
| 2254 | 2026-06-29T19:24:11.403Z | Checking subtle v2.6.1 |
| 2255 | 2026-06-29T19:24:11.507Z | Checking itoa v1.0.17 |
| 2256 | 2026-06-29T19:24:11.541Z | Checking scopeguard v1.2.0 |
| 2257 | 2026-06-29T19:24:11.563Z | Checking stable_deref_trait v1.2.1 |
| 2258 | 2026-06-29T19:24:11.566Z | Checking const-oid v0.9.6 |
| 2259 | 2026-06-29T19:24:11.623Z | Checking zerofrom v0.1.6 |
| 2260 | 2026-06-29T19:24:11.639Z | Checking lock_api v0.4.14 |
| 2261 | 2026-06-29T19:24:11.653Z | Checking pin-project-lite v0.2.17 |
| 2262 | 2026-06-29T19:24:11.734Z | Checking yoke v0.8.1 |
| 2263 | 2026-06-29T19:24:11.746Z | Checking getrandom v0.2.17 |
| 2264 | 2026-06-29T19:24:11.749Z | Checking errno v0.3.14 |
| 2265 | 2026-06-29T19:24:11.766Z | Checking parking_lot_core v0.9.12 |
| 2266 | 2026-06-29T19:24:11.832Z | Checking portable-atomic v1.13.1 |
| 2267 | 2026-06-29T19:24:11.860Z | Checking signal-hook-registry v1.4.8 |
| 2268 | 2026-06-29T19:24:11.885Z | Checking rand_core v0.6.4 |
| 2269 | 2026-06-29T19:24:11.896Z | Checking zerovec v0.11.5 |
| 2270 | 2026-06-29T19:24:11.945Z | Checking critical-section v1.2.0 |
| 2271 | 2026-06-29T19:24:12.013Z | Checking futures-core v0.3.32 |
| 2272 | 2026-06-29T19:24:12.040Z | Checking parking_lot v0.12.5 |
| 2273 | 2026-06-29T19:24:12.054Z | Checking mio v1.2.0 |
| 2274 | 2026-06-29T19:24:12.075Z | Checking generic-array v0.14.7 |
| 2275 | 2026-06-29T19:24:12.130Z | Checking zerocopy v0.8.40 |
| 2276 | 2026-06-29T19:24:12.225Z | Checking zmij v1.0.21 |
| 2277 | 2026-06-29T19:24:12.239Z | Checking once_cell v1.21.3 |
| 2278 | 2026-06-29T19:24:12.254Z | Checking socket2 v0.6.3 |
| 2279 | 2026-06-29T19:24:12.329Z | Checking tinystr v0.8.2 |
| 2280 | 2026-06-29T19:24:12.336Z | Checking libm v0.2.16 |
| 2281 | 2026-06-29T19:24:12.408Z | Checking litemap v0.8.1 |
| 2282 | 2026-06-29T19:24:12.435Z | Checking equivalent v1.0.2 |
| 2283 | 2026-06-29T19:24:12.488Z | Checking writeable v0.6.2 |
| 2284 | 2026-06-29T19:24:12.503Z | Checking percent-encoding v2.3.2 |
| 2285 | 2026-06-29T19:24:12.515Z | Checking potential_utf v0.1.4 |
| 2286 | 2026-06-29T19:24:12.528Z | Checking crypto-common v0.1.7 |
| 2287 | 2026-06-29T19:24:12.576Z | Checking block-buffer v0.10.4 |
| 2288 | 2026-06-29T19:24:12.635Z | Checking icu_locale_core v2.1.1 |
| 2289 | 2026-06-29T19:24:12.639Z | Checking zerotrie v0.2.3 |
| 2290 | 2026-06-29T19:24:12.659Z | Checking futures-sink v0.3.32 |
| 2291 | 2026-06-29T19:24:12.672Z | Checking icu_collections v2.1.1 |
| 2292 | 2026-06-29T19:24:12.710Z | Checking digest v0.10.7 |
| 2293 | 2026-06-29T19:24:12.753Z | Checking futures-channel v0.3.32 |
| 2294 | 2026-06-29T19:24:12.842Z | Checking serde v1.0.228 |
| 2295 | 2026-06-29T19:24:12.883Z | Checking bitflags v2.11.0 |
| 2296 | 2026-06-29T19:24:12.897Z | Checking serde_json v1.0.150 |
| 2297 | 2026-06-29T19:24:12.944Z | Checking futures-task v0.3.32 |
| 2298 | 2026-06-29T19:24:12.975Z | Checking futures-io v0.3.32 |
| 2299 | 2026-06-29T19:24:13.032Z | Checking num-traits v0.2.19 |
| 2300 | 2026-06-29T19:24:13.049Z | Checking slab v0.4.12 |
| 2301 | 2026-06-29T19:24:13.086Z | Checking cpufeatures v0.2.17 |
| 2302 | 2026-06-29T19:24:13.101Z | Checking hmac v0.12.1 |
| 2303 | 2026-06-29T19:24:13.155Z | Checking icu_normalizer_data v2.1.1 |
| 2304 | 2026-06-29T19:24:13.191Z | Checking icu_provider v2.1.1 |
| 2305 | 2026-06-29T19:24:13.222Z | Checking futures-util v0.3.32 |
| 2306 | 2026-06-29T19:24:13.225Z | Checking icu_properties_data v2.1.2 |
| 2307 | 2026-06-29T19:24:13.245Z | Checking hashbrown v0.17.0 |
| 2308 | 2026-06-29T19:24:13.256Z | Checking bytes v1.11.1 |
| 2309 | 2026-06-29T19:24:13.355Z | Checking rand_core v0.10.0 |
| 2310 | 2026-06-29T19:24:13.416Z | Checking icu_properties v2.1.2 |
| 2311 | 2026-06-29T19:24:13.494Z | Checking getrandom v0.4.1 |
| 2312 | 2026-06-29T19:24:13.550Z | Checking icu_normalizer v2.1.1 |
| 2313 | 2026-06-29T19:24:13.581Z | Checking block-padding v0.3.3 |
| 2314 | 2026-06-29T19:24:13.642Z | Checking utf8_iter v1.0.4 |
| 2315 | 2026-06-29T19:24:13.693Z | Checking tokio v1.52.1 |
| 2316 | 2026-06-29T19:24:13.707Z | Checking indexmap v2.14.0 |
| 2317 | 2026-06-29T19:24:13.727Z | Checking inout v0.1.4 |
| 2318 | 2026-06-29T19:24:13.772Z | Checking sha2 v0.10.9 |
| 2319 | 2026-06-29T19:24:13.859Z | Checking form_urlencoded v1.2.2 |
| 2320 | 2026-06-29T19:24:13.873Z | Checking cipher v0.4.4 |
| 2321 | 2026-06-29T19:24:13.988Z | Checking getrandom v0.3.4 |
| 2322 | 2026-06-29T19:24:14.048Z | Checking fnv v1.0.7 |
| 2323 | 2026-06-29T19:24:14.081Z | Checking byteorder v1.5.0 |
| 2324 | 2026-06-29T19:24:14.132Z | Checking base64ct v1.8.3 |
| 2325 | 2026-06-29T19:24:14.148Z | Checking flagset v0.4.7 |
| 2326 | 2026-06-29T19:24:14.251Z | Checking idna_adapter v1.2.1 |
| 2327 | 2026-06-29T19:24:14.270Z | Checking rand_core v0.9.5 |
| 2328 | 2026-06-29T19:24:14.283Z | Checking http v1.4.2 |
| 2329 | 2026-06-29T19:24:14.295Z | Checking regex-syntax v0.8.10 |
| 2330 | 2026-06-29T19:24:14.364Z | Checking idna v1.1.0 |
| 2331 | 2026-06-29T19:24:14.370Z | Checking pem-rfc7468 v0.7.0 |
| 2332 | 2026-06-29T19:24:14.445Z | Checking salsa20 v0.10.2 |
| 2333 | 2026-06-29T19:24:14.531Z | Checking der v0.7.10 |
| 2334 | 2026-06-29T19:24:14.576Z | Checking uuid v1.23.4 |
| 2335 | 2026-06-29T19:24:14.608Z | Checking url v2.5.8 |
| 2336 | 2026-06-29T19:24:14.842Z | Checking pbkdf2 v0.12.2 |
| 2337 | 2026-06-29T19:24:14.887Z | Checking rustix v1.1.3 |
| 2338 | 2026-06-29T19:24:14.915Z | Checking ppv-lite86 v0.2.21 |
| 2339 | 2026-06-29T19:24:14.950Z | Checking tracing-core v0.1.36 |
| 2340 | 2026-06-29T19:24:15.046Z | Checking base64 v0.22.1 |
| 2341 | 2026-06-29T19:24:15.167Z | Checking iana-time-zone v0.1.65 |
| 2342 | 2026-06-29T19:24:15.216Z | Checking rand_chacha v0.9.0 |
| 2343 | 2026-06-29T19:24:15.260Z | Checking tracing v0.1.44 |
| 2344 | 2026-06-29T19:24:15.271Z | Checking spki v0.7.3 |
| 2345 | 2026-06-29T19:24:15.274Z | Checking chrono v0.4.44 |
| 2346 | 2026-06-29T19:24:15.294Z | Checking scrypt v0.11.0 |
| 2347 | 2026-06-29T19:24:15.412Z | Checking http-body v1.0.1 |
| 2348 | 2026-06-29T19:24:15.428Z | Checking cbc v0.1.2 |
| 2349 | 2026-06-29T19:24:15.433Z | Checking aes v0.8.4 |
| 2350 | 2026-06-29T19:24:15.457Z | Checking rustls-pki-types v1.14.0 |
| 2351 | 2026-06-29T19:24:15.564Z | Checking tinyvec_macros v0.1.1 |
| 2352 | 2026-06-29T19:24:15.569Z | Checking openssl-probe v0.2.1 |
| 2353 | 2026-06-29T19:24:15.605Z | Checking tinyvec v1.10.0 |
| 2354 | 2026-06-29T19:24:15.619Z | Checking rand v0.9.2 |
| 2355 | 2026-06-29T19:24:15.665Z | Checking aws-lc-sys v0.40.0 |
| 2356 | 2026-06-29T19:24:15.729Z | Checking tower-service v0.3.3 |
| 2357 | 2026-06-29T19:24:15.744Z | Checking tower-layer v0.3.3 |
| 2358 | 2026-06-29T19:24:15.815Z | Checking atomic-waker v1.1.2 |
| 2359 | 2026-06-29T19:24:15.818Z | Checking pkcs5 v0.7.1 |
| 2360 | 2026-06-29T19:24:15.892Z | Checking try-lock v0.2.5 |
| 2361 | 2026-06-29T19:24:15.911Z | Checking untrusted v0.7.1 |
| 2362 | 2026-06-29T19:24:15.926Z | Checking ipnet v2.11.0 |
| 2363 | 2026-06-29T19:24:15.986Z | Checking want v0.3.1 |
| 2364 | 2026-06-29T19:24:16.023Z | Checking httparse v1.10.1 |
| 2365 | 2026-06-29T19:24:16.076Z | Checking pkcs8 v0.10.2 |
| 2366 | 2026-06-29T19:24:16.089Z | Checking aho-corasick v1.1.4 |
| 2367 | 2026-06-29T19:24:16.110Z | Checking untrusted v0.9.0 |
| 2368 | 2026-06-29T19:24:16.136Z | Checking fastrand v2.3.0 |
| 2369 | 2026-06-29T19:24:16.150Z | Checking aws-lc-rs v1.16.3 |
| 2370 | 2026-06-29T19:24:16.185Z | Checking utf8parse v0.2.2 |
| 2371 | 2026-06-29T19:24:16.213Z | Checking dyn-clone v1.0.20 |
| 2372 | 2026-06-29T19:24:16.234Z | Checking plain v0.2.3 |
| 2373 | 2026-06-29T19:24:16.255Z | Checking foreign-types-shared v0.1.1 |
| 2374 | 2026-06-29T19:24:16.283Z | Checking httpdate v1.0.3 |
| 2375 | 2026-06-29T19:24:16.312Z | Checking tempfile v3.25.0 |
| 2376 | 2026-06-29T19:24:16.326Z | Checking unicode-normalization v0.1.25 |
| 2377 | 2026-06-29T19:24:16.345Z | Checking foreign-types v0.3.2 |
| 2378 | 2026-06-29T19:24:16.348Z | Checking semver v1.0.28 |
| 2379 | 2026-06-29T19:24:16.405Z | Checking openssl-sys v0.9.115 |
| 2380 | 2026-06-29T19:24:16.425Z | Checking spin v0.9.8 |
| 2381 | 2026-06-29T19:24:16.507Z | Checking unicode-ident v1.0.24 |
| 2382 | 2026-06-29T19:24:16.553Z | Checking anstyle v1.0.14 |
| 2383 | 2026-06-29T19:24:16.610Z | Checking ucd-trie v0.1.7 |
| 2384 | 2026-06-29T19:24:16.625Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-06-29T19:24:16.727Z | Checking schemars v0.8.22 |
| 2386 | 2026-06-29T19:24:16.743Z | Checking thiserror v2.0.18 |
| 2387 | 2026-06-29T19:24:16.757Z | Checking pest v2.8.6 |
| 2388 | 2026-06-29T19:24:16.768Z | Checking regex-automata v0.4.14 |
| 2389 | 2026-06-29T19:24:16.781Z | Checking openssl v0.10.79 |
| 2390 | 2026-06-29T19:24:16.841Z | Checking sync_wrapper v1.0.2 |
| 2391 | 2026-06-29T19:24:16.933Z | Checking wait-timeout v0.2.1 |
| 2392 | 2026-06-29T19:24:16.946Z | Checking pretty-hex v0.4.1 |
| 2393 | 2026-06-29T19:24:16.991Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-06-29T19:24:17.005Z | Checking rustls-webpki v0.103.9 |
| 2395 | 2026-06-29T19:24:17.053Z | Checking powerfmt v0.2.0 |
| 2396 | 2026-06-29T19:24:17.065Z | Checking is_terminal_polyfill v1.70.2 |
| 2397 | 2026-06-29T19:24:17.148Z | Checking siphasher v1.0.2 |
| 2398 | 2026-06-29T19:24:17.203Z | Checking simd-adler32 v0.3.8 |
| 2399 | 2026-06-29T19:24:17.307Z | Checking quick-error v1.2.3 |
| 2400 | 2026-06-29T19:24:17.374Z | Checking anstyle-query v1.1.5 |
| 2401 | 2026-06-29T19:24:17.391Z | Checking colorchoice v1.0.4 |
| 2402 | 2026-06-29T19:24:17.410Z | Checking bit-vec v0.8.0 |
| 2403 | 2026-06-29T19:24:17.423Z | Checking rustls v0.23.41 |
| 2404 | 2026-06-29T19:24:17.466Z | Checking rusty-fork v0.3.1 |
| 2405 | 2026-06-29T19:24:17.488Z | Checking deranged v0.5.8 |
| 2406 | 2026-06-29T19:24:17.604Z | Checking bit-set v0.8.0 |
| 2407 | 2026-06-29T19:24:17.616Z | Checking h2 v0.4.15 |
| 2408 | 2026-06-29T19:24:17.633Z | Checking tower v0.5.3 |
| 2409 | 2026-06-29T19:24:17.749Z | Checking quote v1.0.45 |
| 2410 | 2026-06-29T19:24:17.822Z | Compiling newtype-uuid v1.3.2 |
| 2411 | 2026-06-29T19:24:17.921Z | Checking http-body-util v0.1.3 |
| 2412 | 2026-06-29T19:24:18.001Z | Checking crossbeam-utils v0.8.21 |
| 2413 | 2026-06-29T19:24:18.021Z | Checking rand_xorshift v0.4.0 |
| 2414 | 2026-06-29T19:24:18.135Z | Checking crc32fast v1.5.0 |
| 2415 | 2026-06-29T19:24:18.147Z | Checking scroll v0.13.0 |
| 2416 | 2026-06-29T19:24:18.279Z | Checking signature v2.2.0 |
| 2417 | 2026-06-29T19:24:18.340Z | Checking time-core v0.1.8 |
| 2418 | 2026-06-29T19:24:18.376Z | Checking unicode-properties v0.1.4 |
| 2419 | 2026-06-29T19:24:18.408Z | Checking num_threads v0.1.7 |
| 2420 | 2026-06-29T19:24:18.420Z | Checking num-conv v0.2.0 |
| 2421 | 2026-06-29T19:24:18.481Z | Checking adler2 v2.0.1 |
| 2422 | 2026-06-29T19:24:18.494Z | Checking iri-string v0.7.10 |
| 2423 | 2026-06-29T19:24:18.530Z | Checking unicode-bidi v0.3.18 |
| 2424 | 2026-06-29T19:24:18.564Z | Checking ryu v1.0.23 |
| 2425 | 2026-06-29T19:24:18.587Z | Checking unarray v0.1.4 |
| 2426 | 2026-06-29T19:24:18.632Z | Checking allocator-api2 v0.2.21 |
| 2427 | 2026-06-29T19:24:18.688Z | Checking proptest v1.11.0 |
| 2428 | 2026-06-29T19:24:18.701Z | Checking serde_urlencoded v0.7.1 |
| 2429 | 2026-06-29T19:24:18.830Z | Checking native-tls v0.2.18 |
| 2430 | 2026-06-29T19:24:18.843Z | Checking stringprep v0.1.5 |
| 2431 | 2026-06-29T19:24:18.914Z | Checking bstr v1.12.1 |
| 2432 | 2026-06-29T19:24:18.929Z | Checking miniz_oxide v0.8.9 |
| 2433 | 2026-06-29T19:24:18.992Z | Checking time v0.3.47 |
| 2434 | 2026-06-29T19:24:19.011Z | Checking tokio-native-tls v0.3.1 |
| 2435 | 2026-06-29T19:24:19.173Z | Checking goblin v0.10.5 |
| 2436 | 2026-06-29T19:24:19.296Z | Checking crossbeam-epoch v0.9.18 |
| 2437 | 2026-06-29T19:24:19.325Z | Compiling daft v0.1.7 |
| 2438 | 2026-06-29T19:24:19.521Z | Checking syn v2.0.117 |
| 2439 | 2026-06-29T19:24:19.548Z | Checking tower-http v0.6.8 |
| 2440 | 2026-06-29T19:24:19.607Z | Checking ipnetwork v0.21.1 |
| 2441 | 2026-06-29T19:24:19.729Z | Checking anstyle-parse v1.0.0 |
| 2442 | 2026-06-29T19:24:19.823Z | Checking rustls-native-certs v0.8.3 |
| 2443 | 2026-06-29T19:24:19.835Z | Checking rand_chacha v0.3.1 |
| 2444 | 2026-06-29T19:24:19.882Z | Checking scroll v0.12.0 |
| 2445 | 2026-06-29T19:24:19.952Z | Checking thiserror v1.0.69 |
| 2446 | 2026-06-29T19:24:20.041Z | Checking hash32 v0.2.1 |
| 2447 | 2026-06-29T19:24:20.054Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2448 | 2026-06-29T19:24:20.110Z | Checking num-integer v0.1.46 |
| 2449 | 2026-06-29T19:24:20.136Z | Checking serde_spanned v0.6.9 |
| 2450 | 2026-06-29T19:24:20.162Z | Checking toml_datetime v0.6.11 |
| 2451 | 2026-06-29T19:24:20.197Z | Checking md-5 v0.10.6 |
| 2452 | 2026-06-29T19:24:20.262Z | Checking ff v0.13.1 |
| 2453 | 2026-06-29T19:24:20.333Z | Checking encoding_rs v0.8.35 |
| 2454 | 2026-06-29T19:24:20.348Z | Checking base16ct v0.2.0 |
| 2455 | 2026-06-29T19:24:20.352Z | Checking zlib-rs v0.6.2 |
| 2456 | 2026-06-29T19:24:20.394Z | Checking psl-types v2.0.11 |
| 2457 | 2026-06-29T19:24:20.488Z | Checking mime v0.3.17 |
| 2458 | 2026-06-29T19:24:20.503Z | Checking hyper v1.10.1 |
| 2459 | 2026-06-29T19:24:20.515Z | Checking fallible-iterator v0.2.0 |
| 2460 | 2026-06-29T19:24:20.657Z | Checking publicsuffix v2.3.0 |
| 2461 | 2026-06-29T19:24:20.678Z | Checking sec1 v0.7.3 |
| 2462 | 2026-06-29T19:24:20.789Z | Checking postgres-protocol v0.6.10 |
| 2463 | 2026-06-29T19:24:20.816Z | Checking group v0.13.0 |
| 2464 | 2026-06-29T19:24:20.887Z | Checking num-iter v0.1.45 |
| 2465 | 2026-06-29T19:24:20.962Z | Checking heapless v0.7.17 |
| 2466 | 2026-06-29T19:24:20.994Z | Checking zstd-safe v7.2.4 |
| 2467 | 2026-06-29T19:24:21.109Z | Checking cookie v0.18.1 |
| 2468 | 2026-06-29T19:24:21.162Z | Checking goblin v0.8.2 |
| 2469 | 2026-06-29T19:24:21.238Z | Checking flate2 v1.1.9 |
| 2470 | 2026-06-29T19:24:21.278Z | Checking rand v0.8.6 |
| 2471 | 2026-06-29T19:24:21.341Z | Checking anstream v1.0.0 |
| 2472 | 2026-06-29T19:24:21.381Z | Checking oxnet v0.1.6 |
| 2473 | 2026-06-29T19:24:21.453Z | Checking hyper-util v0.1.20 |
| 2474 | 2026-06-29T19:24:21.531Z | Checking dof v0.4.0 |
| 2475 | 2026-06-29T19:24:21.545Z | Compiling iddqd v0.4.2 |
| 2476 | 2026-06-29T19:24:21.558Z | Checking tokio-rustls v0.26.4 |
| 2477 | 2026-06-29T19:24:21.642Z | Checking dtrace-parser v0.3.0 |
| 2478 | 2026-06-29T19:24:21.784Z | Checking phf_shared v0.13.1 |
| 2479 | 2026-06-29T19:24:21.799Z | Checking lazy_static v1.5.0 |
| 2480 | 2026-06-29T19:24:21.830Z | Checking anstyle-parse v0.2.7 |
| 2481 | 2026-06-29T19:24:21.880Z | Checking zerocopy v0.7.35 |
| 2482 | 2026-06-29T19:24:21.892Z | Checking pin-project v1.1.11 |
| 2483 | 2026-06-29T19:24:21.978Z | Checking terminal_size v0.4.3 |
| 2484 | 2026-06-29T19:24:21.983Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2485 | 2026-06-29T19:24:21.983Z | Checking signal-hook v0.3.18 |
| 2486 | 2026-06-29T19:24:22.084Z | Checking futures-executor v0.3.32 |
| 2487 | 2026-06-29T19:24:22.098Z | Checking hex v0.4.3 |
| 2488 | 2026-06-29T19:24:22.166Z | Checking hkdf v0.12.4 |
| 2489 | 2026-06-29T19:24:22.179Z | Checking crypto-bigint v0.5.5 |
| 2490 | 2026-06-29T19:24:22.232Z | Checking thread-id v5.1.0 |
| 2491 | 2026-06-29T19:24:22.299Z | Checking winnow v0.5.40 |
| 2492 | 2026-06-29T19:24:22.313Z | Compiling rayon-core v1.13.0 |
| 2493 | 2026-06-29T19:24:22.325Z | Checking same-file v1.0.6 |
| 2494 | 2026-06-29T19:24:22.372Z | Checking managed v0.8.0 |
| 2495 | 2026-06-29T19:24:22.439Z | Checking foldhash v0.1.5 |
| 2496 | 2026-06-29T19:24:22.486Z | Checking strsim v0.11.1 |
| 2497 | 2026-06-29T19:24:22.557Z | Checking bumpalo v3.20.2 |
| 2498 | 2026-06-29T19:24:22.575Z | Checking bitflags v1.3.2 |
| 2499 | 2026-06-29T19:24:22.647Z | Checking either v1.15.0 |
| 2500 | 2026-06-29T19:24:22.659Z | Checking clap_lex v1.0.0 |
| 2501 | 2026-06-29T19:24:22.730Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-06-29T19:24:22.753Z | Checking libbz2-rs-sys v0.2.2 |
| 2503 | 2026-06-29T19:24:22.809Z | Checking foldhash v0.2.0 |
| 2504 | 2026-06-29T19:24:22.829Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2505 | 2026-06-29T19:24:22.842Z | Checking clap_builder v4.6.0 |
| 2506 | 2026-06-29T19:24:22.898Z | Checking reqwest v0.12.28 |
| 2507 | 2026-06-29T19:24:22.961Z | Checking hashbrown v0.16.1 |
| 2508 | 2026-06-29T19:24:23.009Z | Checking zopfli v0.8.3 |
| 2509 | 2026-06-29T19:24:23.089Z | Checking dof v0.3.0 |
| 2510 | 2026-06-29T19:24:23.089Z | Checking elliptic-curve v0.13.8 |
| 2511 | 2026-06-29T19:24:23.144Z | Checking bzip2 v0.6.1 |
| 2512 | 2026-06-29T19:24:23.311Z | Checking hyper-rustls v0.27.7 |
| 2513 | 2026-06-29T19:24:23.332Z | Checking smoltcp v0.9.1 |
| 2514 | 2026-06-29T19:24:23.368Z | Checking hashbrown v0.15.5 |
| 2515 | 2026-06-29T19:24:23.426Z | Checking walkdir v2.5.0 |
| 2516 | 2026-06-29T19:24:23.466Z | Checking toml_edit v0.19.15 |
| 2517 | 2026-06-29T19:24:23.469Z | Checking usdt-impl v0.6.0 |
| 2518 | 2026-06-29T19:24:23.573Z | Checking futures v0.3.32 |
| 2519 | 2026-06-29T19:24:23.583Z | Checking signal-hook-mio v0.2.5 |
| 2520 | 2026-06-29T19:24:23.592Z | Checking bzip2 v0.4.4 |
| 2521 | 2026-06-29T19:24:23.672Z | Checking snafu v0.8.9 |
| 2522 | 2026-06-29T19:24:23.684Z | Checking anstream v0.6.21 |
| 2523 | 2026-06-29T19:24:23.763Z | Checking phf v0.13.1 |
| 2524 | 2026-06-29T19:24:23.766Z | Checking num-bigint-dig v0.8.6 |
| 2525 | 2026-06-29T19:24:23.881Z | Checking cookie_store v0.22.1 |
| 2526 | 2026-06-29T19:24:23.912Z | Checking zstd v0.13.3 |
| 2527 | 2026-06-29T19:24:23.915Z | Checking postgres-types v0.2.12 |
| 2528 | 2026-06-29T19:24:23.943Z | Checking dtrace-parser v0.2.0 |
| 2529 | 2026-06-29T19:24:24.091Z | Checking rustls-platform-verifier v0.6.2 |
| 2530 | 2026-06-29T19:24:24.104Z | Checking crossbeam-deque v0.8.6 |
| 2531 | 2026-06-29T19:24:24.114Z | Checking globset v0.4.18 |
| 2532 | 2026-06-29T19:24:24.187Z | Checking regex v1.12.3 |
| 2533 | 2026-06-29T19:24:24.218Z | Checking ed25519 v2.2.3 |
| 2534 | 2026-06-29T19:24:24.228Z | Checking phf_shared v0.11.3 |
| 2535 | 2026-06-29T19:24:24.241Z | Checking olpc-cjson v0.1.4 |
| 2536 | 2026-06-29T19:24:24.276Z | Checking curve25519-dalek v4.1.3 |
| 2537 | 2026-06-29T19:24:24.365Z | Checking ref-cast v1.0.25 |
| 2538 | 2026-06-29T19:24:24.368Z | Checking strum v0.27.2 |
| 2539 | 2026-06-29T19:24:24.385Z | Checking hubpack v0.1.2 |
| 2540 | 2026-06-29T19:24:24.397Z | Checking memoffset v0.9.1 |
| 2541 | 2026-06-29T19:24:24.459Z | Checking rustix v0.38.44 |
| 2542 | 2026-06-29T19:24:24.463Z | Checking pkcs1 v0.7.5 |
| 2543 | 2026-06-29T19:24:24.482Z | Checking pem v3.0.6 |
| 2544 | 2026-06-29T19:24:24.486Z | Checking float-cmp v0.10.0 |
| 2545 | 2026-06-29T19:24:24.519Z | Checking serde-big-array v0.5.1 |
| 2546 | 2026-06-29T19:24:24.544Z | Checking erased-serde v0.3.31 |
| 2547 | 2026-06-29T19:24:24.593Z | Checking serde_plain v1.0.2 |
| 2548 | 2026-06-29T19:24:24.609Z | Checking rfc6979 v0.4.0 |
| 2549 | 2026-06-29T19:24:24.628Z | Checking memmap2 v0.9.10 |
| 2550 | 2026-06-29T19:24:24.648Z | Checking thread-id v4.2.2 |
| 2551 | 2026-06-29T19:24:24.673Z | Checking env_filter v1.0.0 |
| 2552 | 2026-06-29T19:24:24.718Z | Checking winnow v1.0.3 |
| 2553 | 2026-06-29T19:24:24.730Z | Checking whoami v2.1.0 |
| 2554 | 2026-06-29T19:24:24.741Z | Checking difflib v0.4.0 |
| 2555 | 2026-06-29T19:24:24.786Z | Checking toml_write v0.1.2 |
| 2556 | 2026-06-29T19:24:24.813Z | Checking jiff v0.2.21 |
| 2557 | 2026-06-29T19:24:24.913Z | Checking unicode-segmentation v1.12.0 |
| 2558 | 2026-06-29T19:24:24.925Z | Checking static_assertions v1.1.0 |
| 2559 | 2026-06-29T19:24:24.935Z | Checking normalize-line-endings v0.3.0 |
| 2560 | 2026-06-29T19:24:24.948Z | Checking data-encoding v2.10.0 |
| 2561 | 2026-06-29T19:24:24.989Z | Checking fixedbitset v0.4.2 |
| 2562 | 2026-06-29T19:24:25.003Z | Checking typed-path v0.9.3 |
| 2563 | 2026-06-29T19:24:25.023Z | Checking new_debug_unreachable v1.0.6 |
| 2564 | 2026-06-29T19:24:25.059Z | Checking keccak v0.1.6 |
| 2565 | 2026-06-29T19:24:25.090Z | Checking precomputed-hash v0.1.1 |
| 2566 | 2026-06-29T19:24:25.138Z | Checking predicates-core v1.0.10 |
| 2567 | 2026-06-29T19:24:25.172Z | Checking fixedbitset v0.5.7 |
| 2568 | 2026-06-29T19:24:25.218Z | Checking winnow v0.7.14 |
| 2569 | 2026-06-29T19:24:25.231Z | Checking sha3 v0.10.8 |
| 2570 | 2026-06-29T19:24:25.235Z | Checking similar v2.7.0 |
| 2571 | 2026-06-29T19:24:25.257Z | Checking predicates v3.1.4 |
| 2572 | 2026-06-29T19:24:25.270Z | Checking crossterm v0.28.1 |
| 2573 | 2026-06-29T19:24:25.370Z | Checking petgraph v0.8.3 |
| 2574 | 2026-06-29T19:24:25.430Z | Checking hickory-proto v0.25.2 |
| 2575 | 2026-06-29T19:24:25.559Z | Checking string_cache v0.8.9 |
| 2576 | 2026-06-29T19:24:25.618Z | Checking petgraph v0.6.5 |
| 2577 | 2026-06-29T19:24:25.727Z | Checking ed25519-dalek v2.2.0 |
| 2578 | 2026-06-29T19:24:25.784Z | Checking tough v0.22.0 |
| 2579 | 2026-06-29T19:24:25.958Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2580 | 2026-06-29T19:24:25.970Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2581 | 2026-06-29T19:24:26.287Z | Checking slog v2.8.2 |
| 2582 | 2026-06-29T19:24:26.404Z | Checking toml_edit v0.22.27 |
| 2583 | 2026-06-29T19:24:26.550Z | Checking tokio-postgres v0.7.16 |
| 2584 | 2026-06-29T19:24:26.938Z | Checking env_logger v0.11.9 |
| 2585 | 2026-06-29T19:24:26.957Z | Checking usdt v0.6.0 |
| 2586 | 2026-06-29T19:24:27.057Z | Checking zip v4.6.1 |
| 2587 | 2026-06-29T19:24:27.085Z | Checking usdt-impl v0.5.0 |
| 2588 | 2026-06-29T19:24:27.123Z | Checking ecdsa v0.16.9 |
| 2589 | 2026-06-29T19:24:27.365Z | Checking rsa v0.9.10 |
| 2590 | 2026-06-29T19:24:27.463Z | Checking toml v0.7.8 |
| 2591 | 2026-06-29T19:24:27.502Z | Checking nix v0.31.2 |
| 2592 | 2026-06-29T19:24:27.810Z | Checking reqwest v0.13.2 |
| 2593 | 2026-06-29T19:24:27.822Z | Checking clap v4.6.1 |
| 2594 | 2026-06-29T19:24:27.833Z | Checking zip v0.6.6 |
| 2595 | 2026-06-29T19:24:27.914Z | Checking itertools v0.13.0 |
| 2596 | 2026-06-29T19:24:28.102Z | Checking serde_with v3.17.0 |
| 2597 | 2026-06-29T19:24:28.148Z | Checking strum v0.26.3 |
| 2598 | 2026-06-29T19:24:28.250Z | Checking fs-err v3.3.0 |
| 2599 | 2026-06-29T19:24:28.262Z | Checking ahash v0.8.12 |
| 2600 | 2026-06-29T19:24:28.283Z | Checking object v0.37.3 |
| 2601 | 2026-06-29T19:24:28.455Z | Checking tokio-stream v0.1.18 |
| 2602 | 2026-06-29T19:24:28.553Z | Checking buf-list v1.1.2 |
| 2603 | 2026-06-29T19:24:28.553Z | Checking camino v1.2.2 |
| 2604 | 2026-06-29T19:24:28.565Z | Checking anyhow v1.0.102 |
| 2605 | 2026-06-29T19:24:28.656Z | Checking x509-cert v0.2.5 |
| 2606 | 2026-06-29T19:24:28.747Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2607 | 2026-06-29T19:24:28.783Z | Checking openapiv3 v2.2.0 |
| 2608 | 2026-06-29T19:24:28.826Z | Checking sha1 v0.10.6 |
| 2609 | 2026-06-29T19:24:28.860Z | Checking peg-runtime v0.8.5 |
| 2610 | 2026-06-29T19:24:28.957Z | Checking lalrpop-util v0.19.12 |
| 2611 | 2026-06-29T19:24:28.987Z | Checking rayon v1.11.0 |
| 2612 | 2026-06-29T19:24:29.002Z | Checking sigpipe v0.1.3 |
| 2613 | 2026-06-29T19:24:29.014Z | Checking glob v0.3.3 |
| 2614 | 2026-06-29T19:24:30.572Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2615 | 2026-06-29T19:24:30.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s |
| 2616 | 2026-06-29T19:24:30.959Z | |
| 2617 | 2026-06-29T19:24:30.959Z | info: running `cargo check --bins` on internal-dns-types (77/300) |
| 2618 | 2026-06-29T19:24:31.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2026-06-29T19:24:31.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2026-06-29T19:24:31.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2026-06-29T19:24:31.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2622 | 2026-06-29T19:24:31.486Z | |
| 2623 | 2026-06-29T19:24:31.486Z | info: running `cargo check --bins` on internal-dns-types-versions (78/300) |
| 2624 | 2026-06-29T19:24:31.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2026-06-29T19:24:31.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2026-06-29T19:24:31.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2026-06-29T19:24:31.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2628 | 2026-06-29T19:24:32.014Z | |
| 2629 | 2026-06-29T19:24:32.014Z | info: running `cargo check --bins` on nexus-types-versions (79/300) |
| 2630 | 2026-06-29T19:24:32.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2026-06-29T19:24:32.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2026-06-29T19:24:32.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2633 | 2026-06-29T19:24:32.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2634 | 2026-06-29T19:24:32.553Z | |
| 2635 | 2026-06-29T19:24:32.554Z | info: running `cargo check --bins` on oxql-types (80/300) |
| 2636 | 2026-06-29T19:24:32.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2637 | 2026-06-29T19:24:32.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2638 | 2026-06-29T19:24:32.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2639 | 2026-06-29T19:24:33.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2640 | 2026-06-29T19:24:33.076Z | |
| 2641 | 2026-06-29T19:24:33.076Z | info: running `cargo check --bins` on oximeter-types (81/300) |
| 2642 | 2026-06-29T19:24:33.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2643 | 2026-06-29T19:24:33.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2644 | 2026-06-29T19:24:33.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2645 | 2026-06-29T19:24:33.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2646 | 2026-06-29T19:24:33.599Z | |
| 2647 | 2026-06-29T19:24:33.599Z | info: running `cargo check --bins` on oximeter-types-versions (82/300) |
| 2648 | 2026-06-29T19:24:34.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2649 | 2026-06-29T19:24:34.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2650 | 2026-06-29T19:24:34.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2651 | 2026-06-29T19:24:34.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2652 | 2026-06-29T19:24:34.126Z | |
| 2653 | 2026-06-29T19:24:34.127Z | info: running `cargo check --bins` on oximeter-macro-impl (83/300) |
| 2654 | 2026-06-29T19:24:34.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2655 | 2026-06-29T19:24:34.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2656 | 2026-06-29T19:24:34.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2657 | 2026-06-29T19:24:34.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2658 | 2026-06-29T19:24:34.637Z | |
| 2659 | 2026-06-29T19:24:34.637Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/300) |
| 2660 | 2026-06-29T19:24:35.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2661 | 2026-06-29T19:24:35.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2662 | 2026-06-29T19:24:35.267Z | Compiling structmeta-derive v0.3.0 |
| 2663 | 2026-06-29T19:24:35.380Z | Compiling multer v3.1.0 |
| 2664 | 2026-06-29T19:24:35.390Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2665 | 2026-06-29T19:24:35.390Z | Compiling async-stream-impl v0.3.6 |
| 2666 | 2026-06-29T19:24:35.407Z | Compiling dropshot v0.17.1 |
| 2667 | 2026-06-29T19:24:35.421Z | Compiling newtype-uuid-macros v0.1.0 |
| 2668 | 2026-06-29T19:24:35.421Z | Compiling dropshot_endpoint v0.17.1 |
| 2669 | 2026-06-29T19:24:35.445Z | Checking newtype-uuid v1.3.2 |
| 2670 | 2026-06-29T19:24:35.599Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2671 | 2026-06-29T19:24:35.629Z | Checking hybrid-array v0.4.10 |
| 2672 | 2026-06-29T19:24:35.647Z | Checking daft v0.1.7 |
| 2673 | 2026-06-29T19:24:35.881Z | Checking thread_local v1.1.9 |
| 2674 | 2026-06-29T19:24:35.979Z | Checking match_cfg v0.1.0 |
| 2675 | 2026-06-29T19:24:35.996Z | Checking compression-core v0.4.31 |
| 2676 | 2026-06-29T19:24:36.044Z | Checking const-oid v0.10.2 |
| 2677 | 2026-06-29T19:24:36.057Z | Checking hostname v0.3.1 |
| 2678 | 2026-06-29T19:24:36.074Z | Checking crypto-common v0.2.2 |
| 2679 | 2026-06-29T19:24:36.120Z | Checking block-buffer v0.12.1 |
| 2680 | 2026-06-29T19:24:36.148Z | Checking compression-codecs v0.4.37 |
| 2681 | 2026-06-29T19:24:36.177Z | Checking iddqd v0.4.2 |
| 2682 | 2026-06-29T19:24:36.200Z | Checking crossbeam-channel v0.5.15 |
| 2683 | 2026-06-29T19:24:36.262Z | Checking atomicwrites v0.4.4 |
| 2684 | 2026-06-29T19:24:36.275Z | Checking slog-json v2.6.1 |
| 2685 | 2026-06-29T19:24:36.313Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2686 | 2026-06-29T19:24:36.387Z | Checking serde_spanned v1.1.1 |
| 2687 | 2026-06-29T19:24:36.414Z | Compiling structmeta v0.3.0 |
| 2688 | 2026-06-29T19:24:36.427Z | Checking is-terminal v0.4.17 |
| 2689 | 2026-06-29T19:24:36.510Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2690 | 2026-06-29T19:24:36.521Z | Checking take_mut v0.2.2 |
| 2691 | 2026-06-29T19:24:36.524Z | Checking cpufeatures v0.3.0 |
| 2692 | 2026-06-29T19:24:36.544Z | Checking debug-ignore v1.0.5 |
| 2693 | 2026-06-29T19:24:36.600Z | Checking term v1.2.1 |
| 2694 | 2026-06-29T19:24:36.618Z | Checking slog-async v2.8.0 |
| 2695 | 2026-06-29T19:24:36.630Z | Compiling derive-ex v0.1.8 |
| 2696 | 2026-06-29T19:24:36.643Z | Compiling parse-display-derive v0.10.0 |
| 2697 | 2026-06-29T19:24:36.645Z | Checking digest v0.11.3 |
| 2698 | 2026-06-29T19:24:36.681Z | Checking toml v1.1.2+spec-1.1.0 |
| 2699 | 2026-06-29T19:24:36.787Z | Checking slog-bunyan v2.5.0 |
| 2700 | 2026-06-29T19:24:36.800Z | Checking sha1 v0.11.0 |
| 2701 | 2026-06-29T19:24:36.823Z | Checking slog-term v2.9.2 |
| 2702 | 2026-06-29T19:24:36.899Z | Checking async-compression v0.4.41 |
| 2703 | 2026-06-29T19:24:37.099Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-06-29T19:24:37.145Z | Checking async-stream v0.3.6 |
| 2705 | 2026-06-29T19:24:37.149Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-06-29T19:24:37.173Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2707 | 2026-06-29T19:24:37.186Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2708 | 2026-06-29T19:24:37.273Z | Checking waitgroup v0.1.2 |
| 2709 | 2026-06-29T19:24:37.277Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-06-29T19:24:37.324Z | Checking backon v1.6.0 |
| 2711 | 2026-06-29T19:24:37.371Z | Checking serde_path_to_error v0.1.20 |
| 2712 | 2026-06-29T19:24:37.384Z | Checking hostname v0.4.2 |
| 2713 | 2026-06-29T19:24:37.423Z | Checking instant v0.1.13 |
| 2714 | 2026-06-29T19:24:37.513Z | Checking backoff v0.4.0 |
| 2715 | 2026-06-29T19:24:37.679Z | Checking progenitor-extras v0.2.0 |
| 2716 | 2026-06-29T19:24:37.707Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2717 | 2026-06-29T19:24:37.878Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2026-06-29T19:24:37.896Z | Checking itertools v0.14.0 |
| 2719 | 2026-06-29T19:24:37.899Z | Checking regress v0.10.5 |
| 2720 | 2026-06-29T19:24:37.922Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2721 | 2026-06-29T19:24:38.322Z | Checking parse-display v0.10.0 |
| 2722 | 2026-06-29T19:24:38.336Z | Compiling test-strategy v0.4.5 |
| 2723 | 2026-06-29T19:24:38.402Z | Checking macaddr v1.0.1 |
| 2724 | 2026-06-29T19:24:38.661Z | Checking humantime v2.3.0 |
| 2725 | 2026-06-29T19:24:39.578Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-06-29T19:24:39.820Z | Checking num-rational v0.4.2 |
| 2727 | 2026-06-29T19:24:39.856Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2728 | 2026-06-29T19:24:40.235Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-06-29T19:24:40.399Z | Checking num-complex v0.4.6 |
| 2730 | 2026-06-29T19:24:40.826Z | Compiling num v0.4.3 |
| 2731 | 2026-06-29T19:24:40.902Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-06-29T19:24:40.963Z | Compiling usdt-macro v0.5.0 |
| 2733 | 2026-06-29T19:24:40.999Z | Checking memmap v0.7.0 |
| 2734 | 2026-06-29T19:24:41.046Z | Checking float-ord v0.3.2 |
| 2735 | 2026-06-29T19:24:41.154Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-06-29T19:24:41.191Z | Checking unicode-width v0.2.0 |
| 2737 | 2026-06-29T19:24:41.440Z | Checking console v0.15.11 |
| 2738 | 2026-06-29T19:24:41.524Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-06-29T19:24:41.681Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-06-29T19:24:41.700Z | Checking usdt v0.5.0 |
| 2741 | 2026-06-29T19:24:41.729Z | Compiling toml v0.8.23 |
| 2742 | 2026-06-29T19:24:41.797Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-06-29T19:24:41.872Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-06-29T19:24:42.042Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-06-29T19:24:42.045Z | Compiling nom v7.1.3 |
| 2746 | 2026-06-29T19:24:42.177Z | Checking expectorate v1.2.0 |
| 2747 | 2026-06-29T19:24:42.402Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-06-29T19:24:42.566Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-06-29T19:24:42.820Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-06-29T19:24:42.966Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-06-29T19:24:43.109Z | Checking resolv-conf v0.7.6 |
| 2752 | 2026-06-29T19:24:43.164Z | Checking heck v0.5.0 |
| 2753 | 2026-06-29T19:24:43.291Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-06-29T19:24:43.305Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-06-29T19:24:43.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2026-06-29T19:24:43.538Z | Checking phf v0.12.1 |
| 2757 | 2026-06-29T19:24:43.567Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2758 | 2026-06-29T19:24:43.681Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-06-29T19:24:43.904Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-06-29T19:24:43.918Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-06-29T19:24:44.080Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2762 | 2026-06-29T19:24:44.150Z | Checking highway v1.3.0 |
| 2763 | 2026-06-29T19:24:44.442Z | Checking const_format v0.2.35 |
| 2764 | 2026-06-29T19:24:44.468Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-06-29T19:24:44.683Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2766 | 2026-06-29T19:24:45.232Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-06-29T19:24:45.237Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-06-29T19:24:45.248Z | Checking qorb v0.4.1 |
| 2769 | 2026-06-29T19:24:45.359Z | Checking gethostname v0.5.0 |
| 2770 | 2026-06-29T19:24:45.418Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2771 | 2026-06-29T19:24:45.448Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-06-29T19:24:45.541Z | Checking bcs v0.1.6 |
| 2773 | 2026-06-29T19:24:45.612Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2774 | 2026-06-29T19:24:45.694Z | Checking termtree v0.5.1 |
| 2775 | 2026-06-29T19:24:48.896Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-06-29T19:24:51.318Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-06-29T19:24:53.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s |
| 2778 | 2026-06-29T19:24:53.596Z | |
| 2779 | 2026-06-29T19:24:53.596Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300) |
| 2780 | 2026-06-29T19:24:54.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-06-29T19:24:54.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-06-29T19:24:54.234Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-06-29T19:24:54.338Z | Compiling stacker v0.1.23 |
| 2784 | 2026-06-29T19:24:54.346Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-06-29T19:24:54.354Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-06-29T19:24:54.357Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-06-29T19:24:54.369Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-06-29T19:24:54.379Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-06-29T19:24:54.379Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-06-29T19:24:54.402Z | Compiling nix v0.28.0 |
| 2791 | 2026-06-29T19:24:54.492Z | Checking vte v0.14.1 |
| 2792 | 2026-06-29T19:24:54.503Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-06-29T19:24:54.591Z | Checking bytecount v0.6.9 |
| 2794 | 2026-06-29T19:24:54.605Z | Checking endian-type v0.1.2 |
| 2795 | 2026-06-29T19:24:54.639Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-06-29T19:24:54.651Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-06-29T19:24:54.743Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-06-29T19:24:54.743Z | Checking papergrid v0.11.0 |
| 2799 | 2026-06-29T19:24:54.743Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-06-29T19:24:54.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-06-29T19:24:54.906Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-06-29T19:24:54.924Z | Compiling sqlparser_derive v0.5.0 |
| 2803 | 2026-06-29T19:24:55.170Z | Compiling psm v0.1.30 |
| 2804 | 2026-06-29T19:24:55.213Z | Checking winnow v0.6.26 |
| 2805 | 2026-06-29T19:24:55.308Z | Checking unicode_categories v0.1.1 |
| 2806 | 2026-06-29T19:24:55.457Z | Checking derive_more v2.1.1 |
| 2807 | 2026-06-29T19:24:55.467Z | Checking nu-ansi-term v0.50.3 |
| 2808 | 2026-06-29T19:24:55.531Z | Checking home v0.5.12 |
| 2809 | 2026-06-29T19:24:55.625Z | Checking tabled v0.15.0 |
| 2810 | 2026-06-29T19:24:55.639Z | Checking crossterm v0.29.0 |
| 2811 | 2026-06-29T19:24:55.675Z | Checking reedline v0.40.0 |
| 2812 | 2026-06-29T19:24:55.706Z | Checking display-error-chain v0.2.2 |
| 2813 | 2026-06-29T19:24:55.718Z | Checking rustyline v14.0.0 |
| 2814 | 2026-06-29T19:24:55.941Z | Checking recursive v0.1.1 |
| 2815 | 2026-06-29T19:24:56.032Z | Checking sqlparser v0.61.0 |
| 2816 | 2026-06-29T19:24:56.174Z | Checking peg v0.8.5 |
| 2817 | 2026-06-29T19:24:56.351Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-06-29T19:25:07.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 2819 | 2026-06-29T19:25:07.447Z | |
| 2820 | 2026-06-29T19:25:07.448Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300) |
| 2821 | 2026-06-29T19:25:07.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-06-29T19:25:07.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-06-29T19:25:08.069Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-06-29T19:25:11.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2825 | 2026-06-29T19:25:11.689Z | |
| 2826 | 2026-06-29T19:25:11.689Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300) |
| 2827 | 2026-06-29T19:25:12.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-06-29T19:25:12.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-06-29T19:25:12.308Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-06-29T19:25:14.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 2831 | 2026-06-29T19:25:14.932Z | |
| 2832 | 2026-06-29T19:25:14.932Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300) |
| 2833 | 2026-06-29T19:25:15.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-06-29T19:25:15.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-06-29T19:25:15.547Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-06-29T19:25:18.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2837 | 2026-06-29T19:25:18.968Z | |
| 2838 | 2026-06-29T19:25:18.968Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300) |
| 2839 | 2026-06-29T19:25:19.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-06-29T19:25:19.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-06-29T19:25:19.587Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-06-29T19:25:22.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2843 | 2026-06-29T19:25:23.063Z | |
| 2844 | 2026-06-29T19:25:23.066Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300) |
| 2845 | 2026-06-29T19:25:23.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-06-29T19:25:23.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-06-29T19:25:23.678Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-06-29T19:25:26.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2849 | 2026-06-29T19:25:26.440Z | |
| 2850 | 2026-06-29T19:25:26.440Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300) |
| 2851 | 2026-06-29T19:25:26.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-06-29T19:25:26.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-06-29T19:25:27.060Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-06-29T19:25:29.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2855 | 2026-06-29T19:25:29.864Z | |
| 2856 | 2026-06-29T19:25:29.864Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300) |
| 2857 | 2026-06-29T19:25:30.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-06-29T19:25:30.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-06-29T19:25:30.486Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-06-29T19:25:33.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2861 | 2026-06-29T19:25:34.080Z | |
| 2862 | 2026-06-29T19:25:34.080Z | info: running `cargo check --bins` on oximeter (93/300) |
| 2863 | 2026-06-29T19:25:34.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-06-29T19:25:34.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-06-29T19:25:34.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-06-29T19:25:34.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2867 | 2026-06-29T19:25:34.607Z | |
| 2868 | 2026-06-29T19:25:34.607Z | info: running `cargo check --bins` on oximeter-schema (94/300) |
| 2869 | 2026-06-29T19:25:35.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-06-29T19:25:35.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-06-29T19:25:35.185Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-06-29T19:25:35.341Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-06-29T19:25:35.345Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-06-29T19:25:35.687Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-06-29T19:25:38.359Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-06-29T19:25:39.583Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-06-29T19:25:39.786Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-06-29T19:25:40.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
| 2879 | 2026-06-29T19:25:40.622Z | |
| 2880 | 2026-06-29T19:25:40.622Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/300) |
| 2881 | 2026-06-29T19:25:41.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-06-29T19:25:41.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-06-29T19:25:41.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-06-29T19:25:41.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2885 | 2026-06-29T19:25:41.150Z | |
| 2886 | 2026-06-29T19:25:41.150Z | info: running `cargo check --bins` on oximeter-test-utils (96/300) |
| 2887 | 2026-06-29T19:25:41.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-06-29T19:25:41.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-06-29T19:25:41.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-06-29T19:25:41.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2891 | 2026-06-29T19:25:41.714Z | |
| 2892 | 2026-06-29T19:25:41.714Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300) |
| 2893 | 2026-06-29T19:25:42.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-06-29T19:25:42.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-06-29T19:25:42.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-06-29T19:25:42.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2897 | 2026-06-29T19:25:42.248Z | |
| 2898 | 2026-06-29T19:25:42.248Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300) |
| 2899 | 2026-06-29T19:25:42.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-06-29T19:25:42.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-06-29T19:25:42.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-06-29T19:25:42.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2903 | 2026-06-29T19:25:42.783Z | |
| 2904 | 2026-06-29T19:25:42.783Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300) |
| 2905 | 2026-06-29T19:25:43.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-06-29T19:25:43.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-06-29T19:25:43.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-06-29T19:25:43.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2909 | 2026-06-29T19:25:43.324Z | |
| 2910 | 2026-06-29T19:25:43.324Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300) |
| 2911 | 2026-06-29T19:25:43.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-06-29T19:25:43.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-06-29T19:25:43.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-06-29T19:25:43.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2915 | 2026-06-29T19:25:43.864Z | |
| 2916 | 2026-06-29T19:25:43.864Z | info: running `cargo check --bins` on trust-quorum-types (101/300) |
| 2917 | 2026-06-29T19:25:44.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-06-29T19:25:44.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-06-29T19:25:44.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-06-29T19:25:44.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2921 | 2026-06-29T19:25:44.382Z | |
| 2922 | 2026-06-29T19:25:44.382Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/300) |
| 2923 | 2026-06-29T19:25:44.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-06-29T19:25:44.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-06-29T19:25:44.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-06-29T19:25:44.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2927 | 2026-06-29T19:25:44.916Z | |
| 2928 | 2026-06-29T19:25:44.916Z | info: running `cargo check --bins` on update-engine (103/300) |
| 2929 | 2026-06-29T19:25:45.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-06-29T19:25:45.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-06-29T19:25:45.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-06-29T19:25:45.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2933 | 2026-06-29T19:25:45.428Z | |
| 2934 | 2026-06-29T19:25:45.428Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/300) |
| 2935 | 2026-06-29T19:25:45.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-06-29T19:25:45.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-06-29T19:25:46.092Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-06-29T19:25:46.205Z | Checking secrecy v0.10.3 |
| 2939 | 2026-06-29T19:25:46.210Z | Compiling heapless v0.8.0 |
| 2940 | 2026-06-29T19:25:46.216Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2941 | 2026-06-29T19:25:46.222Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-06-29T19:25:46.231Z | Checking hash32 v0.3.1 |
| 2943 | 2026-06-29T19:25:46.241Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-06-29T19:25:46.244Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-06-29T19:25:46.302Z | Checking cobs v0.3.0 |
| 2946 | 2026-06-29T19:25:46.344Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-06-29T19:25:46.435Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-06-29T19:25:46.448Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-06-29T19:25:46.451Z | Checking half v2.7.1 |
| 2950 | 2026-06-29T19:25:46.497Z | Checking ciborium-io v0.2.2 |
| 2951 | 2026-06-29T19:25:46.571Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-06-29T19:25:46.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2953 | 2026-06-29T19:25:46.597Z | Checking postcard v1.1.3 |
| 2954 | 2026-06-29T19:25:46.638Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-06-29T19:25:46.708Z | Checking ciborium-ll v0.2.2 |
| 2956 | 2026-06-29T19:25:46.775Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2957 | 2026-06-29T19:25:46.927Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2026-06-29T19:25:46.932Z | Checking password-hash v0.5.0 |
| 2959 | 2026-06-29T19:25:46.933Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-06-29T19:25:47.028Z | Compiling proc-macro-crate v3.4.0 |
| 2961 | 2026-06-29T19:25:47.113Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-06-29T19:25:47.157Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2963 | 2026-06-29T19:25:47.185Z | Checking blake2 v0.10.6 |
| 2964 | 2026-06-29T19:25:47.390Z | Checking aead v0.5.2 |
| 2965 | 2026-06-29T19:25:47.426Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2966 | 2026-06-29T19:25:47.492Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-06-29T19:25:47.507Z | Checking thiserror-no-std v2.0.2 |
| 2968 | 2026-06-29T19:25:47.523Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2969 | 2026-06-29T19:25:47.535Z | Checking foreign-types-shared v0.3.1 |
| 2970 | 2026-06-29T19:25:47.580Z | Compiling num_enum_derive v0.7.6 |
| 2971 | 2026-06-29T19:25:47.593Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-06-29T19:25:47.618Z | Checking chacha20poly1305 v0.10.1 |
| 2973 | 2026-06-29T19:25:47.634Z | Compiling num_enum_derive v0.5.11 |
| 2974 | 2026-06-29T19:25:47.742Z | Checking argon2 v0.5.3 |
| 2975 | 2026-06-29T19:25:47.754Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2976 | 2026-06-29T19:25:48.077Z | Checking foreign-types v0.5.0 |
| 2977 | 2026-06-29T19:25:48.081Z | Checking ciborium v0.2.2 |
| 2978 | 2026-06-29T19:25:48.288Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2979 | 2026-06-29T19:25:48.369Z | Checking tabwriter v1.4.1 |
| 2980 | 2026-06-29T19:25:48.511Z | Checking chacha20 v0.10.0 |
| 2981 | 2026-06-29T19:25:48.524Z | Checking byte-wrapper v0.1.0 |
| 2982 | 2026-06-29T19:25:48.575Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2026-06-29T19:25:48.601Z | Checking num_enum v0.7.6 |
| 2984 | 2026-06-29T19:25:48.639Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-06-29T19:25:48.696Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2986 | 2026-06-29T19:25:48.717Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-06-29T19:25:48.743Z | Checking rand v0.10.0 |
| 2988 | 2026-06-29T19:25:48.746Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2989 | 2026-06-29T19:25:48.788Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2990 | 2026-06-29T19:25:48.932Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2991 | 2026-06-29T19:25:48.964Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2992 | 2026-06-29T19:25:49.016Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-06-29T19:25:49.047Z | Checking ingot-types v0.1.2 |
| 2994 | 2026-06-29T19:25:49.094Z | Checking num_enum v0.5.11 |
| 2995 | 2026-06-29T19:25:49.123Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2996 | 2026-06-29T19:25:49.160Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-06-29T19:25:49.204Z | Checking indent_write v2.2.0 |
| 2998 | 2026-06-29T19:25:49.238Z | Checking colored v3.1.1 |
| 2999 | 2026-06-29T19:25:49.242Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3000 | 2026-06-29T19:25:49.328Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-06-29T19:25:49.341Z | Compiling zone_cfg_derive v0.3.1 |
| 3002 | 2026-06-29T19:25:49.355Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3003 | 2026-06-29T19:25:49.397Z | Checking itertools v0.12.1 |
| 3004 | 2026-06-29T19:25:49.411Z | Checking ingot v0.1.1 |
| 3005 | 2026-06-29T19:25:49.479Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-06-29T19:25:49.501Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3007 | 2026-06-29T19:25:49.524Z | Checking swrite v0.1.0 |
| 3008 | 2026-06-29T19:25:49.615Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3009 | 2026-06-29T19:25:49.698Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-06-29T19:25:49.860Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3011 | 2026-06-29T19:25:49.920Z | Checking dropshot-api-manager-types v0.7.2 |
| 3012 | 2026-06-29T19:25:49.975Z | Checking smf v0.2.3 |
| 3013 | 2026-06-29T19:25:49.987Z | Checking nanorand v0.7.0 |
| 3014 | 2026-06-29T19:25:50.086Z | Checking whoami v1.6.1 |
| 3015 | 2026-06-29T19:25:50.118Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3016 | 2026-06-29T19:25:50.181Z | Checking flume v0.11.1 |
| 3017 | 2026-06-29T19:25:50.203Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-06-29T19:25:50.393Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3019 | 2026-06-29T19:25:50.414Z | Checking zone v0.3.1 |
| 3020 | 2026-06-29T19:25:50.984Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3021 | 2026-06-29T19:25:51.960Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3022 | 2026-06-29T19:25:52.850Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3023 | 2026-06-29T19:25:56.306Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-06-29T19:25:58.378Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-06-29T19:25:59.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
| 3026 | 2026-06-29T19:25:59.668Z | |
| 3027 | 2026-06-29T19:25:59.668Z | info: running `cargo check --bins` on clickhouse-admin-api (105/300) |
| 3028 | 2026-06-29T19:26:00.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-06-29T19:26:00.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-06-29T19:26:00.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-06-29T19:26:00.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3032 | 2026-06-29T19:26:00.204Z | |
| 3033 | 2026-06-29T19:26:00.204Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/300) |
| 3034 | 2026-06-29T19:26:00.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-06-29T19:26:00.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-06-29T19:26:00.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-06-29T19:26:00.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3038 | 2026-06-29T19:26:00.732Z | |
| 3039 | 2026-06-29T19:26:00.732Z | info: running `cargo check --bins` on bootstrap-agent-client (107/300) |
| 3040 | 2026-06-29T19:26:01.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-06-29T19:26:01.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-06-29T19:26:01.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-06-29T19:26:01.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3044 | 2026-06-29T19:26:01.271Z | |
| 3045 | 2026-06-29T19:26:01.271Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300) |
| 3046 | 2026-06-29T19:26:01.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-06-29T19:26:01.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-06-29T19:26:01.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-06-29T19:26:01.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3050 | 2026-06-29T19:26:01.807Z | |
| 3051 | 2026-06-29T19:26:01.807Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300) |
| 3052 | 2026-06-29T19:26:02.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-06-29T19:26:02.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-06-29T19:26:02.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-06-29T19:26:02.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3056 | 2026-06-29T19:26:02.339Z | |
| 3057 | 2026-06-29T19:26:02.339Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/300) |
| 3058 | 2026-06-29T19:26:02.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-06-29T19:26:02.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-06-29T19:26:02.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-06-29T19:26:02.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3062 | 2026-06-29T19:26:02.870Z | |
| 3063 | 2026-06-29T19:26:02.870Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/300) |
| 3064 | 2026-06-29T19:26:03.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-06-29T19:26:03.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-06-29T19:26:03.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-06-29T19:26:03.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3068 | 2026-06-29T19:26:03.405Z | |
| 3069 | 2026-06-29T19:26:03.405Z | info: running `cargo check --bins` on cockroach-admin-client (112/300) |
| 3070 | 2026-06-29T19:26:03.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-06-29T19:26:03.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-06-29T19:26:03.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-06-29T19:26:03.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3074 | 2026-06-29T19:26:03.918Z | |
| 3075 | 2026-06-29T19:26:03.918Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/300) |
| 3076 | 2026-06-29T19:26:04.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-06-29T19:26:04.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-06-29T19:26:04.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-06-29T19:26:04.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3080 | 2026-06-29T19:26:04.441Z | |
| 3081 | 2026-06-29T19:26:04.441Z | info: running `cargo check --bins` on dns-service-client (114/300) |
| 3082 | 2026-06-29T19:26:04.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-06-29T19:26:04.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-06-29T19:26:04.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-06-29T19:26:04.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3086 | 2026-06-29T19:26:04.973Z | |
| 3087 | 2026-06-29T19:26:04.973Z | info: running `cargo check --bins` on installinator-client (115/300) |
| 3088 | 2026-06-29T19:26:05.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-06-29T19:26:05.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-06-29T19:26:05.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-06-29T19:26:05.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3092 | 2026-06-29T19:26:05.500Z | |
| 3093 | 2026-06-29T19:26:05.500Z | info: running `cargo check --bins` on nexus-client (116/300) |
| 3094 | 2026-06-29T19:26:05.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-06-29T19:26:05.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-06-29T19:26:05.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-06-29T19:26:05.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3098 | 2026-06-29T19:26:06.097Z | |
| 3099 | 2026-06-29T19:26:06.097Z | info: running `cargo check --bins` on nexus-lockstep-client (117/300) |
| 3100 | 2026-06-29T19:26:06.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-06-29T19:26:06.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-06-29T19:26:06.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-06-29T19:26:06.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3104 | 2026-06-29T19:26:06.622Z | |
| 3105 | 2026-06-29T19:26:06.622Z | info: running `cargo check --bins` on ntp-admin-client (118/300) |
| 3106 | 2026-06-29T19:26:07.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-06-29T19:26:07.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-06-29T19:26:07.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-06-29T19:26:07.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3110 | 2026-06-29T19:26:07.135Z | |
| 3111 | 2026-06-29T19:26:07.135Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/300) |
| 3112 | 2026-06-29T19:26:07.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-06-29T19:26:07.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-06-29T19:26:07.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-06-29T19:26:07.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3116 | 2026-06-29T19:26:07.652Z | |
| 3117 | 2026-06-29T19:26:07.652Z | info: running `cargo check --bins` on oxide-client (120/300) |
| 3118 | 2026-06-29T19:26:08.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-06-29T19:26:08.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-06-29T19:26:08.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-06-29T19:26:08.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3122 | 2026-06-29T19:26:08.168Z | |
| 3123 | 2026-06-29T19:26:08.168Z | info: running `cargo check --bins` on oximeter-client (121/300) |
| 3124 | 2026-06-29T19:26:08.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-06-29T19:26:08.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-06-29T19:26:08.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-06-29T19:26:08.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3128 | 2026-06-29T19:26:08.695Z | |
| 3129 | 2026-06-29T19:26:08.696Z | info: running `cargo check --bins` on repo-depot-client (122/300) |
| 3130 | 2026-06-29T19:26:09.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-06-29T19:26:09.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-06-29T19:26:09.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-06-29T19:26:09.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3134 | 2026-06-29T19:26:09.212Z | |
| 3135 | 2026-06-29T19:26:09.212Z | info: running `cargo check --bins` on sled-agent-client (123/300) |
| 3136 | 2026-06-29T19:26:09.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-06-29T19:26:09.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-06-29T19:26:09.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-06-29T19:26:09.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3140 | 2026-06-29T19:26:09.751Z | |
| 3141 | 2026-06-29T19:26:09.751Z | info: running `cargo check --bins` on wicketd-client (124/300) |
| 3142 | 2026-06-29T19:26:10.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-06-29T19:26:10.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-06-29T19:26:10.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-06-29T19:26:10.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3146 | 2026-06-29T19:26:10.306Z | |
| 3147 | 2026-06-29T19:26:10.306Z | info: running `cargo check --bins` on installinator-common (125/300) |
| 3148 | 2026-06-29T19:26:10.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-06-29T19:26:10.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-06-29T19:26:10.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-06-29T19:26:10.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3152 | 2026-06-29T19:26:10.851Z | |
| 3153 | 2026-06-29T19:26:10.851Z | info: running `cargo check --bins` on installinator-common-versions (126/300) |
| 3154 | 2026-06-29T19:26:11.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-06-29T19:26:11.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-06-29T19:26:11.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-06-29T19:26:11.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3158 | 2026-06-29T19:26:11.360Z | |
| 3159 | 2026-06-29T19:26:11.361Z | info: running `cargo check --bins` on wicket-common (127/300) |
| 3160 | 2026-06-29T19:26:11.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-06-29T19:26:11.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-06-29T19:26:11.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-06-29T19:26:11.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3164 | 2026-06-29T19:26:11.899Z | |
| 3165 | 2026-06-29T19:26:11.899Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/300) |
| 3166 | 2026-06-29T19:26:12.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-06-29T19:26:12.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-06-29T19:26:12.537Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-06-29T19:26:12.647Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-06-29T19:26:12.653Z | Checking csv-core v0.1.13 |
| 3171 | 2026-06-29T19:26:12.660Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-06-29T19:26:12.667Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3173 | 2026-06-29T19:26:12.670Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-06-29T19:26:12.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-06-29T19:26:12.695Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-06-29T19:26:12.806Z | Checking csv v1.4.0 |
| 3177 | 2026-06-29T19:26:12.845Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-06-29T19:26:12.859Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-06-29T19:26:12.884Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-06-29T19:26:12.905Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-06-29T19:26:13.151Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-06-29T19:26:13.520Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3183 | 2026-06-29T19:26:13.523Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-06-29T19:26:13.854Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-06-29T19:26:19.810Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-06-29T19:26:20.354Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-06-29T19:26:22.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s |
| 3188 | 2026-06-29T19:26:22.910Z | |
| 3189 | 2026-06-29T19:26:22.910Z | info: running `cargo check --bins` on cockroach-admin-api (129/300) |
| 3190 | 2026-06-29T19:26:23.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-06-29T19:26:23.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-06-29T19:26:23.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-06-29T19:26:23.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3194 | 2026-06-29T19:26:23.445Z | |
| 3195 | 2026-06-29T19:26:23.445Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300) |
| 3196 | 2026-06-29T19:26:23.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-06-29T19:26:23.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-06-29T19:26:23.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-06-29T19:26:23.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3200 | 2026-06-29T19:26:24.069Z | |
| 3201 | 2026-06-29T19:26:24.069Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300) |
| 3202 | 2026-06-29T19:26:24.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-06-29T19:26:24.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-06-29T19:26:24.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-06-29T19:26:24.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3206 | 2026-06-29T19:26:24.655Z | |
| 3207 | 2026-06-29T19:26:24.655Z | info: running `cargo check --bins` on gateway-test-utils (132/300) |
| 3208 | 2026-06-29T19:26:25.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-06-29T19:26:25.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-06-29T19:26:25.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-06-29T19:26:25.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3212 | 2026-06-29T19:26:25.232Z | |
| 3213 | 2026-06-29T19:26:25.232Z | info: running `cargo check --bins` on omicron-gateway (133/300) |
| 3214 | 2026-06-29T19:26:25.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-06-29T19:26:25.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-06-29T19:26:25.938Z | Compiling regress v0.11.1 |
| 3217 | 2026-06-29T19:26:26.076Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-06-29T19:26:26.086Z | Compiling radium v0.7.0 |
| 3219 | 2026-06-29T19:26:26.089Z | Compiling semver v0.1.20 |
| 3220 | 2026-06-29T19:26:26.107Z | Checking nom v8.0.0 |
| 3221 | 2026-06-29T19:26:26.111Z | Checking tap v1.0.1 |
| 3222 | 2026-06-29T19:26:26.119Z | Compiling maybe-uninit v2.0.0 |
| 3223 | 2026-06-29T19:26:26.218Z | Checking wyz v0.5.1 |
| 3224 | 2026-06-29T19:26:26.348Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-06-29T19:26:26.423Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3226 | 2026-06-29T19:26:26.458Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-06-29T19:26:26.542Z | Checking funty v2.0.0 |
| 3228 | 2026-06-29T19:26:26.570Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-06-29T19:26:26.750Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-06-29T19:26:26.801Z | Checking crc-catalog v2.4.0 |
| 3231 | 2026-06-29T19:26:26.860Z | Compiling packed_struct v0.10.1 |
| 3232 | 2026-06-29T19:26:26.892Z | Compiling cancel-safe-futures v0.1.5 |
| 3233 | 2026-06-29T19:26:27.098Z | Compiling owo-colors v4.3.0 |
| 3234 | 2026-06-29T19:26:27.154Z | Checking crc v3.4.0 |
| 3235 | 2026-06-29T19:26:27.305Z | Checking zerocopy v0.6.6 |
| 3236 | 2026-06-29T19:26:27.328Z | Checking bitvec v1.0.1 |
| 3237 | 2026-06-29T19:26:27.540Z | Checking typify-impl v0.6.2 |
| 3238 | 2026-06-29T19:26:27.607Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-06-29T19:26:27.937Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-06-29T19:26:28.066Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3241 | 2026-06-29T19:26:28.152Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-06-29T19:26:28.192Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-06-29T19:26:28.284Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-06-29T19:26:28.338Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-06-29T19:26:28.536Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3246 | 2026-06-29T19:26:28.609Z | Checking nodrop v0.1.14 |
| 3247 | 2026-06-29T19:26:28.669Z | Checking libsw v3.5.0 |
| 3248 | 2026-06-29T19:26:28.702Z | Checking array-init v0.0.4 |
| 3249 | 2026-06-29T19:26:28.734Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-06-29T19:26:28.840Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-06-29T19:26:29.009Z | Checking smallvec v0.6.14 |
| 3252 | 2026-06-29T19:26:29.024Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-06-29T19:26:29.037Z | Checking bitfield v0.19.4 |
| 3254 | 2026-06-29T19:26:29.293Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-06-29T19:26:29.313Z | Checking smawk v0.3.2 |
| 3256 | 2026-06-29T19:26:29.418Z | Checking base64 v0.21.7 |
| 3257 | 2026-06-29T19:26:29.445Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-06-29T19:26:29.461Z | Checking unicode-linebreak v0.1.5 |
| 3259 | 2026-06-29T19:26:29.476Z | Checking linear-map v1.2.0 |
| 3260 | 2026-06-29T19:26:29.646Z | Checking tagptr v0.2.0 |
| 3261 | 2026-06-29T19:26:29.660Z | Checking ron v0.8.1 |
| 3262 | 2026-06-29T19:26:29.672Z | Checking textwrap v0.16.2 |
| 3263 | 2026-06-29T19:26:29.763Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3264 | 2026-06-29T19:26:29.788Z | Checking moka v0.12.13 |
| 3265 | 2026-06-29T19:26:29.885Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3266 | 2026-06-29T19:26:30.058Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3267 | 2026-06-29T19:26:30.181Z | Checking steno v0.4.1 |
| 3268 | 2026-06-29T19:26:30.182Z | Checking serde-hex v0.1.0 |
| 3269 | 2026-06-29T19:26:30.287Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-06-29T19:26:30.431Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-06-29T19:26:30.589Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-06-29T19:26:30.883Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-06-29T19:26:31.050Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-06-29T19:26:31.183Z | Checking crc-any v2.5.0 |
| 3275 | 2026-06-29T19:26:31.198Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-06-29T19:26:31.261Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-06-29T19:26:31.311Z | Checking object v0.30.4 |
| 3278 | 2026-06-29T19:26:31.359Z | Checking utf-8 v0.7.6 |
| 3279 | 2026-06-29T19:26:31.359Z | Checking half v1.8.3 |
| 3280 | 2026-06-29T19:26:31.503Z | Checking void v1.0.2 |
| 3281 | 2026-06-29T19:26:31.552Z | Checking path-slash v0.1.5 |
| 3282 | 2026-06-29T19:26:31.612Z | Checking lzss v0.8.2 |
| 3283 | 2026-06-29T19:26:31.654Z | Checking serde_cbor v0.11.2 |
| 3284 | 2026-06-29T19:26:31.684Z | Checking tungstenite v0.23.0 |
| 3285 | 2026-06-29T19:26:31.936Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3286 | 2026-06-29T19:26:31.961Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-06-29T19:26:32.033Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3288 | 2026-06-29T19:26:32.095Z | Compiling typify-macro v0.6.2 |
| 3289 | 2026-06-29T19:26:32.098Z | Checking nix v0.27.1 |
| 3290 | 2026-06-29T19:26:32.098Z | Checking kstat-rs v0.2.4 |
| 3291 | 2026-06-29T19:26:32.136Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3292 | 2026-06-29T19:26:32.235Z | Checking fxhash v0.2.1 |
| 3293 | 2026-06-29T19:26:32.265Z | Checking serde_bytes v0.11.19 |
| 3294 | 2026-06-29T19:26:32.302Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3295 | 2026-06-29T19:26:32.354Z | Checking tokio-tungstenite v0.23.1 |
| 3296 | 2026-06-29T19:26:32.374Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3297 | 2026-06-29T19:26:32.436Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3298 | 2026-06-29T19:26:32.611Z | Checking signal-hook-tokio v0.3.1 |
| 3299 | 2026-06-29T19:26:33.303Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3300 | 2026-06-29T19:26:33.468Z | Compiling typify v0.6.2 |
| 3301 | 2026-06-29T19:26:33.546Z | Compiling progenitor-impl v0.14.0 |
| 3302 | 2026-06-29T19:26:34.215Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3303 | 2026-06-29T19:26:34.521Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3304 | 2026-06-29T19:26:35.017Z | Compiling progenitor-macro v0.14.0 |
| 3305 | 2026-06-29T19:26:37.313Z | Checking progenitor v0.14.0 |
| 3306 | 2026-06-29T19:26:37.430Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3307 | 2026-06-29T19:26:37.433Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3308 | 2026-06-29T19:26:40.115Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3309 | 2026-06-29T19:26:48.228Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3310 | 2026-06-29T19:26:54.827Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3311 | 2026-06-29T19:26:56.194Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3312 | 2026-06-29T19:26:56.686Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3313 | 2026-06-29T19:26:58.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s |
| 3314 | 2026-06-29T19:26:58.965Z | |
| 3315 | 2026-06-29T19:26:58.965Z | info: running `cargo check --bins` on gateway-api (134/300) |
| 3316 | 2026-06-29T19:26:59.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-06-29T19:26:59.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-06-29T19:26:59.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-06-29T19:26:59.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3320 | 2026-06-29T19:26:59.495Z | |
| 3321 | 2026-06-29T19:26:59.495Z | info: running `cargo check --bins` on ipcc (135/300) |
| 3322 | 2026-06-29T19:26:59.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-06-29T19:26:59.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-06-29T19:26:59.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-06-29T19:26:59.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3326 | 2026-06-29T19:27:00.021Z | |
| 3327 | 2026-06-29T19:27:00.021Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300) |
| 3328 | 2026-06-29T19:27:00.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-06-29T19:27:00.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-06-29T19:27:00.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-06-29T19:27:00.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3332 | 2026-06-29T19:27:00.535Z | |
| 3333 | 2026-06-29T19:27:00.535Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300) |
| 3334 | 2026-06-29T19:27:00.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-06-29T19:27:00.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-06-29T19:27:00.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-06-29T19:27:01.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3338 | 2026-06-29T19:27:01.077Z | |
| 3339 | 2026-06-29T19:27:01.077Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300) |
| 3340 | 2026-06-29T19:27:01.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-06-29T19:27:01.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-06-29T19:27:01.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-06-29T19:27:01.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3344 | 2026-06-29T19:27:01.602Z | |
| 3345 | 2026-06-29T19:27:01.602Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300) |
| 3346 | 2026-06-29T19:27:02.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-06-29T19:27:02.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-06-29T19:27:02.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-06-29T19:27:02.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3350 | 2026-06-29T19:27:02.128Z | |
| 3351 | 2026-06-29T19:27:02.128Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300) |
| 3352 | 2026-06-29T19:27:02.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-06-29T19:27:02.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-06-29T19:27:02.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-06-29T19:27:02.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3356 | 2026-06-29T19:27:02.655Z | |
| 3357 | 2026-06-29T19:27:02.655Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300) |
| 3358 | 2026-06-29T19:27:03.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-06-29T19:27:03.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-06-29T19:27:03.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-06-29T19:27:03.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3362 | 2026-06-29T19:27:03.202Z | |
| 3363 | 2026-06-29T19:27:03.202Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300) |
| 3364 | 2026-06-29T19:27:03.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-06-29T19:27:03.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-06-29T19:27:03.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-06-29T19:27:03.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3368 | 2026-06-29T19:27:03.730Z | |
| 3369 | 2026-06-29T19:27:03.730Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300) |
| 3370 | 2026-06-29T19:27:04.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-06-29T19:27:04.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-06-29T19:27:04.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-06-29T19:27:04.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3374 | 2026-06-29T19:27:04.255Z | |
| 3375 | 2026-06-29T19:27:04.255Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300) |
| 3376 | 2026-06-29T19:27:04.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-06-29T19:27:04.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-06-29T19:27:04.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-06-29T19:27:04.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3380 | 2026-06-29T19:27:04.783Z | |
| 3381 | 2026-06-29T19:27:04.783Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300) |
| 3382 | 2026-06-29T19:27:05.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-06-29T19:27:05.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-06-29T19:27:05.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-06-29T19:27:05.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3386 | 2026-06-29T19:27:05.315Z | |
| 3387 | 2026-06-29T19:27:05.315Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300) |
| 3388 | 2026-06-29T19:27:05.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-06-29T19:27:05.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-06-29T19:27:05.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-06-29T19:27:05.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3392 | 2026-06-29T19:27:05.840Z | |
| 3393 | 2026-06-29T19:27:05.840Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300) |
| 3394 | 2026-06-29T19:27:06.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-06-29T19:27:06.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-06-29T19:27:06.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-06-29T19:27:06.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3398 | 2026-06-29T19:27:06.366Z | |
| 3399 | 2026-06-29T19:27:06.366Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300) |
| 3400 | 2026-06-29T19:27:06.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-06-29T19:27:06.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-06-29T19:27:06.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-06-29T19:27:06.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3404 | 2026-06-29T19:27:06.914Z | |
| 3405 | 2026-06-29T19:27:06.914Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300) |
| 3406 | 2026-06-29T19:27:07.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-06-29T19:27:07.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-06-29T19:27:07.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-06-29T19:27:07.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3410 | 2026-06-29T19:27:07.462Z | |
| 3411 | 2026-06-29T19:27:07.462Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300) |
| 3412 | 2026-06-29T19:27:07.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-06-29T19:27:07.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-06-29T19:27:07.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-06-29T19:27:07.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3416 | 2026-06-29T19:27:08.008Z | |
| 3417 | 2026-06-29T19:27:08.008Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300) |
| 3418 | 2026-06-29T19:27:08.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-06-29T19:27:08.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-06-29T19:27:08.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-06-29T19:27:08.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3422 | 2026-06-29T19:27:08.555Z | |
| 3423 | 2026-06-29T19:27:08.555Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300) |
| 3424 | 2026-06-29T19:27:09.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-06-29T19:27:09.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-06-29T19:27:09.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-06-29T19:27:09.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3428 | 2026-06-29T19:27:09.099Z | |
| 3429 | 2026-06-29T19:27:09.099Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300) |
| 3430 | 2026-06-29T19:27:09.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-06-29T19:27:09.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-06-29T19:27:09.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-06-29T19:27:09.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3434 | 2026-06-29T19:27:09.647Z | |
| 3435 | 2026-06-29T19:27:09.647Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300) |
| 3436 | 2026-06-29T19:27:10.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-06-29T19:27:10.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-06-29T19:27:10.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-06-29T19:27:10.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3440 | 2026-06-29T19:27:10.189Z | |
| 3441 | 2026-06-29T19:27:10.189Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300) |
| 3442 | 2026-06-29T19:27:10.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-06-29T19:27:10.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-06-29T19:27:10.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-06-29T19:27:10.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3446 | 2026-06-29T19:27:10.733Z | |
| 3447 | 2026-06-29T19:27:10.733Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300) |
| 3448 | 2026-06-29T19:27:11.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-06-29T19:27:11.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-06-29T19:27:11.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-06-29T19:27:11.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3452 | 2026-06-29T19:27:11.281Z | |
| 3453 | 2026-06-29T19:27:11.281Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300) |
| 3454 | 2026-06-29T19:27:11.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-06-29T19:27:11.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-06-29T19:27:11.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-06-29T19:27:11.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3458 | 2026-06-29T19:27:11.825Z | |
| 3459 | 2026-06-29T19:27:11.825Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300) |
| 3460 | 2026-06-29T19:27:12.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-06-29T19:27:12.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-06-29T19:27:12.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-06-29T19:27:12.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3464 | 2026-06-29T19:27:12.354Z | |
| 3465 | 2026-06-29T19:27:12.354Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300) |
| 3466 | 2026-06-29T19:27:12.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-06-29T19:27:12.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-06-29T19:27:12.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-06-29T19:27:12.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3470 | 2026-06-29T19:27:12.879Z | |
| 3471 | 2026-06-29T19:27:12.879Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300) |
| 3472 | 2026-06-29T19:27:13.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-06-29T19:27:13.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-06-29T19:27:13.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-06-29T19:27:13.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3476 | 2026-06-29T19:27:13.410Z | |
| 3477 | 2026-06-29T19:27:13.411Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300) |
| 3478 | 2026-06-29T19:27:13.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-06-29T19:27:13.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-06-29T19:27:13.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-06-29T19:27:13.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3482 | 2026-06-29T19:27:13.938Z | |
| 3483 | 2026-06-29T19:27:13.938Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300) |
| 3484 | 2026-06-29T19:27:14.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-06-29T19:27:14.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-06-29T19:27:14.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-06-29T19:27:14.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3488 | 2026-06-29T19:27:14.465Z | |
| 3489 | 2026-06-29T19:27:14.465Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300) |
| 3490 | 2026-06-29T19:27:14.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-06-29T19:27:14.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-06-29T19:27:14.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-06-29T19:27:14.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3494 | 2026-06-29T19:27:14.991Z | |
| 3495 | 2026-06-29T19:27:14.991Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300) |
| 3496 | 2026-06-29T19:27:15.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-06-29T19:27:15.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-06-29T19:27:15.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-06-29T19:27:15.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3500 | 2026-06-29T19:27:15.518Z | |
| 3501 | 2026-06-29T19:27:15.518Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300) |
| 3502 | 2026-06-29T19:27:15.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-06-29T19:27:15.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-06-29T19:27:15.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-06-29T19:27:15.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3506 | 2026-06-29T19:27:16.046Z | |
| 3507 | 2026-06-29T19:27:16.047Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300) |
| 3508 | 2026-06-29T19:27:16.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-06-29T19:27:16.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-06-29T19:27:16.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-06-29T19:27:16.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3512 | 2026-06-29T19:27:16.591Z | |
| 3513 | 2026-06-29T19:27:16.591Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300) |
| 3514 | 2026-06-29T19:27:17.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-06-29T19:27:17.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-06-29T19:27:17.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-06-29T19:27:17.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3518 | 2026-06-29T19:27:17.136Z | |
| 3519 | 2026-06-29T19:27:17.137Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300) |
| 3520 | 2026-06-29T19:27:17.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-06-29T19:27:17.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-06-29T19:27:17.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-06-29T19:27:17.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3524 | 2026-06-29T19:27:17.681Z | |
| 3525 | 2026-06-29T19:27:17.681Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300) |
| 3526 | 2026-06-29T19:27:18.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-06-29T19:27:18.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-06-29T19:27:18.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-06-29T19:27:18.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3530 | 2026-06-29T19:27:18.234Z | |
| 3531 | 2026-06-29T19:27:18.234Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300) |
| 3532 | 2026-06-29T19:27:18.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-06-29T19:27:18.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-06-29T19:27:18.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-06-29T19:27:18.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3536 | 2026-06-29T19:27:18.778Z | |
| 3537 | 2026-06-29T19:27:18.778Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300) |
| 3538 | 2026-06-29T19:27:19.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-06-29T19:27:19.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-06-29T19:27:19.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-06-29T19:27:19.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3542 | 2026-06-29T19:27:19.331Z | |
| 3543 | 2026-06-29T19:27:19.331Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300) |
| 3544 | 2026-06-29T19:27:19.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-06-29T19:27:19.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-06-29T19:27:19.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-06-29T19:27:19.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3548 | 2026-06-29T19:27:19.886Z | |
| 3549 | 2026-06-29T19:27:19.886Z | info: running `cargo check --bins` on oximeter-producer (173/300) |
| 3550 | 2026-06-29T19:27:20.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-06-29T19:27:20.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-06-29T19:27:20.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-06-29T19:27:20.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3554 | 2026-06-29T19:27:20.452Z | |
| 3555 | 2026-06-29T19:27:20.453Z | info: running `cargo check --bins` on internal-dns-resolver (174/300) |
| 3556 | 2026-06-29T19:27:20.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-06-29T19:27:20.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-06-29T19:27:20.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-06-29T19:27:20.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3560 | 2026-06-29T19:27:20.989Z | |
| 3561 | 2026-06-29T19:27:20.989Z | info: running `cargo check --bins` on dns-server (175/300) |
| 3562 | 2026-06-29T19:27:21.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-06-29T19:27:21.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-06-29T19:27:21.590Z | Compiling parking_lot_core v0.8.6 |
| 3565 | 2026-06-29T19:27:21.593Z | Compiling git-stub v1.0.0 |
| 3566 | 2026-06-29T19:27:21.593Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3567 | 2026-06-29T19:27:21.593Z | Checking prefix-trie v0.7.0 |
| 3568 | 2026-06-29T19:27:21.817Z | Compiling git-stub-vcs v0.1.0 |
| 3569 | 2026-06-29T19:27:21.987Z | Checking hickory-server v0.25.2 |
| 3570 | 2026-06-29T19:27:22.091Z | Checking parking_lot v0.11.2 |
| 3571 | 2026-06-29T19:27:22.095Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3572 | 2026-06-29T19:27:22.161Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3573 | 2026-06-29T19:27:22.161Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3574 | 2026-06-29T19:27:22.263Z | Checking sled v0.34.7 |
| 3575 | 2026-06-29T19:27:24.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3576 | 2026-06-29T19:27:24.344Z | |
| 3577 | 2026-06-29T19:27:24.344Z | info: running `cargo check --bins` on dns-server-api (176/300) |
| 3578 | 2026-06-29T19:27:24.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-06-29T19:27:24.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-06-29T19:27:24.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-06-29T19:27:24.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3582 | 2026-06-29T19:27:24.872Z | |
| 3583 | 2026-06-29T19:27:24.872Z | info: running `cargo check --bins` on oximeter-producer-api (177/300) |
| 3584 | 2026-06-29T19:27:25.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-06-29T19:27:25.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-06-29T19:27:25.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-06-29T19:27:25.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3588 | 2026-06-29T19:27:25.405Z | |
| 3589 | 2026-06-29T19:27:25.405Z | info: running `cargo check --bins` on sp-sim (178/300) |
| 3590 | 2026-06-29T19:27:25.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-06-29T19:27:25.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-06-29T19:27:26.078Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3593 | 2026-06-29T19:27:27.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
| 3594 | 2026-06-29T19:27:28.032Z | |
| 3595 | 2026-06-29T19:27:28.032Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300) |
| 3596 | 2026-06-29T19:27:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-06-29T19:27:28.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-06-29T19:27:28.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-06-29T19:27:28.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3600 | 2026-06-29T19:27:28.617Z | |
| 3601 | 2026-06-29T19:27:28.618Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300) |
| 3602 | 2026-06-29T19:27:29.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-06-29T19:27:29.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-06-29T19:27:29.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-06-29T19:27:29.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3606 | 2026-06-29T19:27:29.209Z | |
| 3607 | 2026-06-29T19:27:29.209Z | info: running `cargo check --bins` on db-macros (181/300) |
| 3608 | 2026-06-29T19:27:29.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-06-29T19:27:29.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-06-29T19:27:29.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-06-29T19:27:29.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3612 | 2026-06-29T19:27:29.725Z | |
| 3613 | 2026-06-29T19:27:29.725Z | info: running `cargo check --bins` on nexus-macros-common (182/300) |
| 3614 | 2026-06-29T19:27:30.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-06-29T19:27:30.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-06-29T19:27:30.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-06-29T19:27:30.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3618 | 2026-06-29T19:27:30.241Z | |
| 3619 | 2026-06-29T19:27:30.241Z | info: running `cargo check --bins` on nexus-auth (183/300) |
| 3620 | 2026-06-29T19:27:30.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-06-29T19:27:30.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-06-29T19:27:30.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-06-29T19:27:30.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3624 | 2026-06-29T19:27:30.825Z | |
| 3625 | 2026-06-29T19:27:30.825Z | info: running `cargo check --bins` on authz-macros (184/300) |
| 3626 | 2026-06-29T19:27:31.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-06-29T19:27:31.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-06-29T19:27:31.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-06-29T19:27:31.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3630 | 2026-06-29T19:27:31.340Z | |
| 3631 | 2026-06-29T19:27:31.340Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/300) |
| 3632 | 2026-06-29T19:27:31.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-06-29T19:27:31.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-06-29T19:27:31.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-06-29T19:27:31.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3636 | 2026-06-29T19:27:31.913Z | |
| 3637 | 2026-06-29T19:27:31.913Z | info: running `cargo check --bins` on nexus-db-model (186/300) |
| 3638 | 2026-06-29T19:27:32.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-06-29T19:27:32.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-06-29T19:27:32.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-06-29T19:27:32.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3642 | 2026-06-29T19:27:32.495Z | |
| 3643 | 2026-06-29T19:27:32.495Z | info: running `cargo check --bins` on nexus-db-schema (187/300) |
| 3644 | 2026-06-29T19:27:32.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-06-29T19:27:32.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-06-29T19:27:32.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-06-29T19:27:32.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3648 | 2026-06-29T19:27:33.008Z | |
| 3649 | 2026-06-29T19:27:33.008Z | info: running `cargo check --bins` on omicron-rpaths (188/300) |
| 3650 | 2026-06-29T19:27:33.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-06-29T19:27:33.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-06-29T19:27:33.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-06-29T19:27:33.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3654 | 2026-06-29T19:27:33.520Z | |
| 3655 | 2026-06-29T19:27:33.520Z | info: running `cargo check --bins` on nexus-defaults (189/300) |
| 3656 | 2026-06-29T19:27:33.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-06-29T19:27:33.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-06-29T19:27:33.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-06-29T19:27:33.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3660 | 2026-06-29T19:27:34.050Z | |
| 3661 | 2026-06-29T19:27:34.051Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/300) |
| 3662 | 2026-06-29T19:27:34.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-06-29T19:27:34.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-06-29T19:27:34.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-06-29T19:27:34.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3666 | 2026-06-29T19:27:34.568Z | |
| 3667 | 2026-06-29T19:27:34.568Z | info: running `cargo check --bins` on parallel-task-set (191/300) |
| 3668 | 2026-06-29T19:27:35.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-06-29T19:27:35.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-06-29T19:27:35.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-06-29T19:27:35.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3672 | 2026-06-29T19:27:35.086Z | |
| 3673 | 2026-06-29T19:27:35.087Z | info: running `cargo check --bins` on omicron-git-version (192/300) |
| 3674 | 2026-06-29T19:27:35.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-06-29T19:27:35.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-06-29T19:27:35.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-06-29T19:27:35.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3678 | 2026-06-29T19:27:35.605Z | |
| 3679 | 2026-06-29T19:27:35.605Z | info: running `cargo check --bins` on nexus-db-errors (193/300) |
| 3680 | 2026-06-29T19:27:36.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-06-29T19:27:36.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-06-29T19:27:36.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-06-29T19:27:36.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3684 | 2026-06-29T19:27:36.191Z | |
| 3685 | 2026-06-29T19:27:36.191Z | info: running `cargo check --bins` on nexus-db-lookup (194/300) |
| 3686 | 2026-06-29T19:27:36.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-06-29T19:27:36.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-06-29T19:27:36.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-06-29T19:27:36.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3690 | 2026-06-29T19:27:36.772Z | |
| 3691 | 2026-06-29T19:27:36.772Z | info: running `cargo check --bins` on nexus-inventory (195/300) |
| 3692 | 2026-06-29T19:27:37.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-06-29T19:27:37.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-06-29T19:27:37.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-06-29T19:27:37.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3696 | 2026-06-29T19:27:37.348Z | |
| 3697 | 2026-06-29T19:27:37.348Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300) |
| 3698 | 2026-06-29T19:27:37.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-06-29T19:27:37.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-06-29T19:27:37.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-06-29T19:27:37.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3702 | 2026-06-29T19:27:37.903Z | |
| 3703 | 2026-06-29T19:27:37.904Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/300) |
| 3704 | 2026-06-29T19:27:38.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-06-29T19:27:38.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-06-29T19:27:38.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-06-29T19:27:38.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3708 | 2026-06-29T19:27:38.455Z | |
| 3709 | 2026-06-29T19:27:38.455Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300) |
| 3710 | 2026-06-29T19:27:38.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-06-29T19:27:38.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-06-29T19:27:38.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-06-29T19:27:38.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3714 | 2026-06-29T19:27:39.011Z | |
| 3715 | 2026-06-29T19:27:39.011Z | info: running `cargo check --bins` on key-manager (199/300) |
| 3716 | 2026-06-29T19:27:39.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-06-29T19:27:39.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-06-29T19:27:39.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-06-29T19:27:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3720 | 2026-06-29T19:27:39.544Z | |
| 3721 | 2026-06-29T19:27:39.544Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/300) |
| 3722 | 2026-06-29T19:27:40.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-06-29T19:27:40.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-06-29T19:27:40.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-06-29T19:27:40.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3726 | 2026-06-29T19:27:40.142Z | |
| 3727 | 2026-06-29T19:27:40.142Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300) |
| 3728 | 2026-06-29T19:27:40.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-06-29T19:27:40.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-06-29T19:27:40.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-06-29T19:27:40.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3732 | 2026-06-29T19:27:40.650Z | |
| 3733 | 2026-06-29T19:27:40.650Z | info: running `cargo check --bins` on typed-rng (202/300) |
| 3734 | 2026-06-29T19:27:41.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-06-29T19:27:41.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-06-29T19:27:41.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-06-29T19:27:41.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3738 | 2026-06-29T19:27:41.166Z | |
| 3739 | 2026-06-29T19:27:41.166Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300) |
| 3740 | 2026-06-29T19:27:41.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-06-29T19:27:41.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-06-29T19:27:41.963Z | Compiling libefi-sys v0.1.0 |
| 3743 | 2026-06-29T19:27:41.966Z | Compiling bitfield-struct v0.6.2 |
| 3744 | 2026-06-29T19:27:42.103Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3745 | 2026-06-29T19:27:42.112Z | Compiling xshell-macros v0.2.7 |
| 3746 | 2026-06-29T19:27:42.121Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3747 | 2026-06-29T19:27:42.134Z | Compiling salty v0.3.0 |
| 3748 | 2026-06-29T19:27:42.149Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3749 | 2026-06-29T19:27:42.161Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3750 | 2026-06-29T19:27:42.174Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3751 | 2026-06-29T19:27:42.281Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-06-29T19:27:42.437Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3753 | 2026-06-29T19:27:42.455Z | Checking primeorder v0.13.6 |
| 3754 | 2026-06-29T19:27:42.455Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3755 | 2026-06-29T19:27:42.469Z | Checking xshell v0.2.7 |
| 3756 | 2026-06-29T19:27:42.592Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-06-29T19:27:42.614Z | Checking tungstenite v0.21.0 |
| 3758 | 2026-06-29T19:27:42.669Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3759 | 2026-06-29T19:27:42.693Z | Checking p384 v0.13.1 |
| 3760 | 2026-06-29T19:27:42.708Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3761 | 2026-06-29T19:27:42.789Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3762 | 2026-06-29T19:27:42.857Z | Compiling proc-macro-error2 v2.0.1 |
| 3763 | 2026-06-29T19:27:42.935Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3764 | 2026-06-29T19:27:42.950Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3765 | 2026-06-29T19:27:42.967Z | Checking papergrid v0.17.0 |
| 3766 | 2026-06-29T19:27:43.030Z | Checking tokio-tungstenite v0.21.0 |
| 3767 | 2026-06-29T19:27:43.109Z | Checking libscf-sys v1.2.0 |
| 3768 | 2026-06-29T19:27:43.157Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3769 | 2026-06-29T19:27:43.161Z | Compiling tabled_derive v0.11.0 |
| 3770 | 2026-06-29T19:27:43.186Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3771 | 2026-06-29T19:27:43.235Z | Compiling progenitor-impl v0.13.0 |
| 3772 | 2026-06-29T19:27:43.301Z | Checking testing_table v0.3.0 |
| 3773 | 2026-06-29T19:27:43.318Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3774 | 2026-06-29T19:27:43.334Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3775 | 2026-06-29T19:27:43.392Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3776 | 2026-06-29T19:27:43.450Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3777 | 2026-06-29T19:27:43.530Z | Checking corncobs v0.1.4 |
| 3778 | 2026-06-29T19:27:43.583Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3779 | 2026-06-29T19:27:43.642Z | Compiling unicase v2.9.0 |
| 3780 | 2026-06-29T19:27:43.656Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3781 | 2026-06-29T19:27:43.818Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3782 | 2026-06-29T19:27:43.832Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-06-29T19:27:43.865Z | Compiling mime_guess v2.0.5 |
| 3784 | 2026-06-29T19:27:43.912Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3785 | 2026-06-29T19:27:44.081Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3786 | 2026-06-29T19:27:44.097Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3787 | 2026-06-29T19:27:44.169Z | Checking progenitor-client v0.13.0 |
| 3788 | 2026-06-29T19:27:44.333Z | Checking tabled v0.20.0 |
| 3789 | 2026-06-29T19:27:44.405Z | Checking secrecy v0.8.0 |
| 3790 | 2026-06-29T19:27:44.414Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3791 | 2026-06-29T19:27:44.414Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3792 | 2026-06-29T19:27:44.657Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3793 | 2026-06-29T19:27:44.776Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3794 | 2026-06-29T19:27:44.914Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3795 | 2026-06-29T19:27:44.974Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3796 | 2026-06-29T19:27:45.041Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3797 | 2026-06-29T19:27:45.097Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3798 | 2026-06-29T19:27:45.222Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3799 | 2026-06-29T19:27:45.248Z | Checking filetime v0.2.27 |
| 3800 | 2026-06-29T19:27:45.388Z | Checking crc8 v0.1.1 |
| 3801 | 2026-06-29T19:27:45.422Z | Checking xattr v1.6.1 |
| 3802 | 2026-06-29T19:27:45.486Z | Checking http-range v0.1.5 |
| 3803 | 2026-06-29T19:27:45.552Z | Checking tar v0.4.45 |
| 3804 | 2026-06-29T19:27:45.611Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3805 | 2026-06-29T19:27:45.628Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3806 | 2026-06-29T19:27:45.795Z | Checking illumos-nvpair v0.3.0 |
| 3807 | 2026-06-29T19:27:45.863Z | Compiling progenitor-macro v0.13.0 |
| 3808 | 2026-06-29T19:27:45.927Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3809 | 2026-06-29T19:27:45.943Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3810 | 2026-06-29T19:27:45.957Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-06-29T19:27:45.971Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3812 | 2026-06-29T19:27:46.300Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3813 | 2026-06-29T19:27:46.317Z | Checking atty v0.2.14 |
| 3814 | 2026-06-29T19:27:46.387Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3815 | 2026-06-29T19:27:46.415Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3816 | 2026-06-29T19:27:46.551Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3817 | 2026-06-29T19:27:46.633Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3818 | 2026-06-29T19:27:46.636Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3819 | 2026-06-29T19:27:46.683Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3820 | 2026-06-29T19:27:46.715Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3821 | 2026-06-29T19:27:46.811Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3822 | 2026-06-29T19:27:46.873Z | Checking hyper-staticfile v0.10.1 |
| 3823 | 2026-06-29T19:27:47.052Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3824 | 2026-06-29T19:27:47.066Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3825 | 2026-06-29T19:27:47.169Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3826 | 2026-06-29T19:27:47.307Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3827 | 2026-06-29T19:27:47.440Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3828 | 2026-06-29T19:27:47.586Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3829 | 2026-06-29T19:27:47.741Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3830 | 2026-06-29T19:27:48.134Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3831 | 2026-06-29T19:27:48.849Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3832 | 2026-06-29T19:27:49.335Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3833 | 2026-06-29T19:27:49.751Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3834 | 2026-06-29T19:27:49.931Z | Checking progenitor v0.13.0 |
| 3835 | 2026-06-29T19:27:50.066Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3836 | 2026-06-29T19:27:51.955Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3837 | 2026-06-29T19:27:55.426Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3838 | 2026-06-29T19:28:06.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.16s |
| 3839 | 2026-06-29T19:28:06.541Z | |
| 3840 | 2026-06-29T19:28:06.541Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300) |
| 3841 | 2026-06-29T19:28:07.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-06-29T19:28:07.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-06-29T19:28:07.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3844 | 2026-06-29T19:28:18.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3845 | 2026-06-29T19:28:18.215Z | |
| 3846 | 2026-06-29T19:28:18.215Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300) |
| 3847 | 2026-06-29T19:28:18.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-06-29T19:28:18.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-06-29T19:28:18.939Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3850 | 2026-06-29T19:28:29.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 3851 | 2026-06-29T19:28:29.865Z | |
| 3852 | 2026-06-29T19:28:29.865Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300) |
| 3853 | 2026-06-29T19:28:30.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-06-29T19:28:30.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-06-29T19:28:30.595Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3856 | 2026-06-29T19:28:41.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3857 | 2026-06-29T19:28:41.467Z | |
| 3858 | 2026-06-29T19:28:41.467Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300) |
| 3859 | 2026-06-29T19:28:41.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-06-29T19:28:41.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-06-29T19:28:42.187Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3862 | 2026-06-29T19:28:52.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3863 | 2026-06-29T19:28:53.155Z | |
| 3864 | 2026-06-29T19:28:53.155Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300) |
| 3865 | 2026-06-29T19:28:53.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-06-29T19:28:53.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-06-29T19:28:53.880Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3868 | 2026-06-29T19:29:04.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3869 | 2026-06-29T19:29:04.781Z | |
| 3870 | 2026-06-29T19:29:04.781Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300) |
| 3871 | 2026-06-29T19:29:05.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-06-29T19:29:05.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-06-29T19:29:05.506Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3874 | 2026-06-29T19:29:16.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3875 | 2026-06-29T19:29:16.454Z | |
| 3876 | 2026-06-29T19:29:16.454Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300) |
| 3877 | 2026-06-29T19:29:16.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-06-29T19:29:16.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-06-29T19:29:17.177Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3880 | 2026-06-29T19:29:27.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3881 | 2026-06-29T19:29:28.060Z | |
| 3882 | 2026-06-29T19:29:28.060Z | info: running `cargo check --bins` on bootstrap-agent-api (211/300) |
| 3883 | 2026-06-29T19:29:28.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-06-29T19:29:28.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-06-29T19:29:28.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-06-29T19:29:28.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3887 | 2026-06-29T19:29:28.595Z | |
| 3888 | 2026-06-29T19:29:28.595Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300) |
| 3889 | 2026-06-29T19:29:29.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-06-29T19:29:29.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-06-29T19:29:29.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2026-06-29T19:29:29.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3893 | 2026-06-29T19:29:29.140Z | |
| 3894 | 2026-06-29T19:29:29.140Z | info: running `cargo check --bins` on range-requests (213/300) |
| 3895 | 2026-06-29T19:29:29.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-06-29T19:29:29.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-06-29T19:29:29.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3898 | 2026-06-29T19:29:29.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3899 | 2026-06-29T19:29:29.661Z | |
| 3900 | 2026-06-29T19:29:29.661Z | info: running `cargo check --bins` on repo-depot-api (214/300) |
| 3901 | 2026-06-29T19:29:30.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-06-29T19:29:30.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-06-29T19:29:30.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3904 | 2026-06-29T19:29:30.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3905 | 2026-06-29T19:29:30.183Z | |
| 3906 | 2026-06-29T19:29:30.183Z | info: running `cargo check --bins` on sled-agent-api (215/300) |
| 3907 | 2026-06-29T19:29:30.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-06-29T19:29:30.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-06-29T19:29:30.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2026-06-29T19:29:30.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3911 | 2026-06-29T19:29:30.729Z | |
| 3912 | 2026-06-29T19:29:30.729Z | info: running `cargo check --bins` on sled-diagnostics (216/300) |
| 3913 | 2026-06-29T19:29:31.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-06-29T19:29:31.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-06-29T19:29:31.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-06-29T19:29:31.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3917 | 2026-06-29T19:29:31.275Z | |
| 3918 | 2026-06-29T19:29:31.275Z | info: running `cargo check --bins` on zfs-test-harness (217/300) |
| 3919 | 2026-06-29T19:29:31.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-06-29T19:29:31.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-06-29T19:29:31.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2026-06-29T19:29:31.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3923 | 2026-06-29T19:29:31.817Z | |
| 3924 | 2026-06-29T19:29:31.817Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300) |
| 3925 | 2026-06-29T19:29:32.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-06-29T19:29:32.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-06-29T19:29:32.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2026-06-29T19:29:32.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3929 | 2026-06-29T19:29:32.372Z | |
| 3930 | 2026-06-29T19:29:32.372Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300) |
| 3931 | 2026-06-29T19:29:32.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-06-29T19:29:32.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-06-29T19:29:32.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-06-29T19:29:32.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3935 | 2026-06-29T19:29:32.922Z | |
| 3936 | 2026-06-29T19:29:32.922Z | info: running `cargo check --bins` on sled-agent-early-networking (220/300) |
| 3937 | 2026-06-29T19:29:33.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-06-29T19:29:33.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-06-29T19:29:33.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-06-29T19:29:33.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3941 | 2026-06-29T19:29:33.470Z | |
| 3942 | 2026-06-29T19:29:33.470Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/300) |
| 3943 | 2026-06-29T19:29:33.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-06-29T19:29:33.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-06-29T19:29:33.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-06-29T19:29:33.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3947 | 2026-06-29T19:29:34.012Z | |
| 3948 | 2026-06-29T19:29:34.012Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300) |
| 3949 | 2026-06-29T19:29:34.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-06-29T19:29:34.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-06-29T19:29:34.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-06-29T19:29:34.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3953 | 2026-06-29T19:29:34.564Z | |
| 3954 | 2026-06-29T19:29:34.564Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300) |
| 3955 | 2026-06-29T19:29:35.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-06-29T19:29:35.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-06-29T19:29:35.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-06-29T19:29:35.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3959 | 2026-06-29T19:29:35.117Z | |
| 3960 | 2026-06-29T19:29:35.117Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/300) |
| 3961 | 2026-06-29T19:29:35.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-06-29T19:29:35.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-06-29T19:29:35.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-06-29T19:29:35.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3965 | 2026-06-29T19:29:35.661Z | |
| 3966 | 2026-06-29T19:29:35.661Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/300) |
| 3967 | 2026-06-29T19:29:36.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-06-29T19:29:36.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-06-29T19:29:36.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-06-29T19:29:36.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3971 | 2026-06-29T19:29:36.232Z | |
| 3972 | 2026-06-29T19:29:36.232Z | info: running `cargo check --bins` on trust-quorum (226/300) |
| 3973 | 2026-06-29T19:29:36.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-06-29T19:29:36.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-06-29T19:29:36.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-06-29T19:29:36.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3977 | 2026-06-29T19:29:36.790Z | |
| 3978 | 2026-06-29T19:29:36.790Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300) |
| 3979 | 2026-06-29T19:29:37.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-06-29T19:29:37.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-06-29T19:29:37.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2026-06-29T19:29:37.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3983 | 2026-06-29T19:29:37.363Z | |
| 3984 | 2026-06-29T19:29:37.363Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/300) |
| 3985 | 2026-06-29T19:29:37.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-06-29T19:29:37.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-06-29T19:29:37.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2026-06-29T19:29:37.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3989 | 2026-06-29T19:29:37.945Z | |
| 3990 | 2026-06-29T19:29:37.945Z | info: running `cargo check --bins` on update-common (229/300) |
| 3991 | 2026-06-29T19:29:38.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-06-29T19:29:38.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-06-29T19:29:38.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-06-29T19:29:38.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3995 | 2026-06-29T19:29:38.482Z | |
| 3996 | 2026-06-29T19:29:38.482Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300) |
| 3997 | 2026-06-29T19:29:38.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-06-29T19:29:38.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-06-29T19:29:38.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4000 | 2026-06-29T19:29:38.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4001 | 2026-06-29T19:29:39.060Z | |
| 4002 | 2026-06-29T19:29:39.060Z | info: running `cargo check --bins` on omicron-deployment-graph (231/300) |
| 4003 | 2026-06-29T19:29:39.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-06-29T19:29:39.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-06-29T19:29:39.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-06-29T19:29:39.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4007 | 2026-06-29T19:29:39.570Z | |
| 4008 | 2026-06-29T19:29:39.570Z | info: running `cargo check --bins` on reconfigurator-cli (232/300) |
| 4009 | 2026-06-29T19:29:40.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-06-29T19:29:40.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-06-29T19:29:40.289Z | Compiling fs-err v2.11.0 |
| 4012 | 2026-06-29T19:29:40.292Z | Checking ignore v0.4.25 |
| 4013 | 2026-06-29T19:29:40.292Z | Checking arc-swap v1.8.2 |
| 4014 | 2026-06-29T19:29:40.292Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4015 | 2026-06-29T19:29:40.292Z | Checking predicates-tree v1.0.13 |
| 4016 | 2026-06-29T19:29:40.410Z | Checking parse-size v1.1.0 |
| 4017 | 2026-06-29T19:29:40.443Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4018 | 2026-06-29T19:29:40.446Z | Checking rand_seeder v0.4.0 |
| 4019 | 2026-06-29T19:29:40.528Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4020 | 2026-06-29T19:29:40.542Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4021 | 2026-06-29T19:29:40.591Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4022 | 2026-06-29T19:29:40.613Z | Checking slog-scope v4.4.1 |
| 4023 | 2026-06-29T19:29:40.648Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4024 | 2026-06-29T19:29:40.725Z | Compiling petname v2.0.2 |
| 4025 | 2026-06-29T19:29:40.742Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4026 | 2026-06-29T19:29:40.755Z | Checking slog-stdlog v4.1.1 |
| 4027 | 2026-06-29T19:29:40.783Z | Checking globwalk v0.9.1 |
| 4028 | 2026-06-29T19:29:40.826Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4029 | 2026-06-29T19:29:40.867Z | Checking slog-envlogger v2.2.0 |
| 4030 | 2026-06-29T19:29:40.958Z | Checking camino-tempfile-ext v0.3.3 |
| 4031 | 2026-06-29T19:29:41.017Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4032 | 2026-06-29T19:29:41.053Z | Checking sapling-renderdag v0.1.0 |
| 4033 | 2026-06-29T19:29:41.153Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4034 | 2026-06-29T19:29:41.213Z | Checking subprocess v0.2.15 |
| 4035 | 2026-06-29T19:29:41.287Z | Checking sync-ptr v0.1.4 |
| 4036 | 2026-06-29T19:29:41.351Z | Checking colored v2.2.0 |
| 4037 | 2026-06-29T19:29:41.402Z | Checking assert_matches v1.5.0 |
| 4038 | 2026-06-29T19:29:41.493Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4039 | 2026-06-29T19:29:41.640Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4040 | 2026-06-29T19:29:41.644Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4041 | 2026-06-29T19:29:42.374Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4042 | 2026-06-29T19:29:43.679Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4043 | 2026-06-29T19:29:45.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
| 4044 | 2026-06-29T19:29:46.032Z | |
| 4045 | 2026-06-29T19:29:46.032Z | info: running `cargo check --bins` on omicron-repl-utils (233/300) |
| 4046 | 2026-06-29T19:29:46.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4047 | 2026-06-29T19:29:46.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4048 | 2026-06-29T19:29:46.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4049 | 2026-06-29T19:29:46.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4050 | 2026-06-29T19:29:46.547Z | |
| 4051 | 2026-06-29T19:29:46.547Z | info: running `cargo check --bins` on transient-dns-server (234/300) |
| 4052 | 2026-06-29T19:29:47.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4053 | 2026-06-29T19:29:47.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4054 | 2026-06-29T19:29:47.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4055 | 2026-06-29T19:29:47.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4056 | 2026-06-29T19:29:47.089Z | |
| 4057 | 2026-06-29T19:29:47.089Z | info: running `cargo check --bins` on nexus-test-interface (235/300) |
| 4058 | 2026-06-29T19:29:47.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4059 | 2026-06-29T19:29:47.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4060 | 2026-06-29T19:29:47.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4061 | 2026-06-29T19:29:47.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4062 | 2026-06-29T19:29:47.675Z | |
| 4063 | 2026-06-29T19:29:47.675Z | info: running `cargo check --bins` on oximeter-collector (236/300) |
| 4064 | 2026-06-29T19:29:48.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-06-29T19:29:48.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-06-29T19:29:48.343Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4067 | 2026-06-29T19:29:48.346Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4068 | 2026-06-29T19:29:48.977Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4069 | 2026-06-29T19:29:50.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
| 4070 | 2026-06-29T19:29:50.724Z | |
| 4071 | 2026-06-29T19:29:50.724Z | info: running `cargo check --bins` on oximeter-api (237/300) |
| 4072 | 2026-06-29T19:29:51.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-06-29T19:29:51.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-06-29T19:29:51.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-06-29T19:29:51.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4076 | 2026-06-29T19:29:51.253Z | |
| 4077 | 2026-06-29T19:29:51.253Z | info: running `cargo check --bins` on cert-dev (238/300) |
| 4078 | 2026-06-29T19:29:51.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-06-29T19:29:51.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-06-29T19:29:51.800Z | Checking yasna v0.5.2 |
| 4081 | 2026-06-29T19:29:52.202Z | Checking rcgen v0.12.1 |
| 4082 | 2026-06-29T19:29:52.453Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4083 | 2026-06-29T19:29:52.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4084 | 2026-06-29T19:29:52.799Z | |
| 4085 | 2026-06-29T19:29:52.799Z | info: running `cargo check --bins` on clickana (239/300) |
| 4086 | 2026-06-29T19:29:53.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-06-29T19:29:53.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-06-29T19:29:53.393Z | Compiling darling_core v0.23.0 |
| 4089 | 2026-06-29T19:29:53.496Z | Compiling instability v0.3.11 |
| 4090 | 2026-06-29T19:29:53.499Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4091 | 2026-06-29T19:29:53.508Z | Checking castaway v0.2.4 |
| 4092 | 2026-06-29T19:29:53.511Z | Compiling indoc v2.0.7 |
| 4093 | 2026-06-29T19:29:53.521Z | Checking unicode-truncate v1.1.0 |
| 4094 | 2026-06-29T19:29:53.524Z | Checking lru v0.12.5 |
| 4095 | 2026-06-29T19:29:53.524Z | Checking cassowary v0.3.0 |
| 4096 | 2026-06-29T19:29:53.599Z | Checking compact_str v0.8.1 |
| 4097 | 2026-06-29T19:29:54.808Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4098 | 2026-06-29T19:29:54.925Z | Compiling darling_macro v0.23.0 |
| 4099 | 2026-06-29T19:29:54.982Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4100 | 2026-06-29T19:29:55.346Z | Compiling darling v0.23.0 |
| 4101 | 2026-06-29T19:29:55.964Z | Checking ratatui v0.29.0 |
| 4102 | 2026-06-29T19:29:57.014Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4103 | 2026-06-29T19:29:57.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 4104 | 2026-06-29T19:29:57.838Z | |
| 4105 | 2026-06-29T19:29:57.838Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/300) |
| 4106 | 2026-06-29T19:29:58.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2026-06-29T19:29:58.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2026-06-29T19:29:58.501Z | Checking headers-core v0.3.0 |
| 4109 | 2026-06-29T19:29:58.506Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4110 | 2026-06-29T19:29:58.690Z | Checking headers v0.4.1 |
| 4111 | 2026-06-29T19:29:59.068Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4112 | 2026-06-29T19:29:59.933Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4113 | 2026-06-29T19:30:00.415Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4114 | 2026-06-29T19:30:00.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4115 | 2026-06-29T19:30:00.995Z | |
| 4116 | 2026-06-29T19:30:00.995Z | info: running `cargo check --bins` on ch-dev (241/300) |
| 4117 | 2026-06-29T19:30:01.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4118 | 2026-06-29T19:30:01.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4119 | 2026-06-29T19:30:01.655Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4120 | 2026-06-29T19:30:02.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4121 | 2026-06-29T19:30:02.559Z | |
| 4122 | 2026-06-29T19:30:02.559Z | info: running `cargo check --bins` on dev-tools-common (242/300) |
| 4123 | 2026-06-29T19:30:02.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-06-29T19:30:02.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-06-29T19:30:02.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4126 | 2026-06-29T19:30:02.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4127 | 2026-06-29T19:30:02.948Z | |
| 4128 | 2026-06-29T19:30:02.948Z | info: running `cargo check --bins` on crdb-seed (243/300) |
| 4129 | 2026-06-29T19:30:03.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4130 | 2026-06-29T19:30:03.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4131 | 2026-06-29T19:30:03.609Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4132 | 2026-06-29T19:30:04.599Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4133 | 2026-06-29T19:30:04.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 4134 | 2026-06-29T19:30:05.112Z | |
| 4135 | 2026-06-29T19:30:05.112Z | info: running `cargo check --bins` on db-dev (244/300) |
| 4136 | 2026-06-29T19:30:05.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-06-29T19:30:05.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-06-29T19:30:05.769Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4139 | 2026-06-29T19:30:06.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4140 | 2026-06-29T19:30:06.678Z | |
| 4141 | 2026-06-29T19:30:06.678Z | info: running `cargo check --bins` on omicron-dev-lib (245/300) |
| 4142 | 2026-06-29T19:30:07.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-06-29T19:30:07.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-06-29T19:30:07.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4145 | 2026-06-29T19:30:07.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4146 | 2026-06-29T19:30:07.242Z | |
| 4147 | 2026-06-29T19:30:07.242Z | info: running `cargo check --bins` on xtask-downloader (246/300) |
| 4148 | 2026-06-29T19:30:07.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4149 | 2026-06-29T19:30:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4150 | 2026-06-29T19:30:07.792Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4151 | 2026-06-29T19:30:08.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4152 | 2026-06-29T19:30:08.630Z | |
| 4153 | 2026-06-29T19:30:08.631Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/300) |
| 4154 | 2026-06-29T19:30:09.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2026-06-29T19:30:09.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2026-06-29T19:30:09.324Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4157 | 2026-06-29T19:30:09.324Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4158 | 2026-06-29T19:30:09.328Z | Checking git-stub v1.0.0 |
| 4159 | 2026-06-29T19:30:09.328Z | Compiling trait-variant v0.1.2 |
| 4160 | 2026-06-29T19:30:09.328Z | Checking maplit v1.0.2 |
| 4161 | 2026-06-29T19:30:09.328Z | Checking is_ci v1.2.0 |
| 4162 | 2026-06-29T19:30:09.329Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4163 | 2026-06-29T19:30:09.447Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4164 | 2026-06-29T19:30:09.528Z | Checking drift v0.2.0 |
| 4165 | 2026-06-29T19:30:09.531Z | Checking supports-color v3.0.2 |
| 4166 | 2026-06-29T19:30:09.573Z | Checking git-stub-vcs v0.1.0 |
| 4167 | 2026-06-29T19:30:09.657Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4168 | 2026-06-29T19:30:09.686Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4169 | 2026-06-29T19:30:09.722Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4170 | 2026-06-29T19:30:09.767Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4171 | 2026-06-29T19:30:09.874Z | Checking dropshot-api-manager v0.7.2 |
| 4172 | 2026-06-29T19:30:09.892Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4173 | 2026-06-29T19:30:09.940Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4174 | 2026-06-29T19:30:09.970Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4175 | 2026-06-29T19:30:10.188Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4176 | 2026-06-29T19:30:10.709Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4177 | 2026-06-29T19:30:11.654Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4178 | 2026-06-29T19:30:12.866Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4179 | 2026-06-29T19:30:13.441Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4180 | 2026-06-29T19:30:13.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4181 | 2026-06-29T19:30:14.064Z | |
| 4182 | 2026-06-29T19:30:14.064Z | info: running `cargo check --bins` on installinator-api (248/300) |
| 4183 | 2026-06-29T19:30:14.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-06-29T19:30:14.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-06-29T19:30:14.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4186 | 2026-06-29T19:30:14.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4187 | 2026-06-29T19:30:14.592Z | |
| 4188 | 2026-06-29T19:30:14.592Z | info: running `cargo check --bins` on nexus-external-api (249/300) |
| 4189 | 2026-06-29T19:30:15.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-06-29T19:30:15.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-06-29T19:30:15.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-06-29T19:30:15.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4193 | 2026-06-29T19:30:15.154Z | |
| 4194 | 2026-06-29T19:30:15.154Z | info: running `cargo check --bins` on nexus-internal-api (250/300) |
| 4195 | 2026-06-29T19:30:15.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-06-29T19:30:15.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-06-29T19:30:15.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-06-29T19:30:15.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4199 | 2026-06-29T19:30:15.869Z | |
| 4200 | 2026-06-29T19:30:15.869Z | info: running `cargo check --bins` on nexus-lockstep-api (251/300) |
| 4201 | 2026-06-29T19:30:16.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-06-29T19:30:16.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-06-29T19:30:16.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-06-29T19:30:16.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4205 | 2026-06-29T19:30:16.289Z | |
| 4206 | 2026-06-29T19:30:16.289Z | info: running `cargo check --bins` on ntp-admin-api (252/300) |
| 4207 | 2026-06-29T19:30:16.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-06-29T19:30:16.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-06-29T19:30:16.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-06-29T19:30:16.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4211 | 2026-06-29T19:30:16.821Z | |
| 4212 | 2026-06-29T19:30:16.821Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/300) |
| 4213 | 2026-06-29T19:30:17.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-06-29T19:30:17.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-06-29T19:30:17.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-06-29T19:30:17.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4217 | 2026-06-29T19:30:17.334Z | |
| 4218 | 2026-06-29T19:30:17.334Z | info: running `cargo check --bins` on wicketd-api (254/300) |
| 4219 | 2026-06-29T19:30:17.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-06-29T19:30:17.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-06-29T19:30:17.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-06-29T19:30:17.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4223 | 2026-06-29T19:30:17.876Z | |
| 4224 | 2026-06-29T19:30:17.876Z | info: running `cargo check --bins` on omicron-ls-apis (255/300) |
| 4225 | 2026-06-29T19:30:18.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-06-29T19:30:18.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-06-29T19:30:18.426Z | Checking typeid v1.0.3 |
| 4228 | 2026-06-29T19:30:18.532Z | Checking ordered-float v2.10.1 |
| 4229 | 2026-06-29T19:30:18.550Z | Checking unicode-xid v0.2.6 |
| 4230 | 2026-06-29T19:30:18.562Z | Checking cargo-platform v0.2.0 |
| 4231 | 2026-06-29T19:30:18.571Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4232 | 2026-06-29T19:30:18.596Z | Checking erased-serde v0.4.9 |
| 4233 | 2026-06-29T19:30:18.740Z | Checking serde-value v0.7.0 |
| 4234 | 2026-06-29T19:30:18.913Z | Checking serde-untagged v0.1.9 |
| 4235 | 2026-06-29T19:30:19.060Z | Checking cargo-util-schemas v0.8.2 |
| 4236 | 2026-06-29T19:30:19.757Z | Checking cargo_metadata v0.21.0 |
| 4237 | 2026-06-29T19:30:20.353Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4238 | 2026-06-29T19:30:21.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4239 | 2026-06-29T19:30:21.244Z | |
| 4240 | 2026-06-29T19:30:21.244Z | info: running `cargo check --bins` on mgs-dev (256/300) |
| 4241 | 2026-06-29T19:30:21.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-06-29T19:30:21.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-06-29T19:30:21.919Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4244 | 2026-06-29T19:30:22.523Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4245 | 2026-06-29T19:30:27.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4246 | 2026-06-29T19:30:27.380Z | |
| 4247 | 2026-06-29T19:30:27.380Z | info: running `cargo check --bins` on omicron-omdb (257/300) |
| 4248 | 2026-06-29T19:30:27.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-06-29T19:30:27.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-06-29T19:30:27.380Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4251 | 2026-06-29T19:30:27.380Z | Compiling vergen-lib v0.1.6 |
| 4252 | 2026-06-29T19:30:27.380Z | Compiling diesel_derives v2.3.7 |
| 4253 | 2026-06-29T19:30:27.380Z | Compiling dsl_auto_type v0.2.0 |
| 4254 | 2026-06-29T19:30:27.380Z | Checking scheduled-thread-pool v0.2.7 |
| 4255 | 2026-06-29T19:30:27.380Z | Compiling vergen-gitcl v1.0.8 |
| 4256 | 2026-06-29T19:30:27.380Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4257 | 2026-06-29T19:30:27.380Z | Compiling dirs-sys-next v0.1.2 |
| 4258 | 2026-06-29T19:30:27.380Z | Compiling crunchy v0.2.4 |
| 4259 | 2026-06-29T19:30:27.380Z | Compiling glob v0.3.3 |
| 4260 | 2026-06-29T19:30:27.380Z | Compiling dirs-next v2.0.0 |
| 4261 | 2026-06-29T19:30:27.380Z | Checking r2d2 v0.8.10 |
| 4262 | 2026-06-29T19:30:27.380Z | Checking downcast-rs v2.0.2 |
| 4263 | 2026-06-29T19:30:27.380Z | Compiling tiny-keccak v2.0.2 |
| 4264 | 2026-06-29T19:30:27.380Z | Compiling term v0.7.0 |
| 4265 | 2026-06-29T19:30:27.381Z | Compiling bit-vec v0.6.3 |
| 4266 | 2026-06-29T19:30:27.381Z | Compiling clang-sys v1.8.1 |
| 4267 | 2026-06-29T19:30:27.381Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4268 | 2026-06-29T19:30:27.381Z | Compiling bit-set v0.5.3 |
| 4269 | 2026-06-29T19:30:27.381Z | Compiling ascii-canvas v3.0.0 |
| 4270 | 2026-06-29T19:30:27.381Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4271 | 2026-06-29T19:30:27.381Z | Compiling itertools v0.10.5 |
| 4272 | 2026-06-29T19:30:27.381Z | Compiling ena v0.14.4 |
| 4273 | 2026-06-29T19:30:27.385Z | Compiling libloading v0.8.9 |
| 4274 | 2026-06-29T19:30:27.385Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4275 | 2026-06-29T19:30:27.385Z | Compiling diff v0.1.13 |
| 4276 | 2026-06-29T19:30:27.385Z | Compiling regex-syntax v0.6.29 |
| 4277 | 2026-06-29T19:30:27.385Z | Compiling bindgen v0.71.1 |
| 4278 | 2026-06-29T19:30:27.385Z | Compiling cexpr v0.6.0 |
| 4279 | 2026-06-29T19:30:27.385Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4280 | 2026-06-29T19:30:27.386Z | Compiling rustc-hash v2.1.1 |
| 4281 | 2026-06-29T19:30:27.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4282 | 2026-06-29T19:30:27.386Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4283 | 2026-06-29T19:30:27.386Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4284 | 2026-06-29T19:30:27.386Z | Compiling libxml v0.3.3 |
| 4285 | 2026-06-29T19:30:27.386Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4286 | 2026-06-29T19:30:27.386Z | Compiling strum_macros v0.24.3 |
| 4287 | 2026-06-29T19:30:27.386Z | Compiling indoc v1.0.9 |
| 4288 | 2026-06-29T19:30:27.386Z | Compiling lalrpop v0.19.12 |
| 4289 | 2026-06-29T19:30:27.420Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4290 | 2026-06-29T19:30:27.608Z | Checking derive_builder v0.20.2 |
| 4291 | 2026-06-29T19:30:27.727Z | Compiling oso-derive v0.27.3 |
| 4292 | 2026-06-29T19:30:27.899Z | Checking quick-xml v0.37.5 |
| 4293 | 2026-06-29T19:30:27.948Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4294 | 2026-06-29T19:30:28.221Z | Checking openssl-probe v0.1.6 |
| 4295 | 2026-06-29T19:30:28.362Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4296 | 2026-06-29T19:30:28.783Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4297 | 2026-06-29T19:30:28.972Z | Checking bb8 v0.8.6 |
| 4298 | 2026-06-29T19:30:29.110Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4299 | 2026-06-29T19:30:29.138Z | Compiling libz-sys v1.1.24 |
| 4300 | 2026-06-29T19:30:29.264Z | Checking nonempty v0.12.0 |
| 4301 | 2026-06-29T19:30:29.324Z | Compiling strsim v0.10.0 |
| 4302 | 2026-06-29T19:30:29.437Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4303 | 2026-06-29T19:30:29.532Z | Compiling darling_core v0.13.4 |
| 4304 | 2026-06-29T19:30:29.666Z | Compiling vergen-git2 v9.1.0 |
| 4305 | 2026-06-29T19:30:29.710Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4306 | 2026-06-29T19:30:29.893Z | Compiling base64 v0.21.7 |
| 4307 | 2026-06-29T19:30:29.933Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4308 | 2026-06-29T19:30:30.204Z | Checking diesel v2.3.7 |
| 4309 | 2026-06-29T19:30:30.238Z | Compiling ron v0.8.1 |
| 4310 | 2026-06-29T19:30:30.908Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4311 | 2026-06-29T19:30:31.121Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4312 | 2026-06-29T19:30:31.195Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4313 | 2026-06-29T19:30:31.376Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4314 | 2026-06-29T19:30:31.426Z | Compiling darling_macro v0.13.4 |
| 4315 | 2026-06-29T19:30:31.561Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4316 | 2026-06-29T19:30:31.752Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4317 | 2026-06-29T19:30:31.904Z | Compiling darling v0.13.4 |
| 4318 | 2026-06-29T19:30:31.961Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4319 | 2026-06-29T19:30:31.995Z | Compiling serde_with_macros v1.5.2 |
| 4320 | 2026-06-29T19:30:32.126Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4321 | 2026-06-29T19:30:32.311Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4322 | 2026-06-29T19:30:32.419Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4323 | 2026-06-29T19:30:32.497Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4324 | 2026-06-29T19:30:32.843Z | Compiling serde_with v1.14.0 |
| 4325 | 2026-06-29T19:30:34.003Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4326 | 2026-06-29T19:30:34.091Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4327 | 2026-06-29T19:30:34.336Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4328 | 2026-06-29T19:30:35.020Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4329 | 2026-06-29T19:30:35.636Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4330 | 2026-06-29T19:30:35.699Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4331 | 2026-06-29T19:30:36.261Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4332 | 2026-06-29T19:30:36.301Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4333 | 2026-06-29T19:30:36.426Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4334 | 2026-06-29T19:30:36.489Z | Checking twox-hash v2.1.2 |
| 4335 | 2026-06-29T19:30:36.794Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4336 | 2026-06-29T19:30:36.811Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4337 | 2026-06-29T19:30:36.861Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4338 | 2026-06-29T19:30:37.645Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4339 | 2026-06-29T19:30:37.806Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4340 | 2026-06-29T19:30:38.548Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4341 | 2026-06-29T19:30:38.886Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4342 | 2026-06-29T19:30:39.117Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4343 | 2026-06-29T19:30:39.304Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4344 | 2026-06-29T19:30:39.801Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4345 | 2026-06-29T19:30:39.983Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4346 | 2026-06-29T19:30:40.171Z | Checking console v0.16.2 |
| 4347 | 2026-06-29T19:30:40.487Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4348 | 2026-06-29T19:30:40.634Z | Checking fatfs v0.3.6 |
| 4349 | 2026-06-29T19:30:40.781Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4350 | 2026-06-29T19:30:41.091Z | Compiling seq-macro v0.3.6 |
| 4351 | 2026-06-29T19:30:41.818Z | Checking unit-prefix v0.5.2 |
| 4352 | 2026-06-29T19:30:41.829Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4353 | 2026-06-29T19:30:41.829Z | Checking indicatif v0.18.4 |
| 4354 | 2026-06-29T19:30:43.463Z | Checking support-bundle-viewer v0.1.2 |
| 4355 | 2026-06-29T19:30:43.479Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4356 | 2026-06-29T19:30:43.479Z | Checking multimap v0.10.1 |
| 4357 | 2026-06-29T19:30:48.007Z | Checking async-bb8-diesel v0.2.1 |
| 4358 | 2026-06-29T19:30:48.373Z | Checking diesel-dtrace v0.5.0 |
| 4359 | 2026-06-29T19:30:51.105Z | Compiling samael v0.0.19 |
| 4360 | 2026-06-29T19:30:57.424Z | Compiling git2 v0.20.4 |
| 4361 | 2026-06-29T19:30:57.609Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4362 | 2026-06-29T19:30:58.749Z | Compiling polar-core v0.27.3 |
| 4363 | 2026-06-29T19:30:59.855Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4364 | 2026-06-29T19:31:03.245Z | Checking oso v0.27.3 |
| 4365 | 2026-06-29T19:31:33.142Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4366 | 2026-06-29T19:32:46.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 4367 | 2026-06-29T19:32:46.994Z | |
| 4368 | 2026-06-29T19:32:46.995Z | info: running `cargo check --bins` on nexus-networking (258/300) |
| 4369 | 2026-06-29T19:32:47.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-06-29T19:32:47.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-06-29T19:32:47.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4372 | 2026-06-29T19:32:47.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4373 | 2026-06-29T19:32:47.613Z | |
| 4374 | 2026-06-29T19:32:47.613Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/300) |
| 4375 | 2026-06-29T19:32:48.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-06-29T19:32:48.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-06-29T19:32:48.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4378 | 2026-06-29T19:32:48.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4379 | 2026-06-29T19:32:48.198Z | |
| 4380 | 2026-06-29T19:32:48.198Z | info: running `cargo check --bins` on nexus-saga-recovery (260/300) |
| 4381 | 2026-06-29T19:32:48.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-06-29T19:32:48.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-06-29T19:32:48.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4384 | 2026-06-29T19:32:48.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4385 | 2026-06-29T19:32:48.786Z | |
| 4386 | 2026-06-29T19:32:48.787Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/300) |
| 4387 | 2026-06-29T19:32:49.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-06-29T19:32:49.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-06-29T19:32:49.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4390 | 2026-06-29T19:32:49.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4391 | 2026-06-29T19:32:49.304Z | |
| 4392 | 2026-06-29T19:32:49.304Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/300) |
| 4393 | 2026-06-29T19:32:49.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-06-29T19:32:49.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-06-29T19:32:50.083Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4396 | 2026-06-29T19:32:50.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4397 | 2026-06-29T19:32:50.997Z | |
| 4398 | 2026-06-29T19:32:50.997Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/300) |
| 4399 | 2026-06-29T19:32:51.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-06-29T19:32:51.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-06-29T19:32:51.762Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4402 | 2026-06-29T19:33:29.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.27s |
| 4403 | 2026-06-29T19:33:29.486Z | |
| 4404 | 2026-06-29T19:33:29.486Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/300) |
| 4405 | 2026-06-29T19:33:29.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-06-29T19:33:29.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-06-29T19:33:29.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-06-29T19:33:29.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4409 | 2026-06-29T19:33:30.000Z | |
| 4410 | 2026-06-29T19:33:30.000Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/300) |
| 4411 | 2026-06-29T19:33:30.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-06-29T19:33:30.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-06-29T19:33:30.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4414 | 2026-06-29T19:33:30.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4415 | 2026-06-29T19:33:30.515Z | |
| 4416 | 2026-06-29T19:33:30.515Z | info: running `cargo check --bins --no-default-features` on nexus-fm (266/300) |
| 4417 | 2026-06-29T19:33:30.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-06-29T19:33:30.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-06-29T19:33:30.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-06-29T19:33:31.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4421 | 2026-06-29T19:33:31.089Z | |
| 4422 | 2026-06-29T19:33:31.089Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/300) |
| 4423 | 2026-06-29T19:33:31.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-06-29T19:33:31.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-06-29T19:33:31.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-06-29T19:33:31.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4427 | 2026-06-29T19:33:31.676Z | |
| 4428 | 2026-06-29T19:33:31.676Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (268/300) |
| 4429 | 2026-06-29T19:33:32.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-06-29T19:33:32.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-06-29T19:33:32.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4432 | 2026-06-29T19:33:32.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4433 | 2026-06-29T19:33:32.273Z | |
| 4434 | 2026-06-29T19:33:32.273Z | info: running `cargo check --bins` on nexus-mgs-updates (269/300) |
| 4435 | 2026-06-29T19:33:32.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-06-29T19:33:32.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-06-29T19:33:32.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-06-29T19:33:32.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4439 | 2026-06-29T19:33:32.839Z | |
| 4440 | 2026-06-29T19:33:32.839Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (270/300) |
| 4441 | 2026-06-29T19:33:33.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-06-29T19:33:33.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-06-29T19:33:33.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-06-29T19:33:33.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4445 | 2026-06-29T19:33:33.422Z | |
| 4446 | 2026-06-29T19:33:33.422Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/300) |
| 4447 | 2026-06-29T19:33:33.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-06-29T19:33:33.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-06-29T19:33:33.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4450 | 2026-06-29T19:33:33.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4451 | 2026-06-29T19:33:34.009Z | |
| 4452 | 2026-06-29T19:33:34.010Z | info: running `cargo check --bins` on nexus-switch-config (272/300) |
| 4453 | 2026-06-29T19:33:34.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-06-29T19:33:34.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-06-29T19:33:34.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4456 | 2026-06-29T19:33:34.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4457 | 2026-06-29T19:33:34.576Z | |
| 4458 | 2026-06-29T19:33:34.576Z | info: running `cargo check --bins` on support-bundle-collection (273/300) |
| 4459 | 2026-06-29T19:33:35.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-06-29T19:33:35.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-06-29T19:33:35.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4462 | 2026-06-29T19:33:35.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4463 | 2026-06-29T19:33:35.158Z | |
| 4464 | 2026-06-29T19:33:35.158Z | info: running `cargo check --bins` on omicron-dev (274/300) |
| 4465 | 2026-06-29T19:33:35.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-06-29T19:33:35.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-06-29T19:33:36.005Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4468 | 2026-06-29T19:33:36.005Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4469 | 2026-06-29T19:33:36.153Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4470 | 2026-06-29T19:33:36.170Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4471 | 2026-06-29T19:33:36.201Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4472 | 2026-06-29T19:33:36.204Z | Checking diff v0.1.13 |
| 4473 | 2026-06-29T19:33:36.204Z | Checking yansi v1.0.1 |
| 4474 | 2026-06-29T19:33:36.204Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4475 | 2026-06-29T19:33:36.315Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4476 | 2026-06-29T19:33:36.508Z | Checking pretty_assertions v1.4.1 |
| 4477 | 2026-06-29T19:33:37.178Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4478 | 2026-06-29T19:33:37.251Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4479 | 2026-06-29T19:34:01.684Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4480 | 2026-06-29T19:34:01.687Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4481 | 2026-06-29T19:34:01.687Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4482 | 2026-06-29T19:34:01.687Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4483 | 2026-06-29T19:34:01.687Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4484 | 2026-06-29T19:34:01.687Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4485 | 2026-06-29T19:34:02.506Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4486 | 2026-06-29T19:34:02.509Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4487 | 2026-06-29T19:34:03.705Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4488 | 2026-06-29T19:34:41.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4489 | 2026-06-29T19:34:41.505Z | |
| 4490 | 2026-06-29T19:34:41.505Z | info: running `cargo check --bins` on omicron-pins (275/300) |
| 4491 | 2026-06-29T19:34:41.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-06-29T19:34:41.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-06-29T19:34:41.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4494 | 2026-06-29T19:34:41.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4495 | 2026-06-29T19:34:42.022Z | |
| 4496 | 2026-06-29T19:34:42.022Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/300) |
| 4497 | 2026-06-29T19:34:42.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-06-29T19:34:42.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-06-29T19:34:42.740Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4500 | 2026-06-29T19:34:42.856Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4501 | 2026-06-29T19:34:42.856Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4502 | 2026-06-29T19:35:09.926Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4503 | 2026-06-29T19:35:10.304Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4504 | 2026-06-29T19:35:12.000Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4505 | 2026-06-29T19:35:12.442Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4506 | 2026-06-29T19:35:15.405Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4507 | 2026-06-29T19:35:38.834Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4508 | 2026-06-29T19:35:39.523Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4509 | 2026-06-29T19:35:41.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.09s |
| 4510 | 2026-06-29T19:35:41.319Z | |
| 4511 | 2026-06-29T19:35:41.319Z | info: running `cargo check --bins` on reconfigurator-sp-updater (277/300) |
| 4512 | 2026-06-29T19:35:41.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-06-29T19:35:41.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-06-29T19:35:41.983Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4515 | 2026-06-29T19:35:42.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4516 | 2026-06-29T19:35:42.831Z | |
| 4517 | 2026-06-29T19:35:42.831Z | info: running `cargo check --bins` on omicron-releng (278/300) |
| 4518 | 2026-06-29T19:35:43.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4519 | 2026-06-29T19:35:43.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4520 | 2026-06-29T19:35:43.422Z | Compiling blake3 v1.8.5 |
| 4521 | 2026-06-29T19:35:43.527Z | Checking arrayvec v0.7.6 |
| 4522 | 2026-06-29T19:35:43.534Z | Checking constant_time_eq v0.4.2 |
| 4523 | 2026-06-29T19:35:43.535Z | Checking arrayref v0.3.9 |
| 4524 | 2026-06-29T19:35:43.548Z | Checking topological-sort v0.2.2 |
| 4525 | 2026-06-29T19:35:43.554Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4526 | 2026-06-29T19:35:43.554Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4527 | 2026-06-29T19:35:43.555Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4528 | 2026-06-29T19:35:43.594Z | Checking shell-words v1.1.1 |
| 4529 | 2026-06-29T19:35:44.459Z | Checking omicron-zone-package v0.12.3 |
| 4530 | 2026-06-29T19:35:45.140Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4531 | 2026-06-29T19:35:46.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 4532 | 2026-06-29T19:35:46.170Z | |
| 4533 | 2026-06-29T19:35:46.170Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (279/300) |
| 4534 | 2026-06-29T19:35:46.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-06-29T19:35:46.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-06-29T19:35:46.753Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4537 | 2026-06-29T19:35:47.065Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4538 | 2026-06-29T19:35:47.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4539 | 2026-06-29T19:35:47.666Z | |
| 4540 | 2026-06-29T19:35:47.666Z | info: running `cargo check --bins` on schema (280/300) |
| 4541 | 2026-06-29T19:35:48.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-06-29T19:35:48.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-06-29T19:35:48.301Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4544 | 2026-06-29T19:35:48.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4545 | 2026-06-29T19:35:49.157Z | |
| 4546 | 2026-06-29T19:35:49.157Z | info: running `cargo check --bins` on xtask (281/300) |
| 4547 | 2026-06-29T19:35:49.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-06-29T19:35:49.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-06-29T19:35:49.546Z | Checking libc v0.2.185 |
| 4550 | 2026-06-29T19:35:49.553Z | Checking serde v1.0.228 |
| 4551 | 2026-06-29T19:35:49.624Z | Checking zerofrom v0.1.6 |
| 4552 | 2026-06-29T19:35:49.632Z | Checking bitflags v2.11.0 |
| 4553 | 2026-06-29T19:35:49.648Z | Checking smallvec v1.15.1 |
| 4554 | 2026-06-29T19:35:49.656Z | Checking indexmap v2.14.0 |
| 4555 | 2026-06-29T19:35:49.656Z | Checking serde_json v1.0.150 |
| 4556 | 2026-06-29T19:35:49.656Z | Checking scroll v0.12.0 |
| 4557 | 2026-06-29T19:35:49.720Z | Checking yoke v0.8.1 |
| 4558 | 2026-06-29T19:35:49.768Z | Checking num-traits v0.2.19 |
| 4559 | 2026-06-29T19:35:49.802Z | Checking thiserror v1.0.69 |
| 4560 | 2026-06-29T19:35:49.876Z | Checking percent-encoding v2.3.2 |
| 4561 | 2026-06-29T19:35:49.888Z | Checking zerovec v0.11.5 |
| 4562 | 2026-06-29T19:35:49.898Z | Checking zerotrie v0.2.3 |
| 4563 | 2026-06-29T19:35:49.908Z | Checking errno v0.3.14 |
| 4564 | 2026-06-29T19:35:50.007Z | Checking serde_spanned v0.6.9 |
| 4565 | 2026-06-29T19:35:50.015Z | Checking toml_datetime v0.6.11 |
| 4566 | 2026-06-29T19:35:50.023Z | Checking rustix v1.1.3 |
| 4567 | 2026-06-29T19:35:50.125Z | Checking log v0.4.29 |
| 4568 | 2026-06-29T19:35:50.136Z | Checking form_urlencoded v1.2.2 |
| 4569 | 2026-06-29T19:35:50.175Z | Checking zerocopy v0.7.35 |
| 4570 | 2026-06-29T19:35:50.188Z | Checking toml_edit v0.22.27 |
| 4571 | 2026-06-29T19:35:50.252Z | Checking getrandom v0.4.1 |
| 4572 | 2026-06-29T19:35:50.262Z | Checking thiserror v2.0.18 |
| 4573 | 2026-06-29T19:35:50.273Z | Checking goblin v0.8.2 |
| 4574 | 2026-06-29T19:35:50.283Z | Checking ordered-float v2.10.1 |
| 4575 | 2026-06-29T19:35:50.331Z | Checking tinystr v0.8.2 |
| 4576 | 2026-06-29T19:35:50.352Z | Checking potential_utf v0.1.4 |
| 4577 | 2026-06-29T19:35:50.377Z | Checking syn v2.0.117 |
| 4578 | 2026-06-29T19:35:50.480Z | Checking icu_collections v2.1.1 |
| 4579 | 2026-06-29T19:35:50.498Z | Checking serde-value v0.7.0 |
| 4580 | 2026-06-29T19:35:50.509Z | Checking icu_locale_core v2.1.1 |
| 4581 | 2026-06-29T19:35:50.657Z | Checking dtrace-parser v0.2.0 |
| 4582 | 2026-06-29T19:35:50.706Z | Checking thread-id v4.2.2 |
| 4583 | 2026-06-29T19:35:50.778Z | Checking once_cell v1.21.3 |
| 4584 | 2026-06-29T19:35:50.790Z | Checking cargo-platform v0.2.0 |
| 4585 | 2026-06-29T19:35:50.811Z | Checking terminal_size v0.4.3 |
| 4586 | 2026-06-29T19:35:50.887Z | Checking memmap v0.7.0 |
| 4587 | 2026-06-29T19:35:50.937Z | Checking clap_builder v4.6.0 |
| 4588 | 2026-06-29T19:35:50.953Z | Checking tempfile v3.25.0 |
| 4589 | 2026-06-29T19:35:50.961Z | Checking textwrap v0.16.2 |
| 4590 | 2026-06-29T19:35:51.012Z | Checking fs-err v3.3.0 |
| 4591 | 2026-06-29T19:35:51.054Z | Checking icu_provider v2.1.1 |
| 4592 | 2026-06-29T19:35:51.134Z | Checking camino-tempfile v1.4.1 |
| 4593 | 2026-06-29T19:35:51.166Z | Checking anyhow v1.0.102 |
| 4594 | 2026-06-29T19:35:51.204Z | Checking tabled v0.15.0 |
| 4595 | 2026-06-29T19:35:51.282Z | Checking icu_normalizer v2.1.1 |
| 4596 | 2026-06-29T19:35:51.282Z | Checking icu_properties v2.1.2 |
| 4597 | 2026-06-29T19:35:51.311Z | Checking toml v0.8.23 |
| 4598 | 2026-06-29T19:35:51.362Z | Checking macaddr v1.0.1 |
| 4599 | 2026-06-29T19:35:51.536Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4600 | 2026-06-29T19:35:51.626Z | Checking cargo_toml v0.21.0 |
| 4601 | 2026-06-29T19:35:52.107Z | Checking idna_adapter v1.2.1 |
| 4602 | 2026-06-29T19:35:52.149Z | Checking dof v0.3.0 |
| 4603 | 2026-06-29T19:35:52.157Z | Checking clap v4.6.1 |
| 4604 | 2026-06-29T19:35:52.221Z | Checking idna v1.1.0 |
| 4605 | 2026-06-29T19:35:52.409Z | Checking usdt-impl v0.5.0 |
| 4606 | 2026-06-29T19:35:52.442Z | Checking url v2.5.8 |
| 4607 | 2026-06-29T19:35:52.670Z | Checking usdt v0.5.0 |
| 4608 | 2026-06-29T19:35:52.783Z | Checking cargo-util-schemas v0.8.2 |
| 4609 | 2026-06-29T19:35:53.469Z | Checking cargo_metadata v0.21.0 |
| 4610 | 2026-06-29T19:35:54.069Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4611 | 2026-06-29T19:35:54.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
| 4612 | 2026-06-29T19:35:54.614Z | |
| 4613 | 2026-06-29T19:35:54.614Z | info: running `cargo check --bins` on dnsadm (282/300) |
| 4614 | 2026-06-29T19:35:57.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4615 | 2026-06-29T19:35:57.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4616 | 2026-06-29T19:35:57.990Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4617 | 2026-06-29T19:35:57.990Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4618 | 2026-06-29T19:35:58.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4619 | 2026-06-29T19:35:58.000Z | |
| 4620 | 2026-06-29T19:35:58.000Z | info: running `cargo check --bins` on end-to-end-tests (283/300) |
| 4621 | 2026-06-29T19:35:58.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-06-29T19:35:58.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-06-29T19:35:58.000Z | Checking polyval v0.6.2 |
| 4624 | 2026-06-29T19:35:58.000Z | Checking ctr v0.9.2 |
| 4625 | 2026-06-29T19:35:58.000Z | Checking ssh-encoding v0.2.0 |
| 4626 | 2026-06-29T19:35:58.000Z | Checking blowfish v0.9.1 |
| 4627 | 2026-06-29T19:35:58.000Z | Checking password-hash v0.4.2 |
| 4628 | 2026-06-29T19:35:58.000Z | Checking p521 v0.13.3 |
| 4629 | 2026-06-29T19:35:58.000Z | Checking p256 v0.13.2 |
| 4630 | 2026-06-29T19:35:58.000Z | Checking russh-cryptovec v0.7.3 |
| 4631 | 2026-06-29T19:35:58.000Z | Checking ghash v0.5.1 |
| 4632 | 2026-06-29T19:35:58.000Z | Checking md5 v0.7.0 |
| 4633 | 2026-06-29T19:35:58.000Z | Checking bcrypt-pbkdf v0.10.0 |
| 4634 | 2026-06-29T19:35:58.000Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4635 | 2026-06-29T19:35:58.000Z | Checking num-bigint v0.4.6 |
| 4636 | 2026-06-29T19:35:58.000Z | Checking pbkdf2 v0.11.0 |
| 4637 | 2026-06-29T19:35:58.000Z | Checking aes-gcm v0.10.3 |
| 4638 | 2026-06-29T19:35:58.000Z | Checking des v0.8.1 |
| 4639 | 2026-06-29T19:35:58.001Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4640 | 2026-06-29T19:35:58.001Z | Checking hex-literal v0.4.1 |
| 4641 | 2026-06-29T19:35:58.001Z | Checking ssh-cipher v0.2.0 |
| 4642 | 2026-06-29T19:35:58.001Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4643 | 2026-06-29T19:35:58.001Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4644 | 2026-06-29T19:35:58.001Z | Checking socket2 v0.5.10 |
| 4645 | 2026-06-29T19:35:58.001Z | Checking internet-checksum v0.2.1 |
| 4646 | 2026-06-29T19:35:58.001Z | Checking ssh-key v0.6.7 |
| 4647 | 2026-06-29T19:35:58.001Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4648 | 2026-06-29T19:35:58.257Z | Checking russh-keys v0.45.0 |
| 4649 | 2026-06-29T19:35:58.792Z | Checking russh v0.45.0 |
| 4650 | 2026-06-29T19:36:15.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s |
| 4651 | 2026-06-29T19:36:15.927Z | |
| 4652 | 2026-06-29T19:36:15.927Z | info: running `cargo check --bins` on gateway-cli (284/300) |
| 4653 | 2026-06-29T19:36:16.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4654 | 2026-06-29T19:36:16.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4655 | 2026-06-29T19:36:16.514Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4656 | 2026-06-29T19:36:16.618Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4657 | 2026-06-29T19:36:16.625Z | Checking termios v0.3.3 |
| 4658 | 2026-06-29T19:36:17.843Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4659 | 2026-06-29T19:36:17.992Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4660 | 2026-06-29T19:36:19.686Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4661 | 2026-06-29T19:36:20.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 4662 | 2026-06-29T19:36:20.414Z | |
| 4663 | 2026-06-29T19:36:20.415Z | info: running `cargo check --bins --no-default-features` on installinator (285/300) |
| 4664 | 2026-06-29T19:36:20.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4665 | 2026-06-29T19:36:20.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4666 | 2026-06-29T19:36:21.066Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4667 | 2026-06-29T19:36:21.071Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4668 | 2026-06-29T19:36:21.071Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4669 | 2026-06-29T19:36:21.071Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4670 | 2026-06-29T19:36:21.192Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4671 | 2026-06-29T19:36:21.196Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4672 | 2026-06-29T19:36:21.936Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4673 | 2026-06-29T19:36:22.279Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4674 | 2026-06-29T19:36:22.282Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4675 | 2026-06-29T19:36:22.906Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4676 | 2026-06-29T19:36:24.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 4677 | 2026-06-29T19:36:24.723Z | |
| 4678 | 2026-06-29T19:36:24.723Z | info: running `cargo check --bins` on internal-dns-cli (286/300) |
| 4679 | 2026-06-29T19:36:25.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-06-29T19:36:25.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-06-29T19:36:25.306Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4682 | 2026-06-29T19:36:25.748Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4683 | 2026-06-29T19:36:26.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4684 | 2026-06-29T19:36:26.226Z | |
| 4685 | 2026-06-29T19:36:26.226Z | info: running `cargo check --bins` on omicron-live-tests (287/300) |
| 4686 | 2026-06-29T19:36:26.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-06-29T19:36:26.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-06-29T19:36:26.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4689 | 2026-06-29T19:36:26.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4690 | 2026-06-29T19:36:26.741Z | |
| 4691 | 2026-06-29T19:36:26.741Z | info: running `cargo check --bins` on live-tests-macros (288/300) |
| 4692 | 2026-06-29T19:36:27.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-06-29T19:36:27.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-06-29T19:36:27.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4695 | 2026-06-29T19:36:27.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4696 | 2026-06-29T19:36:27.258Z | |
| 4697 | 2026-06-29T19:36:27.258Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/300) |
| 4698 | 2026-06-29T19:36:27.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-06-29T19:36:27.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-06-29T19:36:27.954Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4701 | 2026-06-29T19:36:28.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4702 | 2026-06-29T19:36:28.711Z | |
| 4703 | 2026-06-29T19:36:28.711Z | info: running `cargo check --bins` on omicron-ntp-admin (290/300) |
| 4704 | 2026-06-29T19:36:29.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4705 | 2026-06-29T19:36:29.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4706 | 2026-06-29T19:36:29.311Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4707 | 2026-06-29T19:36:29.314Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4708 | 2026-06-29T19:36:29.580Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4709 | 2026-06-29T19:36:29.580Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4710 | 2026-06-29T19:36:30.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4711 | 2026-06-29T19:36:30.542Z | |
| 4712 | 2026-06-29T19:36:30.542Z | info: running `cargo check --bins` on ntp-admin-types (291/300) |
| 4713 | 2026-06-29T19:36:30.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4714 | 2026-06-29T19:36:30.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4715 | 2026-06-29T19:36:30.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4716 | 2026-06-29T19:36:30.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4717 | 2026-06-29T19:36:31.060Z | |
| 4718 | 2026-06-29T19:36:31.060Z | info: running `cargo check --bins` on omicron-package (292/300) |
| 4719 | 2026-06-29T19:36:31.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4720 | 2026-06-29T19:36:31.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4721 | 2026-06-29T19:36:31.690Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4722 | 2026-06-29T19:36:32.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4723 | 2026-06-29T19:36:32.933Z | |
| 4724 | 2026-06-29T19:36:32.933Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (293/300) |
| 4725 | 2026-06-29T19:36:33.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4726 | 2026-06-29T19:36:33.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4727 | 2026-06-29T19:36:33.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4728 | 2026-06-29T19:36:33.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4729 | 2026-06-29T19:36:33.482Z | |
| 4730 | 2026-06-29T19:36:33.482Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (294/300) |
| 4731 | 2026-06-29T19:36:33.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4732 | 2026-06-29T19:36:33.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4733 | 2026-06-29T19:36:33.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4734 | 2026-06-29T19:36:33.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4735 | 2026-06-29T19:36:34.037Z | |
| 4736 | 2026-06-29T19:36:34.037Z | info: running `cargo check --bins` on tqdb (295/300) |
| 4737 | 2026-06-29T19:36:34.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4738 | 2026-06-29T19:36:34.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4739 | 2026-06-29T19:36:34.772Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4740 | 2026-06-29T19:36:35.121Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4741 | 2026-06-29T19:36:35.637Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4742 | 2026-06-29T19:36:35.640Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4743 | 2026-06-29T19:36:41.730Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4744 | 2026-06-29T19:36:41.733Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4745 | 2026-06-29T19:36:42.304Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4746 | 2026-06-29T19:36:42.307Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4747 | 2026-06-29T19:36:42.307Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4748 | 2026-06-29T19:36:42.307Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4749 | 2026-06-29T19:36:43.064Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4750 | 2026-06-29T19:36:44.131Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4751 | 2026-06-29T19:36:44.920Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4752 | 2026-06-29T19:36:45.538Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4753 | 2026-06-29T19:36:50.178Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4754 | 2026-06-29T19:36:56.747Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4755 | 2026-06-29T19:36:56.750Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4756 | 2026-06-29T19:36:56.750Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4757 | 2026-06-29T19:36:56.750Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4758 | 2026-06-29T19:36:58.240Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4759 | 2026-06-29T19:36:59.588Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4760 | 2026-06-29T19:37:00.250Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4761 | 2026-06-29T19:37:01.483Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4762 | 2026-06-29T19:37:02.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s |
| 4763 | 2026-06-29T19:37:02.223Z | |
| 4764 | 2026-06-29T19:37:02.223Z | info: running `cargo check --bins` on wicket-dbg (296/300) |
| 4765 | 2026-06-29T19:37:02.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4766 | 2026-06-29T19:37:02.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4767 | 2026-06-29T19:37:02.881Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4768 | 2026-06-29T19:37:02.881Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4769 | 2026-06-29T19:37:02.884Z | Checking rtoolbox v0.0.3 |
| 4770 | 2026-06-29T19:37:02.884Z | Checking tui-tree-widget v0.23.1 |
| 4771 | 2026-06-29T19:37:03.100Z | Checking rpassword v7.4.0 |
| 4772 | 2026-06-29T19:37:04.159Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4773 | 2026-06-29T19:37:07.335Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4774 | 2026-06-29T19:37:09.199Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4775 | 2026-06-29T19:37:10.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s |
| 4776 | 2026-06-29T19:37:10.267Z | |
| 4777 | 2026-06-29T19:37:10.267Z | info: running `cargo check --bins` on wicket (297/300) |
| 4778 | 2026-06-29T19:37:10.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4779 | 2026-06-29T19:37:10.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4780 | 2026-06-29T19:37:10.907Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4781 | 2026-06-29T19:37:11.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4782 | 2026-06-29T19:37:11.431Z | |
| 4783 | 2026-06-29T19:37:11.431Z | info: running `cargo check --bins` on wicketd (298/300) |
| 4784 | 2026-06-29T19:37:11.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4785 | 2026-06-29T19:37:11.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4786 | 2026-06-29T19:37:12.100Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4787 | 2026-06-29T19:37:12.103Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4788 | 2026-06-29T19:37:12.103Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4789 | 2026-06-29T19:37:12.103Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4790 | 2026-06-29T19:37:13.082Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4791 | 2026-06-29T19:37:13.657Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4792 | 2026-06-29T19:37:16.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4793 | 2026-06-29T19:37:16.862Z | |
| 4794 | 2026-06-29T19:37:16.862Z | info: running `cargo check --bins` on omicron-workspace-hack (299/300) |
| 4795 | 2026-06-29T19:37:17.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4796 | 2026-06-29T19:37:17.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4797 | 2026-06-29T19:37:17.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4798 | 2026-06-29T19:37:17.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4799 | 2026-06-29T19:37:17.378Z | |
| 4800 | 2026-06-29T19:37:17.378Z | info: running `cargo check --bins` on zone-setup (300/300) |
| 4801 | 2026-06-29T19:37:17.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4802 | 2026-06-29T19:37:17.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4803 | 2026-06-29T19:37:17.995Z | Checking uzers v0.12.2 |
| 4804 | 2026-06-29T19:37:18.262Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4805 | 2026-06-29T19:37:19.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4806 | 2026-06-29T19:37:19.203Z | |
| 4807 | 2026-06-29T19:37:19.203Z | real 13:49.775132888 |
| 4808 | 2026-06-29T19:37:19.203Z | user 20:47.638643515 |
| 4809 | 2026-06-29T19:37:19.203Z | sys 4:07.727886123 |
| 4810 | 2026-06-29T19:37:19.203Z | trap 0.322842302 |
| 4811 | 2026-06-29T19:37:19.203Z | tflt 0.691103314 |
| 4812 | 2026-06-29T19:37:19.206Z | dflt 1.137136411 |
| 4813 | 2026-06-29T19:37:19.206Z | kflt 0.005234070 |
| 4814 | 2026-06-29T19:37:19.206Z | lock 1:15:49.218804861 |
| 4815 | 2026-06-29T19:37:19.207Z | slp 1:39:47.162307067 |
| 4816 | 2026-06-29T19:37:19.207Z | lat 56.555171347 |
| 4817 | 2026-06-29T19:37:19.207Z | stop 3:24.400777298 |
| 4818 | 2026-06-29T19:37:19.207Z | process exited: duration 953103 ms, exit code 0 |
| |
| 4819 | 2026-06-29T19:37:19.213Z | found 0 output files |