|
|
|
| 1 | 2026-07-16T21:18:33.757Z | job assigned to worker 01KXPCNKSRCKSVYP8TYTWW42GW [factory aws, i-089e60fea0ad37f37] (queued for 0 s) |
| |
| 2 | 2026-07-16T21:18:34.291Z | starting task 0: "setup" |
| 3 | 2026-07-16T21:18:34.297Z | ++ uname -s |
| 4 | 2026-07-16T21:18:34.300Z | + kern=SunOS |
| 5 | 2026-07-16T21:18:34.300Z | + build_user=build |
| 6 | 2026-07-16T21:18:34.300Z | + build_uid=12345 |
| 7 | 2026-07-16T21:18:34.300Z | + work_dir=/work |
| 8 | 2026-07-16T21:18:34.300Z | + input_dir=/input |
| 9 | 2026-07-16T21:18:34.300Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T21:18:34.300Z | + case "$kern" in |
| 11 | 2026-07-16T21:18:34.300Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T21:18:34.303Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T21:18:36.306Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T21:18:36.398Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T21:18:36.401Z | + home_fs=zfs |
| 16 | 2026-07-16T21:18:36.401Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T21:18:36.401Z | + mkdir -p /home/build |
| 18 | 2026-07-16T21:18:36.401Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T21:18:38.402Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T21:18:38.405Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-07-16T21:18:38.410Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T21:18:38.414Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T21:18:38.414Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-16T21:18:38.414Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T21:18:38.414Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T21:18:38.414Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T21:18:38.414Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T21:18:38.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T21:18:38.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T21:18:38.518Z | info: downloading installer |
| 31 | 2026-07-16T21:18:39.757Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T21:18:39.757Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T21:18:39.757Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T21:18:39.757Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T21:18:39.770Z | info: profile set to default |
| 36 | 2026-07-16T21:18:39.770Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T21:18:39.773Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T21:18:39.903Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T21:18:39.906Z | info: downloading 6 components |
| 40 | 2026-07-16T21:18:55.587Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-16T21:18:55.587Z | |
| 42 | 2026-07-16T21:18:55.614Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T21:18:55.614Z | |
| 44 | 2026-07-16T21:18:55.614Z | |
| 45 | 2026-07-16T21:18:55.614Z | Rust is installed now. Great! |
| 46 | 2026-07-16T21:18:55.614Z | |
| 47 | 2026-07-16T21:18:55.618Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T21:18:55.618Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T21:18:55.618Z | |
| 50 | 2026-07-16T21:18:55.618Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T21:18:55.619Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T21:18:55.619Z | |
| 53 | 2026-07-16T21:18:55.619Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T21:18:55.619Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T21:18:55.619Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T21:18:55.619Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T21:18:55.619Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T21:18:55.619Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T21:18:55.619Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T21:18:55.620Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T21:18:55.620Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T21:18:55.712Z | + rustup --version |
| 63 | 2026-07-16T21:18:55.720Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T21:18:55.723Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T21:18:55.742Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T21:18:55.745Z | + cargo --version |
| 67 | 2026-07-16T21:18:55.758Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T21:18:55.762Z | + rustc --version |
| 69 | 2026-07-16T21:18:55.780Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T21:18:55.783Z | process exited: duration 17372 ms, exit code 0 |
| |
| 71 | 2026-07-16T21:18:55.789Z | starting task 2: "authentication" |
| 72 | 2026-07-16T21:18:55.806Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-16T21:18:55.812Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T21:18:55.815Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-16T21:18:55.818Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-16T21:18:55.851Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-16T21:19:06.823Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-16T21:19:06.823Z | + git fetch origin f3118d41647e9bec06ef8eca567e050bc28662c4 |
| 79 | 2026-07-16T21:19:07.142Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-16T21:19:07.142Z | * branch f3118d41647e9bec06ef8eca567e050bc28662c4 -> FETCH_HEAD |
| 81 | 2026-07-16T21:19:07.152Z | + [[ -n serve-zone-version ]] |
| 82 | 2026-07-16T21:19:07.155Z | ++ git branch --show-current |
| 83 | 2026-07-16T21:19:07.155Z | + current=main |
| 84 | 2026-07-16T21:19:07.155Z | + [[ main != serve-zone-version ]] |
| 85 | 2026-07-16T21:19:07.155Z | + git branch -f serve-zone-version f3118d41647e9bec06ef8eca567e050bc28662c4 |
| 86 | 2026-07-16T21:19:07.158Z | + git checkout -f serve-zone-version |
| 87 | 2026-07-16T21:19:07.402Z | Switched to branch 'serve-zone-version' |
| 88 | 2026-07-16T21:19:07.405Z | + git reset --hard f3118d41647e9bec06ef8eca567e050bc28662c4 |
| 89 | 2026-07-16T21:19:07.657Z | HEAD is now at f3118d416 patch omicron-zone-package, try to test it in helios/deploy |
| 90 | 2026-07-16T21:19:07.661Z | process exited: duration 11845 ms, exit code 0 |
| |
| 91 | 2026-07-16T21:19:07.667Z | starting task 4: "build" |
| 92 | 2026-07-16T21:19:07.671Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-16T21:19:07.674Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-16T21:19:07.674Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-16T21:19:07.674Z | +++ uname -s |
| 96 | 2026-07-16T21:19:07.674Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-16T21:19:07.674Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-16T21:19:07.677Z | + cargo --version |
| 99 | 2026-07-16T21:19:07.684Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-16T21:19:07.687Z | + rustc --version |
| 101 | 2026-07-16T21:19:07.706Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-16T21:19:07.709Z | + source ./env.sh |
| 103 | 2026-07-16T21:19:07.709Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-07-16T21:19:07.709Z | ++ set -o xtrace |
| 105 | 2026-07-16T21:19:07.712Z | ++++ dirname ./env.sh |
| 106 | 2026-07-16T21:19:07.712Z | +++ readlink -f . |
| 107 | 2026-07-16T21:19:07.715Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-07-16T21:19:07.715Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-16T21:19:07.716Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 111 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 112 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 113 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 114 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 115 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 116 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 117 | 2026-07-16T21:19:07.716Z | ++ 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 |
| 118 | 2026-07-16T21:19:07.716Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-07-16T21:19:07.716Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-07-16T21:19:07.716Z | + 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 |
| 121 | 2026-07-16T21:19:07.716Z | + 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 |
| 122 | 2026-07-16T21:19:07.716Z | + banner prerequisites |
| 123 | 2026-07-16T21:19:07.719Z | |
| 124 | 2026-07-16T21:19:07.719Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-07-16T21:19:07.719Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-16T21:19:07.719Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-07-16T21:19:07.719Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-07-16T21:19:07.719Z | # # # # # # # # # # # # # # # |
| 129 | 2026-07-16T21:19:07.720Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-07-16T21:19:07.720Z | |
| 131 | 2026-07-16T21:19:07.720Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-07-16T21:19:09.268Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-07-16T21:19:09.389Z | Startup: Caching catalogs ... Done |
| 134 | 2026-07-16T21:19:09.943Z | Planning: Solver setup ... Done (0.505s) |
| 135 | 2026-07-16T21:19:09.974Z | Planning: Running solver ... Done (0.028s) |
| 136 | 2026-07-16T21:19:09.984Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-07-16T21:19:09.996Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-07-16T21:19:10.011Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-07-16T21:19:10.024Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-07-16T21:19:10.027Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-07-16T21:19:10.194Z | Planning: Checking for conflicting actions ... Done (0.168s) |
| 142 | 2026-07-16T21:19:10.197Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-07-16T21:19:10.992Z | Planning: Evaluating mediators ... Done (0.783s) |
| 144 | 2026-07-16T21:19:10.997Z | Planning: Planning completed in 1.57 seconds |
| 145 | 2026-07-16T21:19:10.997Z | Packages to install: 2 |
| 146 | 2026-07-16T21:19:10.997Z | Estimated space available: 156.06 GB |
| 147 | 2026-07-16T21:19:10.997Z | Estimated space to be consumed: 34.06 MB |
| 148 | 2026-07-16T21:19:10.997Z | Create boot environment: No |
| 149 | 2026-07-16T21:19:10.997Z | Create backup boot environment: No |
| 150 | 2026-07-16T21:19:10.997Z | Rebuild boot archive: No |
| 151 | 2026-07-16T21:19:10.998Z | |
| 152 | 2026-07-16T21:19:10.998Z | Changed packages: |
| 153 | 2026-07-16T21:19:10.998Z | helios |
| 154 | 2026-07-16T21:19:10.998Z | developer/build-essential |
| 155 | 2026-07-16T21:19:10.998Z | None -> 11-3.0 |
| 156 | 2026-07-16T21:19:10.998Z | library/libxmlsec1 |
| 157 | 2026-07-16T21:19:10.998Z | None -> 1.2.35-3.0 |
| 158 | 2026-07-16T21:19:11.012Z | |
| 159 | 2026-07-16T21:19:11.012Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-07-16T21:19:12.286Z | Download: Completed 1.28 MB in 1.27 seconds (1.0M/s) |
| 161 | 2026-07-16T21:19:12.376Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-07-16T21:19:12.414Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-07-16T21:19:12.427Z | Finalize: Updating package state database ... Done (0.012s) |
| 164 | 2026-07-16T21:19:12.427Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-07-16T21:19:12.459Z | Finalize: Updating image state ... Done (0.032s) |
| 166 | 2026-07-16T21:19:14.824Z | Finalize: Creating fast lookup database ... Done (2.336s) |
| 167 | 2026-07-16T21:19:14.888Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-07-16T21:19:14.891Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-07-16T21:19:14.987Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-07-16T21:19:15.301Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-16T21:19:15.408Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-16T21:19:15.412Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-16T21:19:15.567Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-16T21:19:15.570Z | Planning: Planning completed in 0.27 seconds |
| 175 | 2026-07-16T21:19:15.592Z | Mediators to change: 2 |
| 176 | 2026-07-16T21:19:15.592Z | Create boot environment: No |
| 177 | 2026-07-16T21:19:15.592Z | Create backup boot environment: No |
| 178 | 2026-07-16T21:19:15.641Z | Finalize: Updating package state database ... Done |
| 179 | 2026-07-16T21:19:15.641Z | Finalize: Updating package cache ... Done |
| 180 | 2026-07-16T21:19:15.659Z | Finalize: Updating image state ... Done |
| 181 | 2026-07-16T21:19:17.604Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-07-16T21:19:17.669Z | Finalize: Reading search index ... Done |
| 183 | 2026-07-16T21:19:17.672Z | Finalize: Updating search index ... Done |
| 184 | 2026-07-16T21:19:17.733Z | Finalize: Updating package cache ... Done |
| 185 | 2026-07-16T21:19:18.020Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-07-16T21:19:18.127Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-07-16T21:19:18.130Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-07-16T21:19:18.286Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-07-16T21:19:18.289Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-07-16T21:19:18.310Z | Mediators to change: 1 |
| 191 | 2026-07-16T21:19:18.310Z | Create boot environment: No |
| 192 | 2026-07-16T21:19:18.313Z | Create backup boot environment: No |
| 193 | 2026-07-16T21:19:18.350Z | Finalize: Updating package state database ... Done |
| 194 | 2026-07-16T21:19:18.350Z | Finalize: Updating package cache ... Done |
| 195 | 2026-07-16T21:19:18.368Z | Finalize: Updating image state ... Done |
| 196 | 2026-07-16T21:19:20.316Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-07-16T21:19:20.381Z | Finalize: Reading search index ... Done |
| 198 | 2026-07-16T21:19:20.384Z | Finalize: Updating search index ... Done |
| 199 | 2026-07-16T21:19:20.439Z | Finalize: Updating package cache ... Done |
| 200 | 2026-07-16T21:19:20.750Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-07-16T21:19:20.750Z | apache system 2.4 system |
| 202 | 2026-07-16T21:19:20.750Z | clang system 15 system |
| 203 | 2026-07-16T21:19:20.750Z | csh system system illumos |
| 204 | 2026-07-16T21:19:20.750Z | ctags system system illumos |
| 205 | 2026-07-16T21:19:20.751Z | file vendor vendor darwinsys |
| 206 | 2026-07-16T21:19:20.751Z | file system system illumos |
| 207 | 2026-07-16T21:19:20.751Z | gcc vendor 14 vendor |
| 208 | 2026-07-16T21:19:20.751Z | gcc system 13 system |
| 209 | 2026-07-16T21:19:20.751Z | gcc system 10 system |
| 210 | 2026-07-16T21:19:20.751Z | go system 1.25 system |
| 211 | 2026-07-16T21:19:20.751Z | llvm system 15 system |
| 212 | 2026-07-16T21:19:20.751Z | mariadb system 11.4 system |
| 213 | 2026-07-16T21:19:20.751Z | mta vendor vendor dma |
| 214 | 2026-07-16T21:19:20.751Z | openjdk system 17 system |
| 215 | 2026-07-16T21:19:20.751Z | openjdk system 11 system |
| 216 | 2026-07-16T21:19:20.751Z | openssl vendor 3 vendor |
| 217 | 2026-07-16T21:19:20.751Z | perl system 5.40 system |
| 218 | 2026-07-16T21:19:20.752Z | postgresql system 18 system |
| 219 | 2026-07-16T21:19:20.752Z | postgresql system 17 system |
| 220 | 2026-07-16T21:19:20.752Z | python vendor 3 vendor |
| 221 | 2026-07-16T21:19:20.752Z | python system 2 system |
| 222 | 2026-07-16T21:19:20.752Z | python3 vendor 3.13 vendor |
| 223 | 2026-07-16T21:19:20.752Z | ruby system 3.4 system |
| 224 | 2026-07-16T21:19:20.752Z | ruby system 3.0 system |
| 225 | 2026-07-16T21:19:20.752Z | words vendor vendor american-english |
| 226 | 2026-07-16T21:19:20.752Z | words system system australian-english |
| 227 | 2026-07-16T21:19:20.752Z | words system system british-english |
| 228 | 2026-07-16T21:19:20.752Z | words system system canadian-english |
| 229 | 2026-07-16T21:19:20.752Z | words system system french |
| 230 | 2026-07-16T21:19:20.752Z | words system system italian |
| 231 | 2026-07-16T21:19:20.752Z | words system system ngerman |
| 232 | 2026-07-16T21:19:20.752Z | words system system ogerman |
| 233 | 2026-07-16T21:19:20.752Z | words system system spanish |
| 234 | 2026-07-16T21:19:21.004Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-07-16T21:19:21.004Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-07-16T21:19:21.316Z | FMRI IFO |
| 237 | 2026-07-16T21:19:21.316Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-07-16T21:19:21.316Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-07-16T21:19:21.316Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-07-16T21:19:21.316Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-07-16T21:19:21.316Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-07-16T21:19:21.316Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-07-16T21:19:21.316Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-07-16T21:19:21.316Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-07-16T21:19:21.316Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-07-16T21:19:21.573Z | Updating git repository `https://github.com/oxidecomputer/omicron-package.git` |
| 247 | 2026-07-16T21:19:21.825Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 248 | 2026-07-16T21:19:22.068Z | Updating crates.io index |
| 249 | 2026-07-16T21:19:22.071Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 250 | 2026-07-16T21:19:22.333Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 251 | 2026-07-16T21:19:22.611Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-07-16T21:19:23.547Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-07-16T21:19:24.018Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-07-16T21:19:25.570Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-07-16T21:19:26.330Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-07-16T21:19:26.577Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-07-16T21:19:26.887Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-07-16T21:19:28.189Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-07-16T21:19:28.408Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-07-16T21:19:28.685Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 261 | 2026-07-16T21:19:28.954Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 262 | 2026-07-16T21:19:29.401Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 263 | 2026-07-16T21:19:29.903Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 264 | 2026-07-16T21:19:30.131Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-07-16T21:19:30.359Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-07-16T21:19:30.602Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 267 | 2026-07-16T21:19:30.916Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2026-07-16T21:19:31.154Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 269 | 2026-07-16T21:19:31.394Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 270 | 2026-07-16T21:19:31.664Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 271 | 2026-07-16T21:19:32.003Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 272 | 2026-07-16T21:19:32.298Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-07-16T21:19:32.520Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-07-16T21:19:32.928Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-07-16T21:19:33.315Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-07-16T21:19:33.700Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-07-16T21:19:34.036Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-07-16T21:19:34.243Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 279 | 2026-07-16T21:19:34.454Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-07-16T21:19:34.771Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 281 | 2026-07-16T21:19:35.148Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-07-16T21:19:35.564Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 283 | 2026-07-16T21:19:35.818Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 284 | 2026-07-16T21:19:36.052Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-07-16T21:19:36.310Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 286 | 2026-07-16T21:19:36.561Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-07-16T21:19:36.798Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-07-16T21:19:37.236Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-07-16T21:19:37.462Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-07-16T21:19:40.127Z | Downloading crates ... |
| 291 | 2026-07-16T21:19:40.170Z | Downloaded dtrace-parser v0.2.0 |
| 292 | 2026-07-16T21:19:40.181Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-07-16T21:19:40.181Z | Downloaded autocfg v1.5.0 |
| 294 | 2026-07-16T21:19:40.181Z | Downloaded usdt-attr-macro v0.5.0 |
| 295 | 2026-07-16T21:19:40.181Z | Downloaded errno v0.3.14 |
| 296 | 2026-07-16T21:19:40.181Z | Downloaded clap_derive v4.6.1 |
| 297 | 2026-07-16T21:19:40.191Z | Downloaded byteorder v1.5.0 |
| 298 | 2026-07-16T21:19:40.191Z | Downloaded zmij v1.0.21 |
| 299 | 2026-07-16T21:19:40.191Z | Downloaded anyhow v1.0.102 |
| 300 | 2026-07-16T21:19:40.191Z | Downloaded anstyle v1.0.14 |
| 301 | 2026-07-16T21:19:40.198Z | Downloaded block-buffer v0.10.4 |
| 302 | 2026-07-16T21:19:40.198Z | Downloaded anstream v1.0.0 |
| 303 | 2026-07-16T21:19:40.198Z | Downloaded equivalent v1.0.2 |
| 304 | 2026-07-16T21:19:40.198Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-07-16T21:19:40.198Z | Downloaded zerocopy v0.7.35 |
| 306 | 2026-07-16T21:19:40.204Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-07-16T21:19:40.207Z | Downloaded clap_lex v1.0.0 |
| 308 | 2026-07-16T21:19:40.207Z | Downloaded fnv v1.0.7 |
| 309 | 2026-07-16T21:19:40.207Z | Downloaded cargo_metadata v0.23.1 |
| 310 | 2026-07-16T21:19:40.214Z | Downloaded pest_meta v2.8.6 |
| 311 | 2026-07-16T21:19:40.228Z | Downloaded camino v1.2.2 |
| 312 | 2026-07-16T21:19:40.236Z | Downloaded crypto-common v0.1.7 |
| 313 | 2026-07-16T21:19:40.236Z | Downloaded version_check v0.9.5 |
| 314 | 2026-07-16T21:19:40.236Z | Downloaded heck v0.4.1 |
| 315 | 2026-07-16T21:19:40.236Z | Downloaded getrandom v0.4.1 |
| 316 | 2026-07-16T21:19:40.236Z | Downloaded utf8parse v0.2.2 |
| 317 | 2026-07-16T21:19:40.236Z | Downloaded serde_spanned v0.6.9 |
| 318 | 2026-07-16T21:19:40.236Z | Downloaded anstyle-query v1.1.5 |
| 319 | 2026-07-16T21:19:40.237Z | Downloaded macaddr v1.0.1 |
| 320 | 2026-07-16T21:19:40.244Z | Downloaded cargo-platform v0.3.2 |
| 321 | 2026-07-16T21:19:40.244Z | Downloaded memmap v0.7.0 |
| 322 | 2026-07-16T21:19:40.244Z | Downloaded anstyle-parse v1.0.0 |
| 323 | 2026-07-16T21:19:40.244Z | Downloaded smawk v0.3.2 |
| 324 | 2026-07-16T21:19:40.245Z | Downloaded heck v0.5.0 |
| 325 | 2026-07-16T21:19:40.245Z | Downloaded strsim v0.11.1 |
| 326 | 2026-07-16T21:19:40.245Z | Downloaded semver v1.0.28 |
| 327 | 2026-07-16T21:19:40.258Z | Downloaded cpufeatures v0.2.17 |
| 328 | 2026-07-16T21:19:40.266Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2026-07-16T21:19:40.266Z | Downloaded usdt v0.5.0 |
| 330 | 2026-07-16T21:19:40.266Z | Downloaded scroll_derive v0.12.1 |
| 331 | 2026-07-16T21:19:40.270Z | Downloaded tabled_derive v0.7.0 |
| 332 | 2026-07-16T21:19:40.270Z | Downloaded pretty-hex v0.4.1 |
| 333 | 2026-07-16T21:19:40.270Z | Downloaded itoa v1.0.17 |
| 334 | 2026-07-16T21:19:40.278Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-07-16T21:19:40.310Z | Downloaded fastrand v2.3.0 |
| 336 | 2026-07-16T21:19:40.311Z | Downloaded swrite v0.1.0 |
| 337 | 2026-07-16T21:19:40.311Z | Downloaded toml_datetime v0.6.11 |
| 338 | 2026-07-16T21:19:40.311Z | Downloaded is_terminal_polyfill v1.70.2 |
| 339 | 2026-07-16T21:19:40.333Z | Downloaded usdt-macro v0.5.0 |
| 340 | 2026-07-16T21:19:40.333Z | Downloaded plain v0.2.3 |
| 341 | 2026-07-16T21:19:40.333Z | Downloaded sha2 v0.10.9 |
| 342 | 2026-07-16T21:19:40.333Z | Downloaded thiserror-impl v2.0.18 |
| 343 | 2026-07-16T21:19:40.333Z | Downloaded fs-err v3.3.0 |
| 344 | 2026-07-16T21:19:40.333Z | Downloaded toml_write v0.1.2 |
| 345 | 2026-07-16T21:19:40.333Z | Downloaded terminal_size v0.4.3 |
| 346 | 2026-07-16T21:19:40.334Z | Downloaded thiserror v2.0.18 |
| 347 | 2026-07-16T21:19:40.334Z | Downloaded quote v1.0.45 |
| 348 | 2026-07-16T21:19:40.334Z | Downloaded dof v0.3.0 |
| 349 | 2026-07-16T21:19:40.334Z | Downloaded cargo_toml v0.21.0 |
| 350 | 2026-07-16T21:19:40.334Z | Downloaded pest_generator v2.8.6 |
| 351 | 2026-07-16T21:19:40.349Z | Downloaded camino-tempfile v1.4.1 |
| 352 | 2026-07-16T21:19:40.349Z | Downloaded scroll v0.12.0 |
| 353 | 2026-07-16T21:19:40.349Z | Downloaded bytecount v0.6.9 |
| 354 | 2026-07-16T21:19:40.349Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-07-16T21:19:40.349Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2026-07-16T21:19:40.349Z | Downloaded thiserror v1.0.69 |
| 357 | 2026-07-16T21:19:40.349Z | Downloaded zerocopy-derive v0.7.35 |
| 358 | 2026-07-16T21:19:40.349Z | Downloaded serde_tokenstream v0.2.3 |
| 359 | 2026-07-16T21:19:40.349Z | Downloaded clap v4.6.1 |
| 360 | 2026-07-16T21:19:40.349Z | Downloaded digest v0.10.7 |
| 361 | 2026-07-16T21:19:40.353Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-07-16T21:19:40.361Z | Downloaded toml v0.8.23 |
| 363 | 2026-07-16T21:19:40.361Z | Downloaded proc-macro-error v1.0.4 |
| 364 | 2026-07-16T21:19:40.361Z | Downloaded once_cell v1.21.3 |
| 365 | 2026-07-16T21:19:40.370Z | Downloaded bitflags v2.11.0 |
| 366 | 2026-07-16T21:19:40.374Z | Downloaded thread-id v4.2.2 |
| 367 | 2026-07-16T21:19:40.375Z | Downloaded tempfile v3.25.0 |
| 368 | 2026-07-16T21:19:40.379Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-07-16T21:19:40.379Z | Downloaded indexmap v2.14.0 |
| 370 | 2026-07-16T21:19:40.379Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-07-16T21:19:40.384Z | Downloaded log v0.4.29 |
| 372 | 2026-07-16T21:19:40.396Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-07-16T21:19:40.396Z | Downloaded pest_derive v2.8.6 |
| 374 | 2026-07-16T21:19:40.403Z | Downloaded textwrap v0.16.2 |
| 375 | 2026-07-16T21:19:40.403Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-07-16T21:19:40.403Z | Downloaded hashbrown v0.17.0 |
| 377 | 2026-07-16T21:19:40.408Z | Downloaded clap_builder v4.6.0 |
| 378 | 2026-07-16T21:19:40.408Z | Downloaded papergrid v0.11.0 |
| 379 | 2026-07-16T21:19:40.419Z | Downloaded serde v1.0.228 |
| 380 | 2026-07-16T21:19:40.426Z | Downloaded toml_edit v0.22.27 |
| 381 | 2026-07-16T21:19:40.426Z | Downloaded memchr v2.8.0 |
| 382 | 2026-07-16T21:19:40.435Z | Downloaded typenum v1.20.1 |
| 383 | 2026-07-16T21:19:40.445Z | Downloaded pest v2.8.6 |
| 384 | 2026-07-16T21:19:40.475Z | Downloaded serde_json v1.0.150 |
| 385 | 2026-07-16T21:19:40.493Z | Downloaded winnow v0.7.14 |
| 386 | 2026-07-16T21:19:40.498Z | Downloaded goblin v0.8.2 |
| 387 | 2026-07-16T21:19:40.506Z | Downloaded tabled v0.15.0 |
| 388 | 2026-07-16T21:19:40.520Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-07-16T21:19:40.537Z | Downloaded syn v1.0.109 |
| 390 | 2026-07-16T21:19:40.546Z | Downloaded syn v2.0.117 |
| 391 | 2026-07-16T21:19:40.546Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-07-16T21:19:40.546Z | Downloaded rustix v1.1.3 |
| 393 | 2026-07-16T21:19:40.570Z | Downloaded libc v0.2.185 |
| 394 | 2026-07-16T21:19:40.632Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-07-16T21:19:40.633Z | Compiling quote v1.0.45 |
| 396 | 2026-07-16T21:19:40.633Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-07-16T21:19:40.639Z | Compiling serde_core v1.0.228 |
| 398 | 2026-07-16T21:19:40.639Z | Compiling libc v0.2.185 |
| 399 | 2026-07-16T21:19:40.639Z | Compiling version_check v0.9.5 |
| 400 | 2026-07-16T21:19:40.639Z | Compiling memchr v2.8.0 |
| 401 | 2026-07-16T21:19:40.639Z | Compiling serde v1.0.228 |
| 402 | 2026-07-16T21:19:41.003Z | Compiling zmij v1.0.21 |
| 403 | 2026-07-16T21:19:41.161Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-07-16T21:19:41.257Z | Compiling itoa v1.0.17 |
| 405 | 2026-07-16T21:19:41.295Z | Compiling thiserror v1.0.69 |
| 406 | 2026-07-16T21:19:41.440Z | Compiling pest v2.8.6 |
| 407 | 2026-07-16T21:19:41.629Z | Compiling rustix v1.1.3 |
| 408 | 2026-07-16T21:19:41.668Z | Compiling byteorder v1.5.0 |
| 409 | 2026-07-16T21:19:41.779Z | Compiling errno v0.3.14 |
| 410 | 2026-07-16T21:19:41.813Z | Compiling serde_json v1.0.150 |
| 411 | 2026-07-16T21:19:41.929Z | Compiling bitflags v2.11.0 |
| 412 | 2026-07-16T21:19:42.145Z | Compiling syn v2.0.117 |
| 413 | 2026-07-16T21:19:42.160Z | Compiling thread-id v4.2.2 |
| 414 | 2026-07-16T21:19:42.173Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-07-16T21:19:42.243Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-07-16T21:19:42.265Z | Compiling camino v1.2.2 |
| 417 | 2026-07-16T21:19:42.390Z | Compiling syn v1.0.109 |
| 418 | 2026-07-16T21:19:42.440Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-07-16T21:19:42.705Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2026-07-16T21:19:42.766Z | Compiling log v0.4.29 |
| 421 | 2026-07-16T21:19:42.789Z | Compiling hashbrown v0.17.0 |
| 422 | 2026-07-16T21:19:42.918Z | Compiling equivalent v1.0.2 |
| 423 | 2026-07-16T21:19:42.964Z | Compiling getrandom v0.4.1 |
| 424 | 2026-07-16T21:19:42.997Z | Compiling plain v0.2.3 |
| 425 | 2026-07-16T21:19:43.186Z | Compiling utf8parse v0.2.2 |
| 426 | 2026-07-16T21:19:43.278Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-07-16T21:19:43.302Z | Compiling indexmap v2.14.0 |
| 428 | 2026-07-16T21:19:43.368Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-16T21:19:43.921Z | Compiling pretty-hex v0.4.1 |
| 430 | 2026-07-16T21:19:43.950Z | Compiling anstyle v1.0.14 |
| 431 | 2026-07-16T21:19:44.019Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-07-16T21:19:44.036Z | Compiling toml_write v0.1.2 |
| 433 | 2026-07-16T21:19:44.058Z | Compiling anstyle-query v1.1.5 |
| 434 | 2026-07-16T21:19:44.116Z | Compiling winnow v0.7.14 |
| 435 | 2026-07-16T21:19:44.132Z | Compiling thiserror v2.0.18 |
| 436 | 2026-07-16T21:19:44.165Z | Compiling cfg-if v1.0.4 |
| 437 | 2026-07-16T21:19:44.168Z | Compiling autocfg v1.5.0 |
| 438 | 2026-07-16T21:19:44.228Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-07-16T21:19:44.359Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-07-16T21:19:44.429Z | Compiling anstream v1.0.0 |
| 441 | 2026-07-16T21:19:44.600Z | Compiling heck v0.5.0 |
| 442 | 2026-07-16T21:19:44.611Z | Compiling fs-err v3.3.0 |
| 443 | 2026-07-16T21:19:44.691Z | Compiling heck v0.4.1 |
| 444 | 2026-07-16T21:19:44.811Z | Compiling bytecount v0.6.9 |
| 445 | 2026-07-16T21:19:44.815Z | Compiling fastrand v2.3.0 |
| 446 | 2026-07-16T21:19:44.914Z | Compiling unicode-width v0.1.14 |
| 447 | 2026-07-16T21:19:44.949Z | Compiling anyhow v1.0.102 |
| 448 | 2026-07-16T21:19:45.039Z | Compiling strsim v0.11.1 |
| 449 | 2026-07-16T21:19:45.058Z | Compiling clap_lex v1.0.0 |
| 450 | 2026-07-16T21:19:45.084Z | Compiling fnv v1.0.7 |
| 451 | 2026-07-16T21:19:45.185Z | Compiling once_cell v1.21.3 |
| 452 | 2026-07-16T21:19:45.201Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-16T21:19:45.285Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-07-16T21:19:45.383Z | Compiling tempfile v3.25.0 |
| 455 | 2026-07-16T21:19:45.497Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-07-16T21:19:45.563Z | Compiling semver v1.0.28 |
| 457 | 2026-07-16T21:19:45.643Z | Compiling memmap v0.7.0 |
| 458 | 2026-07-16T21:19:45.671Z | Compiling tabled_derive v0.7.0 |
| 459 | 2026-07-16T21:19:45.779Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-07-16T21:19:45.797Z | Compiling smawk v0.3.2 |
| 461 | 2026-07-16T21:19:45.830Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-07-16T21:19:45.893Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-07-16T21:19:46.012Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-07-16T21:19:46.056Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-07-16T21:19:46.105Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-07-16T21:19:46.124Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-07-16T21:19:46.222Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-07-16T21:19:46.589Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-07-16T21:19:46.608Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-07-16T21:19:46.683Z | Compiling tabled v0.15.0 |
| 471 | 2026-07-16T21:19:46.923Z | Compiling scroll v0.12.0 |
| 472 | 2026-07-16T21:19:46.994Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-07-16T21:19:47.202Z | Compiling goblin v0.8.2 |
| 474 | 2026-07-16T21:19:47.448Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-07-16T21:19:47.546Z | Compiling textwrap v0.16.2 |
| 476 | 2026-07-16T21:19:48.045Z | Compiling swrite v0.1.0 |
| 477 | 2026-07-16T21:19:48.394Z | Compiling clap v4.6.1 |
| 478 | 2026-07-16T21:19:49.126Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-07-16T21:19:49.126Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-07-16T21:19:49.131Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-07-16T21:19:49.131Z | Compiling cargo_metadata v0.23.1 |
| 482 | 2026-07-16T21:19:49.131Z | Compiling macaddr v1.0.1 |
| 483 | 2026-07-16T21:19:49.206Z | Compiling dof v0.3.0 |
| 484 | 2026-07-16T21:19:49.222Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-07-16T21:19:49.338Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-07-16T21:19:49.995Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-07-16T21:19:49.995Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-07-16T21:19:50.609Z | Compiling usdt v0.5.0 |
| 489 | 2026-07-16T21:19:50.681Z | Compiling toml v0.8.23 |
| 490 | 2026-07-16T21:19:51.013Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-07-16T21:19:52.270Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-07-16T21:19:54.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.79s |
| 493 | 2026-07-16T21:19:54.420Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-07-16T21:19:54.910Z | Downloading crates ... |
| 495 | 2026-07-16T21:19:55.007Z | Downloaded adler2 v2.0.1 |
| 496 | 2026-07-16T21:19:55.012Z | Downloaded aead v0.5.2 |
| 497 | 2026-07-16T21:19:55.012Z | Downloaded async-stream v0.3.6 |
| 498 | 2026-07-16T21:19:55.016Z | Downloaded ahash v0.8.12 |
| 499 | 2026-07-16T21:19:55.025Z | Downloaded async-recursion v1.1.1 |
| 500 | 2026-07-16T21:19:55.026Z | Downloaded convert_case v0.10.0 |
| 501 | 2026-07-16T21:19:55.029Z | Downloaded crc8 v0.1.1 |
| 502 | 2026-07-16T21:19:55.029Z | Downloaded atomicwrites v0.4.4 |
| 503 | 2026-07-16T21:19:55.029Z | Downloaded async-trait v0.1.89 |
| 504 | 2026-07-16T21:19:55.029Z | Downloaded debug-ignore v1.0.5 |
| 505 | 2026-07-16T21:19:55.029Z | Downloaded atomic-waker v1.1.2 |
| 506 | 2026-07-16T21:19:55.030Z | Downloaded arrayref v0.3.9 |
| 507 | 2026-07-16T21:19:55.030Z | Downloaded anstyle-parse v0.2.7 |
| 508 | 2026-07-16T21:19:55.030Z | Downloaded anstream v0.6.21 |
| 509 | 2026-07-16T21:19:55.036Z | Downloaded dirs-sys-next v0.1.2 |
| 510 | 2026-07-16T21:19:55.036Z | Downloaded base16ct v0.2.0 |
| 511 | 2026-07-16T21:19:55.036Z | Downloaded derive-where v1.6.0 |
| 512 | 2026-07-16T21:19:55.040Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 513 | 2026-07-16T21:19:55.040Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 514 | 2026-07-16T21:19:55.040Z | Downloaded crc32fast v1.5.0 |
| 515 | 2026-07-16T21:19:55.040Z | Downloaded bb8 v0.8.6 |
| 516 | 2026-07-16T21:19:55.045Z | Downloaded der_derive v0.7.3 |
| 517 | 2026-07-16T21:19:55.045Z | Downloaded daft v0.1.7 |
| 518 | 2026-07-16T21:19:55.045Z | Downloaded crucible-workspace-hack v0.1.0 |
| 519 | 2026-07-16T21:19:55.045Z | Downloaded darling v0.21.3 |
| 520 | 2026-07-16T21:19:55.049Z | Downloaded cstr-argument v0.1.2 |
| 521 | 2026-07-16T21:19:55.049Z | Downloaded array-init v0.0.4 |
| 522 | 2026-07-16T21:19:55.052Z | Downloaded corncobs v0.1.4 |
| 523 | 2026-07-16T21:19:55.052Z | Downloaded darling_macro v0.23.0 |
| 524 | 2026-07-16T21:19:55.052Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 525 | 2026-07-16T21:19:55.055Z | Downloaded cpufeatures v0.3.0 |
| 526 | 2026-07-16T21:19:55.055Z | Downloaded async-stream-impl v0.3.6 |
| 527 | 2026-07-16T21:19:55.055Z | Downloaded ctutils v0.4.2 |
| 528 | 2026-07-16T21:19:55.059Z | Downloaded assert_matches v1.5.0 |
| 529 | 2026-07-16T21:19:55.059Z | Downloaded cpubits v0.1.1 |
| 530 | 2026-07-16T21:19:55.060Z | Downloaded aead v0.6.1 |
| 531 | 2026-07-16T21:19:55.063Z | Downloaded defmt v0.3.100 |
| 532 | 2026-07-16T21:19:55.063Z | Downloaded bitfield-struct v0.6.2 |
| 533 | 2026-07-16T21:19:55.063Z | Downloaded darling_macro v0.21.3 |
| 534 | 2026-07-16T21:19:55.067Z | Downloaded darling_macro v0.20.11 |
| 535 | 2026-07-16T21:19:55.067Z | Downloaded crc v3.4.0 |
| 536 | 2026-07-16T21:19:55.067Z | Downloaded ascii-canvas v3.0.0 |
| 537 | 2026-07-16T21:19:55.079Z | Downloaded data-encoding v2.10.0 |
| 538 | 2026-07-16T21:19:55.082Z | Downloaded block-buffer v0.12.1 |
| 539 | 2026-07-16T21:19:55.082Z | Downloaded bit-set v0.8.0 |
| 540 | 2026-07-16T21:19:55.082Z | Downloaded bitfield v0.19.4 |
| 541 | 2026-07-16T21:19:55.082Z | Downloaded backoff v0.4.0 |
| 542 | 2026-07-16T21:19:55.082Z | Downloaded darling v0.20.11 |
| 543 | 2026-07-16T21:19:55.087Z | Downloaded base64ct v1.8.3 |
| 544 | 2026-07-16T21:19:55.090Z | Downloaded bcs v0.1.6 |
| 545 | 2026-07-16T21:19:55.090Z | Downloaded bit-vec v0.8.0 |
| 546 | 2026-07-16T21:19:55.090Z | Downloaded darling_macro v0.13.4 |
| 547 | 2026-07-16T21:19:55.090Z | Downloaded argon2 v0.5.3 |
| 548 | 2026-07-16T21:19:55.095Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 549 | 2026-07-16T21:19:55.095Z | Downloaded daft-derive v0.1.7 |
| 550 | 2026-07-16T21:19:55.102Z | Downloaded crunchy v0.2.4 |
| 551 | 2026-07-16T21:19:55.102Z | Downloaded bitfield-macros v0.19.4 |
| 552 | 2026-07-16T21:19:55.102Z | Downloaded atty v0.2.14 |
| 553 | 2026-07-16T21:19:55.108Z | Downloaded ed25519 v3.0.0 |
| 554 | 2026-07-16T21:19:55.108Z | Downloaded crypto-primes v0.7.2 |
| 555 | 2026-07-16T21:19:55.114Z | Downloaded cookie v0.18.1 |
| 556 | 2026-07-16T21:19:55.114Z | Downloaded cfg_aliases v0.1.1 |
| 557 | 2026-07-16T21:19:55.115Z | Downloaded derive_builder_macro v0.20.2 |
| 558 | 2026-07-16T21:19:55.115Z | Downloaded bit-set v0.5.3 |
| 559 | 2026-07-16T21:19:55.118Z | Downloaded digest-io v0.1.0 |
| 560 | 2026-07-16T21:19:55.118Z | Downloaded crypto-common v0.2.2 |
| 561 | 2026-07-16T21:19:55.118Z | Downloaded argon2 v0.6.0-rc.8 |
| 562 | 2026-07-16T21:19:55.118Z | Downloaded defmt-parser v1.0.0 |
| 563 | 2026-07-16T21:19:55.118Z | Downloaded ciborium-ll v0.2.2 |
| 564 | 2026-07-16T21:19:55.118Z | Downloaded convert_case v0.4.0 |
| 565 | 2026-07-16T21:19:55.123Z | Downloaded ciborium-io v0.2.2 |
| 566 | 2026-07-16T21:19:55.123Z | Downloaded derive_builder_core v0.20.2 |
| 567 | 2026-07-16T21:19:55.123Z | Downloaded cobs v0.3.0 |
| 568 | 2026-07-16T21:19:55.126Z | Downloaded embedded-io v0.6.1 |
| 569 | 2026-07-16T21:19:55.126Z | Downloaded compression-core v0.4.31 |
| 570 | 2026-07-16T21:19:55.127Z | Downloaded cfg_aliases v0.2.1 |
| 571 | 2026-07-16T21:19:55.127Z | Downloaded block-padding v0.4.2 |
| 572 | 2026-07-16T21:19:55.131Z | Downloaded dof v0.4.0 |
| 573 | 2026-07-16T21:19:55.135Z | Downloaded dunce v1.0.5 |
| 574 | 2026-07-16T21:19:55.136Z | Downloaded dtrace-parser v0.3.0 |
| 575 | 2026-07-16T21:19:55.141Z | Downloaded dirs-next v2.0.0 |
| 576 | 2026-07-16T21:19:55.141Z | Downloaded difflib v0.4.0 |
| 577 | 2026-07-16T21:19:55.141Z | Downloaded arrayvec v0.7.6 |
| 578 | 2026-07-16T21:19:55.145Z | Downloaded cbc v0.2.1 |
| 579 | 2026-07-16T21:19:55.145Z | Downloaded dsl_auto_type v0.2.0 |
| 580 | 2026-07-16T21:19:55.145Z | Downloaded byte-wrapper v0.1.0 |
| 581 | 2026-07-16T21:19:55.145Z | Downloaded dyn-clone v1.0.20 |
| 582 | 2026-07-16T21:19:55.190Z | Downloaded downcast-rs v2.0.2 |
| 583 | 2026-07-16T21:19:55.190Z | Downloaded blowfish v0.10.0 |
| 584 | 2026-07-16T21:19:55.190Z | Downloaded env_filter v1.0.0 |
| 585 | 2026-07-16T21:19:55.190Z | Downloaded enum-as-inner v0.6.1 |
| 586 | 2026-07-16T21:19:55.191Z | Downloaded flagset v0.4.7 |
| 587 | 2026-07-16T21:19:55.191Z | Downloaded embedded-io v0.4.0 |
| 588 | 2026-07-16T21:19:55.191Z | Downloaded endian-type v0.1.2 |
| 589 | 2026-07-16T21:19:55.191Z | Downloaded base16ct v1.0.0 |
| 590 | 2026-07-16T21:19:55.191Z | Downloaded float-cmp v0.10.0 |
| 591 | 2026-07-16T21:19:55.191Z | Downloaded darling v0.13.4 |
| 592 | 2026-07-16T21:19:55.191Z | Downloaded crc-catalog v2.4.0 |
| 593 | 2026-07-16T21:19:55.191Z | Downloaded ctr v0.10.1 |
| 594 | 2026-07-16T21:19:55.191Z | Downloaded csv-core v0.1.13 |
| 595 | 2026-07-16T21:19:55.192Z | Downloaded display-error-chain v0.2.2 |
| 596 | 2026-07-16T21:19:55.192Z | Downloaded async-bb8-diesel v0.2.1 |
| 597 | 2026-07-16T21:19:55.192Z | Downloaded fixedbitset v0.4.2 |
| 598 | 2026-07-16T21:19:55.192Z | Downloaded foreign-types-shared v0.3.1 |
| 599 | 2026-07-16T21:19:55.192Z | Downloaded foreign-types-macros v0.2.3 |
| 600 | 2026-07-16T21:19:55.192Z | Downloaded float-ord v0.3.2 |
| 601 | 2026-07-16T21:19:55.192Z | Downloaded blake2 v0.10.6 |
| 602 | 2026-07-16T21:19:55.192Z | Downloaded fd-lock v4.0.4 |
| 603 | 2026-07-16T21:19:55.192Z | Downloaded cookie_store v0.22.1 |
| 604 | 2026-07-16T21:19:55.192Z | Downloaded diesel-dtrace v0.5.0 |
| 605 | 2026-07-16T21:19:55.192Z | Downloaded delegate v0.13.5 |
| 606 | 2026-07-16T21:19:55.192Z | Downloaded form_urlencoded v1.2.2 |
| 607 | 2026-07-16T21:19:55.192Z | Downloaded const_format_proc_macros v0.2.34 |
| 608 | 2026-07-16T21:19:55.192Z | Downloaded cipher v0.5.2 |
| 609 | 2026-07-16T21:19:55.192Z | Downloaded foreign-types v0.5.0 |
| 610 | 2026-07-16T21:19:55.192Z | Downloaded cipher v0.4.4 |
| 611 | 2026-07-16T21:19:55.193Z | Downloaded futures-task v0.3.32 |
| 612 | 2026-07-16T21:19:55.193Z | Downloaded cassowary v0.3.0 |
| 613 | 2026-07-16T21:19:55.193Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-07-16T21:19:55.193Z | Downloaded git-stub v1.0.0 |
| 615 | 2026-07-16T21:19:55.193Z | Downloaded futures-macro v0.3.32 |
| 616 | 2026-07-16T21:19:55.198Z | Downloaded futures-sink v0.3.32 |
| 617 | 2026-07-16T21:19:55.198Z | Downloaded futures-io v0.3.32 |
| 618 | 2026-07-16T21:19:55.198Z | Downloaded funty v2.0.0 |
| 619 | 2026-07-16T21:19:55.198Z | Downloaded camino-tempfile-ext v0.3.3 |
| 620 | 2026-07-16T21:19:55.198Z | Downloaded constant_time_eq v0.4.2 |
| 621 | 2026-07-16T21:19:55.198Z | Downloaded deranged v0.5.8 |
| 622 | 2026-07-16T21:19:55.198Z | Downloaded cmake v0.1.57 |
| 623 | 2026-07-16T21:19:55.198Z | Downloaded either v1.15.0 |
| 624 | 2026-07-16T21:19:55.205Z | Downloaded fxhash v0.2.1 |
| 625 | 2026-07-16T21:19:55.205Z | Downloaded cmov v0.5.4 |
| 626 | 2026-07-16T21:19:55.205Z | Downloaded compression-codecs v0.4.37 |
| 627 | 2026-07-16T21:19:55.209Z | Downloaded gethostname v0.5.0 |
| 628 | 2026-07-16T21:19:55.209Z | Downloaded fallible-iterator v0.2.0 |
| 629 | 2026-07-16T21:19:55.209Z | Downloaded displaydoc v0.2.5 |
| 630 | 2026-07-16T21:19:55.209Z | Downloaded digest v0.11.3 |
| 631 | 2026-07-16T21:19:55.209Z | Downloaded enum_dispatch v0.3.13 |
| 632 | 2026-07-16T21:19:55.214Z | Downloaded console v0.15.11 |
| 633 | 2026-07-16T21:19:55.214Z | Downloaded filetime v0.2.27 |
| 634 | 2026-07-16T21:19:55.220Z | Downloaded fixedbitset v0.5.7 |
| 635 | 2026-07-16T21:19:55.220Z | Downloaded ed25519 v2.2.3 |
| 636 | 2026-07-16T21:19:55.220Z | Downloaded ghash v0.6.0 |
| 637 | 2026-07-16T21:19:55.228Z | Downloaded globwalk v0.9.1 |
| 638 | 2026-07-16T21:19:55.228Z | Downloaded ff v0.14.0 |
| 639 | 2026-07-16T21:19:55.228Z | Downloaded ff v0.13.1 |
| 640 | 2026-07-16T21:19:55.228Z | Downloaded env_logger v0.11.9 |
| 641 | 2026-07-16T21:19:55.228Z | Downloaded hash32 v0.3.1 |
| 642 | 2026-07-16T21:19:55.234Z | Downloaded foldhash v0.2.0 |
| 643 | 2026-07-16T21:19:55.234Z | Downloaded foldhash v0.1.5 |
| 644 | 2026-07-16T21:19:55.234Z | Downloaded derive-ex v0.1.8 |
| 645 | 2026-07-16T21:19:55.234Z | Downloaded defmt-macros v1.0.1 |
| 646 | 2026-07-16T21:19:55.234Z | Downloaded cancel-safe-futures v0.1.5 |
| 647 | 2026-07-16T21:19:55.238Z | Downloaded find-msvc-tools v0.1.9 |
| 648 | 2026-07-16T21:19:55.238Z | Downloaded console v0.16.2 |
| 649 | 2026-07-16T21:19:55.238Z | Downloaded crossbeam-deque v0.8.6 |
| 650 | 2026-07-16T21:19:55.238Z | Downloaded colored v3.1.1 |
| 651 | 2026-07-16T21:19:55.245Z | Downloaded headers-core v0.3.0 |
| 652 | 2026-07-16T21:19:55.245Z | Downloaded hash32 v0.2.1 |
| 653 | 2026-07-16T21:19:55.245Z | Downloaded arc-swap v1.8.2 |
| 654 | 2026-07-16T21:19:55.249Z | Downloaded hex v0.4.3 |
| 655 | 2026-07-16T21:19:55.249Z | Downloaded ar_archive_writer v0.5.1 |
| 656 | 2026-07-16T21:19:55.249Z | Downloaded hex-literal v1.1.0 |
| 657 | 2026-07-16T21:19:55.252Z | Downloaded glob v0.3.3 |
| 658 | 2026-07-16T21:19:55.252Z | Downloaded colored v2.2.0 |
| 659 | 2026-07-16T21:19:55.252Z | Downloaded futures-executor v0.3.32 |
| 660 | 2026-07-16T21:19:55.255Z | Downloaded chacha20 v0.10.0 |
| 661 | 2026-07-16T21:19:55.255Z | Downloaded http-body v1.0.1 |
| 662 | 2026-07-16T21:19:55.260Z | Downloaded ena v0.14.4 |
| 663 | 2026-07-16T21:19:55.260Z | Downloaded hyper-tls v0.6.0 |
| 664 | 2026-07-16T21:19:55.260Z | Downloaded crossbeam-utils v0.8.21 |
| 665 | 2026-07-16T21:19:55.264Z | Downloaded hostname v0.3.1 |
| 666 | 2026-07-16T21:19:55.264Z | Downloaded httpdate v1.0.3 |
| 667 | 2026-07-16T21:19:55.264Z | Downloaded home v0.5.12 |
| 668 | 2026-07-16T21:19:55.267Z | Downloaded crossbeam-epoch v0.9.18 |
| 669 | 2026-07-16T21:19:55.267Z | Downloaded ecdsa v0.17.0-rc.18 |
| 670 | 2026-07-16T21:19:55.274Z | Downloaded hubpack_derive v0.1.1 |
| 671 | 2026-07-16T21:19:55.274Z | Downloaded hubpack v0.1.2 |
| 672 | 2026-07-16T21:19:55.274Z | Downloaded erased-serde v0.3.31 |
| 673 | 2026-07-16T21:19:55.277Z | Downloaded git-stub-vcs v0.1.0 |
| 674 | 2026-07-16T21:19:55.278Z | Downloaded darling v0.23.0 |
| 675 | 2026-07-16T21:19:55.278Z | Downloaded http-range v0.1.5 |
| 676 | 2026-07-16T21:19:55.278Z | Downloaded derive_builder v0.20.2 |
| 677 | 2026-07-16T21:19:55.282Z | Downloaded ident_case v1.0.1 |
| 678 | 2026-07-16T21:19:55.282Z | Downloaded des v0.9.0 |
| 679 | 2026-07-16T21:19:55.285Z | Downloaded group v0.14.0 |
| 680 | 2026-07-16T21:19:55.285Z | Downloaded globset v0.4.18 |
| 681 | 2026-07-16T21:19:55.286Z | Downloaded allocator-api2 v0.2.21 |
| 682 | 2026-07-16T21:19:55.289Z | Downloaded futures-core v0.3.32 |
| 683 | 2026-07-16T21:19:55.289Z | Downloaded fs_extra v1.3.0 |
| 684 | 2026-07-16T21:19:55.293Z | Downloaded fs-err v2.11.0 |
| 685 | 2026-07-16T21:19:55.293Z | Downloaded idna_adapter v1.2.1 |
| 686 | 2026-07-16T21:19:55.293Z | Downloaded bzip2 v0.6.1 |
| 687 | 2026-07-16T21:19:55.296Z | Downloaded illumos-nvpair v0.3.0 |
| 688 | 2026-07-16T21:19:55.296Z | Downloaded bzip2 v0.4.4 |
| 689 | 2026-07-16T21:19:55.297Z | Downloaded chacha20 v0.9.1 |
| 690 | 2026-07-16T21:19:55.300Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 691 | 2026-07-16T21:19:55.302Z | Downloaded const-oid v0.9.6 |
| 692 | 2026-07-16T21:19:55.302Z | Downloaded group v0.13.0 |
| 693 | 2026-07-16T21:19:55.306Z | Downloaded blake2 v0.11.0-rc.6 |
| 694 | 2026-07-16T21:19:55.306Z | Downloaded indent_write v2.2.0 |
| 695 | 2026-07-16T21:19:55.306Z | Downloaded bitflags v1.3.2 |
| 696 | 2026-07-16T21:19:55.306Z | Downloaded indoc v1.0.9 |
| 697 | 2026-07-16T21:19:55.309Z | Downloaded inout v0.1.4 |
| 698 | 2026-07-16T21:19:55.309Z | Downloaded defmt v1.0.1 |
| 699 | 2026-07-16T21:19:55.316Z | Downloaded is_ci v1.2.0 |
| 700 | 2026-07-16T21:19:55.317Z | Downloaded internet-checksum v0.2.1 |
| 701 | 2026-07-16T21:19:55.320Z | Downloaded instant v0.1.13 |
| 702 | 2026-07-16T21:19:55.320Z | Downloaded const-oid v0.10.2 |
| 703 | 2026-07-16T21:19:55.320Z | Downloaded darling_core v0.13.4 |
| 704 | 2026-07-16T21:19:55.320Z | Downloaded instability v0.3.11 |
| 705 | 2026-07-16T21:19:55.323Z | Downloaded getrandom v0.2.17 |
| 706 | 2026-07-16T21:19:55.323Z | Downloaded hostname v0.4.2 |
| 707 | 2026-07-16T21:19:55.328Z | Downloaded clang-sys v1.8.1 |
| 708 | 2026-07-16T21:19:55.328Z | Downloaded keccak v0.1.6 |
| 709 | 2026-07-16T21:19:55.335Z | Downloaded highway v1.3.0 |
| 710 | 2026-07-16T21:19:55.335Z | Downloaded futures-channel v0.3.32 |
| 711 | 2026-07-16T21:19:55.336Z | Downloaded lazy_static v1.5.0 |
| 712 | 2026-07-16T21:19:55.336Z | Downloaded http-body-util v0.1.3 |
| 713 | 2026-07-16T21:19:55.342Z | Downloaded ciborium v0.2.2 |
| 714 | 2026-07-16T21:19:55.342Z | Downloaded libscf-sys v1.1.0 |
| 715 | 2026-07-16T21:19:55.342Z | Downloaded backon v1.6.0 |
| 716 | 2026-07-16T21:19:55.342Z | Downloaded const_format v0.2.35 |
| 717 | 2026-07-16T21:19:55.347Z | Downloaded lru-cache v0.1.2 |
| 718 | 2026-07-16T21:19:55.347Z | Downloaded crc-any v2.5.0 |
| 719 | 2026-07-16T21:19:55.347Z | Downloaded lru v0.12.5 |
| 720 | 2026-07-16T21:19:55.347Z | Downloaded humantime v2.3.0 |
| 721 | 2026-07-16T21:19:55.353Z | Downloaded drift v0.2.0 |
| 722 | 2026-07-16T21:19:55.358Z | Downloaded lalrpop-util v0.19.12 |
| 723 | 2026-07-16T21:19:55.358Z | Downloaded kstat-rs v0.2.4 |
| 724 | 2026-07-16T21:19:55.358Z | Downloaded linked-hash-map v0.5.6 |
| 725 | 2026-07-16T21:19:55.358Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 726 | 2026-07-16T21:19:55.362Z | Downloaded hyper-staticfile v0.10.1 |
| 727 | 2026-07-16T21:19:55.362Z | Downloaded compact_str v0.8.1 |
| 728 | 2026-07-16T21:19:55.365Z | Downloaded chacha20poly1305 v0.10.1 |
| 729 | 2026-07-16T21:19:55.365Z | Downloaded bytes v1.11.1 |
| 730 | 2026-07-16T21:19:55.368Z | Downloaded half v1.8.3 |
| 731 | 2026-07-16T21:19:55.371Z | Downloaded diff v0.1.13 |
| 732 | 2026-07-16T21:19:55.372Z | Downloaded mime v0.3.17 |
| 733 | 2026-07-16T21:19:55.372Z | Downloaded base64 v0.21.7 |
| 734 | 2026-07-16T21:19:55.375Z | Downloaded inout v0.2.2 |
| 735 | 2026-07-16T21:19:55.380Z | Downloaded elliptic-curve v0.13.8 |
| 736 | 2026-07-16T21:19:55.383Z | Downloaded ingot v0.1.1 |
| 737 | 2026-07-16T21:19:55.383Z | Downloaded lzss v0.8.2 |
| 738 | 2026-07-16T21:19:55.383Z | Downloaded match_cfg v0.1.0 |
| 739 | 2026-07-16T21:19:55.383Z | Downloaded md5 v0.8.0 |
| 740 | 2026-07-16T21:19:55.387Z | Downloaded fatfs v0.3.6 |
| 741 | 2026-07-16T21:19:55.387Z | Downloaded darling_core v0.23.0 |
| 742 | 2026-07-16T21:19:55.390Z | Downloaded hmac v0.13.0 |
| 743 | 2026-07-16T21:19:55.394Z | Downloaded generic-array v1.4.3 |
| 744 | 2026-07-16T21:19:55.394Z | Downloaded newtype-uuid-macros v0.1.0 |
| 745 | 2026-07-16T21:19:55.398Z | Downloaded multimap v0.10.1 |
| 746 | 2026-07-16T21:19:55.398Z | Downloaded is-terminal v0.4.17 |
| 747 | 2026-07-16T21:19:55.398Z | Downloaded ipnetwork v0.21.1 |
| 748 | 2026-07-16T21:19:55.398Z | Downloaded hmac v0.12.1 |
| 749 | 2026-07-16T21:19:55.403Z | Downloaded darling_core v0.20.11 |
| 750 | 2026-07-16T21:19:55.408Z | Downloaded nonempty v0.12.0 |
| 751 | 2026-07-16T21:19:55.408Z | Downloaded newtype_derive v0.1.6 |
| 752 | 2026-07-16T21:19:55.408Z | Downloaded newline-converter v0.3.0 |
| 753 | 2026-07-16T21:19:55.408Z | Downloaded new_debug_unreachable v1.0.6 |
| 754 | 2026-07-16T21:19:55.408Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-07-16T21:19:55.414Z | Downloaded libsw-core v0.3.2 |
| 756 | 2026-07-16T21:19:55.414Z | Downloaded libsw v3.5.0 |
| 757 | 2026-07-16T21:19:55.414Z | Downloaded flume v0.11.1 |
| 758 | 2026-07-16T21:19:55.418Z | Downloaded num-conv v0.2.0 |
| 759 | 2026-07-16T21:19:55.418Z | Downloaded derive_more v0.99.20 |
| 760 | 2026-07-16T21:19:55.423Z | Downloaded libefi-sys v0.1.0 |
| 761 | 2026-07-16T21:19:55.423Z | Downloaded keccak v0.2.0 |
| 762 | 2026-07-16T21:19:55.423Z | Downloaded iana-time-zone v0.1.65 |
| 763 | 2026-07-16T21:19:55.426Z | Downloaded normalize-line-endings v0.3.0 |
| 764 | 2026-07-16T21:19:55.426Z | Downloaded cc v1.2.56 |
| 765 | 2026-07-16T21:19:55.426Z | Downloaded linear-map v1.2.0 |
| 766 | 2026-07-16T21:19:55.426Z | Downloaded libloading v0.8.9 |
| 767 | 2026-07-16T21:19:55.430Z | Downloaded num-derive v0.3.3 |
| 768 | 2026-07-16T21:19:55.430Z | Downloaded hyper-rustls v0.27.7 |
| 769 | 2026-07-16T21:19:55.433Z | Downloaded hybrid-array v0.4.13 |
| 770 | 2026-07-16T21:19:55.433Z | Downloaded base64 v0.22.1 |
| 771 | 2026-07-16T21:19:55.437Z | Downloaded jobserver v0.1.34 |
| 772 | 2026-07-16T21:19:55.441Z | Downloaded futures v0.3.32 |
| 773 | 2026-07-16T21:19:55.444Z | Downloaded mime_guess v2.0.5 |
| 774 | 2026-07-16T21:19:55.444Z | Downloaded md-5 v0.10.6 |
| 775 | 2026-07-16T21:19:55.444Z | Downloaded ingot-macros v0.1.1 |
| 776 | 2026-07-16T21:19:55.445Z | Downloaded memoffset v0.9.1 |
| 777 | 2026-07-16T21:19:55.448Z | Downloaded opaque-debug v0.3.1 |
| 778 | 2026-07-16T21:19:55.448Z | Downloaded openssl-probe v0.1.6 |
| 779 | 2026-07-16T21:19:55.449Z | Downloaded num-iter v0.1.45 |
| 780 | 2026-07-16T21:19:55.453Z | Downloaded num-derive v0.4.2 |
| 781 | 2026-07-16T21:19:55.453Z | Downloaded olpc-cjson v0.1.4 |
| 782 | 2026-07-16T21:19:55.453Z | Downloaded num_threads v0.1.7 |
| 783 | 2026-07-16T21:19:55.453Z | Downloaded crossbeam-channel v0.5.15 |
| 784 | 2026-07-16T21:19:55.457Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2026-07-16T21:19:55.457Z | Downloaded getrandom v0.3.4 |
| 786 | 2026-07-16T21:19:55.460Z | Downloaded half v2.7.1 |
| 787 | 2026-07-16T21:19:55.463Z | Downloaded openssl-probe v0.2.1 |
| 788 | 2026-07-16T21:19:55.464Z | Downloaded native-tls v0.2.18 |
| 789 | 2026-07-16T21:19:55.464Z | Downloaded nanorand v0.7.0 |
| 790 | 2026-07-16T21:19:55.467Z | Downloaded multer v3.1.0 |
| 791 | 2026-07-16T21:19:55.467Z | Downloaded nodrop v0.1.14 |
| 792 | 2026-07-16T21:19:55.470Z | Downloaded oso-derive v0.27.3 |
| 793 | 2026-07-16T21:19:55.470Z | Downloaded openssl-macros v0.1.1 |
| 794 | 2026-07-16T21:19:55.470Z | Downloaded httparse v1.10.1 |
| 795 | 2026-07-16T21:19:55.473Z | Downloaded newtype-uuid v1.3.2 |
| 796 | 2026-07-16T21:19:55.474Z | Downloaded bumpalo v3.20.2 |
| 797 | 2026-07-16T21:19:55.478Z | Downloaded module-lattice v0.2.3 |
| 798 | 2026-07-16T21:19:55.478Z | Downloaded ipnet v2.11.0 |
| 799 | 2026-07-16T21:19:55.482Z | Downloaded maybe-uninit v2.0.0 |
| 800 | 2026-07-16T21:19:55.482Z | Downloaded nu-ansi-term v0.50.3 |
| 801 | 2026-07-16T21:19:55.482Z | Downloaded maplit v1.0.2 |
| 802 | 2026-07-16T21:19:55.495Z | Downloaded path-slash v0.1.5 |
| 803 | 2026-07-16T21:19:55.499Z | Downloaded password-hash v0.6.1 |
| 804 | 2026-07-16T21:19:55.499Z | Downloaded phf_shared v0.13.1 |
| 805 | 2026-07-16T21:19:55.499Z | Downloaded phf_shared v0.11.3 |
| 806 | 2026-07-16T21:19:55.499Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2026-07-16T21:19:55.504Z | Downloaded num_enum v0.7.6 |
| 808 | 2026-07-16T21:19:55.504Z | Downloaded percent-encoding v2.3.2 |
| 809 | 2026-07-16T21:19:55.508Z | Downloaded flate2 v1.1.9 |
| 810 | 2026-07-16T21:19:55.508Z | Downloaded der v0.7.10 |
| 811 | 2026-07-16T21:19:55.512Z | Downloaded num-integer v0.1.46 |
| 812 | 2026-07-16T21:19:55.512Z | Downloaded lock_api v0.4.14 |
| 813 | 2026-07-16T21:19:55.515Z | Downloaded litrs v1.0.0 |
| 814 | 2026-07-16T21:19:55.515Z | Downloaded icu_properties v2.1.2 |
| 815 | 2026-07-16T21:19:55.515Z | Downloaded dropshot_endpoint v0.17.1 |
| 816 | 2026-07-16T21:19:55.518Z | Downloaded peg-runtime v0.8.5 |
| 817 | 2026-07-16T21:19:55.519Z | Downloaded memmap2 v0.9.10 |
| 818 | 2026-07-16T21:19:55.522Z | Downloaded icu_provider v2.1.1 |
| 819 | 2026-07-16T21:19:55.522Z | Downloaded derive_more v2.1.1 |
| 820 | 2026-07-16T21:19:55.527Z | Downloaded num_enum v0.5.11 |
| 821 | 2026-07-16T21:19:55.531Z | Downloaded crypto-bigint v0.5.5 |
| 822 | 2026-07-16T21:19:55.534Z | Downloaded ignore v0.4.25 |
| 823 | 2026-07-16T21:19:55.537Z | Downloaded heapless v0.7.17 |
| 824 | 2026-07-16T21:19:55.541Z | Downloaded headers v0.4.1 |
| 825 | 2026-07-16T21:19:55.545Z | Downloaded parse-size v1.1.0 |
| 826 | 2026-07-16T21:19:55.545Z | Downloaded parse-display v0.10.0 |
| 827 | 2026-07-16T21:19:55.545Z | Downloaded num_enum_derive v0.7.6 |
| 828 | 2026-07-16T21:19:55.545Z | Downloaded litemap v0.8.1 |
| 829 | 2026-07-16T21:19:55.549Z | Downloaded icu_normalizer_data v2.1.1 |
| 830 | 2026-07-16T21:19:55.549Z | Downloaded predicates-core v1.0.10 |
| 831 | 2026-07-16T21:19:55.549Z | Downloaded packed_struct v0.10.1 |
| 832 | 2026-07-16T21:19:55.552Z | Downloaded num v0.4.3 |
| 833 | 2026-07-16T21:19:55.552Z | Downloaded managed v0.8.0 |
| 834 | 2026-07-16T21:19:55.554Z | Downloaded lru-slab v0.1.2 |
| 835 | 2026-07-16T21:19:55.554Z | Downloaded darling_core v0.21.3 |
| 836 | 2026-07-16T21:19:55.558Z | Downloaded potential_utf v0.1.4 |
| 837 | 2026-07-16T21:19:55.558Z | Downloaded ingot-types v0.1.2 |
| 838 | 2026-07-16T21:19:55.558Z | Downloaded indoc v2.0.7 |
| 839 | 2026-07-16T21:19:55.563Z | Downloaded libbz2-rs-sys v0.2.2 |
| 840 | 2026-07-16T21:19:55.563Z | Downloaded powerfmt v0.2.0 |
| 841 | 2026-07-16T21:19:55.563Z | Downloaded oxnet v0.1.6 |
| 842 | 2026-07-16T21:19:55.563Z | Downloaded paste v1.0.15 |
| 843 | 2026-07-16T21:19:55.568Z | Downloaded aes v0.9.1 |
| 844 | 2026-07-16T21:19:55.568Z | Downloaded predicates-tree v1.0.13 |
| 845 | 2026-07-16T21:19:55.568Z | Downloaded num-complex v0.4.6 |
| 846 | 2026-07-16T21:19:55.573Z | Downloaded async-compression v0.4.41 |
| 847 | 2026-07-16T21:19:55.577Z | Downloaded progenitor-client v0.14.0 |
| 848 | 2026-07-16T21:19:55.577Z | Downloaded proc-macro-crate v1.3.1 |
| 849 | 2026-07-16T21:19:55.577Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 850 | 2026-07-16T21:19:55.577Z | Downloaded progenitor-macro v0.13.0 |
| 851 | 2026-07-16T21:19:55.578Z | Downloaded derive_more-impl v2.1.1 |
| 852 | 2026-07-16T21:19:55.581Z | Downloaded pbkdf2 v0.13.0 |
| 853 | 2026-07-16T21:19:55.581Z | Downloaded indicatif v0.18.4 |
| 854 | 2026-07-16T21:19:55.584Z | Downloaded pem v3.0.6 |
| 855 | 2026-07-16T21:19:55.588Z | Downloaded peg v0.8.5 |
| 856 | 2026-07-16T21:19:55.588Z | Downloaded password-hash v0.5.0 |
| 857 | 2026-07-16T21:19:55.591Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 858 | 2026-07-16T21:19:55.591Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-07-16T21:19:55.595Z | Downloaded pem-rfc7468 v1.0.0 |
| 860 | 2026-07-16T21:19:55.595Z | Downloaded peg-macros v0.8.5 |
| 861 | 2026-07-16T21:19:55.595Z | Downloaded icu_normalizer v2.1.1 |
| 862 | 2026-07-16T21:19:55.598Z | Downloaded phf v0.13.1 |
| 863 | 2026-07-16T21:19:55.598Z | Downloaded quick-error v1.2.3 |
| 864 | 2026-07-16T21:19:55.601Z | Downloaded progenitor-macro v0.14.0 |
| 865 | 2026-07-16T21:19:55.601Z | Downloaded phf_shared v0.12.1 |
| 866 | 2026-07-16T21:19:55.601Z | Downloaded icu_locale_core v2.1.1 |
| 867 | 2026-07-16T21:19:55.605Z | Downloaded poly1305 v0.8.0 |
| 868 | 2026-07-16T21:19:55.608Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-07-16T21:19:55.608Z | Downloaded phf v0.12.1 |
| 870 | 2026-07-16T21:19:55.608Z | Downloaded phc v0.6.1 |
| 871 | 2026-07-16T21:19:55.612Z | Downloaded expectorate v1.2.0 |
| 872 | 2026-07-16T21:19:55.612Z | Downloaded ed25519-dalek v2.2.0 |
| 873 | 2026-07-16T21:19:55.615Z | Downloaded postgres-protocol v0.6.10 |
| 874 | 2026-07-16T21:19:55.615Z | Downloaded radium v0.7.0 |
| 875 | 2026-07-16T21:19:55.615Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-07-16T21:19:55.619Z | Downloaded crossterm v0.29.0 |
| 877 | 2026-07-16T21:19:55.624Z | Downloaded port-file v0.1.0 |
| 878 | 2026-07-16T21:19:55.627Z | Downloaded predicates v3.1.4 |
| 879 | 2026-07-16T21:19:55.627Z | Downloaded polyval v0.7.1 |
| 880 | 2026-07-16T21:19:55.630Z | Downloaded parking_lot v0.11.2 |
| 881 | 2026-07-16T21:19:55.630Z | Downloaded hashbrown v0.12.3 |
| 882 | 2026-07-16T21:19:55.633Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 883 | 2026-07-16T21:19:55.633Z | Downloaded recursive v0.1.1 |
| 884 | 2026-07-16T21:19:55.633Z | Downloaded owo-colors v4.3.0 |
| 885 | 2026-07-16T21:19:55.636Z | Downloaded hickory-resolver v0.24.4 |
| 886 | 2026-07-16T21:19:55.641Z | Downloaded parking_lot v0.12.5 |
| 887 | 2026-07-16T21:19:55.641Z | Downloaded parse-display-derive v0.10.0 |
| 888 | 2026-07-16T21:19:55.644Z | Downloaded miniz_oxide v0.8.9 |
| 889 | 2026-07-16T21:19:55.644Z | Downloaded hickory-resolver v0.25.2 |
| 890 | 2026-07-16T21:19:55.644Z | Downloaded pem-rfc7468 v0.7.0 |
| 891 | 2026-07-16T21:19:55.647Z | Downloaded primeorder v0.14.0-rc.10 |
| 892 | 2026-07-16T21:19:55.647Z | Downloaded rand_xorshift v0.4.0 |
| 893 | 2026-07-16T21:19:55.647Z | Downloaded primeorder v0.13.6 |
| 894 | 2026-07-16T21:19:55.650Z | Downloaded num-traits v0.2.19 |
| 895 | 2026-07-16T21:19:55.650Z | Downloaded rand_chacha v0.3.1 |
| 896 | 2026-07-16T21:19:55.654Z | Downloaded progenitor-extras v0.2.0 |
| 897 | 2026-07-16T21:19:55.655Z | Downloaded progenitor v0.13.0 |
| 898 | 2026-07-16T21:19:55.655Z | Downloaded proc-macro-error2 v2.0.1 |
| 899 | 2026-07-16T21:19:55.659Z | Downloaded primefield v0.14.0 |
| 900 | 2026-07-16T21:19:55.659Z | Downloaded ref-cast-impl v1.0.25 |
| 901 | 2026-07-16T21:19:55.659Z | Downloaded ml-kem v0.3.2 |
| 902 | 2026-07-16T21:19:55.662Z | Downloaded ref-cast v1.0.25 |
| 903 | 2026-07-16T21:19:55.662Z | Downloaded progenitor-client v0.13.0 |
| 904 | 2026-07-16T21:19:55.662Z | Downloaded parking_lot_core v0.9.12 |
| 905 | 2026-07-16T21:19:55.666Z | Downloaded progenitor v0.14.0 |
| 906 | 2026-07-16T21:19:55.666Z | Downloaded num-rational v0.4.2 |
| 907 | 2026-07-16T21:19:55.666Z | Downloaded pin-project-internal v1.1.11 |
| 908 | 2026-07-16T21:19:55.669Z | Downloaded diesel_derives v2.3.7 |
| 909 | 2026-07-16T21:19:55.672Z | Downloaded der v0.8.0 |
| 910 | 2026-07-16T21:19:55.676Z | Downloaded rfc6979 v0.4.0 |
| 911 | 2026-07-16T21:19:55.676Z | Downloaded psm v0.1.30 |
| 912 | 2026-07-16T21:19:55.679Z | Downloaded poly1305 v0.9.0 |
| 913 | 2026-07-16T21:19:55.679Z | Downloaded postcard v1.1.3 |
| 914 | 2026-07-16T21:19:55.684Z | Downloaded pkcs1 v0.7.5 |
| 915 | 2026-07-16T21:19:55.684Z | Downloaded rfc6979 v0.5.0 |
| 916 | 2026-07-16T21:19:55.684Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-07-16T21:19:55.687Z | Downloaded postgres-types v0.2.12 |
| 918 | 2026-07-16T21:19:55.687Z | Downloaded pkcs8 v0.10.2 |
| 919 | 2026-07-16T21:19:55.687Z | Downloaded crossterm v0.28.1 |
| 920 | 2026-07-16T21:19:55.691Z | Downloaded pkcs8 v0.11.0 |
| 921 | 2026-07-16T21:19:55.694Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 922 | 2026-07-16T21:19:55.697Z | Downloaded aes-gcm v0.11.0 |
| 923 | 2026-07-16T21:19:55.697Z | Downloaded rand_seeder v0.4.0 |
| 924 | 2026-07-16T21:19:55.701Z | Downloaded rand_core v0.10.0 |
| 925 | 2026-07-16T21:19:55.701Z | Downloaded rtoolbox v0.0.3 |
| 926 | 2026-07-16T21:19:55.701Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-07-16T21:19:55.701Z | Downloaded rand_core v0.9.5 |
| 928 | 2026-07-16T21:19:55.704Z | Downloaded rand_core v0.6.4 |
| 929 | 2026-07-16T21:19:55.704Z | Downloaded rustc-hash v2.1.1 |
| 930 | 2026-07-16T21:19:55.705Z | Downloaded r2d2 v0.8.10 |
| 931 | 2026-07-16T21:19:55.708Z | Downloaded precomputed-hash v0.1.1 |
| 932 | 2026-07-16T21:19:55.708Z | Downloaded parking_lot_core v0.8.6 |
| 933 | 2026-07-16T21:19:55.709Z | Downloaded oxide-tokio-rt v0.1.4 |
| 934 | 2026-07-16T21:19:55.713Z | Downloaded indexmap v1.9.3 |
| 935 | 2026-07-16T21:19:55.713Z | Downloaded rustc_version v0.4.1 |
| 936 | 2026-07-16T21:19:55.713Z | Downloaded russh-cryptovec v0.61.0 |
| 937 | 2026-07-16T21:19:55.713Z | Downloaded russh-util v0.52.0 |
| 938 | 2026-07-16T21:19:55.713Z | Downloaded papergrid v0.17.0 |
| 939 | 2026-07-16T21:19:55.718Z | Downloaded heapless v0.8.0 |
| 940 | 2026-07-16T21:19:55.721Z | Downloaded scheduled-thread-pool v0.2.7 |
| 941 | 2026-07-16T21:19:55.722Z | Downloaded kem v0.3.0 |
| 942 | 2026-07-16T21:19:55.722Z | Downloaded ecdsa v0.16.9 |
| 943 | 2026-07-16T21:19:55.725Z | Downloaded castaway v0.2.4 |
| 944 | 2026-07-16T21:19:55.725Z | Downloaded sapling-renderdag v0.1.0 |
| 945 | 2026-07-16T21:19:55.729Z | Downloaded same-file v1.0.6 |
| 946 | 2026-07-16T21:19:55.729Z | Downloaded foreign-types-shared v0.1.1 |
| 947 | 2026-07-16T21:19:55.729Z | Downloaded foreign-types v0.3.2 |
| 948 | 2026-07-16T21:19:55.729Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 949 | 2026-07-16T21:19:55.732Z | Downloaded bit-vec v0.6.3 |
| 950 | 2026-07-16T21:19:55.732Z | Downloaded icu_collections v2.1.1 |
| 951 | 2026-07-16T21:19:55.735Z | Downloaded minimal-lexical v0.2.1 |
| 952 | 2026-07-16T21:19:55.739Z | Downloaded scopeguard v1.2.0 |
| 953 | 2026-07-16T21:19:55.742Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-07-16T21:19:55.742Z | Downloaded oso v0.27.3 |
| 955 | 2026-07-16T21:19:55.745Z | Downloaded pkg-config v0.3.32 |
| 956 | 2026-07-16T21:19:55.747Z | Downloaded pkcs5 v0.8.1 |
| 957 | 2026-07-16T21:19:55.752Z | Downloaded seq-macro v0.3.6 |
| 958 | 2026-07-16T21:19:55.752Z | Downloaded semver v0.1.20 |
| 959 | 2026-07-16T21:19:55.752Z | Downloaded serde_bytes v0.11.19 |
| 960 | 2026-07-16T21:19:55.756Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-07-16T21:19:55.759Z | Downloaded secrecy v0.8.0 |
| 962 | 2026-07-16T21:19:55.760Z | Downloaded scroll_derive v0.13.1 |
| 963 | 2026-07-16T21:19:55.767Z | Downloaded p384 v0.14.0-rc.10 |
| 964 | 2026-07-16T21:19:55.767Z | Downloaded p256 v0.14.0-rc.10 |
| 965 | 2026-07-16T21:19:55.770Z | Downloaded quinn-udp v0.5.14 |
| 966 | 2026-07-16T21:19:55.770Z | Downloaded hashbrown v0.13.2 |
| 967 | 2026-07-16T21:19:55.770Z | Downloaded rand_chacha v0.9.0 |
| 968 | 2026-07-16T21:19:55.770Z | Downloaded document-features v0.2.12 |
| 969 | 2026-07-16T21:19:55.770Z | Downloaded critical-section v1.2.0 |
| 970 | 2026-07-16T21:19:55.774Z | Downloaded sha1 v0.11.0 |
| 971 | 2026-07-16T21:19:55.775Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-07-16T21:19:55.775Z | Downloaded serde_urlencoded v0.7.1 |
| 973 | 2026-07-16T21:19:55.775Z | Downloaded serde_spanned v1.1.1 |
| 974 | 2026-07-16T21:19:55.778Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-07-16T21:19:55.778Z | Downloaded shell-words v1.1.1 |
| 976 | 2026-07-16T21:19:55.778Z | Downloaded sha1 v0.10.6 |
| 977 | 2026-07-16T21:19:55.778Z | Downloaded serde_repr v0.1.20 |
| 978 | 2026-07-16T21:19:55.781Z | Downloaded signature v3.0.0 |
| 979 | 2026-07-16T21:19:55.781Z | Downloaded prefix-trie v0.7.0 |
| 980 | 2026-07-16T21:19:55.785Z | Downloaded hickory-server v0.25.2 |
| 981 | 2026-07-16T21:19:55.788Z | Downloaded jiff-static v0.2.21 |
| 982 | 2026-07-16T21:19:55.788Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 983 | 2026-07-16T21:19:55.791Z | Downloaded rustls-pemfile v2.2.0 |
| 984 | 2026-07-16T21:19:55.791Z | Downloaded progenitor-impl v0.14.0 |
| 985 | 2026-07-16T21:19:55.794Z | Downloaded serde_plain v1.0.2 |
| 986 | 2026-07-16T21:19:55.794Z | Downloaded serde-big-array v0.5.1 |
| 987 | 2026-07-16T21:19:55.797Z | Downloaded buf-list v1.1.2 |
| 988 | 2026-07-16T21:19:55.797Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-07-16T21:19:55.797Z | Downloaded scrypt v0.12.0 |
| 990 | 2026-07-16T21:19:55.800Z | Downloaded scroll v0.13.0 |
| 991 | 2026-07-16T21:19:55.803Z | Downloaded rustversion v1.0.22 |
| 992 | 2026-07-16T21:19:55.806Z | Downloaded hyper-util v0.1.20 |
| 993 | 2026-07-16T21:19:55.810Z | Downloaded itertools v0.10.5 |
| 994 | 2026-07-16T21:19:55.813Z | Downloaded rustls-native-certs v0.8.3 |
| 995 | 2026-07-16T21:19:55.813Z | Downloaded slog-envlogger v2.2.0 |
| 996 | 2026-07-16T21:19:55.816Z | Downloaded openssl-sys v0.9.115 |
| 997 | 2026-07-16T21:19:55.823Z | Downloaded siphasher v1.0.2 |
| 998 | 2026-07-16T21:19:55.824Z | Downloaded serde_with_macros v1.5.2 |
| 999 | 2026-07-16T21:19:55.828Z | Downloaded serde_path_to_error v0.1.20 |
| 1000 | 2026-07-16T21:19:55.828Z | Downloaded sec1 v0.8.1 |
| 1001 | 2026-07-16T21:19:55.833Z | Downloaded serde-hex v0.1.0 |
| 1002 | 2026-07-16T21:19:55.836Z | Downloaded resolv-conf v0.7.6 |
| 1003 | 2026-07-16T21:19:55.836Z | Downloaded slog-bunyan v2.5.0 |
| 1004 | 2026-07-16T21:19:55.839Z | Downloaded shlex v1.3.0 |
| 1005 | 2026-07-16T21:19:55.843Z | Downloaded hashbrown v0.15.5 |
| 1006 | 2026-07-16T21:19:55.847Z | Downloaded slab v0.4.12 |
| 1007 | 2026-07-16T21:19:55.851Z | Downloaded signature v2.2.0 |
| 1008 | 2026-07-16T21:19:55.851Z | Downloaded signal-hook-registry v1.4.8 |
| 1009 | 2026-07-16T21:19:55.851Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-07-16T21:19:55.860Z | Downloaded http v1.4.2 |
| 1011 | 2026-07-16T21:19:55.864Z | Downloaded rustls-pki-types v1.14.0 |
| 1012 | 2026-07-16T21:19:55.867Z | Downloaded serdect v0.4.3 |
| 1013 | 2026-07-16T21:19:55.867Z | Downloaded progenitor-impl v0.13.0 |
| 1014 | 2026-07-16T21:19:55.870Z | Downloaded rusty-fork v0.3.1 |
| 1015 | 2026-07-16T21:19:55.872Z | Downloaded slog-async v2.8.0 |
| 1016 | 2026-07-16T21:19:55.872Z | Downloaded prettyplease v0.2.37 |
| 1017 | 2026-07-16T21:19:55.876Z | Downloaded pretty_assertions v1.4.1 |
| 1018 | 2026-07-16T21:19:55.876Z | Downloaded strsim v0.10.0 |
| 1019 | 2026-07-16T21:19:55.876Z | Downloaded mio v1.2.0 |
| 1020 | 2026-07-16T21:19:55.879Z | Downloaded sec1 v0.7.3 |
| 1021 | 2026-07-16T21:19:55.883Z | Downloaded dropshot-api-manager v0.7.2 |
| 1022 | 2026-07-16T21:19:55.883Z | Downloaded rcgen v0.12.1 |
| 1023 | 2026-07-16T21:19:55.886Z | Downloaded strum v0.27.2 |
| 1024 | 2026-07-16T21:19:55.886Z | Downloaded structmeta-derive v0.3.0 |
| 1025 | 2026-07-16T21:19:55.886Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-07-16T21:19:55.890Z | Downloaded simd-adler32 v0.3.8 |
| 1027 | 2026-07-16T21:19:55.890Z | Downloaded stable_deref_trait v1.2.1 |
| 1028 | 2026-07-16T21:19:55.890Z | Downloaded slog-json v2.6.1 |
| 1029 | 2026-07-16T21:19:55.896Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-07-16T21:19:55.896Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1031 | 2026-07-16T21:19:55.896Z | Downloaded schemars_derive v0.8.22 |
| 1032 | 2026-07-16T21:19:55.899Z | Downloaded slog-term v2.9.2 |
| 1033 | 2026-07-16T21:19:55.903Z | Downloaded smf v0.2.3 |
| 1034 | 2026-07-16T21:19:55.903Z | Downloaded slog-stdlog v4.1.1 |
| 1035 | 2026-07-16T21:19:55.903Z | Downloaded subtle v2.6.1 |
| 1036 | 2026-07-16T21:19:55.907Z | Downloaded tabled_derive v0.11.0 |
| 1037 | 2026-07-16T21:19:55.907Z | Downloaded tap v1.0.1 |
| 1038 | 2026-07-16T21:19:55.907Z | Downloaded termtree v0.5.1 |
| 1039 | 2026-07-16T21:19:55.907Z | Downloaded hashbrown v0.16.1 |
| 1040 | 2026-07-16T21:19:55.913Z | Downloaded smallvec v0.6.14 |
| 1041 | 2026-07-16T21:19:55.916Z | Downloaded slog-dtrace v0.3.0 |
| 1042 | 2026-07-16T21:19:55.916Z | Downloaded spki v0.8.0 |
| 1043 | 2026-07-16T21:19:55.916Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1044 | 2026-07-16T21:19:55.919Z | Downloaded take_mut v0.2.2 |
| 1045 | 2026-07-16T21:19:55.919Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-07-16T21:19:55.919Z | Downloaded rayon-core v1.13.0 |
| 1047 | 2026-07-16T21:19:55.922Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1048 | 2026-07-16T21:19:55.923Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-07-16T21:19:55.926Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1050 | 2026-07-16T21:19:55.926Z | Downloaded sqlformat v0.3.5 |
| 1051 | 2026-07-16T21:19:55.929Z | Downloaded aho-corasick v1.1.4 |
| 1052 | 2026-07-16T21:19:55.932Z | Downloaded libxml v0.3.3 |
| 1053 | 2026-07-16T21:19:55.935Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-07-16T21:19:55.935Z | Downloaded sqlparser_derive v0.5.0 |
| 1055 | 2026-07-16T21:19:55.942Z | Downloaded spki v0.7.3 |
| 1056 | 2026-07-16T21:19:55.942Z | Downloaded static_assertions v1.1.0 |
| 1057 | 2026-07-16T21:19:55.942Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-07-16T21:19:55.942Z | Downloaded sha2 v0.11.0 |
| 1059 | 2026-07-16T21:19:55.946Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-07-16T21:19:55.946Z | Downloaded snafu-derive v0.8.9 |
| 1061 | 2026-07-16T21:19:55.946Z | Downloaded salsa20 v0.11.0 |
| 1062 | 2026-07-16T21:19:55.950Z | Downloaded idna v1.1.0 |
| 1063 | 2026-07-16T21:19:55.954Z | Downloaded support-bundle-viewer v0.1.2 |
| 1064 | 2026-07-16T21:19:55.955Z | Downloaded strum v0.26.3 |
| 1065 | 2026-07-16T21:19:55.955Z | Downloaded serde_with_macros v3.17.0 |
| 1066 | 2026-07-16T21:19:55.955Z | Downloaded slog-scope v4.4.1 |
| 1067 | 2026-07-16T21:19:55.955Z | Downloaded tabwriter v1.4.1 |
| 1068 | 2026-07-16T21:19:55.959Z | Downloaded testing_table v0.3.0 |
| 1069 | 2026-07-16T21:19:55.960Z | Downloaded tokio-macros v2.7.0 |
| 1070 | 2026-07-16T21:19:55.960Z | Downloaded thread-id v5.1.0 |
| 1071 | 2026-07-16T21:19:55.960Z | Downloaded ron v0.8.1 |
| 1072 | 2026-07-16T21:19:56.003Z | Downloaded iri-string v0.7.10 |
| 1073 | 2026-07-16T21:19:56.011Z | Downloaded smallvec v1.15.1 |
| 1074 | 2026-07-16T21:19:56.011Z | Downloaded serde_cbor v0.11.2 |
| 1075 | 2026-07-16T21:19:56.011Z | Downloaded schemars v0.8.22 |
| 1076 | 2026-07-16T21:19:56.011Z | Downloaded time-core v0.1.8 |
| 1077 | 2026-07-16T21:19:56.011Z | Downloaded tinyvec_macros v0.1.1 |
| 1078 | 2026-07-16T21:19:56.011Z | Downloaded qorb v0.4.1 |
| 1079 | 2026-07-16T21:19:56.011Z | Downloaded string_cache v0.8.9 |
| 1080 | 2026-07-16T21:19:56.011Z | Downloaded p521 v0.14.0-rc.10 |
| 1081 | 2026-07-16T21:19:56.011Z | Downloaded thiserror-no-std v2.0.2 |
| 1082 | 2026-07-16T21:19:56.011Z | Downloaded quinn v0.11.9 |
| 1083 | 2026-07-16T21:19:56.011Z | Downloaded supports-color v3.0.2 |
| 1084 | 2026-07-16T21:19:56.011Z | Downloaded slog v2.8.2 |
| 1085 | 2026-07-16T21:19:56.012Z | Downloaded strum_macros v0.27.2 |
| 1086 | 2026-07-16T21:19:56.012Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2026-07-16T21:19:56.012Z | Downloaded blake3 v1.8.5 |
| 1088 | 2026-07-16T21:19:56.012Z | Downloaded thread_local v1.1.9 |
| 1089 | 2026-07-16T21:19:56.012Z | Downloaded synstructure v0.13.2 |
| 1090 | 2026-07-16T21:19:56.012Z | Downloaded rand v0.8.6 |
| 1091 | 2026-07-16T21:19:56.012Z | Downloaded strum_macros v0.24.3 |
| 1092 | 2026-07-16T21:19:56.015Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-07-16T21:19:56.015Z | Downloaded hyper v1.10.1 |
| 1094 | 2026-07-16T21:19:56.015Z | Downloaded tokio-test v0.4.5 |
| 1095 | 2026-07-16T21:19:56.015Z | Downloaded icu_properties_data v2.1.2 |
| 1096 | 2026-07-16T21:19:56.024Z | Downloaded tls_codec_derive v0.4.2 |
| 1097 | 2026-07-16T21:19:56.027Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-07-16T21:19:56.028Z | Downloaded termios v0.3.3 |
| 1099 | 2026-07-16T21:19:56.028Z | Downloaded trait-variant v0.1.2 |
| 1100 | 2026-07-16T21:19:56.028Z | Downloaded num-bigint-dig v0.8.6 |
| 1101 | 2026-07-16T21:19:56.028Z | Downloaded try-lock v0.2.5 |
| 1102 | 2026-07-16T21:19:56.031Z | Downloaded num-bigint v0.4.6 |
| 1103 | 2026-07-16T21:19:56.034Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-07-16T21:19:56.034Z | Downloaded topological-sort v0.2.2 |
| 1105 | 2026-07-16T21:19:56.034Z | Downloaded tower-layer v0.3.3 |
| 1106 | 2026-07-16T21:19:56.037Z | Downloaded rsa v0.9.10 |
| 1107 | 2026-07-16T21:19:56.040Z | Downloaded term v0.7.0 |
| 1108 | 2026-07-16T21:19:56.040Z | Downloaded hkdf v0.13.0 |
| 1109 | 2026-07-16T21:19:56.044Z | Downloaded typify-macro v0.6.2 |
| 1110 | 2026-07-16T21:19:56.044Z | Downloaded itertools v0.14.0 |
| 1111 | 2026-07-16T21:19:56.049Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2026-07-16T21:19:56.049Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-07-16T21:19:56.052Z | Downloaded time-macros v0.2.27 |
| 1114 | 2026-07-16T21:19:56.052Z | Downloaded universal-hash v0.6.1 |
| 1115 | 2026-07-16T21:19:56.052Z | Downloaded unarray v0.1.4 |
| 1116 | 2026-07-16T21:19:56.052Z | Downloaded unicode-truncate v1.1.0 |
| 1117 | 2026-07-16T21:19:56.052Z | Downloaded tinystr v0.8.2 |
| 1118 | 2026-07-16T21:19:56.055Z | Downloaded term v1.2.1 |
| 1119 | 2026-07-16T21:19:56.055Z | Downloaded schemars v0.9.0 |
| 1120 | 2026-07-16T21:19:56.062Z | Downloaded socket2 v0.6.3 |
| 1121 | 2026-07-16T21:19:56.067Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-07-16T21:19:56.067Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-07-16T21:19:56.067Z | Downloaded tokio-tungstenite v0.23.1 |
| 1124 | 2026-07-16T21:19:56.067Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-07-16T21:19:56.067Z | Downloaded tokio-dtrace v0.1.1 |
| 1126 | 2026-07-16T21:19:56.070Z | Downloaded h2 v0.4.15 |
| 1127 | 2026-07-16T21:19:56.073Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2026-07-16T21:19:56.073Z | Downloaded samael v0.0.19 |
| 1129 | 2026-07-16T21:19:56.077Z | Downloaded libm v0.2.16 |
| 1130 | 2026-07-16T21:19:56.081Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1131 | 2026-07-16T21:19:56.084Z | Downloaded utf8_iter v1.0.4 |
| 1132 | 2026-07-16T21:19:56.085Z | Downloaded usdt v0.6.0 |
| 1133 | 2026-07-16T21:19:56.085Z | Downloaded tokio-tungstenite v0.21.0 |
| 1134 | 2026-07-16T21:19:56.087Z | Downloaded tokio-native-tls v0.3.1 |
| 1135 | 2026-07-16T21:19:56.087Z | Downloaded bindgen v0.71.1 |
| 1136 | 2026-07-16T21:19:56.091Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1137 | 2026-07-16T21:19:56.096Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1138 | 2026-07-16T21:19:56.096Z | Downloaded hkdf v0.12.4 |
| 1139 | 2026-07-16T21:19:56.100Z | Downloaded rand v0.9.2 |
| 1140 | 2026-07-16T21:19:56.100Z | Downloaded nom v8.0.0 |
| 1141 | 2026-07-16T21:19:56.104Z | Downloaded void v1.0.2 |
| 1142 | 2026-07-16T21:19:56.104Z | Downloaded bitvec v1.0.1 |
| 1143 | 2026-07-16T21:19:56.109Z | Downloaded xshell-macros v0.2.7 |
| 1144 | 2026-07-16T21:19:56.112Z | Downloaded wait-timeout v0.2.1 |
| 1145 | 2026-07-16T21:19:56.113Z | Downloaded tui-tree-widget v0.23.1 |
| 1146 | 2026-07-16T21:19:56.113Z | Downloaded tiny-keccak v2.0.2 |
| 1147 | 2026-07-16T21:19:56.116Z | Downloaded similar v2.7.0 |
| 1148 | 2026-07-16T21:19:56.116Z | Downloaded want v0.3.1 |
| 1149 | 2026-07-16T21:19:56.119Z | Downloaded tokio-stream v0.1.18 |
| 1150 | 2026-07-16T21:19:56.119Z | Downloaded tokio-rustls v0.26.4 |
| 1151 | 2026-07-16T21:19:56.122Z | Downloaded waitgroup v0.1.2 |
| 1152 | 2026-07-16T21:19:56.122Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-07-16T21:19:56.122Z | Downloaded socket2 v0.5.10 |
| 1154 | 2026-07-16T21:19:56.126Z | Downloaded untrusted v0.9.0 |
| 1155 | 2026-07-16T21:19:56.126Z | Downloaded snafu v0.8.9 |
| 1156 | 2026-07-16T21:19:56.130Z | Downloaded zerofrom v0.1.6 |
| 1157 | 2026-07-16T21:19:56.130Z | Downloaded spin v0.9.8 |
| 1158 | 2026-07-16T21:19:56.134Z | Downloaded nom v7.1.3 |
| 1159 | 2026-07-16T21:19:56.134Z | Downloaded rustls-webpki v0.103.13 |
| 1160 | 2026-07-16T21:19:56.137Z | Downloaded stringprep v0.1.5 |
| 1161 | 2026-07-16T21:19:56.137Z | Downloaded publicsuffix v2.3.0 |
| 1162 | 2026-07-16T21:19:56.140Z | Downloaded itertools v0.13.0 |
| 1163 | 2026-07-16T21:19:56.143Z | Downloaded usdt-macro v0.6.0 |
| 1164 | 2026-07-16T21:19:56.143Z | Downloaded usdt-impl v0.6.0 |
| 1165 | 2026-07-16T21:19:56.146Z | Downloaded itertools v0.12.1 |
| 1166 | 2026-07-16T21:19:56.149Z | Downloaded futures-util v0.3.32 |
| 1167 | 2026-07-16T21:19:56.155Z | Downloaded zeroize_derive v1.4.3 |
| 1168 | 2026-07-16T21:19:56.158Z | Downloaded rand v0.10.1 |
| 1169 | 2026-07-16T21:19:56.158Z | Downloaded zerofrom-derive v0.1.6 |
| 1170 | 2026-07-16T21:19:56.158Z | Downloaded yoke-derive v0.8.1 |
| 1171 | 2026-07-16T21:19:56.158Z | Downloaded schemars v1.2.1 |
| 1172 | 2026-07-16T21:19:56.165Z | Downloaded zone_cfg_derive v0.3.1 |
| 1173 | 2026-07-16T21:19:56.169Z | Downloaded vsss-rs v3.3.4 |
| 1174 | 2026-07-16T21:19:56.169Z | Downloaded iddqd v0.4.2 |
| 1175 | 2026-07-16T21:19:56.172Z | Downloaded zone v0.3.1 |
| 1176 | 2026-07-16T21:19:56.175Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-07-16T21:19:56.175Z | Downloaded walkdir v2.5.0 |
| 1178 | 2026-07-16T21:19:56.176Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-07-16T21:19:56.178Z | Downloaded test-strategy v0.4.5 |
| 1180 | 2026-07-16T21:19:56.178Z | Downloaded writeable v0.6.2 |
| 1181 | 2026-07-16T21:19:56.181Z | Downloaded whoami v1.6.1 |
| 1182 | 2026-07-16T21:19:56.182Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-07-16T21:19:56.185Z | Downloaded unicode-xid v0.2.6 |
| 1184 | 2026-07-16T21:19:56.185Z | Downloaded subprocess v0.2.15 |
| 1185 | 2026-07-16T21:19:56.188Z | Downloaded vergen-lib v9.1.0 |
| 1186 | 2026-07-16T21:19:56.188Z | Downloaded vergen-lib v0.1.6 |
| 1187 | 2026-07-16T21:19:56.188Z | Downloaded vergen-git2 v9.1.0 |
| 1188 | 2026-07-16T21:19:56.189Z | Downloaded uzers v0.12.2 |
| 1189 | 2026-07-16T21:19:56.192Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1190 | 2026-07-16T21:19:56.192Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-07-16T21:19:56.192Z | Downloaded wyz v0.5.1 |
| 1192 | 2026-07-16T21:19:56.196Z | Downloaded unicode-properties v0.1.4 |
| 1193 | 2026-07-16T21:19:56.199Z | Downloaded yoke v0.8.1 |
| 1194 | 2026-07-16T21:19:56.199Z | Downloaded aws-lc-rs v1.16.3 |
| 1195 | 2026-07-16T21:19:56.205Z | Downloaded toml v0.7.8 |
| 1196 | 2026-07-16T21:19:56.209Z | Downloaded tar v0.4.46 |
| 1197 | 2026-07-16T21:19:56.209Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1198 | 2026-07-16T21:19:56.213Z | Downloaded zeroize v1.8.2 |
| 1199 | 2026-07-16T21:19:56.213Z | Downloaded zerovec-derive v0.11.2 |
| 1200 | 2026-07-16T21:19:56.216Z | Downloaded rsa v0.10.0-rc.18 |
| 1201 | 2026-07-16T21:19:56.219Z | Downloaded steno v0.4.1 |
| 1202 | 2026-07-16T21:19:56.222Z | Downloaded vergen-gitcl v1.0.8 |
| 1203 | 2026-07-16T21:19:56.227Z | Downloaded vergen v9.1.0 |
| 1204 | 2026-07-16T21:19:56.230Z | Downloaded tinyvec v1.10.0 |
| 1205 | 2026-07-16T21:19:56.234Z | Downloaded rustyline v14.0.0 |
| 1206 | 2026-07-16T21:19:56.237Z | Downloaded zstd-safe v7.2.4 |
| 1207 | 2026-07-16T21:19:56.241Z | Downloaded tungstenite v0.23.0 |
| 1208 | 2026-07-16T21:19:56.241Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-07-16T21:19:56.244Z | Downloaded xattr v1.6.1 |
| 1210 | 2026-07-16T21:19:56.247Z | Downloaded typify v0.6.2 |
| 1211 | 2026-07-16T21:19:56.250Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-07-16T21:19:56.254Z | Downloaded unicode-bidi v0.3.18 |
| 1213 | 2026-07-16T21:19:56.254Z | Downloaded unsafe-libyaml v0.2.11 |
| 1214 | 2026-07-16T21:19:56.257Z | Downloaded serde_with v1.14.0 |
| 1215 | 2026-07-16T21:19:56.260Z | Downloaded rpassword v7.4.0 |
| 1216 | 2026-07-16T21:19:56.264Z | Downloaded zerocopy v0.6.6 |
| 1217 | 2026-07-16T21:19:56.278Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1218 | 2026-07-16T21:19:56.281Z | Downloaded vte v0.14.1 |
| 1219 | 2026-07-16T21:19:56.284Z | Downloaded zstd v0.13.3 |
| 1220 | 2026-07-16T21:19:56.292Z | Downloaded tungstenite v0.21.0 |
| 1221 | 2026-07-16T21:19:56.300Z | Downloaded tokio-postgres v0.7.16 |
| 1222 | 2026-07-16T21:19:56.306Z | Downloaded uuid v1.23.4 |
| 1223 | 2026-07-16T21:19:56.309Z | Downloaded crypto-bigint v0.7.5 |
| 1224 | 2026-07-16T21:19:56.317Z | Downloaded curve25519-dalek v4.1.3 |
| 1225 | 2026-07-16T21:19:56.322Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-07-16T21:19:56.326Z | Downloaded reedline v0.40.0 |
| 1227 | 2026-07-16T21:19:56.329Z | Downloaded toml_edit v0.19.15 |
| 1228 | 2026-07-16T21:19:56.338Z | Downloaded git2 v0.20.4 |
| 1229 | 2026-07-16T21:19:56.344Z | Downloaded reqwest v0.13.2 |
| 1230 | 2026-07-16T21:19:56.347Z | Downloaded url v2.5.8 |
| 1231 | 2026-07-16T21:19:56.351Z | Downloaded unicode_categories v0.1.1 |
| 1232 | 2026-07-16T21:19:56.353Z | Downloaded reqwest v0.12.28 |
| 1233 | 2026-07-16T21:19:56.356Z | Downloaded lalrpop v0.19.12 |
| 1234 | 2026-07-16T21:19:56.362Z | Downloaded zip v0.6.6 |
| 1235 | 2026-07-16T21:19:56.365Z | Downloaded zerotrie v0.2.3 |
| 1236 | 2026-07-16T21:19:56.368Z | Downloaded portable-atomic v1.13.1 |
| 1237 | 2026-07-16T21:19:56.373Z | Downloaded regex v1.12.3 |
| 1238 | 2026-07-16T21:19:56.377Z | Downloaded chrono v0.4.45 |
| 1239 | 2026-07-16T21:19:56.381Z | Downloaded yansi v1.0.1 |
| 1240 | 2026-07-16T21:19:56.386Z | Downloaded quick-xml v0.37.5 |
| 1241 | 2026-07-16T21:19:56.390Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-07-16T21:19:56.393Z | Downloaded p384 v0.13.1 |
| 1243 | 2026-07-16T21:19:56.396Z | Downloaded rayon v1.11.0 |
| 1244 | 2026-07-16T21:19:56.403Z | Downloaded rawzip v0.4.4 |
| 1245 | 2026-07-16T21:19:56.407Z | Downloaded tower v0.5.3 |
| 1246 | 2026-07-16T21:19:56.413Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-07-16T21:19:56.416Z | Downloaded moka v0.12.13 |
| 1248 | 2026-07-16T21:19:56.422Z | Downloaded x509-cert v0.2.5 |
| 1249 | 2026-07-16T21:19:56.425Z | Downloaded goblin v0.10.5 |
| 1250 | 2026-07-16T21:19:56.432Z | Downloaded zerocopy-derive v0.8.40 |
| 1251 | 2026-07-16T21:19:56.437Z | Downloaded salty v0.3.0 |
| 1252 | 2026-07-16T21:19:56.441Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1253 | 2026-07-16T21:19:56.451Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-07-16T21:19:56.457Z | Downloaded tokio-util v0.7.18 |
| 1255 | 2026-07-16T21:19:56.461Z | Downloaded zip v4.6.1 |
| 1256 | 2026-07-16T21:19:56.464Z | Downloaded unicode-normalization v0.1.25 |
| 1257 | 2026-07-16T21:19:56.467Z | Downloaded tough v0.22.0 |
| 1258 | 2026-07-16T21:19:56.470Z | Downloaded proptest v1.10.0 |
| 1259 | 2026-07-16T21:19:56.476Z | Downloaded petname v2.0.2 |
| 1260 | 2026-07-16T21:19:56.479Z | Downloaded object v0.30.4 |
| 1261 | 2026-07-16T21:19:56.485Z | Downloaded tower-http v0.6.8 |
| 1262 | 2026-07-16T21:19:56.489Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-07-16T21:19:56.502Z | Downloaded zerovec v0.11.5 |
| 1264 | 2026-07-16T21:19:56.508Z | Downloaded russh v0.61.2 |
| 1265 | 2026-07-16T21:19:56.515Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-07-16T21:19:56.525Z | Downloaded nix v0.27.1 |
| 1267 | 2026-07-16T21:19:56.532Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-07-16T21:19:56.537Z | Downloaded quinn-proto v0.11.13 |
| 1269 | 2026-07-16T21:19:56.553Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1270 | 2026-07-16T21:19:56.559Z | Downloaded winnow v0.6.26 |
| 1271 | 2026-07-16T21:19:56.564Z | Downloaded radix_trie v0.2.1 |
| 1272 | 2026-07-16T21:19:56.578Z | Downloaded hickory-proto v0.24.4 |
| 1273 | 2026-07-16T21:19:56.587Z | Downloaded smoltcp v0.9.1 |
| 1274 | 2026-07-16T21:19:56.600Z | Downloaded dropshot v0.17.1 |
| 1275 | 2026-07-16T21:19:56.612Z | Downloaded winnow v1.0.3 |
| 1276 | 2026-07-16T21:19:56.618Z | Downloaded nix v0.31.2 |
| 1277 | 2026-07-16T21:19:56.626Z | Downloaded openssl v0.10.79 |
| 1278 | 2026-07-16T21:19:56.631Z | Downloaded tabled v0.20.0 |
| 1279 | 2026-07-16T21:19:56.641Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-07-16T21:19:56.648Z | Downloaded regress v0.10.5 |
| 1281 | 2026-07-16T21:19:56.653Z | Downloaded hickory-proto v0.25.2 |
| 1282 | 2026-07-16T21:19:56.662Z | Downloaded time v0.3.47 |
| 1283 | 2026-07-16T21:19:56.669Z | Downloaded zlib-rs v0.6.2 |
| 1284 | 2026-07-16T21:19:56.672Z | Downloaded vcpkg v0.2.15 |
| 1285 | 2026-07-16T21:19:56.695Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-07-16T21:19:56.707Z | Downloaded zerocopy v0.8.40 |
| 1287 | 2026-07-16T21:19:56.712Z | Downloaded object v0.37.3 |
| 1288 | 2026-07-16T21:19:56.719Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-07-16T21:19:56.725Z | Downloaded regress v0.11.1 |
| 1290 | 2026-07-16T21:19:56.730Z | Downloaded diesel v2.3.7 |
| 1291 | 2026-07-16T21:19:56.742Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-07-16T21:19:56.746Z | Downloaded openapiv3 v2.2.0 |
| 1293 | 2026-07-16T21:19:56.753Z | Downloaded regex-syntax v0.6.29 |
| 1294 | 2026-07-16T21:19:56.757Z | Downloaded nix v0.28.0 |
| 1295 | 2026-07-16T21:19:56.764Z | Downloaded fiat-crypto v0.3.0 |
| 1296 | 2026-07-16T21:19:56.772Z | Downloaded sqlparser v0.61.0 |
| 1297 | 2026-07-16T21:19:56.792Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1298 | 2026-07-16T21:19:56.799Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-07-16T21:19:56.829Z | Downloaded sled v0.34.7 |
| 1300 | 2026-07-16T21:19:56.834Z | Downloaded zerocopy-derive v0.6.6 |
| 1301 | 2026-07-16T21:19:56.840Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-07-16T21:19:56.850Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-07-16T21:19:56.852Z | Downloaded tracing v0.1.44 |
| 1304 | 2026-07-16T21:19:56.864Z | Downloaded typify-impl v0.6.2 |
| 1305 | 2026-07-16T21:19:56.872Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-07-16T21:19:56.928Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-07-16T21:19:56.939Z | Downloaded jiff v0.2.21 |
| 1308 | 2026-07-16T21:19:56.965Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-07-16T21:19:56.975Z | Downloaded csv v1.4.0 |
| 1310 | 2026-07-16T21:19:56.987Z | Downloaded libz-sys v1.1.24 |
| 1311 | 2026-07-16T21:19:56.999Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1312 | 2026-07-16T21:19:57.009Z | Downloaded sha3 v0.10.8 |
| 1313 | 2026-07-16T21:19:57.012Z | Downloaded tokio v1.52.1 |
| 1314 | 2026-07-16T21:19:57.044Z | Downloaded encoding_rs v0.8.35 |
| 1315 | 2026-07-16T21:19:57.085Z | Downloaded ring v0.17.14 |
| 1316 | 2026-07-16T21:19:57.131Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-07-16T21:19:57.655Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-07-16T21:19:57.908Z | Compiling libc v0.2.185 |
| 1319 | 2026-07-16T21:19:57.908Z | Compiling serde_core v1.0.228 |
| 1320 | 2026-07-16T21:19:57.908Z | Compiling serde v1.0.228 |
| 1321 | 2026-07-16T21:19:57.912Z | Compiling log v0.4.29 |
| 1322 | 2026-07-16T21:19:57.912Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-07-16T21:19:57.912Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-07-16T21:19:58.044Z | Compiling shlex v1.3.0 |
| 1325 | 2026-07-16T21:19:58.053Z | Compiling syn v2.0.117 |
| 1326 | 2026-07-16T21:19:58.261Z | Compiling subtle v2.6.1 |
| 1327 | 2026-07-16T21:19:58.277Z | Compiling stable_deref_trait v1.2.1 |
| 1328 | 2026-07-16T21:19:58.304Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-07-16T21:19:58.321Z | Compiling typenum v1.20.1 |
| 1330 | 2026-07-16T21:19:58.344Z | Compiling serde_json v1.0.150 |
| 1331 | 2026-07-16T21:19:58.373Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-07-16T21:19:58.415Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-07-16T21:19:58.426Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-07-16T21:19:58.566Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-07-16T21:19:58.638Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-07-16T21:19:58.726Z | Compiling getrandom v0.4.1 |
| 1337 | 2026-07-16T21:19:58.866Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-07-16T21:19:58.885Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-07-16T21:19:58.899Z | Compiling errno v0.3.14 |
| 1340 | 2026-07-16T21:19:59.047Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-07-16T21:19:59.093Z | Compiling libm v0.2.16 |
| 1342 | 2026-07-16T21:19:59.120Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-07-16T21:19:59.229Z | Compiling cc v1.2.56 |
| 1344 | 2026-07-16T21:19:59.245Z | Compiling rand_core v0.6.4 |
| 1345 | 2026-07-16T21:19:59.289Z | Compiling signal-hook-registry v1.4.8 |
| 1346 | 2026-07-16T21:19:59.399Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-07-16T21:19:59.443Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-07-16T21:19:59.510Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-07-16T21:19:59.558Z | Compiling futures-core v0.3.32 |
| 1350 | 2026-07-16T21:19:59.612Z | Compiling parking_lot v0.12.5 |
| 1351 | 2026-07-16T21:19:59.713Z | Compiling mio v1.2.0 |
| 1352 | 2026-07-16T21:19:59.791Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-07-16T21:19:59.881Z | Compiling writeable v0.6.2 |
| 1354 | 2026-07-16T21:19:59.974Z | Compiling const-oid v0.9.6 |
| 1355 | 2026-07-16T21:19:59.999Z | Compiling percent-encoding v2.3.2 |
| 1356 | 2026-07-16T21:20:00.163Z | Compiling bitflags v2.11.0 |
| 1357 | 2026-07-16T21:20:00.187Z | Compiling litemap v0.8.1 |
| 1358 | 2026-07-16T21:20:00.218Z | Compiling semver v1.0.28 |
| 1359 | 2026-07-16T21:20:00.385Z | Compiling icu_normalizer_data v2.1.1 |
| 1360 | 2026-07-16T21:20:00.502Z | Compiling icu_properties_data v2.1.2 |
| 1361 | 2026-07-16T21:20:00.707Z | Compiling socket2 v0.6.3 |
| 1362 | 2026-07-16T21:20:00.815Z | Compiling futures-sink v0.3.32 |
| 1363 | 2026-07-16T21:20:00.881Z | Compiling slab v0.4.12 |
| 1364 | 2026-07-16T21:20:00.900Z | Compiling futures-task v0.3.32 |
| 1365 | 2026-07-16T21:20:00.915Z | Compiling synstructure v0.13.2 |
| 1366 | 2026-07-16T21:20:00.929Z | Compiling futures-channel v0.3.32 |
| 1367 | 2026-07-16T21:20:01.065Z | Compiling futures-io v0.3.32 |
| 1368 | 2026-07-16T21:20:01.079Z | Compiling utf8_iter v1.0.4 |
| 1369 | 2026-07-16T21:20:01.126Z | Compiling indexmap v2.14.0 |
| 1370 | 2026-07-16T21:20:01.156Z | Compiling form_urlencoded v1.2.2 |
| 1371 | 2026-07-16T21:20:01.218Z | Compiling rustversion v1.0.22 |
| 1372 | 2026-07-16T21:20:01.231Z | Compiling getrandom v0.3.4 |
| 1373 | 2026-07-16T21:20:01.274Z | Compiling cmake v0.1.57 |
| 1374 | 2026-07-16T21:20:01.292Z | Compiling dunce v1.0.5 |
| 1375 | 2026-07-16T21:20:01.330Z | Compiling fs_extra v1.3.0 |
| 1376 | 2026-07-16T21:20:01.387Z | Compiling rustix v1.1.3 |
| 1377 | 2026-07-16T21:20:01.519Z | Compiling ident_case v1.0.1 |
| 1378 | 2026-07-16T21:20:01.607Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-07-16T21:20:01.642Z | Compiling regex-syntax v0.8.10 |
| 1380 | 2026-07-16T21:20:01.687Z | Compiling aws-lc-sys v0.40.0 |
| 1381 | 2026-07-16T21:20:01.806Z | Compiling uuid v1.23.4 |
| 1382 | 2026-07-16T21:20:01.806Z | Compiling base64 v0.22.1 |
| 1383 | 2026-07-16T21:20:02.141Z | Compiling rand_core v0.9.5 |
| 1384 | 2026-07-16T21:20:02.175Z | Compiling vcpkg v0.2.15 |
| 1385 | 2026-07-16T21:20:02.244Z | Compiling base64ct v1.8.3 |
| 1386 | 2026-07-16T21:20:02.423Z | Compiling rustc_version v0.4.1 |
| 1387 | 2026-07-16T21:20:02.537Z | Compiling pem-rfc7468 v0.7.0 |
| 1388 | 2026-07-16T21:20:02.566Z | Compiling tracing-core v0.1.36 |
| 1389 | 2026-07-16T21:20:02.676Z | Compiling serde_derive v1.0.228 |
| 1390 | 2026-07-16T21:20:02.754Z | Compiling zeroize_derive v1.4.3 |
| 1391 | 2026-07-16T21:20:02.848Z | Compiling zerofrom-derive v0.1.6 |
| 1392 | 2026-07-16T21:20:02.928Z | Compiling yoke-derive v0.8.1 |
| 1393 | 2026-07-16T21:20:03.128Z | Compiling zerovec-derive v0.11.2 |
| 1394 | 2026-07-16T21:20:03.155Z | Compiling displaydoc v0.2.5 |
| 1395 | 2026-07-16T21:20:03.439Z | Compiling zeroize v1.8.2 |
| 1396 | 2026-07-16T21:20:03.645Z | Compiling zerocopy-derive v0.8.40 |
| 1397 | 2026-07-16T21:20:04.047Z | Compiling tokio-macros v2.7.0 |
| 1398 | 2026-07-16T21:20:04.134Z | Compiling futures-macro v0.3.32 |
| 1399 | 2026-07-16T21:20:04.300Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-07-16T21:20:04.303Z | Compiling zerofrom v0.1.6 |
| 1401 | 2026-07-16T21:20:04.441Z | Compiling yoke v0.8.1 |
| 1402 | 2026-07-16T21:20:04.525Z | Compiling block-buffer v0.10.4 |
| 1403 | 2026-07-16T21:20:04.632Z | Compiling zerovec v0.11.5 |
| 1404 | 2026-07-16T21:20:04.705Z | Compiling zerotrie v0.2.3 |
| 1405 | 2026-07-16T21:20:04.801Z | Compiling crypto-common v0.1.7 |
| 1406 | 2026-07-16T21:20:04.851Z | Compiling tracing-attributes v0.1.31 |
| 1407 | 2026-07-16T21:20:04.947Z | Compiling digest v0.10.7 |
| 1408 | 2026-07-16T21:20:04.970Z | Compiling futures-util v0.3.32 |
| 1409 | 2026-07-16T21:20:05.007Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-07-16T21:20:05.142Z | Compiling tinystr v0.8.2 |
| 1411 | 2026-07-16T21:20:05.190Z | Compiling potential_utf v0.1.4 |
| 1412 | 2026-07-16T21:20:05.340Z | Compiling icu_locale_core v2.1.1 |
| 1413 | 2026-07-16T21:20:05.353Z | Compiling icu_collections v2.1.1 |
| 1414 | 2026-07-16T21:20:05.890Z | Compiling thiserror-impl v2.0.18 |
| 1415 | 2026-07-16T21:20:05.994Z | Compiling flagset v0.4.7 |
| 1416 | 2026-07-16T21:20:06.128Z | Compiling icu_provider v2.1.1 |
| 1417 | 2026-07-16T21:20:06.238Z | Compiling bytes v1.11.1 |
| 1418 | 2026-07-16T21:20:06.284Z | Compiling chrono v0.4.45 |
| 1419 | 2026-07-16T21:20:06.298Z | Compiling aws-lc-rs v1.16.3 |
| 1420 | 2026-07-16T21:20:06.427Z | Compiling icu_properties v2.1.2 |
| 1421 | 2026-07-16T21:20:06.597Z | Compiling icu_normalizer v2.1.1 |
| 1422 | 2026-07-16T21:20:06.861Z | Compiling tokio v1.52.1 |
| 1423 | 2026-07-16T21:20:07.147Z | Compiling http v1.4.2 |
| 1424 | 2026-07-16T21:20:07.250Z | Compiling thiserror v2.0.18 |
| 1425 | 2026-07-16T21:20:07.320Z | Compiling idna_adapter v1.2.1 |
| 1426 | 2026-07-16T21:20:07.351Z | Compiling tracing v0.1.44 |
| 1427 | 2026-07-16T21:20:07.469Z | Compiling idna v1.1.0 |
| 1428 | 2026-07-16T21:20:07.524Z | Compiling der v0.7.10 |
| 1429 | 2026-07-16T21:20:07.685Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-07-16T21:20:07.845Z | Compiling url v2.5.8 |
| 1431 | 2026-07-16T21:20:08.050Z | Compiling ppv-lite86 v0.2.21 |
| 1432 | 2026-07-16T21:20:08.104Z | Compiling http-body v1.0.1 |
| 1433 | 2026-07-16T21:20:08.124Z | Compiling serde_derive_internals v0.29.1 |
| 1434 | 2026-07-16T21:20:08.202Z | Compiling cmov v0.5.4 |
| 1435 | 2026-07-16T21:20:08.249Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-07-16T21:20:08.317Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-07-16T21:20:08.365Z | Compiling rand_chacha v0.9.0 |
| 1438 | 2026-07-16T21:20:08.400Z | Compiling dyn-clone v1.0.20 |
| 1439 | 2026-07-16T21:20:08.487Z | Compiling schemars v0.8.22 |
| 1440 | 2026-07-16T21:20:08.533Z | Compiling httparse v1.10.1 |
| 1441 | 2026-07-16T21:20:08.616Z | Compiling rand v0.9.2 |
| 1442 | 2026-07-16T21:20:08.694Z | Compiling ctutils v0.4.2 |
| 1443 | 2026-07-16T21:20:08.726Z | Compiling spki v0.7.3 |
| 1444 | 2026-07-16T21:20:08.920Z | Compiling tinyvec v1.10.0 |
| 1445 | 2026-07-16T21:20:08.934Z | Compiling pest_generator v2.8.6 |
| 1446 | 2026-07-16T21:20:08.946Z | Compiling aho-corasick v1.1.4 |
| 1447 | 2026-07-16T21:20:08.982Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-07-16T21:20:09.034Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-07-16T21:20:09.191Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-07-16T21:20:09.251Z | Compiling untrusted v0.7.1 |
| 1451 | 2026-07-16T21:20:09.311Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-07-16T21:20:09.374Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-07-16T21:20:09.391Z | Compiling want v0.3.1 |
| 1454 | 2026-07-16T21:20:09.417Z | Compiling tempfile v3.25.0 |
| 1455 | 2026-07-16T21:20:09.551Z | Compiling hybrid-array v0.4.13 |
| 1456 | 2026-07-16T21:20:09.609Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-07-16T21:20:09.748Z | Compiling regex-automata v0.4.14 |
| 1458 | 2026-07-16T21:20:09.773Z | Compiling ipnet v2.11.0 |
| 1459 | 2026-07-16T21:20:10.047Z | Compiling scroll_derive v0.13.1 |
| 1460 | 2026-07-16T21:20:10.255Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-07-16T21:20:10.312Z | Compiling untrusted v0.9.0 |
| 1462 | 2026-07-16T21:20:10.436Z | Compiling rustls v0.23.41 |
| 1463 | 2026-07-16T21:20:10.621Z | Compiling tokio-util v0.7.18 |
| 1464 | 2026-07-16T21:20:10.641Z | Compiling httpdate v1.0.3 |
| 1465 | 2026-07-16T21:20:10.871Z | Compiling cpufeatures v0.2.17 |
| 1466 | 2026-07-16T21:20:10.912Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-07-16T21:20:10.944Z | Compiling openssl v0.10.79 |
| 1468 | 2026-07-16T21:20:11.002Z | Compiling foreign-types v0.3.2 |
| 1469 | 2026-07-16T21:20:11.078Z | Compiling scroll v0.13.0 |
| 1470 | 2026-07-16T21:20:11.213Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-07-16T21:20:11.379Z | Compiling h2 v0.4.15 |
| 1472 | 2026-07-16T21:20:11.558Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-07-16T21:20:11.674Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-07-16T21:20:11.788Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1475 | 2026-07-16T21:20:12.067Z | Compiling spin v0.9.8 |
| 1476 | 2026-07-16T21:20:12.096Z | Compiling time-core v0.1.8 |
| 1477 | 2026-07-16T21:20:12.183Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-07-16T21:20:12.201Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-07-16T21:20:12.252Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-07-16T21:20:12.336Z | Compiling powerfmt v0.2.0 |
| 1481 | 2026-07-16T21:20:12.486Z | Compiling deranged v0.5.8 |
| 1482 | 2026-07-16T21:20:12.526Z | Compiling time-macros v0.2.27 |
| 1483 | 2026-07-16T21:20:12.565Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-07-16T21:20:13.019Z | Compiling darling v0.20.11 |
| 1485 | 2026-07-16T21:20:13.097Z | Compiling goblin v0.10.5 |
| 1486 | 2026-07-16T21:20:13.424Z | Compiling sha2 v0.10.9 |
| 1487 | 2026-07-16T21:20:13.547Z | Compiling hmac v0.12.1 |
| 1488 | 2026-07-16T21:20:13.698Z | Compiling sync_wrapper v1.0.2 |
| 1489 | 2026-07-16T21:20:13.803Z | Compiling wait-timeout v0.2.1 |
| 1490 | 2026-07-16T21:20:13.817Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-07-16T21:20:13.918Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2026-07-16T21:20:14.062Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-07-16T21:20:14.215Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-07-16T21:20:14.280Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-07-16T21:20:14.438Z | Compiling hyper v1.10.1 |
| 1496 | 2026-07-16T21:20:14.520Z | Compiling syn v1.0.109 |
| 1497 | 2026-07-16T21:20:14.778Z | Compiling num_threads v0.1.7 |
| 1498 | 2026-07-16T21:20:14.839Z | Compiling siphasher v1.0.2 |
| 1499 | 2026-07-16T21:20:14.876Z | Compiling time v0.3.47 |
| 1500 | 2026-07-16T21:20:15.375Z | Compiling bit-set v0.8.0 |
| 1501 | 2026-07-16T21:20:15.437Z | Compiling rusty-fork v0.3.1 |
| 1502 | 2026-07-16T21:20:15.481Z | Compiling tower v0.5.3 |
| 1503 | 2026-07-16T21:20:15.597Z | Compiling hyper-util v0.1.20 |
| 1504 | 2026-07-16T21:20:15.786Z | Compiling derive_builder_core v0.20.2 |
| 1505 | 2026-07-16T21:20:15.963Z | Compiling dof v0.4.0 |
| 1506 | 2026-07-16T21:20:16.265Z | Compiling dtrace-parser v0.3.0 |
| 1507 | 2026-07-16T21:20:16.495Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-07-16T21:20:16.656Z | Compiling heapless v0.7.17 |
| 1509 | 2026-07-16T21:20:16.729Z | Compiling thiserror-impl v1.0.69 |
| 1510 | 2026-07-16T21:20:16.902Z | Compiling scroll_derive v0.12.1 |
| 1511 | 2026-07-16T21:20:16.967Z | Compiling rand_xorshift v0.4.0 |
| 1512 | 2026-07-16T21:20:17.118Z | Compiling slog v2.8.2 |
| 1513 | 2026-07-16T21:20:17.133Z | Compiling darling_core v0.21.3 |
| 1514 | 2026-07-16T21:20:17.303Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1515 | 2026-07-16T21:20:17.317Z | Compiling thread-id v5.1.0 |
| 1516 | 2026-07-16T21:20:17.321Z | Compiling cookie v0.18.1 |
| 1517 | 2026-07-16T21:20:17.397Z | Compiling unarray v0.1.4 |
| 1518 | 2026-07-16T21:20:17.506Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-07-16T21:20:17.521Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-07-16T21:20:17.560Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-07-16T21:20:17.584Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-07-16T21:20:17.786Z | Compiling ryu v1.0.23 |
| 1523 | 2026-07-16T21:20:17.830Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-07-16T21:20:17.884Z | Compiling iri-string v0.7.10 |
| 1525 | 2026-07-16T21:20:17.956Z | Compiling paste v1.0.15 |
| 1526 | 2026-07-16T21:20:17.959Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-07-16T21:20:17.983Z | Compiling signal-hook v0.3.18 |
| 1528 | 2026-07-16T21:20:18.019Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-07-16T21:20:18.120Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-07-16T21:20:18.170Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-07-16T21:20:18.186Z | Compiling serde_urlencoded v0.7.1 |
| 1532 | 2026-07-16T21:20:18.475Z | Compiling scroll v0.12.0 |
| 1533 | 2026-07-16T21:20:18.640Z | Compiling proptest v1.10.0 |
| 1534 | 2026-07-16T21:20:18.790Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-07-16T21:20:19.144Z | Compiling tower-http v0.6.8 |
| 1536 | 2026-07-16T21:20:19.248Z | Compiling tokio-native-tls v0.3.1 |
| 1537 | 2026-07-16T21:20:19.260Z | Compiling camino v1.2.2 |
| 1538 | 2026-07-16T21:20:19.412Z | Compiling bstr v1.12.1 |
| 1539 | 2026-07-16T21:20:19.532Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-07-16T21:20:19.564Z | Compiling darling_macro v0.21.3 |
| 1541 | 2026-07-16T21:20:19.632Z | Compiling block-buffer v0.12.1 |
| 1542 | 2026-07-16T21:20:19.651Z | Compiling block-padding v0.4.2 |
| 1543 | 2026-07-16T21:20:19.807Z | Compiling crypto-common v0.2.2 |
| 1544 | 2026-07-16T21:20:19.822Z | Compiling rustls-native-certs v0.8.3 |
| 1545 | 2026-07-16T21:20:19.915Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-07-16T21:20:20.041Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-07-16T21:20:20.045Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-07-16T21:20:20.102Z | Compiling hex v0.4.3 |
| 1549 | 2026-07-16T21:20:20.191Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-07-16T21:20:20.289Z | Compiling serde_tokenstream v0.2.3 |
| 1551 | 2026-07-16T21:20:20.360Z | Compiling md-5 v0.10.6 |
| 1552 | 2026-07-16T21:20:20.584Z | Compiling signature v2.2.0 |
| 1553 | 2026-07-16T21:20:20.620Z | Compiling curve25519-dalek v4.1.3 |
| 1554 | 2026-07-16T21:20:20.724Z | Compiling zerocopy-derive v0.7.35 |
| 1555 | 2026-07-16T21:20:20.735Z | Compiling async-trait v0.1.89 |
| 1556 | 2026-07-16T21:20:20.757Z | Compiling pin-project-internal v1.1.11 |
| 1557 | 2026-07-16T21:20:20.961Z | Compiling vergen-lib v9.1.0 |
| 1558 | 2026-07-16T21:20:21.159Z | Compiling hash32 v0.2.1 |
| 1559 | 2026-07-16T21:20:21.350Z | Compiling num-integer v0.1.46 |
| 1560 | 2026-07-16T21:20:21.565Z | Compiling memoffset v0.9.1 |
| 1561 | 2026-07-16T21:20:21.590Z | Compiling encoding_rs v0.8.35 |
| 1562 | 2026-07-16T21:20:21.676Z | Compiling num-bigint-dig v0.8.6 |
| 1563 | 2026-07-16T21:20:21.749Z | Compiling ref-cast v1.0.25 |
| 1564 | 2026-07-16T21:20:21.767Z | Compiling litrs v1.0.0 |
| 1565 | 2026-07-16T21:20:21.866Z | Compiling rustix v0.38.44 |
| 1566 | 2026-07-16T21:20:21.882Z | Compiling fallible-iterator v0.2.0 |
| 1567 | 2026-07-16T21:20:22.059Z | Compiling psl-types v2.0.11 |
| 1568 | 2026-07-16T21:20:22.191Z | Compiling zlib-rs v0.6.2 |
| 1569 | 2026-07-16T21:20:22.207Z | Compiling cfg_aliases v0.2.1 |
| 1570 | 2026-07-16T21:20:22.244Z | Compiling smoltcp v0.9.1 |
| 1571 | 2026-07-16T21:20:22.269Z | Compiling mime v0.3.17 |
| 1572 | 2026-07-16T21:20:22.277Z | Compiling document-features v0.2.12 |
| 1573 | 2026-07-16T21:20:22.520Z | Compiling nix v0.31.2 |
| 1574 | 2026-07-16T21:20:22.664Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-07-16T21:20:22.830Z | Compiling postgres-protocol v0.6.10 |
| 1576 | 2026-07-16T21:20:22.914Z | Compiling pin-project v1.1.11 |
| 1577 | 2026-07-16T21:20:23.011Z | Compiling zerocopy v0.7.35 |
| 1578 | 2026-07-16T21:20:23.026Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-07-16T21:20:23.156Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-07-16T21:20:23.171Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-07-16T21:20:23.478Z | Compiling rand v0.8.6 |
| 1582 | 2026-07-16T21:20:23.531Z | Compiling darling v0.21.3 |
| 1583 | 2026-07-16T21:20:23.543Z | Compiling inout v0.2.2 |
| 1584 | 2026-07-16T21:20:23.611Z | Compiling oxnet v0.1.6 |
| 1585 | 2026-07-16T21:20:23.628Z | Compiling hyper-tls v0.6.0 |
| 1586 | 2026-07-16T21:20:23.721Z | Compiling derive_builder v0.20.2 |
| 1587 | 2026-07-16T21:20:23.853Z | Compiling goblin v0.8.2 |
| 1588 | 2026-07-16T21:20:24.365Z | Compiling phf_shared v0.13.1 |
| 1589 | 2026-07-16T21:20:24.448Z | Compiling lazy_static v1.5.0 |
| 1590 | 2026-07-16T21:20:24.541Z | Compiling regex v1.12.3 |
| 1591 | 2026-07-16T21:20:24.560Z | Compiling anstyle-parse v0.2.7 |
| 1592 | 2026-07-16T21:20:24.574Z | Compiling futures-executor v0.3.32 |
| 1593 | 2026-07-16T21:20:24.598Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-07-16T21:20:24.733Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-07-16T21:20:24.736Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-07-16T21:20:24.828Z | Compiling snafu-derive v0.8.9 |
| 1597 | 2026-07-16T21:20:24.956Z | Compiling ref-cast-impl v1.0.25 |
| 1598 | 2026-07-16T21:20:25.372Z | Compiling flate2 v1.1.9 |
| 1599 | 2026-07-16T21:20:25.448Z | Compiling strum_macros v0.27.2 |
| 1600 | 2026-07-16T21:20:25.505Z | Compiling vergen v9.1.0 |
| 1601 | 2026-07-16T21:20:25.528Z | Compiling cargo-platform v0.3.2 |
| 1602 | 2026-07-16T21:20:25.704Z | Compiling ff v0.13.1 |
| 1603 | 2026-07-16T21:20:25.809Z | Compiling fs-err v3.3.0 |
| 1604 | 2026-07-16T21:20:25.837Z | Compiling ahash v0.8.12 |
| 1605 | 2026-07-16T21:20:25.851Z | Compiling winnow v0.5.40 |
| 1606 | 2026-07-16T21:20:26.003Z | Compiling bumpalo v3.20.2 |
| 1607 | 2026-07-16T21:20:26.059Z | Compiling same-file v1.0.6 |
| 1608 | 2026-07-16T21:20:26.226Z | Compiling managed v0.8.0 |
| 1609 | 2026-07-16T21:20:26.250Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-07-16T21:20:26.438Z | Compiling base16ct v0.2.0 |
| 1611 | 2026-07-16T21:20:26.472Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-07-16T21:20:26.613Z | Compiling bitflags v1.3.2 |
| 1613 | 2026-07-16T21:20:26.643Z | Compiling object v0.37.3 |
| 1614 | 2026-07-16T21:20:26.693Z | Compiling unicode-segmentation v1.12.0 |
| 1615 | 2026-07-16T21:20:26.764Z | Compiling libbz2-rs-sys v0.2.2 |
| 1616 | 2026-07-16T21:20:26.973Z | Compiling snafu v0.8.9 |
| 1617 | 2026-07-16T21:20:27.300Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-07-16T21:20:27.328Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-07-16T21:20:27.343Z | Compiling hashbrown v0.15.5 |
| 1620 | 2026-07-16T21:20:27.422Z | Compiling strum v0.27.2 |
| 1621 | 2026-07-16T21:20:27.445Z | Compiling sec1 v0.7.3 |
| 1622 | 2026-07-16T21:20:27.499Z | Compiling clap_builder v4.6.0 |
| 1623 | 2026-07-16T21:20:27.545Z | Compiling hashbrown v0.16.1 |
| 1624 | 2026-07-16T21:20:27.717Z | Compiling zopfli v0.8.3 |
| 1625 | 2026-07-16T21:20:27.865Z | Compiling walkdir v2.5.0 |
| 1626 | 2026-07-16T21:20:27.881Z | Compiling dof v0.3.0 |
| 1627 | 2026-07-16T21:20:28.188Z | Compiling group v0.13.0 |
| 1628 | 2026-07-16T21:20:28.282Z | Compiling cargo_metadata v0.23.1 |
| 1629 | 2026-07-16T21:20:28.366Z | Compiling daft v0.1.7 |
| 1630 | 2026-07-16T21:20:28.590Z | Compiling futures v0.3.32 |
| 1631 | 2026-07-16T21:20:28.641Z | Compiling anstream v0.6.21 |
| 1632 | 2026-07-16T21:20:28.671Z | Compiling phf v0.13.1 |
| 1633 | 2026-07-16T21:20:28.947Z | Compiling signal-hook-mio v0.2.5 |
| 1634 | 2026-07-16T21:20:29.414Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-07-16T21:20:29.517Z | Compiling zstd v0.13.3 |
| 1636 | 2026-07-16T21:20:29.628Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-07-16T21:20:29.775Z | Compiling reqwest v0.12.28 |
| 1638 | 2026-07-16T21:20:29.835Z | Compiling cipher v0.5.2 |
| 1639 | 2026-07-16T21:20:29.918Z | Compiling hubpack v0.1.2 |
| 1640 | 2026-07-16T21:20:30.060Z | Compiling serde_with_macros v3.17.0 |
| 1641 | 2026-07-16T21:20:30.121Z | Compiling postgres-types v0.2.12 |
| 1642 | 2026-07-16T21:20:30.446Z | Compiling ed25519 v2.2.3 |
| 1643 | 2026-07-16T21:20:30.713Z | Compiling usdt-macro v0.6.0 |
| 1644 | 2026-07-16T21:20:31.221Z | Compiling usdt-attr-macro v0.6.0 |
| 1645 | 2026-07-16T21:20:31.358Z | Compiling globset v0.4.18 |
| 1646 | 2026-07-16T21:20:31.379Z | Compiling dtrace-parser v0.2.0 |
| 1647 | 2026-07-16T21:20:31.471Z | Compiling phf_shared v0.11.3 |
| 1648 | 2026-07-16T21:20:31.475Z | Compiling hkdf v0.12.4 |
| 1649 | 2026-07-16T21:20:31.648Z | Compiling pkcs1 v0.7.5 |
| 1650 | 2026-07-16T21:20:31.665Z | Compiling olpc-cjson v0.1.4 |
| 1651 | 2026-07-16T21:20:31.826Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-07-16T21:20:31.977Z | Compiling serde_plain v1.0.2 |
| 1653 | 2026-07-16T21:20:32.017Z | Compiling crypto-bigint v0.5.5 |
| 1654 | 2026-07-16T21:20:32.030Z | Compiling async-recursion v1.1.1 |
| 1655 | 2026-07-16T21:20:32.035Z | Compiling clap_derive v4.6.1 |
| 1656 | 2026-07-16T21:20:32.102Z | Compiling enum-as-inner v0.6.1 |
| 1657 | 2026-07-16T21:20:32.152Z | Compiling strum_macros v0.26.4 |
| 1658 | 2026-07-16T21:20:32.607Z | Compiling serde_repr v0.1.20 |
| 1659 | 2026-07-16T21:20:32.691Z | Compiling pem v3.0.6 |
| 1660 | 2026-07-16T21:20:33.012Z | Compiling float-cmp v0.10.0 |
| 1661 | 2026-07-16T21:20:33.139Z | Compiling memmap2 v0.9.10 |
| 1662 | 2026-07-16T21:20:33.161Z | Compiling thread-id v4.2.2 |
| 1663 | 2026-07-16T21:20:33.246Z | Compiling env_filter v1.0.0 |
| 1664 | 2026-07-16T21:20:33.356Z | Compiling keccak v0.1.6 |
| 1665 | 2026-07-16T21:20:33.494Z | Compiling difflib v0.4.0 |
| 1666 | 2026-07-16T21:20:33.550Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-07-16T21:20:33.618Z | Compiling fixedbitset v0.4.2 |
| 1668 | 2026-07-16T21:20:33.767Z | Compiling either v1.15.0 |
| 1669 | 2026-07-16T21:20:33.830Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-07-16T21:20:33.878Z | Compiling winnow v1.0.3 |
| 1671 | 2026-07-16T21:20:33.914Z | Compiling predicates-core v1.0.10 |
| 1672 | 2026-07-16T21:20:33.965Z | Compiling static_assertions v1.1.0 |
| 1673 | 2026-07-16T21:20:34.036Z | Compiling normalize-line-endings v0.3.0 |
| 1674 | 2026-07-16T21:20:34.051Z | Compiling const-oid v0.10.2 |
| 1675 | 2026-07-16T21:20:34.075Z | Compiling cpufeatures v0.3.0 |
| 1676 | 2026-07-16T21:20:34.091Z | Compiling data-encoding v2.10.0 |
| 1677 | 2026-07-16T21:20:34.094Z | Compiling typed-path v0.9.3 |
| 1678 | 2026-07-16T21:20:34.123Z | Compiling jiff v0.2.21 |
| 1679 | 2026-07-16T21:20:34.148Z | Compiling fixedbitset v0.5.7 |
| 1680 | 2026-07-16T21:20:34.216Z | Compiling whoami v2.1.0 |
| 1681 | 2026-07-16T21:20:34.243Z | Compiling digest v0.11.3 |
| 1682 | 2026-07-16T21:20:34.440Z | Compiling tokio-postgres v0.7.16 |
| 1683 | 2026-07-16T21:20:34.450Z | Compiling hickory-proto v0.25.2 |
| 1684 | 2026-07-16T21:20:34.470Z | Compiling petgraph v0.8.3 |
| 1685 | 2026-07-16T21:20:34.583Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1686 | 2026-07-16T21:20:34.785Z | Compiling chacha20 v0.10.0 |
| 1687 | 2026-07-16T21:20:35.151Z | Compiling predicates v3.1.4 |
| 1688 | 2026-07-16T21:20:35.220Z | Compiling toml_edit v0.22.27 |
| 1689 | 2026-07-16T21:20:35.287Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1690 | 2026-07-16T21:20:35.852Z | Compiling itertools v0.13.0 |
| 1691 | 2026-07-16T21:20:36.453Z | Compiling string_cache v0.8.9 |
| 1692 | 2026-07-16T21:20:36.665Z | Compiling strum v0.26.3 |
| 1693 | 2026-07-16T21:20:36.693Z | Compiling clap v4.6.1 |
| 1694 | 2026-07-16T21:20:36.764Z | Compiling zip v4.6.1 |
| 1695 | 2026-07-16T21:20:36.791Z | Compiling petgraph v0.6.5 |
| 1696 | 2026-07-16T21:20:37.089Z | Compiling sha3 v0.10.8 |
| 1697 | 2026-07-16T21:20:37.542Z | Compiling env_logger v0.11.9 |
| 1698 | 2026-07-16T21:20:37.727Z | Compiling usdt v0.6.0 |
| 1699 | 2026-07-16T21:20:37.915Z | Compiling usdt-impl v0.5.0 |
| 1700 | 2026-07-16T21:20:37.947Z | Compiling elliptic-curve v0.13.8 |
| 1701 | 2026-07-16T21:20:37.988Z | Compiling rsa v0.9.10 |
| 1702 | 2026-07-16T21:20:38.136Z | Compiling serde_with v3.17.0 |
| 1703 | 2026-07-16T21:20:38.271Z | Compiling crossterm v0.28.1 |
| 1704 | 2026-07-16T21:20:38.322Z | Compiling ed25519-dalek v2.2.0 |
| 1705 | 2026-07-16T21:20:38.485Z | Compiling zip v0.6.6 |
| 1706 | 2026-07-16T21:20:39.060Z | Compiling toml v0.7.8 |
| 1707 | 2026-07-16T21:20:39.168Z | Compiling iddqd v0.4.2 |
| 1708 | 2026-07-16T21:20:39.639Z | Compiling heck v0.4.1 |
| 1709 | 2026-07-16T21:20:39.769Z | Compiling similar v2.7.0 |
| 1710 | 2026-07-16T21:20:39.837Z | Compiling byte-wrapper v0.1.0 |
| 1711 | 2026-07-16T21:20:39.861Z | Compiling crossbeam-epoch v0.9.18 |
| 1712 | 2026-07-16T21:20:40.004Z | Compiling tokio-stream v0.1.18 |
| 1713 | 2026-07-16T21:20:40.166Z | Compiling buf-list v1.1.2 |
| 1714 | 2026-07-16T21:20:40.181Z | Compiling x509-cert v0.2.5 |
| 1715 | 2026-07-16T21:20:40.443Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1716 | 2026-07-16T21:20:40.446Z | Compiling openapiv3 v2.2.0 |
| 1717 | 2026-07-16T21:20:40.481Z | Compiling lalrpop-util v0.19.12 |
| 1718 | 2026-07-16T21:20:40.675Z | Compiling peg-runtime v0.8.5 |
| 1719 | 2026-07-16T21:20:40.685Z | Compiling thread_local v1.1.9 |
| 1720 | 2026-07-16T21:20:40.746Z | Compiling slog-async v2.8.0 |
| 1721 | 2026-07-16T21:20:40.934Z | Compiling crossbeam-channel v0.5.15 |
| 1722 | 2026-07-16T21:20:40.947Z | Compiling is-terminal v0.4.17 |
| 1723 | 2026-07-16T21:20:41.045Z | Compiling filetime v0.2.27 |
| 1724 | 2026-07-16T21:20:41.081Z | Compiling term v1.2.1 |
| 1725 | 2026-07-16T21:20:41.221Z | Compiling xattr v1.6.1 |
| 1726 | 2026-07-16T21:20:41.320Z | Compiling take_mut v0.2.2 |
| 1727 | 2026-07-16T21:20:41.395Z | Compiling slog-term v2.9.2 |
| 1728 | 2026-07-16T21:20:41.430Z | Compiling tar v0.4.46 |
| 1729 | 2026-07-16T21:20:41.672Z | Compiling camino-tempfile v1.4.1 |
| 1730 | 2026-07-16T21:20:51.445Z | Compiling rustls-webpki v0.103.13 |
| 1731 | 2026-07-16T21:20:54.116Z | Compiling tokio-rustls v0.26.4 |
| 1732 | 2026-07-16T21:20:54.116Z | Compiling rustls-platform-verifier v0.6.2 |
| 1733 | 2026-07-16T21:20:54.116Z | Compiling tough v0.22.0 |
| 1734 | 2026-07-16T21:20:54.325Z | Compiling hyper-rustls v0.27.7 |
| 1735 | 2026-07-16T21:20:54.518Z | Compiling reqwest v0.13.2 |
| 1736 | 2026-07-16T21:20:56.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1737 | 2026-07-16T21:20:56.984Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1738 | 2026-07-16T21:20:59.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1739 | 2026-07-16T21:20:59.949Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1740 | 2026-07-16T21:21:00.028Z | Jul 16 21:20:58.470 INFO Starting download, target: DendriteStub |
| 1741 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Starting download, target: Console |
| 1742 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Starting download, target: Clickhouse |
| 1743 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Starting download, target: Cockroach |
| 1744 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Starting download, target: MaghemiteMgd |
| 1745 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Starting download, target: MaghemiteDdmd |
| 1746 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Starting download, target: TransceiverControl |
| 1747 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1748 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1749 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1750 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1751 | 2026-07-16T21:21:00.029Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1752 | 2026-07-16T21:21:00.030Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1753 | 2026-07-16T21:21:00.030Z | Jul 16 21:20:58.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1754 | 2026-07-16T21:21:00.701Z | Jul 16 21:20:59.164 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1755 | 2026-07-16T21:21:00.907Z | Jul 16 21:20:59.371 INFO Download complete, target: TransceiverControl |
| 1756 | 2026-07-16T21:21:02.106Z | Jul 16 21:21:00.568 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1757 | 2026-07-16T21:21:02.132Z | Jul 16 21:21:00.572 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1758 | 2026-07-16T21:21:02.157Z | Jul 16 21:21:00.606 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1759 | 2026-07-16T21:21:02.171Z | Jul 16 21:21:00.636 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1760 | 2026-07-16T21:21:02.375Z | Jul 16 21:21:00.835 INFO Download complete, target: Console |
| 1761 | 2026-07-16T21:21:02.485Z | Jul 16 21:21:00.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1762 | 2026-07-16T21:21:04.150Z | Jul 16 21:21:02.614 INFO Download complete, target: MaghemiteDdmd |
| 1763 | 2026-07-16T21:21:04.647Z | Jul 16 21:21:03.114 INFO Download complete, target: DendriteStub |
| 1764 | 2026-07-16T21:21:04.686Z | Jul 16 21:21:03.151 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1765 | 2026-07-16T21:21:04.687Z | Jul 16 21:21:03.151 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1766 | 2026-07-16T21:21:05.143Z | Jul 16 21:21:03.607 INFO Download complete, target: MaghemiteMgd |
| 1767 | 2026-07-16T21:21:09.361Z | Jul 16 21:21:07.832 INFO Checking that binary works, target: Clickhouse |
| 1768 | 2026-07-16T21:21:09.379Z | Jul 16 21:21:07.849 INFO Checking that binary works, target: Cockroach |
| 1769 | 2026-07-16T21:21:09.489Z | Jul 16 21:21:07.959 INFO Download complete, target: Clickhouse |
| 1770 | 2026-07-16T21:21:09.552Z | Jul 16 21:21:08.022 INFO Download complete, target: Cockroach |
| 1771 | 2026-07-16T21:21:09.589Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1772 | 2026-07-16T21:21:09.592Z | |
| 1773 | 2026-07-16T21:21:09.592Z | real 2:01.870078344 |
| 1774 | 2026-07-16T21:21:09.592Z | user 6:36.673357364 |
| 1775 | 2026-07-16T21:21:09.592Z | sys 1:20.248348783 |
| 1776 | 2026-07-16T21:21:09.592Z | trap 0.233351478 |
| 1777 | 2026-07-16T21:21:09.592Z | tflt 0.670690142 |
| 1778 | 2026-07-16T21:21:09.593Z | dflt 0.907077261 |
| 1779 | 2026-07-16T21:21:09.593Z | kflt 0.027461515 |
| 1780 | 2026-07-16T21:21:09.593Z | lock 22:07.069946299 |
| 1781 | 2026-07-16T21:21:09.593Z | slp 20:05.844298631 |
| 1782 | 2026-07-16T21:21:09.593Z | lat 40.812208384 |
| 1783 | 2026-07-16T21:21:09.593Z | stop 1:56.825782031 |
| 1784 | 2026-07-16T21:21:09.593Z | + banner hack-check |
| 1785 | 2026-07-16T21:21:09.593Z | |
| 1786 | 2026-07-16T21:21:09.593Z | # # ## #### # # #### # # ###### #### # # |
| 1787 | 2026-07-16T21:21:09.593Z | # # # # # # # # # # # # # # # # # |
| 1788 | 2026-07-16T21:21:09.593Z | ###### # # # #### ##### # ###### ##### # #### |
| 1789 | 2026-07-16T21:21:09.593Z | # # ###### # # # # # # # # # # |
| 1790 | 2026-07-16T21:21:09.593Z | # # # # # # # # # # # # # # # # # |
| 1791 | 2026-07-16T21:21:09.593Z | # # # # #### # # #### # # ###### #### # # |
| 1792 | 2026-07-16T21:21:09.593Z | |
| 1793 | 2026-07-16T21:21:09.593Z | + export CARGO_INCREMENTAL=0 |
| 1794 | 2026-07-16T21:21:09.593Z | + CARGO_INCREMENTAL=0 |
| 1795 | 2026-07-16T21:21:09.593Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1796 | 2026-07-16T21:21:10.062Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1797 | 2026-07-16T21:21:10.351Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1798 | 2026-07-16T21:21:12.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 1799 | 2026-07-16T21:21:12.187Z | Running `target/debug/xtask check-features --ci` |
| 1800 | 2026-07-16T21:21:12.214Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1801 | 2026-07-16T21:21:12.217Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1802 | 2026-07-16T21:21:12.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1803 | 2026-07-16T21:21:12.648Z | Running `target/debug/xtask download cargo-hack` |
| 1804 | 2026-07-16T21:21:13.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1805 | 2026-07-16T21:21:13.712Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1806 | 2026-07-16T21:21:16.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 1807 | 2026-07-16T21:21:16.426Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1808 | 2026-07-16T21:21:16.439Z | Jul 16 21:21:14.894 INFO Starting download, target: CargoHack |
| 1809 | 2026-07-16T21:21:16.439Z | Jul 16 21:21:14.895 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1810 | 2026-07-16T21:21:16.805Z | Jul 16 21:21:15.275 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1811 | 2026-07-16T21:21:16.855Z | Jul 16 21:21:15.325 INFO Download complete, target: CargoHack |
| 1812 | 2026-07-16T21:21:16.857Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1813 | 2026-07-16T21:21:16.870Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1814 | 2026-07-16T21:21:17.029Z | info: running `cargo check --bins` on api_identity (1/301) |
| 1815 | 2026-07-16T21:21:17.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-07-16T21:21:17.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-07-16T21:21:17.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-07-16T21:21:17.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1819 | 2026-07-16T21:21:17.545Z | |
| 1820 | 2026-07-16T21:21:17.545Z | info: running `cargo check --bins` on bootstore (2/301) |
| 1821 | 2026-07-16T21:21:17.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-07-16T21:21:17.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-07-16T21:21:17.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-07-16T21:21:17.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1825 | 2026-07-16T21:21:18.067Z | |
| 1826 | 2026-07-16T21:21:18.067Z | info: running `cargo check --bins` on omicron-ledger (3/301) |
| 1827 | 2026-07-16T21:21:18.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-07-16T21:21:18.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-07-16T21:21:18.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-07-16T21:21:18.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1831 | 2026-07-16T21:21:18.622Z | |
| 1832 | 2026-07-16T21:21:18.622Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301) |
| 1833 | 2026-07-16T21:21:19.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-07-16T21:21:19.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-07-16T21:21:19.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-07-16T21:21:19.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1837 | 2026-07-16T21:21:19.113Z | |
| 1838 | 2026-07-16T21:21:19.113Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301) |
| 1839 | 2026-07-16T21:21:19.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-07-16T21:21:19.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-07-16T21:21:19.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-07-16T21:21:19.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1843 | 2026-07-16T21:21:19.625Z | |
| 1844 | 2026-07-16T21:21:19.625Z | info: running `cargo check --bins` on omicron-certificates (6/301) |
| 1845 | 2026-07-16T21:21:20.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-07-16T21:21:20.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-07-16T21:21:20.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-07-16T21:21:20.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1849 | 2026-07-16T21:21:20.157Z | |
| 1850 | 2026-07-16T21:21:20.157Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/301) |
| 1851 | 2026-07-16T21:21:20.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-07-16T21:21:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-07-16T21:21:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-07-16T21:21:20.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1855 | 2026-07-16T21:21:20.702Z | |
| 1856 | 2026-07-16T21:21:20.702Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301) |
| 1857 | 2026-07-16T21:21:21.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-07-16T21:21:21.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-07-16T21:21:21.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-07-16T21:21:21.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1861 | 2026-07-16T21:21:21.235Z | |
| 1862 | 2026-07-16T21:21:21.235Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301) |
| 1863 | 2026-07-16T21:21:21.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-07-16T21:21:21.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-07-16T21:21:21.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-07-16T21:21:21.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1867 | 2026-07-16T21:21:21.635Z | |
| 1868 | 2026-07-16T21:21:21.635Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301) |
| 1869 | 2026-07-16T21:21:21.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-07-16T21:21:21.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-07-16T21:21:21.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-07-16T21:21:21.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1873 | 2026-07-16T21:21:22.037Z | |
| 1874 | 2026-07-16T21:21:22.037Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301) |
| 1875 | 2026-07-16T21:21:22.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-07-16T21:21:22.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-07-16T21:21:22.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-07-16T21:21:22.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1879 | 2026-07-16T21:21:22.436Z | |
| 1880 | 2026-07-16T21:21:22.436Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301) |
| 1881 | 2026-07-16T21:21:22.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-07-16T21:21:22.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-07-16T21:21:22.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-07-16T21:21:22.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1885 | 2026-07-16T21:21:22.836Z | |
| 1886 | 2026-07-16T21:21:22.836Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301) |
| 1887 | 2026-07-16T21:21:23.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-07-16T21:21:23.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-07-16T21:21:23.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-07-16T21:21:23.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1891 | 2026-07-16T21:21:23.237Z | |
| 1892 | 2026-07-16T21:21:23.237Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301) |
| 1893 | 2026-07-16T21:21:23.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-07-16T21:21:23.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-07-16T21:21:23.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-07-16T21:21:23.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1897 | 2026-07-16T21:21:23.640Z | |
| 1898 | 2026-07-16T21:21:23.640Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301) |
| 1899 | 2026-07-16T21:21:23.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-07-16T21:21:23.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-07-16T21:21:23.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-07-16T21:21:23.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1903 | 2026-07-16T21:21:24.040Z | |
| 1904 | 2026-07-16T21:21:24.040Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301) |
| 1905 | 2026-07-16T21:21:24.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-07-16T21:21:24.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-07-16T21:21:24.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-07-16T21:21:24.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1909 | 2026-07-16T21:21:24.440Z | |
| 1910 | 2026-07-16T21:21:24.440Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301) |
| 1911 | 2026-07-16T21:21:24.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-07-16T21:21:24.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-07-16T21:21:24.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-07-16T21:21:24.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1915 | 2026-07-16T21:21:24.839Z | |
| 1916 | 2026-07-16T21:21:24.839Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301) |
| 1917 | 2026-07-16T21:21:25.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-07-16T21:21:25.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-07-16T21:21:25.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-07-16T21:21:25.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1921 | 2026-07-16T21:21:25.237Z | |
| 1922 | 2026-07-16T21:21:25.237Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301) |
| 1923 | 2026-07-16T21:21:25.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-07-16T21:21:25.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-07-16T21:21:25.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-07-16T21:21:25.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1927 | 2026-07-16T21:21:25.639Z | |
| 1928 | 2026-07-16T21:21:25.639Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301) |
| 1929 | 2026-07-16T21:21:25.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-07-16T21:21:25.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-07-16T21:21:25.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-07-16T21:21:25.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1933 | 2026-07-16T21:21:26.041Z | |
| 1934 | 2026-07-16T21:21:26.041Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301) |
| 1935 | 2026-07-16T21:21:26.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-07-16T21:21:26.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-07-16T21:21:26.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-07-16T21:21:26.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1939 | 2026-07-16T21:21:26.443Z | |
| 1940 | 2026-07-16T21:21:26.443Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301) |
| 1941 | 2026-07-16T21:21:26.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-07-16T21:21:26.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-07-16T21:21:26.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-07-16T21:21:26.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1945 | 2026-07-16T21:21:26.843Z | |
| 1946 | 2026-07-16T21:21:26.843Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301) |
| 1947 | 2026-07-16T21:21:27.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-07-16T21:21:27.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-07-16T21:21:27.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-07-16T21:21:27.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1951 | 2026-07-16T21:21:27.246Z | |
| 1952 | 2026-07-16T21:21:27.246Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301) |
| 1953 | 2026-07-16T21:21:27.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-07-16T21:21:27.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-07-16T21:21:27.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-07-16T21:21:27.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1957 | 2026-07-16T21:21:27.650Z | |
| 1958 | 2026-07-16T21:21:27.650Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301) |
| 1959 | 2026-07-16T21:21:28.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-07-16T21:21:28.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-07-16T21:21:28.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-07-16T21:21:28.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1963 | 2026-07-16T21:21:28.057Z | |
| 1964 | 2026-07-16T21:21:28.057Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301) |
| 1965 | 2026-07-16T21:21:28.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-07-16T21:21:28.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-07-16T21:21:28.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-07-16T21:21:28.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1969 | 2026-07-16T21:21:28.453Z | |
| 1970 | 2026-07-16T21:21:28.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301) |
| 1971 | 2026-07-16T21:21:28.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-07-16T21:21:28.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-07-16T21:21:28.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-07-16T21:21:28.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1975 | 2026-07-16T21:21:28.856Z | |
| 1976 | 2026-07-16T21:21:28.856Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301) |
| 1977 | 2026-07-16T21:21:29.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-07-16T21:21:29.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-07-16T21:21:29.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-07-16T21:21:29.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1981 | 2026-07-16T21:21:29.258Z | |
| 1982 | 2026-07-16T21:21:29.258Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301) |
| 1983 | 2026-07-16T21:21:29.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-07-16T21:21:29.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-07-16T21:21:29.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-07-16T21:21:29.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1987 | 2026-07-16T21:21:29.662Z | |
| 1988 | 2026-07-16T21:21:29.662Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301) |
| 1989 | 2026-07-16T21:21:30.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-07-16T21:21:30.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-07-16T21:21:30.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-07-16T21:21:30.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1993 | 2026-07-16T21:21:30.061Z | |
| 1994 | 2026-07-16T21:21:30.061Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301) |
| 1995 | 2026-07-16T21:21:30.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-07-16T21:21:30.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-07-16T21:21:30.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-07-16T21:21:30.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1999 | 2026-07-16T21:21:30.463Z | |
| 2000 | 2026-07-16T21:21:30.463Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301) |
| 2001 | 2026-07-16T21:21:30.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-07-16T21:21:30.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-07-16T21:21:30.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-07-16T21:21:30.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2005 | 2026-07-16T21:21:30.865Z | |
| 2006 | 2026-07-16T21:21:30.865Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301) |
| 2007 | 2026-07-16T21:21:31.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-07-16T21:21:31.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-07-16T21:21:31.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-07-16T21:21:31.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2011 | 2026-07-16T21:21:31.264Z | |
| 2012 | 2026-07-16T21:21:31.264Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301) |
| 2013 | 2026-07-16T21:21:31.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-07-16T21:21:31.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-07-16T21:21:31.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-07-16T21:21:31.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2017 | 2026-07-16T21:21:31.668Z | |
| 2018 | 2026-07-16T21:21:31.668Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301) |
| 2019 | 2026-07-16T21:21:32.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-07-16T21:21:32.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-07-16T21:21:32.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-07-16T21:21:32.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2023 | 2026-07-16T21:21:32.065Z | |
| 2024 | 2026-07-16T21:21:32.065Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301) |
| 2025 | 2026-07-16T21:21:32.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-07-16T21:21:32.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-07-16T21:21:32.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-07-16T21:21:32.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2029 | 2026-07-16T21:21:32.464Z | |
| 2030 | 2026-07-16T21:21:32.464Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301) |
| 2031 | 2026-07-16T21:21:32.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-07-16T21:21:32.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-07-16T21:21:32.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-07-16T21:21:32.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2035 | 2026-07-16T21:21:32.867Z | |
| 2036 | 2026-07-16T21:21:32.867Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301) |
| 2037 | 2026-07-16T21:21:33.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-07-16T21:21:33.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-07-16T21:21:33.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-07-16T21:21:33.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2041 | 2026-07-16T21:21:33.267Z | |
| 2042 | 2026-07-16T21:21:33.267Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301) |
| 2043 | 2026-07-16T21:21:33.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-07-16T21:21:33.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-07-16T21:21:33.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-07-16T21:21:33.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2047 | 2026-07-16T21:21:33.668Z | |
| 2048 | 2026-07-16T21:21:33.668Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301) |
| 2049 | 2026-07-16T21:21:34.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-07-16T21:21:34.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-07-16T21:21:34.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-07-16T21:21:34.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2053 | 2026-07-16T21:21:34.068Z | |
| 2054 | 2026-07-16T21:21:34.069Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301) |
| 2055 | 2026-07-16T21:21:34.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-07-16T21:21:34.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-07-16T21:21:34.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-07-16T21:21:34.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2059 | 2026-07-16T21:21:34.469Z | |
| 2060 | 2026-07-16T21:21:34.469Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301) |
| 2061 | 2026-07-16T21:21:34.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-07-16T21:21:34.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-07-16T21:21:34.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-07-16T21:21:34.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2065 | 2026-07-16T21:21:34.873Z | |
| 2066 | 2026-07-16T21:21:34.873Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301) |
| 2067 | 2026-07-16T21:21:35.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-07-16T21:21:35.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-07-16T21:21:35.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-07-16T21:21:35.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2071 | 2026-07-16T21:21:35.275Z | |
| 2072 | 2026-07-16T21:21:35.275Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301) |
| 2073 | 2026-07-16T21:21:35.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-07-16T21:21:35.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-07-16T21:21:35.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-07-16T21:21:35.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2077 | 2026-07-16T21:21:35.692Z | |
| 2078 | 2026-07-16T21:21:35.692Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301) |
| 2079 | 2026-07-16T21:21:36.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-07-16T21:21:36.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-07-16T21:21:36.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-07-16T21:21:36.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2083 | 2026-07-16T21:21:36.081Z | |
| 2084 | 2026-07-16T21:21:36.081Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301) |
| 2085 | 2026-07-16T21:21:36.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-07-16T21:21:36.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-07-16T21:21:36.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-07-16T21:21:36.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2089 | 2026-07-16T21:21:36.486Z | |
| 2090 | 2026-07-16T21:21:36.486Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301) |
| 2091 | 2026-07-16T21:21:36.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-07-16T21:21:36.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-07-16T21:21:36.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-07-16T21:21:36.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2095 | 2026-07-16T21:21:36.888Z | |
| 2096 | 2026-07-16T21:21:36.888Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301) |
| 2097 | 2026-07-16T21:21:37.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-07-16T21:21:37.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-07-16T21:21:37.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-07-16T21:21:37.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2101 | 2026-07-16T21:21:37.290Z | |
| 2102 | 2026-07-16T21:21:37.290Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301) |
| 2103 | 2026-07-16T21:21:37.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-07-16T21:21:37.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-07-16T21:21:37.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-07-16T21:21:37.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2107 | 2026-07-16T21:21:37.858Z | |
| 2108 | 2026-07-16T21:21:37.858Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301) |
| 2109 | 2026-07-16T21:21:38.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-07-16T21:21:38.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-07-16T21:21:38.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-07-16T21:21:38.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2113 | 2026-07-16T21:21:38.423Z | |
| 2114 | 2026-07-16T21:21:38.423Z | info: running `cargo check --bins` on nexus-config (51/301) |
| 2115 | 2026-07-16T21:21:38.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-07-16T21:21:38.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-07-16T21:21:38.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-07-16T21:21:38.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2119 | 2026-07-16T21:21:38.986Z | |
| 2120 | 2026-07-16T21:21:38.986Z | info: running `cargo check --bins` on nexus-types (52/301) |
| 2121 | 2026-07-16T21:21:39.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-07-16T21:21:39.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-07-16T21:21:39.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-07-16T21:21:39.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2125 | 2026-07-16T21:21:39.550Z | |
| 2126 | 2026-07-16T21:21:39.550Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301) |
| 2127 | 2026-07-16T21:21:40.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-07-16T21:21:40.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-07-16T21:21:40.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-07-16T21:21:40.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2131 | 2026-07-16T21:21:40.085Z | |
| 2132 | 2026-07-16T21:21:40.085Z | info: running `cargo check --bins` on omicron-passwords (54/301) |
| 2133 | 2026-07-16T21:21:40.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-07-16T21:21:40.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-07-16T21:21:40.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-07-16T21:21:40.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2137 | 2026-07-16T21:21:40.599Z | |
| 2138 | 2026-07-16T21:21:40.599Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/301) |
| 2139 | 2026-07-16T21:21:41.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-07-16T21:21:41.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-07-16T21:21:41.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-07-16T21:21:41.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2143 | 2026-07-16T21:21:41.129Z | |
| 2144 | 2026-07-16T21:21:41.129Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301) |
| 2145 | 2026-07-16T21:21:41.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-07-16T21:21:41.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-07-16T21:21:41.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-07-16T21:21:41.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2149 | 2026-07-16T21:21:41.660Z | |
| 2150 | 2026-07-16T21:21:41.660Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301) |
| 2151 | 2026-07-16T21:21:42.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-07-16T21:21:42.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-07-16T21:21:42.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-07-16T21:21:42.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2155 | 2026-07-16T21:21:42.203Z | |
| 2156 | 2026-07-16T21:21:42.203Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301) |
| 2157 | 2026-07-16T21:21:42.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-07-16T21:21:42.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-07-16T21:21:42.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-07-16T21:21:42.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2161 | 2026-07-16T21:21:42.735Z | |
| 2162 | 2026-07-16T21:21:42.735Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301) |
| 2163 | 2026-07-16T21:21:43.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-07-16T21:21:43.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-07-16T21:21:43.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-07-16T21:21:43.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2167 | 2026-07-16T21:21:43.250Z | |
| 2168 | 2026-07-16T21:21:43.250Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301) |
| 2169 | 2026-07-16T21:21:43.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-07-16T21:21:43.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-07-16T21:21:43.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-07-16T21:21:43.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2173 | 2026-07-16T21:21:43.769Z | |
| 2174 | 2026-07-16T21:21:43.769Z | info: running `cargo check --bins --no-default-features` on gfss (61/301) |
| 2175 | 2026-07-16T21:21:44.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-07-16T21:21:44.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-07-16T21:21:44.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-07-16T21:21:44.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2179 | 2026-07-16T21:21:44.346Z | |
| 2180 | 2026-07-16T21:21:44.346Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301) |
| 2181 | 2026-07-16T21:21:44.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-07-16T21:21:44.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-07-16T21:21:44.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-07-16T21:21:44.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2185 | 2026-07-16T21:21:44.801Z | |
| 2186 | 2026-07-16T21:21:44.801Z | info: running `cargo check --bins` on clickhouse-admin-types (63/301) |
| 2187 | 2026-07-16T21:21:45.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-07-16T21:21:45.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-07-16T21:21:45.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-07-16T21:21:45.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2191 | 2026-07-16T21:21:45.331Z | |
| 2192 | 2026-07-16T21:21:45.331Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/301) |
| 2193 | 2026-07-16T21:21:45.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-07-16T21:21:45.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-07-16T21:21:45.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-07-16T21:21:45.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2197 | 2026-07-16T21:21:45.863Z | |
| 2198 | 2026-07-16T21:21:45.864Z | info: running `cargo check --bins` on cockroach-admin-types (65/301) |
| 2199 | 2026-07-16T21:21:46.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-07-16T21:21:46.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-07-16T21:21:46.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-07-16T21:21:46.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2203 | 2026-07-16T21:21:46.377Z | |
| 2204 | 2026-07-16T21:21:46.377Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/301) |
| 2205 | 2026-07-16T21:21:46.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-07-16T21:21:46.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-07-16T21:21:46.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-07-16T21:21:46.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2209 | 2026-07-16T21:21:46.893Z | |
| 2210 | 2026-07-16T21:21:46.893Z | info: running `cargo check --bins` on ereport-types (67/301) |
| 2211 | 2026-07-16T21:21:47.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-07-16T21:21:47.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-07-16T21:21:47.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-07-16T21:21:47.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2215 | 2026-07-16T21:21:47.420Z | |
| 2216 | 2026-07-16T21:21:47.420Z | info: running `cargo check --bins` on gateway-client (68/301) |
| 2217 | 2026-07-16T21:21:47.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-07-16T21:21:47.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-07-16T21:21:47.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-07-16T21:21:47.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2221 | 2026-07-16T21:21:47.943Z | |
| 2222 | 2026-07-16T21:21:47.943Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/301) |
| 2223 | 2026-07-16T21:21:48.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-07-16T21:21:48.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-07-16T21:21:48.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-07-16T21:21:48.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2227 | 2026-07-16T21:21:48.552Z | |
| 2228 | 2026-07-16T21:21:48.552Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301) |
| 2229 | 2026-07-16T21:21:48.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-07-16T21:21:48.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-07-16T21:21:48.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-07-16T21:21:48.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2233 | 2026-07-16T21:21:48.986Z | |
| 2234 | 2026-07-16T21:21:48.986Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301) |
| 2235 | 2026-07-16T21:21:49.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-07-16T21:21:49.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-07-16T21:21:49.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-07-16T21:21:49.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2239 | 2026-07-16T21:21:49.509Z | |
| 2240 | 2026-07-16T21:21:49.509Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301) |
| 2241 | 2026-07-16T21:21:49.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-07-16T21:21:49.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-07-16T21:21:49.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-07-16T21:21:49.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2245 | 2026-07-16T21:21:50.037Z | |
| 2246 | 2026-07-16T21:21:50.038Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/301) |
| 2247 | 2026-07-16T21:21:50.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-07-16T21:21:50.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-07-16T21:21:50.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-07-16T21:21:50.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2251 | 2026-07-16T21:21:50.632Z | |
| 2252 | 2026-07-16T21:21:50.632Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301) |
| 2253 | 2026-07-16T21:21:51.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-07-16T21:21:51.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-07-16T21:21:51.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-07-16T21:21:51.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2257 | 2026-07-16T21:21:51.129Z | |
| 2258 | 2026-07-16T21:21:51.130Z | info: running `cargo check --bins` on key-manager-types (75/301) |
| 2259 | 2026-07-16T21:21:51.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-07-16T21:21:51.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-07-16T21:21:51.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-07-16T21:21:51.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2263 | 2026-07-16T21:21:51.645Z | |
| 2264 | 2026-07-16T21:21:51.645Z | info: running `cargo check --bins` on oxlog (76/301) |
| 2265 | 2026-07-16T21:21:52.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-07-16T21:21:52.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-07-16T21:21:52.202Z | Checking cfg-if v1.0.4 |
| 2268 | 2026-07-16T21:21:52.206Z | Checking libc v0.2.185 |
| 2269 | 2026-07-16T21:21:52.207Z | Checking serde_core v1.0.228 |
| 2270 | 2026-07-16T21:21:52.312Z | Checking memchr v2.8.0 |
| 2271 | 2026-07-16T21:21:52.317Z | Checking zeroize v1.8.2 |
| 2272 | 2026-07-16T21:21:52.336Z | Checking log v0.4.29 |
| 2273 | 2026-07-16T21:21:52.336Z | Checking smallvec v1.15.1 |
| 2274 | 2026-07-16T21:21:52.346Z | Checking subtle v2.6.1 |
| 2275 | 2026-07-16T21:21:52.361Z | Checking itoa v1.0.17 |
| 2276 | 2026-07-16T21:21:52.492Z | Checking scopeguard v1.2.0 |
| 2277 | 2026-07-16T21:21:52.542Z | Checking stable_deref_trait v1.2.1 |
| 2278 | 2026-07-16T21:21:52.542Z | Checking typenum v1.20.1 |
| 2279 | 2026-07-16T21:21:52.566Z | Checking zerofrom v0.1.6 |
| 2280 | 2026-07-16T21:21:52.566Z | Checking pin-project-lite v0.2.17 |
| 2281 | 2026-07-16T21:21:52.567Z | Checking portable-atomic v1.13.1 |
| 2282 | 2026-07-16T21:21:52.595Z | Checking lock_api v0.4.14 |
| 2283 | 2026-07-16T21:21:52.640Z | Checking futures-core v0.3.32 |
| 2284 | 2026-07-16T21:21:52.641Z | Checking yoke v0.8.1 |
| 2285 | 2026-07-16T21:21:52.713Z | Checking critical-section v1.2.0 |
| 2286 | 2026-07-16T21:21:52.730Z | Checking errno v0.3.14 |
| 2287 | 2026-07-16T21:21:52.730Z | Checking getrandom v0.2.17 |
| 2288 | 2026-07-16T21:21:52.762Z | Checking parking_lot_core v0.9.12 |
| 2289 | 2026-07-16T21:21:52.785Z | Checking mio v1.2.0 |
| 2290 | 2026-07-16T21:21:52.790Z | Checking zerovec v0.11.5 |
| 2291 | 2026-07-16T21:21:52.806Z | Checking signal-hook-registry v1.4.8 |
| 2292 | 2026-07-16T21:21:52.865Z | Checking rand_core v0.6.4 |
| 2293 | 2026-07-16T21:21:52.937Z | Checking parking_lot v0.12.5 |
| 2294 | 2026-07-16T21:21:52.960Z | Checking once_cell v1.21.3 |
| 2295 | 2026-07-16T21:21:52.975Z | Checking zerocopy v0.8.40 |
| 2296 | 2026-07-16T21:21:53.035Z | Checking zmij v1.0.21 |
| 2297 | 2026-07-16T21:21:53.051Z | Checking rand_core v0.10.0 |
| 2298 | 2026-07-16T21:21:53.133Z | Checking const-oid v0.9.6 |
| 2299 | 2026-07-16T21:21:53.168Z | Checking libm v0.2.16 |
| 2300 | 2026-07-16T21:21:53.188Z | Checking getrandom v0.4.1 |
| 2301 | 2026-07-16T21:21:53.213Z | Checking tinystr v0.8.2 |
| 2302 | 2026-07-16T21:21:53.245Z | Checking writeable v0.6.2 |
| 2303 | 2026-07-16T21:21:53.278Z | Checking percent-encoding v2.3.2 |
| 2304 | 2026-07-16T21:21:53.327Z | Checking litemap v0.8.1 |
| 2305 | 2026-07-16T21:21:53.416Z | Checking generic-array v0.14.7 |
| 2306 | 2026-07-16T21:21:53.465Z | Checking potential_utf v0.1.4 |
| 2307 | 2026-07-16T21:21:53.465Z | Checking zerotrie v0.2.3 |
| 2308 | 2026-07-16T21:21:53.513Z | Checking icu_locale_core v2.1.1 |
| 2309 | 2026-07-16T21:21:53.526Z | Checking socket2 v0.6.3 |
| 2310 | 2026-07-16T21:21:53.652Z | Checking equivalent v1.0.2 |
| 2311 | 2026-07-16T21:21:53.729Z | Checking icu_collections v2.1.1 |
| 2312 | 2026-07-16T21:21:53.777Z | Checking futures-sink v0.3.32 |
| 2313 | 2026-07-16T21:21:53.787Z | Checking serde v1.0.228 |
| 2314 | 2026-07-16T21:21:53.803Z | Checking bitflags v2.11.0 |
| 2315 | 2026-07-16T21:21:53.831Z | Checking serde_json v1.0.150 |
| 2316 | 2026-07-16T21:21:53.856Z | Checking num-traits v0.2.19 |
| 2317 | 2026-07-16T21:21:53.872Z | Checking futures-channel v0.3.32 |
| 2318 | 2026-07-16T21:21:53.974Z | Checking icu_normalizer_data v2.1.1 |
| 2319 | 2026-07-16T21:21:54.023Z | Checking icu_properties_data v2.1.2 |
| 2320 | 2026-07-16T21:21:54.046Z | Checking futures-task v0.3.32 |
| 2321 | 2026-07-16T21:21:54.046Z | Checking icu_provider v2.1.1 |
| 2322 | 2026-07-16T21:21:54.070Z | Checking futures-io v0.3.32 |
| 2323 | 2026-07-16T21:21:54.171Z | Checking slab v0.4.12 |
| 2324 | 2026-07-16T21:21:54.178Z | Checking hashbrown v0.17.0 |
| 2325 | 2026-07-16T21:21:54.192Z | Checking bytes v1.11.1 |
| 2326 | 2026-07-16T21:21:54.192Z | Checking block-buffer v0.10.4 |
| 2327 | 2026-07-16T21:21:54.262Z | Checking icu_properties v2.1.2 |
| 2328 | 2026-07-16T21:21:54.322Z | Checking futures-util v0.3.32 |
| 2329 | 2026-07-16T21:21:54.327Z | Checking icu_normalizer v2.1.1 |
| 2330 | 2026-07-16T21:21:54.371Z | Checking crypto-common v0.1.7 |
| 2331 | 2026-07-16T21:21:54.502Z | Checking utf8_iter v1.0.4 |
| 2332 | 2026-07-16T21:21:54.515Z | Checking digest v0.10.7 |
| 2333 | 2026-07-16T21:21:54.657Z | Checking tokio v1.52.1 |
| 2334 | 2026-07-16T21:21:54.680Z | Checking form_urlencoded v1.2.2 |
| 2335 | 2026-07-16T21:21:54.680Z | Checking indexmap v2.14.0 |
| 2336 | 2026-07-16T21:21:54.680Z | Checking getrandom v0.3.4 |
| 2337 | 2026-07-16T21:21:54.703Z | Checking byteorder v1.5.0 |
| 2338 | 2026-07-16T21:21:54.763Z | Checking fnv v1.0.7 |
| 2339 | 2026-07-16T21:21:54.790Z | Checking rand_core v0.9.5 |
| 2340 | 2026-07-16T21:21:54.839Z | Checking http v1.4.2 |
| 2341 | 2026-07-16T21:21:54.914Z | Checking uuid v1.23.4 |
| 2342 | 2026-07-16T21:21:55.059Z | Checking regex-syntax v0.8.10 |
| 2343 | 2026-07-16T21:21:55.084Z | Checking idna_adapter v1.2.1 |
| 2344 | 2026-07-16T21:21:55.198Z | Checking iana-time-zone v0.1.65 |
| 2345 | 2026-07-16T21:21:55.216Z | Checking idna v1.1.0 |
| 2346 | 2026-07-16T21:21:55.227Z | Checking base64ct v1.8.3 |
| 2347 | 2026-07-16T21:21:55.299Z | Checking base64 v0.22.1 |
| 2348 | 2026-07-16T21:21:55.408Z | Checking chrono v0.4.45 |
| 2349 | 2026-07-16T21:21:55.452Z | Checking pem-rfc7468 v0.7.0 |
| 2350 | 2026-07-16T21:21:55.457Z | Checking url v2.5.8 |
| 2351 | 2026-07-16T21:21:55.550Z | Checking rustix v1.1.3 |
| 2352 | 2026-07-16T21:21:55.614Z | Checking tracing-core v0.1.36 |
| 2353 | 2026-07-16T21:21:55.741Z | Checking ppv-lite86 v0.2.21 |
| 2354 | 2026-07-16T21:21:55.912Z | Checking flagset v0.4.7 |
| 2355 | 2026-07-16T21:21:55.927Z | Checking tracing v0.1.44 |
| 2356 | 2026-07-16T21:21:56.026Z | Checking rand_chacha v0.9.0 |
| 2357 | 2026-07-16T21:21:56.037Z | Checking der v0.7.10 |
| 2358 | 2026-07-16T21:21:56.126Z | Checking http-body v1.0.1 |
| 2359 | 2026-07-16T21:21:56.223Z | Checking rustls-pki-types v1.14.0 |
| 2360 | 2026-07-16T21:21:56.256Z | Checking cmov v0.5.4 |
| 2361 | 2026-07-16T21:21:56.271Z | Checking tinyvec_macros v0.1.1 |
| 2362 | 2026-07-16T21:21:56.276Z | Checking openssl-probe v0.2.1 |
| 2363 | 2026-07-16T21:21:56.297Z | Checking rand v0.9.2 |
| 2364 | 2026-07-16T21:21:56.340Z | Checking tinyvec v1.10.0 |
| 2365 | 2026-07-16T21:21:56.365Z | Checking aws-lc-sys v0.40.0 |
| 2366 | 2026-07-16T21:21:56.383Z | Checking dyn-clone v1.0.20 |
| 2367 | 2026-07-16T21:21:56.441Z | Checking ctutils v0.4.2 |
| 2368 | 2026-07-16T21:21:56.475Z | Checking atomic-waker v1.1.2 |
| 2369 | 2026-07-16T21:21:56.504Z | Checking untrusted v0.7.1 |
| 2370 | 2026-07-16T21:21:56.579Z | Checking tower-layer v0.3.3 |
| 2371 | 2026-07-16T21:21:56.619Z | Checking try-lock v0.2.5 |
| 2372 | 2026-07-16T21:21:56.642Z | Checking tower-service v0.3.3 |
| 2373 | 2026-07-16T21:21:56.647Z | Checking hybrid-array v0.4.13 |
| 2374 | 2026-07-16T21:21:56.709Z | Checking want v0.3.1 |
| 2375 | 2026-07-16T21:21:56.723Z | Checking ipnet v2.11.0 |
| 2376 | 2026-07-16T21:21:56.735Z | Checking semver v1.0.28 |
| 2377 | 2026-07-16T21:21:56.756Z | Checking httparse v1.10.1 |
| 2378 | 2026-07-16T21:21:56.768Z | Checking spki v0.7.3 |
| 2379 | 2026-07-16T21:21:56.831Z | Checking aho-corasick v1.1.4 |
| 2380 | 2026-07-16T21:21:56.864Z | Checking aws-lc-rs v1.16.3 |
| 2381 | 2026-07-16T21:21:56.924Z | Checking fastrand v2.3.0 |
| 2382 | 2026-07-16T21:21:56.939Z | Checking utf8parse v0.2.2 |
| 2383 | 2026-07-16T21:21:56.954Z | Checking untrusted v0.9.0 |
| 2384 | 2026-07-16T21:21:56.968Z | Checking foreign-types-shared v0.1.1 |
| 2385 | 2026-07-16T21:21:57.030Z | Checking cpufeatures v0.2.17 |
| 2386 | 2026-07-16T21:21:57.047Z | Checking httpdate v1.0.3 |
| 2387 | 2026-07-16T21:21:57.062Z | Checking plain v0.2.3 |
| 2388 | 2026-07-16T21:21:57.094Z | Checking foreign-types v0.3.2 |
| 2389 | 2026-07-16T21:21:57.106Z | Checking tempfile v3.25.0 |
| 2390 | 2026-07-16T21:21:57.155Z | Checking schemars v0.8.22 |
| 2391 | 2026-07-16T21:21:57.168Z | Checking pkcs8 v0.10.2 |
| 2392 | 2026-07-16T21:21:57.187Z | Checking unicode-normalization v0.1.25 |
| 2393 | 2026-07-16T21:21:57.293Z | Checking openssl-sys v0.9.115 |
| 2394 | 2026-07-16T21:21:57.321Z | Checking spin v0.9.8 |
| 2395 | 2026-07-16T21:21:57.405Z | Checking anstyle v1.0.14 |
| 2396 | 2026-07-16T21:21:57.502Z | Checking regex-automata v0.4.14 |
| 2397 | 2026-07-16T21:21:57.514Z | Checking unicode-ident v1.0.24 |
| 2398 | 2026-07-16T21:21:57.587Z | Checking ucd-trie v0.1.7 |
| 2399 | 2026-07-16T21:21:57.603Z | Checking sha2 v0.10.9 |
| 2400 | 2026-07-16T21:21:57.616Z | Checking proc-macro2 v1.0.106 |
| 2401 | 2026-07-16T21:21:57.701Z | Checking openssl v0.10.79 |
| 2402 | 2026-07-16T21:21:57.709Z | Checking rustls-webpki v0.103.13 |
| 2403 | 2026-07-16T21:21:57.722Z | Checking pest v2.8.6 |
| 2404 | 2026-07-16T21:21:57.808Z | Checking hmac v0.12.1 |
| 2405 | 2026-07-16T21:21:57.854Z | Checking tokio-util v0.7.18 |
| 2406 | 2026-07-16T21:21:57.875Z | Checking thiserror v2.0.18 |
| 2407 | 2026-07-16T21:21:57.939Z | Checking sync_wrapper v1.0.2 |
| 2408 | 2026-07-16T21:21:57.944Z | Checking wait-timeout v0.2.1 |
| 2409 | 2026-07-16T21:21:57.972Z | Checking colorchoice v1.0.4 |
| 2410 | 2026-07-16T21:21:58.022Z | Checking pretty-hex v0.4.1 |
| 2411 | 2026-07-16T21:21:58.055Z | Checking is_terminal_polyfill v1.70.2 |
| 2412 | 2026-07-16T21:21:58.068Z | Checking bit-vec v0.8.0 |
| 2413 | 2026-07-16T21:21:58.103Z | Checking rustls v0.23.41 |
| 2414 | 2026-07-16T21:21:58.137Z | Checking simd-adler32 v0.3.8 |
| 2415 | 2026-07-16T21:21:58.146Z | Checking anstyle-query v1.1.5 |
| 2416 | 2026-07-16T21:21:58.234Z | Checking siphasher v1.0.2 |
| 2417 | 2026-07-16T21:21:58.258Z | Checking powerfmt v0.2.0 |
| 2418 | 2026-07-16T21:21:58.317Z | Checking quick-error v1.2.3 |
| 2419 | 2026-07-16T21:21:58.388Z | Checking bit-set v0.8.0 |
| 2420 | 2026-07-16T21:21:58.405Z | Checking rusty-fork v0.3.1 |
| 2421 | 2026-07-16T21:21:58.418Z | Checking deranged v0.5.8 |
| 2422 | 2026-07-16T21:21:58.464Z | Checking h2 v0.4.15 |
| 2423 | 2026-07-16T21:21:58.543Z | Checking tower v0.5.3 |
| 2424 | 2026-07-16T21:21:58.569Z | Checking quote v1.0.45 |
| 2425 | 2026-07-16T21:21:58.734Z | Compiling newtype-uuid v1.3.2 |
| 2426 | 2026-07-16T21:21:58.768Z | Checking http-body-util v0.1.3 |
| 2427 | 2026-07-16T21:21:58.911Z | Checking crossbeam-utils v0.8.21 |
| 2428 | 2026-07-16T21:21:58.923Z | Checking rand_xorshift v0.4.0 |
| 2429 | 2026-07-16T21:21:58.986Z | Checking crc32fast v1.5.0 |
| 2430 | 2026-07-16T21:21:59.039Z | Checking scroll v0.13.0 |
| 2431 | 2026-07-16T21:21:59.123Z | Checking unicode-properties v0.1.4 |
| 2432 | 2026-07-16T21:21:59.248Z | Checking ryu v1.0.23 |
| 2433 | 2026-07-16T21:21:59.262Z | Checking iri-string v0.7.10 |
| 2434 | 2026-07-16T21:21:59.312Z | Checking unarray v0.1.4 |
| 2435 | 2026-07-16T21:21:59.334Z | Checking adler2 v2.0.1 |
| 2436 | 2026-07-16T21:21:59.349Z | Checking time-core v0.1.8 |
| 2437 | 2026-07-16T21:21:59.379Z | Checking unicode-bidi v0.3.18 |
| 2438 | 2026-07-16T21:21:59.410Z | Checking num-conv v0.2.0 |
| 2439 | 2026-07-16T21:21:59.440Z | Checking allocator-api2 v0.2.21 |
| 2440 | 2026-07-16T21:21:59.484Z | Checking num_threads v0.1.7 |
| 2441 | 2026-07-16T21:21:59.525Z | Checking miniz_oxide v0.8.9 |
| 2442 | 2026-07-16T21:21:59.569Z | Checking time v0.3.47 |
| 2443 | 2026-07-16T21:21:59.660Z | Checking native-tls v0.2.18 |
| 2444 | 2026-07-16T21:21:59.672Z | Checking stringprep v0.1.5 |
| 2445 | 2026-07-16T21:21:59.721Z | Checking proptest v1.10.0 |
| 2446 | 2026-07-16T21:21:59.818Z | Checking serde_urlencoded v0.7.1 |
| 2447 | 2026-07-16T21:21:59.838Z | Checking tokio-native-tls v0.3.1 |
| 2448 | 2026-07-16T21:21:59.867Z | Checking bstr v1.12.1 |
| 2449 | 2026-07-16T21:21:59.993Z | Checking goblin v0.10.5 |
| 2450 | 2026-07-16T21:22:00.020Z | Checking crossbeam-epoch v0.9.18 |
| 2451 | 2026-07-16T21:22:00.243Z | Compiling daft v0.1.7 |
| 2452 | 2026-07-16T21:22:00.271Z | Checking syn v2.0.117 |
| 2453 | 2026-07-16T21:22:00.275Z | Checking tower-http v0.6.8 |
| 2454 | 2026-07-16T21:22:00.351Z | Checking ipnetwork v0.21.1 |
| 2455 | 2026-07-16T21:22:00.536Z | Checking block-buffer v0.12.1 |
| 2456 | 2026-07-16T21:22:00.565Z | Checking block-padding v0.4.2 |
| 2457 | 2026-07-16T21:22:00.586Z | Checking crypto-common v0.2.2 |
| 2458 | 2026-07-16T21:22:00.698Z | Checking anstyle-parse v1.0.0 |
| 2459 | 2026-07-16T21:22:00.701Z | Checking rustls-native-certs v0.8.3 |
| 2460 | 2026-07-16T21:22:00.724Z | Checking rand_chacha v0.3.1 |
| 2461 | 2026-07-16T21:22:00.838Z | Checking scroll v0.12.0 |
| 2462 | 2026-07-16T21:22:00.852Z | Checking thiserror v1.0.69 |
| 2463 | 2026-07-16T21:22:00.931Z | Checking hash32 v0.2.1 |
| 2464 | 2026-07-16T21:22:00.947Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2465 | 2026-07-16T21:22:01.057Z | Checking signature v2.2.0 |
| 2466 | 2026-07-16T21:22:01.068Z | Checking md-5 v0.10.6 |
| 2467 | 2026-07-16T21:22:01.086Z | Checking num-integer v0.1.46 |
| 2468 | 2026-07-16T21:22:01.182Z | Checking serde_spanned v0.6.9 |
| 2469 | 2026-07-16T21:22:01.199Z | Checking hex v0.4.3 |
| 2470 | 2026-07-16T21:22:01.202Z | Checking toml_datetime v0.6.11 |
| 2471 | 2026-07-16T21:22:01.291Z | Checking hyper v1.10.1 |
| 2472 | 2026-07-16T21:22:01.306Z | Checking encoding_rs v0.8.35 |
| 2473 | 2026-07-16T21:22:01.320Z | Checking psl-types v2.0.11 |
| 2474 | 2026-07-16T21:22:01.386Z | Checking zlib-rs v0.6.2 |
| 2475 | 2026-07-16T21:22:01.414Z | Checking fallible-iterator v0.2.0 |
| 2476 | 2026-07-16T21:22:01.429Z | Checking mime v0.3.17 |
| 2477 | 2026-07-16T21:22:01.598Z | Checking publicsuffix v2.3.0 |
| 2478 | 2026-07-16T21:22:01.685Z | Checking postgres-protocol v0.6.10 |
| 2479 | 2026-07-16T21:22:01.705Z | Checking num-iter v0.1.45 |
| 2480 | 2026-07-16T21:22:01.754Z | Checking heapless v0.7.17 |
| 2481 | 2026-07-16T21:22:01.813Z | Checking goblin v0.8.2 |
| 2482 | 2026-07-16T21:22:01.992Z | Checking zstd-safe v7.2.4 |
| 2483 | 2026-07-16T21:22:02.155Z | Checking rand v0.8.6 |
| 2484 | 2026-07-16T21:22:02.168Z | Checking anstream v1.0.0 |
| 2485 | 2026-07-16T21:22:02.220Z | Checking hyper-util v0.1.20 |
| 2486 | 2026-07-16T21:22:02.231Z | Checking cookie v0.18.1 |
| 2487 | 2026-07-16T21:22:02.261Z | Checking flate2 v1.1.9 |
| 2488 | 2026-07-16T21:22:02.335Z | Checking dof v0.4.0 |
| 2489 | 2026-07-16T21:22:02.357Z | Checking inout v0.2.2 |
| 2490 | 2026-07-16T21:22:02.460Z | Checking oxnet v0.1.6 |
| 2491 | 2026-07-16T21:22:02.503Z | Compiling iddqd v0.4.2 |
| 2492 | 2026-07-16T21:22:02.551Z | Checking tokio-rustls v0.26.4 |
| 2493 | 2026-07-16T21:22:02.566Z | Checking dtrace-parser v0.3.0 |
| 2494 | 2026-07-16T21:22:02.672Z | Checking phf_shared v0.13.1 |
| 2495 | 2026-07-16T21:22:02.709Z | Checking lazy_static v1.5.0 |
| 2496 | 2026-07-16T21:22:02.773Z | Checking anstyle-parse v0.2.7 |
| 2497 | 2026-07-16T21:22:02.795Z | Checking zerocopy v0.7.35 |
| 2498 | 2026-07-16T21:22:02.800Z | Checking pin-project v1.1.11 |
| 2499 | 2026-07-16T21:22:02.863Z | Checking terminal_size v0.4.3 |
| 2500 | 2026-07-16T21:22:02.898Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2501 | 2026-07-16T21:22:02.920Z | Checking signal-hook v0.3.18 |
| 2502 | 2026-07-16T21:22:02.957Z | Checking futures-executor v0.3.32 |
| 2503 | 2026-07-16T21:22:02.972Z | Checking ff v0.13.1 |
| 2504 | 2026-07-16T21:22:02.985Z | Checking thread-id v5.1.0 |
| 2505 | 2026-07-16T21:22:03.061Z | Checking base16ct v0.2.0 |
| 2506 | 2026-07-16T21:22:03.096Z | Compiling rayon-core v1.13.0 |
| 2507 | 2026-07-16T21:22:03.096Z | Checking foldhash v0.1.5 |
| 2508 | 2026-07-16T21:22:03.119Z | Checking winnow v0.5.40 |
| 2509 | 2026-07-16T21:22:03.217Z | Checking clap_lex v1.0.0 |
| 2510 | 2026-07-16T21:22:03.234Z | Checking same-file v1.0.6 |
| 2511 | 2026-07-16T21:22:03.278Z | Checking strsim v0.11.1 |
| 2512 | 2026-07-16T21:22:03.290Z | Checking bumpalo v3.20.2 |
| 2513 | 2026-07-16T21:22:03.328Z | Checking managed v0.8.0 |
| 2514 | 2026-07-16T21:22:03.359Z | Checking either v1.15.0 |
| 2515 | 2026-07-16T21:22:03.438Z | Checking foldhash v0.2.0 |
| 2516 | 2026-07-16T21:22:03.482Z | Checking bitflags v1.3.2 |
| 2517 | 2026-07-16T21:22:03.485Z | Checking hyper-tls v0.6.0 |
| 2518 | 2026-07-16T21:22:03.512Z | Checking libbz2-rs-sys v0.2.2 |
| 2519 | 2026-07-16T21:22:03.533Z | Checking hyper-rustls v0.27.7 |
| 2520 | 2026-07-16T21:22:03.553Z | Checking smoltcp v0.9.1 |
| 2521 | 2026-07-16T21:22:03.594Z | Checking hashbrown v0.16.1 |
| 2522 | 2026-07-16T21:22:03.665Z | Checking reqwest v0.12.28 |
| 2523 | 2026-07-16T21:22:03.725Z | Checking dof v0.3.0 |
| 2524 | 2026-07-16T21:22:03.739Z | Checking zopfli v0.8.3 |
| 2525 | 2026-07-16T21:22:03.761Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2526 | 2026-07-16T21:22:03.898Z | Checking bzip2 v0.6.1 |
| 2527 | 2026-07-16T21:22:03.956Z | Checking clap_builder v4.6.0 |
| 2528 | 2026-07-16T21:22:04.000Z | Checking walkdir v2.5.0 |
| 2529 | 2026-07-16T21:22:04.066Z | Checking hashbrown v0.15.5 |
| 2530 | 2026-07-16T21:22:04.081Z | Checking sec1 v0.7.3 |
| 2531 | 2026-07-16T21:22:04.092Z | Checking signal-hook-mio v0.2.5 |
| 2532 | 2026-07-16T21:22:04.157Z | Checking group v0.13.0 |
| 2533 | 2026-07-16T21:22:04.161Z | Checking futures v0.3.32 |
| 2534 | 2026-07-16T21:22:04.192Z | Checking usdt-impl v0.6.0 |
| 2535 | 2026-07-16T21:22:04.242Z | Checking bzip2 v0.4.4 |
| 2536 | 2026-07-16T21:22:04.266Z | Checking toml_edit v0.19.15 |
| 2537 | 2026-07-16T21:22:04.278Z | Checking anstream v0.6.21 |
| 2538 | 2026-07-16T21:22:04.299Z | Checking snafu v0.8.9 |
| 2539 | 2026-07-16T21:22:04.397Z | Checking phf v0.13.1 |
| 2540 | 2026-07-16T21:22:04.438Z | Checking num-bigint-dig v0.8.6 |
| 2541 | 2026-07-16T21:22:04.472Z | Checking cipher v0.5.2 |
| 2542 | 2026-07-16T21:22:04.529Z | Checking cookie_store v0.22.1 |
| 2543 | 2026-07-16T21:22:04.543Z | Checking zstd v0.13.3 |
| 2544 | 2026-07-16T21:22:04.547Z | Checking postgres-types v0.2.12 |
| 2545 | 2026-07-16T21:22:04.705Z | Checking ed25519 v2.2.3 |
| 2546 | 2026-07-16T21:22:04.717Z | Checking dtrace-parser v0.2.0 |
| 2547 | 2026-07-16T21:22:04.729Z | Checking rustls-platform-verifier v0.6.2 |
| 2548 | 2026-07-16T21:22:04.864Z | Checking globset v0.4.18 |
| 2549 | 2026-07-16T21:22:04.871Z | Checking crossbeam-deque v0.8.6 |
| 2550 | 2026-07-16T21:22:04.871Z | Checking regex v1.12.3 |
| 2551 | 2026-07-16T21:22:04.895Z | Checking phf_shared v0.11.3 |
| 2552 | 2026-07-16T21:22:04.940Z | Checking hkdf v0.12.4 |
| 2553 | 2026-07-16T21:22:05.034Z | Checking olpc-cjson v0.1.4 |
| 2554 | 2026-07-16T21:22:05.055Z | Checking curve25519-dalek v4.1.3 |
| 2555 | 2026-07-16T21:22:05.070Z | Checking ref-cast v1.0.25 |
| 2556 | 2026-07-16T21:22:05.110Z | Checking strum v0.27.2 |
| 2557 | 2026-07-16T21:22:05.141Z | Checking pkcs1 v0.7.5 |
| 2558 | 2026-07-16T21:22:05.159Z | Checking hubpack v0.1.2 |
| 2559 | 2026-07-16T21:22:05.171Z | Checking memoffset v0.9.1 |
| 2560 | 2026-07-16T21:22:05.184Z | Checking rustix v0.38.44 |
| 2561 | 2026-07-16T21:22:05.214Z | Checking pem v3.0.6 |
| 2562 | 2026-07-16T21:22:05.237Z | Checking float-cmp v0.10.0 |
| 2563 | 2026-07-16T21:22:05.249Z | Checking erased-serde v0.3.31 |
| 2564 | 2026-07-16T21:22:05.307Z | Checking serde-big-array v0.5.1 |
| 2565 | 2026-07-16T21:22:05.320Z | Checking serde_plain v1.0.2 |
| 2566 | 2026-07-16T21:22:05.338Z | Checking crypto-bigint v0.5.5 |
| 2567 | 2026-07-16T21:22:05.357Z | Checking memmap2 v0.9.10 |
| 2568 | 2026-07-16T21:22:05.369Z | Checking thread-id v4.2.2 |
| 2569 | 2026-07-16T21:22:05.445Z | Checking env_filter v1.0.0 |
| 2570 | 2026-07-16T21:22:05.445Z | Checking fixedbitset v0.4.2 |
| 2571 | 2026-07-16T21:22:05.471Z | Checking static_assertions v1.1.0 |
| 2572 | 2026-07-16T21:22:05.526Z | Checking difflib v0.4.0 |
| 2573 | 2026-07-16T21:22:05.540Z | Checking predicates-core v1.0.10 |
| 2574 | 2026-07-16T21:22:05.592Z | Checking new_debug_unreachable v1.0.6 |
| 2575 | 2026-07-16T21:22:05.605Z | Checking winnow v1.0.3 |
| 2576 | 2026-07-16T21:22:05.649Z | Checking precomputed-hash v0.1.1 |
| 2577 | 2026-07-16T21:22:05.661Z | Checking cpufeatures v0.3.0 |
| 2578 | 2026-07-16T21:22:05.661Z | Checking keccak v0.1.6 |
| 2579 | 2026-07-16T21:22:05.701Z | Checking toml_write v0.1.2 |
| 2580 | 2026-07-16T21:22:05.729Z | Checking normalize-line-endings v0.3.0 |
| 2581 | 2026-07-16T21:22:05.733Z | Checking data-encoding v2.10.0 |
| 2582 | 2026-07-16T21:22:05.830Z | Checking const-oid v0.10.2 |
| 2583 | 2026-07-16T21:22:05.840Z | Checking fixedbitset v0.5.7 |
| 2584 | 2026-07-16T21:22:05.852Z | Checking jiff v0.2.21 |
| 2585 | 2026-07-16T21:22:05.865Z | Checking whoami v2.1.0 |
| 2586 | 2026-07-16T21:22:05.888Z | Checking typed-path v0.9.3 |
| 2587 | 2026-07-16T21:22:05.988Z | Checking unicode-segmentation v1.12.0 |
| 2588 | 2026-07-16T21:22:06.007Z | Checking winnow v0.7.14 |
| 2589 | 2026-07-16T21:22:06.007Z | Checking crossterm v0.28.1 |
| 2590 | 2026-07-16T21:22:06.033Z | Checking petgraph v0.8.3 |
| 2591 | 2026-07-16T21:22:06.051Z | Checking tokio-postgres v0.7.16 |
| 2592 | 2026-07-16T21:22:06.266Z | Checking elliptic-curve v0.13.8 |
| 2593 | 2026-07-16T21:22:06.325Z | Checking similar v2.7.0 |
| 2594 | 2026-07-16T21:22:06.570Z | Checking hickory-proto v0.25.2 |
| 2595 | 2026-07-16T21:22:06.664Z | Checking digest v0.11.3 |
| 2596 | 2026-07-16T21:22:06.670Z | Checking tough v0.22.0 |
| 2597 | 2026-07-16T21:22:06.698Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2598 | 2026-07-16T21:22:06.849Z | Checking ed25519-dalek v2.2.0 |
| 2599 | 2026-07-16T21:22:07.029Z | Checking sha3 v0.10.8 |
| 2600 | 2026-07-16T21:22:07.086Z | Checking predicates v3.1.4 |
| 2601 | 2026-07-16T21:22:07.198Z | Checking toml_edit v0.22.27 |
| 2602 | 2026-07-16T21:22:07.228Z | Checking chacha20 v0.10.0 |
| 2603 | 2026-07-16T21:22:07.308Z | Checking string_cache v0.8.9 |
| 2604 | 2026-07-16T21:22:07.377Z | Checking slog v2.8.2 |
| 2605 | 2026-07-16T21:22:07.476Z | Checking env_logger v0.11.9 |
| 2606 | 2026-07-16T21:22:07.480Z | Checking petgraph v0.6.5 |
| 2607 | 2026-07-16T21:22:07.590Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2608 | 2026-07-16T21:22:07.699Z | Checking usdt v0.6.0 |
| 2609 | 2026-07-16T21:22:07.708Z | Checking usdt-impl v0.5.0 |
| 2610 | 2026-07-16T21:22:07.808Z | Checking rsa v0.9.10 |
| 2611 | 2026-07-16T21:22:07.952Z | Checking toml v0.7.8 |
| 2612 | 2026-07-16T21:22:08.073Z | Checking zip v4.6.1 |
| 2613 | 2026-07-16T21:22:08.270Z | Checking nix v0.31.2 |
| 2614 | 2026-07-16T21:22:08.270Z | Checking clap v4.6.1 |
| 2615 | 2026-07-16T21:22:08.645Z | Checking reqwest v0.13.2 |
| 2616 | 2026-07-16T21:22:08.673Z | Checking zip v0.6.6 |
| 2617 | 2026-07-16T21:22:08.702Z | Checking itertools v0.13.0 |
| 2618 | 2026-07-16T21:22:08.716Z | Checking byte-wrapper v0.1.0 |
| 2619 | 2026-07-16T21:22:08.921Z | Checking serde_with v3.17.0 |
| 2620 | 2026-07-16T21:22:08.990Z | Checking strum v0.26.3 |
| 2621 | 2026-07-16T21:22:09.104Z | Checking fs-err v3.3.0 |
| 2622 | 2026-07-16T21:22:09.209Z | Checking ahash v0.8.12 |
| 2623 | 2026-07-16T21:22:09.325Z | Checking object v0.37.3 |
| 2624 | 2026-07-16T21:22:09.399Z | Checking tokio-stream v0.1.18 |
| 2625 | 2026-07-16T21:22:09.399Z | Checking buf-list v1.1.2 |
| 2626 | 2026-07-16T21:22:09.466Z | Checking anyhow v1.0.102 |
| 2627 | 2026-07-16T21:22:09.482Z | Checking camino v1.2.2 |
| 2628 | 2026-07-16T21:22:09.590Z | Checking x509-cert v0.2.5 |
| 2629 | 2026-07-16T21:22:09.662Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2630 | 2026-07-16T21:22:09.731Z | Checking openapiv3 v2.2.0 |
| 2631 | 2026-07-16T21:22:09.736Z | Checking peg-runtime v0.8.5 |
| 2632 | 2026-07-16T21:22:09.784Z | Checking lalrpop-util v0.19.12 |
| 2633 | 2026-07-16T21:22:09.856Z | Checking rayon v1.11.0 |
| 2634 | 2026-07-16T21:22:09.881Z | Checking sigpipe v0.1.3 |
| 2635 | 2026-07-16T21:22:09.923Z | Checking glob v0.3.3 |
| 2636 | 2026-07-16T21:22:11.555Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2637 | 2026-07-16T21:22:11.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s |
| 2638 | 2026-07-16T21:22:12.014Z | |
| 2639 | 2026-07-16T21:22:12.015Z | info: running `cargo check --bins` on internal-dns-types (77/301) |
| 2640 | 2026-07-16T21:22:12.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-07-16T21:22:12.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-07-16T21:22:12.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-07-16T21:22:12.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2644 | 2026-07-16T21:22:12.499Z | |
| 2645 | 2026-07-16T21:22:12.499Z | info: running `cargo check --bins` on internal-dns-types-versions (78/301) |
| 2646 | 2026-07-16T21:22:12.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-07-16T21:22:12.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-07-16T21:22:12.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-07-16T21:22:12.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2650 | 2026-07-16T21:22:12.994Z | |
| 2651 | 2026-07-16T21:22:12.994Z | info: running `cargo check --bins` on nexus-types-versions (79/301) |
| 2652 | 2026-07-16T21:22:13.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-07-16T21:22:13.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-07-16T21:22:13.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-07-16T21:22:13.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2656 | 2026-07-16T21:22:13.546Z | |
| 2657 | 2026-07-16T21:22:13.546Z | info: running `cargo check --bins` on oxql-types (80/301) |
| 2658 | 2026-07-16T21:22:14.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-07-16T21:22:14.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-07-16T21:22:14.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-07-16T21:22:14.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2662 | 2026-07-16T21:22:14.079Z | |
| 2663 | 2026-07-16T21:22:14.079Z | info: running `cargo check --bins` on oximeter-types (81/301) |
| 2664 | 2026-07-16T21:22:14.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-07-16T21:22:14.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-07-16T21:22:14.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-07-16T21:22:14.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2668 | 2026-07-16T21:22:14.637Z | |
| 2669 | 2026-07-16T21:22:14.637Z | info: running `cargo check --bins` on oximeter-types-versions (82/301) |
| 2670 | 2026-07-16T21:22:15.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-07-16T21:22:15.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-07-16T21:22:15.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-07-16T21:22:15.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2674 | 2026-07-16T21:22:15.174Z | |
| 2675 | 2026-07-16T21:22:15.174Z | info: running `cargo check --bins` on oximeter-macro-impl (83/301) |
| 2676 | 2026-07-16T21:22:15.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-07-16T21:22:15.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-07-16T21:22:15.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2679 | 2026-07-16T21:22:15.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2680 | 2026-07-16T21:22:15.685Z | |
| 2681 | 2026-07-16T21:22:15.685Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/301) |
| 2682 | 2026-07-16T21:22:16.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2026-07-16T21:22:16.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2026-07-16T21:22:16.312Z | Compiling structmeta-derive v0.3.0 |
| 2685 | 2026-07-16T21:22:16.428Z | Compiling multer v3.1.0 |
| 2686 | 2026-07-16T21:22:16.439Z | Compiling async-stream-impl v0.3.6 |
| 2687 | 2026-07-16T21:22:16.443Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2688 | 2026-07-16T21:22:16.456Z | Compiling dropshot v0.17.1 |
| 2689 | 2026-07-16T21:22:16.470Z | Compiling newtype-uuid-macros v0.1.0 |
| 2690 | 2026-07-16T21:22:16.470Z | Compiling dropshot_endpoint v0.17.1 |
| 2691 | 2026-07-16T21:22:16.496Z | Checking newtype-uuid v1.3.2 |
| 2692 | 2026-07-16T21:22:16.666Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2693 | 2026-07-16T21:22:16.684Z | Checking daft v0.1.7 |
| 2694 | 2026-07-16T21:22:16.735Z | Checking thread_local v1.1.9 |
| 2695 | 2026-07-16T21:22:16.839Z | Checking compression-core v0.4.31 |
| 2696 | 2026-07-16T21:22:16.922Z | Checking match_cfg v0.1.0 |
| 2697 | 2026-07-16T21:22:16.931Z | Checking iddqd v0.4.2 |
| 2698 | 2026-07-16T21:22:16.964Z | Checking compression-codecs v0.4.37 |
| 2699 | 2026-07-16T21:22:16.975Z | Checking hostname v0.3.1 |
| 2700 | 2026-07-16T21:22:17.024Z | Checking crossbeam-channel v0.5.15 |
| 2701 | 2026-07-16T21:22:17.067Z | Checking atomicwrites v0.4.4 |
| 2702 | 2026-07-16T21:22:17.083Z | Checking slog-json v2.6.1 |
| 2703 | 2026-07-16T21:22:17.125Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2704 | 2026-07-16T21:22:17.190Z | Checking is-terminal v0.4.17 |
| 2705 | 2026-07-16T21:22:17.235Z | Checking serde_spanned v1.1.1 |
| 2706 | 2026-07-16T21:22:17.249Z | Checking debug-ignore v1.0.5 |
| 2707 | 2026-07-16T21:22:17.277Z | Checking take_mut v0.2.2 |
| 2708 | 2026-07-16T21:22:17.324Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2709 | 2026-07-16T21:22:17.343Z | Checking term v1.2.1 |
| 2710 | 2026-07-16T21:22:17.361Z | Checking slog-bunyan v2.5.0 |
| 2711 | 2026-07-16T21:22:17.361Z | Checking async-compression v0.4.41 |
| 2712 | 2026-07-16T21:22:17.382Z | Checking slog-async v2.8.0 |
| 2713 | 2026-07-16T21:22:17.467Z | Checking async-stream v0.3.6 |
| 2714 | 2026-07-16T21:22:17.481Z | Compiling structmeta v0.3.0 |
| 2715 | 2026-07-16T21:22:17.496Z | Checking toml v1.1.2+spec-1.1.0 |
| 2716 | 2026-07-16T21:22:17.551Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2717 | 2026-07-16T21:22:17.561Z | Checking slog-term v2.9.2 |
| 2718 | 2026-07-16T21:22:17.592Z | Checking progenitor-client v0.14.0 |
| 2719 | 2026-07-16T21:22:17.670Z | Checking sha1 v0.11.0 |
| 2720 | 2026-07-16T21:22:17.696Z | Compiling derive-ex v0.1.8 |
| 2721 | 2026-07-16T21:22:17.802Z | Compiling parse-display-derive v0.10.0 |
| 2722 | 2026-07-16T21:22:17.820Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2723 | 2026-07-16T21:22:17.841Z | Checking waitgroup v0.1.2 |
| 2724 | 2026-07-16T21:22:17.850Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2725 | 2026-07-16T21:22:17.875Z | Checking rustls-pemfile v2.2.0 |
| 2726 | 2026-07-16T21:22:17.908Z | Checking backon v1.6.0 |
| 2727 | 2026-07-16T21:22:17.924Z | Checking serde_path_to_error v0.1.20 |
| 2728 | 2026-07-16T21:22:17.945Z | Checking hostname v0.4.2 |
| 2729 | 2026-07-16T21:22:18.007Z | Checking instant v0.1.13 |
| 2730 | 2026-07-16T21:22:18.077Z | Checking progenitor-extras v0.2.0 |
| 2731 | 2026-07-16T21:22:18.091Z | Checking backoff v0.4.0 |
| 2732 | 2026-07-16T21:22:18.187Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2733 | 2026-07-16T21:22:18.257Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2734 | 2026-07-16T21:22:18.274Z | Checking itertools v0.14.0 |
| 2735 | 2026-07-16T21:22:18.284Z | Checking regress v0.10.5 |
| 2736 | 2026-07-16T21:22:18.428Z | Checking macaddr v1.0.1 |
| 2737 | 2026-07-16T21:22:18.628Z | Checking humantime v2.3.0 |
| 2738 | 2026-07-16T21:22:19.368Z | Compiling test-strategy v0.4.5 |
| 2739 | 2026-07-16T21:22:19.467Z | Checking parse-display v0.10.0 |
| 2740 | 2026-07-16T21:22:19.844Z | Compiling prettyplease v0.2.37 |
| 2741 | 2026-07-16T21:22:20.131Z | Checking num-rational v0.4.2 |
| 2742 | 2026-07-16T21:22:20.329Z | Checking num-complex v0.4.6 |
| 2743 | 2026-07-16T21:22:20.822Z | Compiling num v0.4.3 |
| 2744 | 2026-07-16T21:22:20.892Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2745 | 2026-07-16T21:22:20.918Z | Compiling usdt-macro v0.5.0 |
| 2746 | 2026-07-16T21:22:20.934Z | Compiling usdt-attr-macro v0.5.0 |
| 2747 | 2026-07-16T21:22:21.052Z | Checking memmap v0.7.0 |
| 2748 | 2026-07-16T21:22:21.180Z | Compiling float-ord v0.3.2 |
| 2749 | 2026-07-16T21:22:21.264Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2750 | 2026-07-16T21:22:21.404Z | Compiling convert_case v0.4.0 |
| 2751 | 2026-07-16T21:22:21.446Z | Checking unicode-width v0.2.0 |
| 2752 | 2026-07-16T21:22:21.666Z | Checking newline-converter v0.3.0 |
| 2753 | 2026-07-16T21:22:21.700Z | Checking console v0.15.11 |
| 2754 | 2026-07-16T21:22:21.730Z | Checking usdt v0.5.0 |
| 2755 | 2026-07-16T21:22:21.774Z | Compiling toml v0.8.23 |
| 2756 | 2026-07-16T21:22:21.792Z | Compiling derive_more v0.99.20 |
| 2757 | 2026-07-16T21:22:21.896Z | Compiling minimal-lexical v0.2.1 |
| 2758 | 2026-07-16T21:22:21.972Z | Checking linked-hash-map v0.5.6 |
| 2759 | 2026-07-16T21:22:22.142Z | Checking lru-cache v0.1.2 |
| 2760 | 2026-07-16T21:22:22.155Z | Compiling nom v7.1.3 |
| 2761 | 2026-07-16T21:22:22.261Z | Checking expectorate v1.2.0 |
| 2762 | 2026-07-16T21:22:22.648Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-07-16T21:22:22.719Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-07-16T21:22:22.794Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-07-16T21:22:22.885Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-07-16T21:22:22.941Z | Checking heck v0.5.0 |
| 2767 | 2026-07-16T21:22:23.092Z | Compiling unicode-xid v0.2.6 |
| 2768 | 2026-07-16T21:22:23.220Z | Compiling chrono-tz v0.10.4 |
| 2769 | 2026-07-16T21:22:23.380Z | Checking resolv-conf v0.7.6 |
| 2770 | 2026-07-16T21:22:23.433Z | Compiling const_format_proc_macros v0.2.34 |
| 2771 | 2026-07-16T21:22:23.476Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2772 | 2026-07-16T21:22:23.616Z | Checking phf v0.12.1 |
| 2773 | 2026-07-16T21:22:23.756Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-07-16T21:22:23.946Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-07-16T21:22:23.978Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-07-16T21:22:24.361Z | Checking highway v1.3.0 |
| 2777 | 2026-07-16T21:22:24.414Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2778 | 2026-07-16T21:22:24.473Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2779 | 2026-07-16T21:22:24.535Z | Checking hickory-resolver v0.24.4 |
| 2780 | 2026-07-16T21:22:24.590Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2781 | 2026-07-16T21:22:25.079Z | Checking const_format v0.2.35 |
| 2782 | 2026-07-16T21:22:25.302Z | Checking oxide-tokio-rt v0.1.4 |
| 2783 | 2026-07-16T21:22:25.312Z | Checking qorb v0.4.1 |
| 2784 | 2026-07-16T21:22:25.611Z | Checking gethostname v0.5.0 |
| 2785 | 2026-07-16T21:22:25.635Z | Checking bcs v0.1.6 |
| 2786 | 2026-07-16T21:22:25.705Z | Checking termtree v0.5.1 |
| 2787 | 2026-07-16T21:22:25.939Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2788 | 2026-07-16T21:22:25.954Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2789 | 2026-07-16T21:22:26.183Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2790 | 2026-07-16T21:22:26.191Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2791 | 2026-07-16T21:22:29.092Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2792 | 2026-07-16T21:22:31.495Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2793 | 2026-07-16T21:22:33.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s |
| 2794 | 2026-07-16T21:22:33.752Z | |
| 2795 | 2026-07-16T21:22:33.753Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301) |
| 2796 | 2026-07-16T21:22:34.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-07-16T21:22:34.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-07-16T21:22:34.373Z | Compiling ar_archive_writer v0.5.1 |
| 2799 | 2026-07-16T21:22:34.482Z | Compiling stacker v0.1.23 |
| 2800 | 2026-07-16T21:22:34.488Z | Compiling cfg_aliases v0.1.1 |
| 2801 | 2026-07-16T21:22:34.494Z | Compiling convert_case v0.10.0 |
| 2802 | 2026-07-16T21:22:34.500Z | Checking unicode-width v0.1.14 |
| 2803 | 2026-07-16T21:22:34.507Z | Compiling proc-macro-error v1.0.4 |
| 2804 | 2026-07-16T21:22:34.518Z | Checking fd-lock v4.0.4 |
| 2805 | 2026-07-16T21:22:34.521Z | Checking nibble_vec v0.1.0 |
| 2806 | 2026-07-16T21:22:34.541Z | Compiling nix v0.28.0 |
| 2807 | 2026-07-16T21:22:34.625Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2808 | 2026-07-16T21:22:34.642Z | Checking vte v0.14.1 |
| 2809 | 2026-07-16T21:22:34.747Z | Checking endian-type v0.1.2 |
| 2810 | 2026-07-16T21:22:34.758Z | Checking bytecount v0.6.9 |
| 2811 | 2026-07-16T21:22:34.779Z | Compiling derive_more-impl v2.1.1 |
| 2812 | 2026-07-16T21:22:34.793Z | Checking strip-ansi-escapes v0.2.1 |
| 2813 | 2026-07-16T21:22:34.804Z | Compiling tabled_derive v0.7.0 |
| 2814 | 2026-07-16T21:22:34.884Z | Checking papergrid v0.11.0 |
| 2815 | 2026-07-16T21:22:34.890Z | Checking radix_trie v0.2.1 |
| 2816 | 2026-07-16T21:22:34.899Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2817 | 2026-07-16T21:22:35.036Z | Compiling peg-macros v0.8.5 |
| 2818 | 2026-07-16T21:22:35.069Z | Compiling sqlparser_derive v0.5.0 |
| 2819 | 2026-07-16T21:22:35.306Z | Compiling psm v0.1.30 |
| 2820 | 2026-07-16T21:22:35.382Z | Checking winnow v0.6.26 |
| 2821 | 2026-07-16T21:22:35.461Z | Checking nu-ansi-term v0.50.3 |
| 2822 | 2026-07-16T21:22:35.642Z | Checking derive_more v2.1.1 |
| 2823 | 2026-07-16T21:22:35.685Z | Checking home v0.5.12 |
| 2824 | 2026-07-16T21:22:35.753Z | Checking unicode_categories v0.1.1 |
| 2825 | 2026-07-16T21:22:35.797Z | Checking crossterm v0.29.0 |
| 2826 | 2026-07-16T21:22:35.810Z | Checking tabled v0.15.0 |
| 2827 | 2026-07-16T21:22:35.841Z | Checking reedline v0.40.0 |
| 2828 | 2026-07-16T21:22:35.888Z | Checking rustyline v14.0.0 |
| 2829 | 2026-07-16T21:22:35.935Z | Checking display-error-chain v0.2.2 |
| 2830 | 2026-07-16T21:22:36.138Z | Checking recursive v0.1.1 |
| 2831 | 2026-07-16T21:22:36.230Z | Checking sqlparser v0.61.0 |
| 2832 | 2026-07-16T21:22:36.394Z | Checking peg v0.8.5 |
| 2833 | 2026-07-16T21:22:36.561Z | Checking sqlformat v0.3.5 |
| 2834 | 2026-07-16T21:22:47.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 2835 | 2026-07-16T21:22:47.642Z | |
| 2836 | 2026-07-16T21:22:47.642Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301) |
| 2837 | 2026-07-16T21:22:48.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-16T21:22:48.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-16T21:22:48.262Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-16T21:22:51.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2841 | 2026-07-16T21:22:51.901Z | |
| 2842 | 2026-07-16T21:22:51.901Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301) |
| 2843 | 2026-07-16T21:22:52.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-16T21:22:52.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-16T21:22:52.521Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-16T21:22:54.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 2847 | 2026-07-16T21:22:55.154Z | |
| 2848 | 2026-07-16T21:22:55.155Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301) |
| 2849 | 2026-07-16T21:22:55.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-16T21:22:55.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-16T21:22:55.770Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-16T21:22:59.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
| 2853 | 2026-07-16T21:22:59.166Z | |
| 2854 | 2026-07-16T21:22:59.166Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301) |
| 2855 | 2026-07-16T21:22:59.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-16T21:22:59.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-16T21:22:59.787Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-16T21:23:03.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2859 | 2026-07-16T21:23:03.236Z | |
| 2860 | 2026-07-16T21:23:03.236Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301) |
| 2861 | 2026-07-16T21:23:03.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-16T21:23:03.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-16T21:23:03.857Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-16T21:23:06.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2865 | 2026-07-16T21:23:06.628Z | |
| 2866 | 2026-07-16T21:23:06.628Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301) |
| 2867 | 2026-07-16T21:23:07.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-16T21:23:07.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-16T21:23:07.245Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-16T21:23:09.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 2871 | 2026-07-16T21:23:10.075Z | |
| 2872 | 2026-07-16T21:23:10.075Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301) |
| 2873 | 2026-07-16T21:23:10.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-16T21:23:10.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-16T21:23:10.700Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2876 | 2026-07-16T21:23:14.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2877 | 2026-07-16T21:23:14.256Z | |
| 2878 | 2026-07-16T21:23:14.256Z | info: running `cargo check --bins` on oximeter (93/301) |
| 2879 | 2026-07-16T21:23:14.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-16T21:23:14.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-16T21:23:14.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-07-16T21:23:14.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2883 | 2026-07-16T21:23:14.789Z | |
| 2884 | 2026-07-16T21:23:14.789Z | info: running `cargo check --bins` on oximeter-schema (94/301) |
| 2885 | 2026-07-16T21:23:15.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-07-16T21:23:15.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-07-16T21:23:15.366Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2888 | 2026-07-16T21:23:15.534Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2889 | 2026-07-16T21:23:15.539Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2890 | 2026-07-16T21:23:15.896Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2891 | 2026-07-16T21:23:18.387Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2892 | 2026-07-16T21:23:19.610Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2893 | 2026-07-16T21:23:19.802Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2894 | 2026-07-16T21:23:20.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
| 2895 | 2026-07-16T21:23:20.624Z | |
| 2896 | 2026-07-16T21:23:20.624Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/301) |
| 2897 | 2026-07-16T21:23:21.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-16T21:23:21.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-16T21:23:21.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-16T21:23:21.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2901 | 2026-07-16T21:23:21.145Z | |
| 2902 | 2026-07-16T21:23:21.145Z | info: running `cargo check --bins` on oximeter-test-utils (96/301) |
| 2903 | 2026-07-16T21:23:21.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-16T21:23:21.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-16T21:23:21.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-16T21:23:21.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2907 | 2026-07-16T21:23:21.718Z | |
| 2908 | 2026-07-16T21:23:21.718Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301) |
| 2909 | 2026-07-16T21:23:22.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-16T21:23:22.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-16T21:23:22.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-16T21:23:22.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2913 | 2026-07-16T21:23:22.286Z | |
| 2914 | 2026-07-16T21:23:22.286Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301) |
| 2915 | 2026-07-16T21:23:22.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-16T21:23:22.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-16T21:23:22.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-16T21:23:22.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2919 | 2026-07-16T21:23:22.809Z | |
| 2920 | 2026-07-16T21:23:22.809Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301) |
| 2921 | 2026-07-16T21:23:23.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-16T21:23:23.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-16T21:23:23.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-16T21:23:23.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2925 | 2026-07-16T21:23:23.358Z | |
| 2926 | 2026-07-16T21:23:23.358Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301) |
| 2927 | 2026-07-16T21:23:23.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-16T21:23:23.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-16T21:23:23.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-16T21:23:23.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2931 | 2026-07-16T21:23:23.925Z | |
| 2932 | 2026-07-16T21:23:23.930Z | info: running `cargo check --bins` on trust-quorum-types (101/301) |
| 2933 | 2026-07-16T21:23:24.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-16T21:23:24.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-16T21:23:24.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-16T21:23:24.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2937 | 2026-07-16T21:23:24.427Z | |
| 2938 | 2026-07-16T21:23:24.427Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/301) |
| 2939 | 2026-07-16T21:23:24.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-16T21:23:24.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-16T21:23:24.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-07-16T21:23:24.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2943 | 2026-07-16T21:23:24.944Z | |
| 2944 | 2026-07-16T21:23:24.944Z | info: running `cargo check --bins` on update-engine (103/301) |
| 2945 | 2026-07-16T21:23:25.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-07-16T21:23:25.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-07-16T21:23:25.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2026-07-16T21:23:25.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2949 | 2026-07-16T21:23:25.484Z | |
| 2950 | 2026-07-16T21:23:25.484Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/301) |
| 2951 | 2026-07-16T21:23:25.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2026-07-16T21:23:25.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2026-07-16T21:23:26.153Z | Compiling crucible-workspace-hack v0.1.0 |
| 2954 | 2026-07-16T21:23:26.245Z | Checking secrecy v0.10.3 |
| 2955 | 2026-07-16T21:23:26.288Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2956 | 2026-07-16T21:23:26.288Z | Compiling heapless v0.8.0 |
| 2957 | 2026-07-16T21:23:26.299Z | Compiling ingot-macros v0.1.1 |
| 2958 | 2026-07-16T21:23:26.299Z | Checking hash32 v0.3.1 |
| 2959 | 2026-07-16T21:23:26.299Z | Checking inout v0.1.4 |
| 2960 | 2026-07-16T21:23:26.299Z | Compiling smoltcp v0.11.0 |
| 2961 | 2026-07-16T21:23:26.347Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2962 | 2026-07-16T21:23:26.385Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2963 | 2026-07-16T21:23:26.411Z | Checking cipher v0.4.4 |
| 2964 | 2026-07-16T21:23:26.474Z | Checking cobs v0.3.0 |
| 2965 | 2026-07-16T21:23:26.502Z | Checking universal-hash v0.5.1 |
| 2966 | 2026-07-16T21:23:26.574Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2967 | 2026-07-16T21:23:26.616Z | Checking half v2.7.1 |
| 2968 | 2026-07-16T21:23:26.633Z | Checking ciborium-io v0.2.2 |
| 2969 | 2026-07-16T21:23:26.753Z | Checking opaque-debug v0.3.1 |
| 2970 | 2026-07-16T21:23:26.753Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2971 | 2026-07-16T21:23:26.753Z | Checking poly1305 v0.8.0 |
| 2972 | 2026-07-16T21:23:26.753Z | Checking postcard v1.1.3 |
| 2973 | 2026-07-16T21:23:26.878Z | Checking ciborium-ll v0.2.2 |
| 2974 | 2026-07-16T21:23:26.894Z | Checking chacha20 v0.9.1 |
| 2975 | 2026-07-16T21:23:26.952Z | Compiling proc-macro-crate v3.4.0 |
| 2976 | 2026-07-16T21:23:27.002Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2977 | 2026-07-16T21:23:27.067Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2978 | 2026-07-16T21:23:27.096Z | Checking password-hash v0.5.0 |
| 2979 | 2026-07-16T21:23:27.319Z | Checking blake2 v0.10.6 |
| 2980 | 2026-07-16T21:23:27.336Z | Compiling proc-macro-crate v1.3.1 |
| 2981 | 2026-07-16T21:23:27.407Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2982 | 2026-07-16T21:23:27.440Z | Checking aead v0.5.2 |
| 2983 | 2026-07-16T21:23:27.501Z | Compiling num_enum_derive v0.7.6 |
| 2984 | 2026-07-16T21:23:27.577Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2985 | 2026-07-16T21:23:27.589Z | Compiling foreign-types-macros v0.2.3 |
| 2986 | 2026-07-16T21:23:27.652Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2987 | 2026-07-16T21:23:27.749Z | Checking foreign-types-shared v0.3.1 |
| 2988 | 2026-07-16T21:23:27.770Z | Checking thiserror-no-std v2.0.2 |
| 2989 | 2026-07-16T21:23:27.780Z | Compiling num_enum_derive v0.5.11 |
| 2990 | 2026-07-16T21:23:27.829Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2991 | 2026-07-16T21:23:27.846Z | Checking vsss-rs v3.3.4 |
| 2992 | 2026-07-16T21:23:27.902Z | Checking chacha20poly1305 v0.10.1 |
| 2993 | 2026-07-16T21:23:28.052Z | Checking argon2 v0.5.3 |
| 2994 | 2026-07-16T21:23:28.221Z | Checking foreign-types v0.5.0 |
| 2995 | 2026-07-16T21:23:28.255Z | Checking ciborium v0.2.2 |
| 2996 | 2026-07-16T21:23:28.386Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2997 | 2026-07-16T21:23:28.493Z | Checking tabwriter v1.4.1 |
| 2998 | 2026-07-16T21:23:28.663Z | Checking num_enum v0.7.6 |
| 2999 | 2026-07-16T21:23:28.679Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2026-07-16T21:23:28.679Z | Checking cstr-argument v0.1.2 |
| 3001 | 2026-07-16T21:23:28.680Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3002 | 2026-07-16T21:23:28.700Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3003 | 2026-07-16T21:23:28.803Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3004 | 2026-07-16T21:23:28.819Z | Checking num_enum v0.5.11 |
| 3005 | 2026-07-16T21:23:28.904Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3006 | 2026-07-16T21:23:28.940Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3007 | 2026-07-16T21:23:28.996Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3008 | 2026-07-16T21:23:28.996Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3009 | 2026-07-16T21:23:29.070Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3010 | 2026-07-16T21:23:29.077Z | Checking ingot-types v0.1.2 |
| 3011 | 2026-07-16T21:23:29.077Z | Checking rand v0.10.1 |
| 3012 | 2026-07-16T21:23:29.113Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3013 | 2026-07-16T21:23:29.124Z | Checking indent_write v2.2.0 |
| 3014 | 2026-07-16T21:23:29.146Z | Checking colored v3.1.1 |
| 3015 | 2026-07-16T21:23:29.267Z | Compiling zone_cfg_derive v0.3.1 |
| 3016 | 2026-07-16T21:23:29.303Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3017 | 2026-07-16T21:23:29.360Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3018 | 2026-07-16T21:23:29.397Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3019 | 2026-07-16T21:23:29.422Z | Checking ingot v0.1.1 |
| 3020 | 2026-07-16T21:23:29.436Z | Checking itertools v0.12.1 |
| 3021 | 2026-07-16T21:23:29.507Z | Compiling num-derive v0.4.2 |
| 3022 | 2026-07-16T21:23:29.528Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3023 | 2026-07-16T21:23:29.566Z | Checking swrite v0.1.0 |
| 3024 | 2026-07-16T21:23:29.675Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3025 | 2026-07-16T21:23:29.734Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3026 | 2026-07-16T21:23:29.890Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3027 | 2026-07-16T21:23:29.918Z | Checking dropshot-api-manager-types v0.7.2 |
| 3028 | 2026-07-16T21:23:29.963Z | Checking smf v0.2.3 |
| 3029 | 2026-07-16T21:23:30.011Z | Checking nanorand v0.7.0 |
| 3030 | 2026-07-16T21:23:30.049Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3031 | 2026-07-16T21:23:30.076Z | Checking whoami v1.6.1 |
| 3032 | 2026-07-16T21:23:30.197Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3033 | 2026-07-16T21:23:30.214Z | Checking flume v0.11.1 |
| 3034 | 2026-07-16T21:23:30.439Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3035 | 2026-07-16T21:23:30.449Z | Checking zone v0.3.1 |
| 3036 | 2026-07-16T21:23:31.021Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3037 | 2026-07-16T21:23:31.999Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3038 | 2026-07-16T21:23:32.863Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3039 | 2026-07-16T21:23:36.299Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3040 | 2026-07-16T21:23:38.364Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3041 | 2026-07-16T21:23:39.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
| 3042 | 2026-07-16T21:23:39.613Z | |
| 3043 | 2026-07-16T21:23:39.613Z | info: running `cargo check --bins` on clickhouse-admin-api (105/301) |
| 3044 | 2026-07-16T21:23:40.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-07-16T21:23:40.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-07-16T21:23:40.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-07-16T21:23:40.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3048 | 2026-07-16T21:23:40.157Z | |
| 3049 | 2026-07-16T21:23:40.157Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/301) |
| 3050 | 2026-07-16T21:23:40.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-07-16T21:23:40.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-07-16T21:23:40.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-07-16T21:23:40.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3054 | 2026-07-16T21:23:40.704Z | |
| 3055 | 2026-07-16T21:23:40.704Z | info: running `cargo check --bins` on bootstrap-agent-client (107/301) |
| 3056 | 2026-07-16T21:23:41.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-07-16T21:23:41.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-07-16T21:23:41.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-07-16T21:23:41.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3060 | 2026-07-16T21:23:41.313Z | |
| 3061 | 2026-07-16T21:23:41.313Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301) |
| 3062 | 2026-07-16T21:23:41.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-07-16T21:23:41.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-07-16T21:23:41.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-07-16T21:23:41.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3066 | 2026-07-16T21:23:41.800Z | |
| 3067 | 2026-07-16T21:23:41.800Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301) |
| 3068 | 2026-07-16T21:23:42.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-07-16T21:23:42.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-07-16T21:23:42.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-07-16T21:23:42.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3072 | 2026-07-16T21:23:42.340Z | |
| 3073 | 2026-07-16T21:23:42.341Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/301) |
| 3074 | 2026-07-16T21:23:42.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-07-16T21:23:43.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-07-16T21:23:43.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-07-16T21:23:43.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3078 | 2026-07-16T21:23:43.066Z | |
| 3079 | 2026-07-16T21:23:43.066Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/301) |
| 3080 | 2026-07-16T21:23:43.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-07-16T21:23:43.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-07-16T21:23:43.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-07-16T21:23:43.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3084 | 2026-07-16T21:23:43.413Z | |
| 3085 | 2026-07-16T21:23:43.413Z | info: running `cargo check --bins` on cockroach-admin-client (112/301) |
| 3086 | 2026-07-16T21:23:43.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-07-16T21:23:43.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-07-16T21:23:43.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-07-16T21:23:43.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3090 | 2026-07-16T21:23:43.937Z | |
| 3091 | 2026-07-16T21:23:43.937Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/301) |
| 3092 | 2026-07-16T21:23:44.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-07-16T21:23:44.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-07-16T21:23:44.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-07-16T21:23:44.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3096 | 2026-07-16T21:23:44.471Z | |
| 3097 | 2026-07-16T21:23:44.471Z | info: running `cargo check --bins` on dns-service-client (114/301) |
| 3098 | 2026-07-16T21:23:44.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-07-16T21:23:44.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-07-16T21:23:44.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-07-16T21:23:44.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3102 | 2026-07-16T21:23:45.008Z | |
| 3103 | 2026-07-16T21:23:45.008Z | info: running `cargo check --bins` on installinator-client (115/301) |
| 3104 | 2026-07-16T21:23:45.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-07-16T21:23:45.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-07-16T21:23:45.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-07-16T21:23:45.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3108 | 2026-07-16T21:23:45.552Z | |
| 3109 | 2026-07-16T21:23:45.552Z | info: running `cargo check --bins` on nexus-client (116/301) |
| 3110 | 2026-07-16T21:23:46.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-07-16T21:23:46.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-07-16T21:23:46.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-07-16T21:23:46.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3114 | 2026-07-16T21:23:46.149Z | |
| 3115 | 2026-07-16T21:23:46.149Z | info: running `cargo check --bins` on nexus-lockstep-client (117/301) |
| 3116 | 2026-07-16T21:23:46.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-07-16T21:23:47.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-07-16T21:23:47.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-07-16T21:23:47.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3120 | 2026-07-16T21:23:47.075Z | |
| 3121 | 2026-07-16T21:23:47.075Z | info: running `cargo check --bins` on ntp-admin-client (118/301) |
| 3122 | 2026-07-16T21:23:47.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-07-16T21:23:47.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-07-16T21:23:47.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-07-16T21:23:47.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3126 | 2026-07-16T21:23:47.323Z | |
| 3127 | 2026-07-16T21:23:47.323Z | info: running `cargo check --bins` on oxide-client (119/301) |
| 3128 | 2026-07-16T21:23:47.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-07-16T21:23:47.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-07-16T21:23:47.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-07-16T21:23:47.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3132 | 2026-07-16T21:23:47.761Z | |
| 3133 | 2026-07-16T21:23:47.761Z | info: running `cargo check --bins` on oximeter-client (120/301) |
| 3134 | 2026-07-16T21:23:48.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-07-16T21:23:48.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-07-16T21:23:48.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-07-16T21:23:48.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3138 | 2026-07-16T21:23:48.299Z | |
| 3139 | 2026-07-16T21:23:48.300Z | info: running `cargo check --bins` on repo-depot-client (121/301) |
| 3140 | 2026-07-16T21:23:48.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-07-16T21:23:48.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-07-16T21:23:48.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-07-16T21:23:48.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3144 | 2026-07-16T21:23:48.835Z | |
| 3145 | 2026-07-16T21:23:48.835Z | info: running `cargo check --bins` on sled-agent-client (122/301) |
| 3146 | 2026-07-16T21:23:49.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-07-16T21:23:49.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-07-16T21:23:49.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-07-16T21:23:49.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3150 | 2026-07-16T21:23:49.378Z | |
| 3151 | 2026-07-16T21:23:49.378Z | info: running `cargo check --bins` on wicketd-client (123/301) |
| 3152 | 2026-07-16T21:23:49.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-07-16T21:23:50.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-07-16T21:23:50.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-07-16T21:23:50.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3156 | 2026-07-16T21:23:50.349Z | |
| 3157 | 2026-07-16T21:23:50.349Z | info: running `cargo check --bins` on installinator-common (124/301) |
| 3158 | 2026-07-16T21:23:50.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-07-16T21:23:50.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-07-16T21:23:50.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-07-16T21:23:50.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3162 | 2026-07-16T21:23:50.596Z | |
| 3163 | 2026-07-16T21:23:50.596Z | info: running `cargo check --bins` on installinator-common-versions (125/301) |
| 3164 | 2026-07-16T21:23:55.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-07-16T21:23:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-07-16T21:23:55.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-07-16T21:23:55.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3168 | 2026-07-16T21:23:55.217Z | |
| 3169 | 2026-07-16T21:23:55.217Z | info: running `cargo check --bins` on wicket-common (126/301) |
| 3170 | 2026-07-16T21:23:55.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-07-16T21:23:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-07-16T21:23:55.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-07-16T21:23:55.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3174 | 2026-07-16T21:23:55.217Z | |
| 3175 | 2026-07-16T21:23:55.217Z | info: running `cargo check --bins` on wicketd-commission-types (127/301) |
| 3176 | 2026-07-16T21:23:55.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-07-16T21:23:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-07-16T21:23:55.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-07-16T21:23:55.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3180 | 2026-07-16T21:23:55.218Z | |
| 3181 | 2026-07-16T21:23:55.218Z | info: running `cargo check --bins` on wicketd-commission-types-versions (128/301) |
| 3182 | 2026-07-16T21:23:55.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-07-16T21:23:55.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-07-16T21:23:55.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2026-07-16T21:23:55.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3186 | 2026-07-16T21:23:55.221Z | |
| 3187 | 2026-07-16T21:23:55.221Z | info: running `cargo check --bins` on omicron-cockroach-admin (129/301) |
| 3188 | 2026-07-16T21:23:55.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2026-07-16T21:23:55.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2026-07-16T21:23:55.221Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3191 | 2026-07-16T21:23:55.221Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3192 | 2026-07-16T21:23:55.221Z | Checking csv-core v0.1.13 |
| 3193 | 2026-07-16T21:23:55.221Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3194 | 2026-07-16T21:23:55.221Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3195 | 2026-07-16T21:23:55.221Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3196 | 2026-07-16T21:23:55.221Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3197 | 2026-07-16T21:23:55.221Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3198 | 2026-07-16T21:23:55.221Z | Checking csv v1.4.0 |
| 3199 | 2026-07-16T21:23:55.221Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3200 | 2026-07-16T21:23:55.221Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3201 | 2026-07-16T21:23:55.221Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3202 | 2026-07-16T21:23:55.221Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3203 | 2026-07-16T21:23:55.221Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3204 | 2026-07-16T21:23:55.225Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3205 | 2026-07-16T21:23:55.225Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3206 | 2026-07-16T21:23:55.384Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3207 | 2026-07-16T21:24:00.747Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3208 | 2026-07-16T21:24:01.274Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3209 | 2026-07-16T21:24:03.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s |
| 3210 | 2026-07-16T21:24:03.801Z | |
| 3211 | 2026-07-16T21:24:03.801Z | info: running `cargo check --bins` on cockroach-admin-api (130/301) |
| 3212 | 2026-07-16T21:24:04.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-07-16T21:24:04.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-07-16T21:24:04.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-07-16T21:24:04.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3216 | 2026-07-16T21:24:04.343Z | |
| 3217 | 2026-07-16T21:24:04.343Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301) |
| 3218 | 2026-07-16T21:24:04.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-07-16T21:24:04.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-07-16T21:24:04.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-07-16T21:24:04.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3222 | 2026-07-16T21:24:04.966Z | |
| 3223 | 2026-07-16T21:24:04.966Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301) |
| 3224 | 2026-07-16T21:24:05.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-07-16T21:24:05.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-07-16T21:24:05.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-07-16T21:24:05.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3228 | 2026-07-16T21:24:05.607Z | |
| 3229 | 2026-07-16T21:24:05.607Z | info: running `cargo check --bins` on gateway-test-utils (133/301) |
| 3230 | 2026-07-16T21:24:06.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-07-16T21:24:06.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-07-16T21:24:06.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3233 | 2026-07-16T21:24:06.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3234 | 2026-07-16T21:24:06.181Z | |
| 3235 | 2026-07-16T21:24:06.182Z | info: running `cargo check --bins` on omicron-gateway (134/301) |
| 3236 | 2026-07-16T21:24:06.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-07-16T21:24:06.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-07-16T21:24:06.902Z | Compiling regress v0.11.1 |
| 3239 | 2026-07-16T21:24:07.075Z | Compiling unsafe-libyaml v0.2.11 |
| 3240 | 2026-07-16T21:24:07.080Z | Compiling radium v0.7.0 |
| 3241 | 2026-07-16T21:24:07.080Z | Compiling semver v0.1.20 |
| 3242 | 2026-07-16T21:24:07.080Z | Checking nom v8.0.0 |
| 3243 | 2026-07-16T21:24:07.081Z | Compiling maybe-uninit v2.0.0 |
| 3244 | 2026-07-16T21:24:07.081Z | Checking tap v1.0.1 |
| 3245 | 2026-07-16T21:24:07.195Z | Checking wyz v0.5.1 |
| 3246 | 2026-07-16T21:24:07.324Z | Compiling rustc_version v0.1.7 |
| 3247 | 2026-07-16T21:24:07.372Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3248 | 2026-07-16T21:24:07.400Z | Compiling zerocopy-derive v0.6.6 |
| 3249 | 2026-07-16T21:24:07.506Z | Compiling owo-colors v4.3.0 |
| 3250 | 2026-07-16T21:24:07.539Z | Compiling newtype_derive v0.1.6 |
| 3251 | 2026-07-16T21:24:07.744Z | Compiling serde_yaml v0.9.34+deprecated |
| 3252 | 2026-07-16T21:24:07.768Z | Checking crc-catalog v2.4.0 |
| 3253 | 2026-07-16T21:24:07.840Z | Checking funty v2.0.0 |
| 3254 | 2026-07-16T21:24:07.859Z | Compiling packed_struct v0.10.1 |
| 3255 | 2026-07-16T21:24:08.158Z | Compiling cancel-safe-futures v0.1.5 |
| 3256 | 2026-07-16T21:24:08.194Z | Checking bitvec v1.0.1 |
| 3257 | 2026-07-16T21:24:08.255Z | Checking zerocopy v0.6.6 |
| 3258 | 2026-07-16T21:24:08.397Z | Checking crc v3.4.0 |
| 3259 | 2026-07-16T21:24:08.483Z | Checking typify-impl v0.6.2 |
| 3260 | 2026-07-16T21:24:08.740Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-07-16T21:24:08.840Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3262 | 2026-07-16T21:24:09.021Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3263 | 2026-07-16T21:24:09.182Z | Compiling packed_struct_codegen v0.10.1 |
| 3264 | 2026-07-16T21:24:09.197Z | Checking libsw-core v0.3.2 |
| 3265 | 2026-07-16T21:24:09.270Z | Compiling bitfield-macros v0.19.4 |
| 3266 | 2026-07-16T21:24:09.343Z | Compiling indexmap v1.9.3 |
| 3267 | 2026-07-16T21:24:09.521Z | Checking nodrop v0.1.14 |
| 3268 | 2026-07-16T21:24:09.553Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3269 | 2026-07-16T21:24:09.615Z | Checking array-init v0.0.4 |
| 3270 | 2026-07-16T21:24:09.643Z | Checking libsw v3.5.0 |
| 3271 | 2026-07-16T21:24:09.659Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3272 | 2026-07-16T21:24:09.791Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3273 | 2026-07-16T21:24:09.939Z | Checking smallvec v0.6.14 |
| 3274 | 2026-07-16T21:24:09.971Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3275 | 2026-07-16T21:24:10.004Z | Checking bitfield v0.19.4 |
| 3276 | 2026-07-16T21:24:10.220Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3277 | 2026-07-16T21:24:10.270Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3278 | 2026-07-16T21:24:10.341Z | Checking base64 v0.21.7 |
| 3279 | 2026-07-16T21:24:10.355Z | Checking linear-map v1.2.0 |
| 3280 | 2026-07-16T21:24:10.391Z | Checking tagptr v0.2.0 |
| 3281 | 2026-07-16T21:24:10.531Z | Checking hashbrown v0.12.3 |
| 3282 | 2026-07-16T21:24:10.573Z | Checking smawk v0.3.2 |
| 3283 | 2026-07-16T21:24:10.598Z | Checking unicode-linebreak v0.1.5 |
| 3284 | 2026-07-16T21:24:10.679Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3285 | 2026-07-16T21:24:10.703Z | Checking ron v0.8.1 |
| 3286 | 2026-07-16T21:24:10.749Z | Checking moka v0.12.13 |
| 3287 | 2026-07-16T21:24:10.816Z | Checking textwrap v0.16.2 |
| 3288 | 2026-07-16T21:24:11.030Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3289 | 2026-07-16T21:24:11.207Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3290 | 2026-07-16T21:24:11.238Z | Checking steno v0.4.1 |
| 3291 | 2026-07-16T21:24:11.278Z | Checking serde-hex v0.1.0 |
| 3292 | 2026-07-16T21:24:11.387Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3293 | 2026-07-16T21:24:11.401Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3294 | 2026-07-16T21:24:11.561Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3295 | 2026-07-16T21:24:11.953Z | Checking hashbrown v0.13.2 |
| 3296 | 2026-07-16T21:24:12.003Z | Checking crc-any v2.5.0 |
| 3297 | 2026-07-16T21:24:12.131Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3298 | 2026-07-16T21:24:12.183Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3299 | 2026-07-16T21:24:12.214Z | Checking hickory-resolver v0.25.2 |
| 3300 | 2026-07-16T21:24:12.350Z | Checking sha1 v0.10.6 |
| 3301 | 2026-07-16T21:24:12.440Z | Checking utf-8 v0.7.6 |
| 3302 | 2026-07-16T21:24:12.440Z | Checking object v0.30.4 |
| 3303 | 2026-07-16T21:24:12.498Z | Checking void v1.0.2 |
| 3304 | 2026-07-16T21:24:12.512Z | Checking path-slash v0.1.5 |
| 3305 | 2026-07-16T21:24:12.606Z | Checking half v1.8.3 |
| 3306 | 2026-07-16T21:24:12.618Z | Checking lzss v0.8.2 |
| 3307 | 2026-07-16T21:24:12.767Z | Checking tungstenite v0.23.0 |
| 3308 | 2026-07-16T21:24:12.801Z | Checking serde_cbor v0.11.2 |
| 3309 | 2026-07-16T21:24:12.927Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3310 | 2026-07-16T21:24:12.941Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3311 | 2026-07-16T21:24:13.059Z | Compiling typify-macro v0.6.2 |
| 3312 | 2026-07-16T21:24:13.062Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3313 | 2026-07-16T21:24:13.096Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3314 | 2026-07-16T21:24:13.158Z | Checking nix v0.27.1 |
| 3315 | 2026-07-16T21:24:13.181Z | Checking kstat-rs v0.2.4 |
| 3316 | 2026-07-16T21:24:13.184Z | Checking fxhash v0.2.1 |
| 3317 | 2026-07-16T21:24:13.301Z | Checking serde_bytes v0.11.19 |
| 3318 | 2026-07-16T21:24:13.322Z | Checking tokio-tungstenite v0.23.1 |
| 3319 | 2026-07-16T21:24:13.337Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3320 | 2026-07-16T21:24:13.381Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3321 | 2026-07-16T21:24:13.468Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3322 | 2026-07-16T21:24:13.580Z | Checking signal-hook-tokio v0.3.1 |
| 3323 | 2026-07-16T21:24:14.359Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3324 | 2026-07-16T21:24:14.439Z | Compiling typify v0.6.2 |
| 3325 | 2026-07-16T21:24:14.515Z | Compiling progenitor-impl v0.14.0 |
| 3326 | 2026-07-16T21:24:15.270Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3327 | 2026-07-16T21:24:15.571Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3328 | 2026-07-16T21:24:15.951Z | Compiling progenitor-macro v0.14.0 |
| 3329 | 2026-07-16T21:24:18.252Z | Checking progenitor v0.14.0 |
| 3330 | 2026-07-16T21:24:18.367Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3331 | 2026-07-16T21:24:18.367Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3332 | 2026-07-16T21:24:21.066Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3333 | 2026-07-16T21:24:29.314Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3334 | 2026-07-16T21:24:35.840Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3335 | 2026-07-16T21:24:37.194Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3336 | 2026-07-16T21:24:37.680Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3337 | 2026-07-16T21:24:39.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s |
| 3338 | 2026-07-16T21:24:39.931Z | |
| 3339 | 2026-07-16T21:24:39.931Z | info: running `cargo check --bins` on gateway-api (135/301) |
| 3340 | 2026-07-16T21:24:40.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-07-16T21:24:40.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-07-16T21:24:40.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-07-16T21:24:40.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3344 | 2026-07-16T21:24:40.461Z | |
| 3345 | 2026-07-16T21:24:40.461Z | info: running `cargo check --bins` on ipcc (136/301) |
| 3346 | 2026-07-16T21:24:40.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-07-16T21:24:40.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-07-16T21:24:40.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-07-16T21:24:40.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3350 | 2026-07-16T21:24:40.998Z | |
| 3351 | 2026-07-16T21:24:40.998Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301) |
| 3352 | 2026-07-16T21:24:41.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-07-16T21:24:41.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-07-16T21:24:41.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-07-16T21:24:41.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3356 | 2026-07-16T21:24:41.519Z | |
| 3357 | 2026-07-16T21:24:41.519Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301) |
| 3358 | 2026-07-16T21:24:41.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-07-16T21:24:41.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-07-16T21:24:41.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-07-16T21:24:41.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3362 | 2026-07-16T21:24:42.075Z | |
| 3363 | 2026-07-16T21:24:42.075Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301) |
| 3364 | 2026-07-16T21:24:42.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-07-16T21:24:42.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-07-16T21:24:42.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-07-16T21:24:42.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3368 | 2026-07-16T21:24:42.618Z | |
| 3369 | 2026-07-16T21:24:42.619Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301) |
| 3370 | 2026-07-16T21:24:43.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-07-16T21:24:43.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-07-16T21:24:43.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-07-16T21:24:43.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3374 | 2026-07-16T21:24:43.149Z | |
| 3375 | 2026-07-16T21:24:43.149Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301) |
| 3376 | 2026-07-16T21:24:43.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-07-16T21:24:43.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-07-16T21:24:43.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-07-16T21:24:43.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3380 | 2026-07-16T21:24:43.685Z | |
| 3381 | 2026-07-16T21:24:43.685Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301) |
| 3382 | 2026-07-16T21:24:44.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-07-16T21:24:44.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-07-16T21:24:44.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-07-16T21:24:44.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3386 | 2026-07-16T21:24:44.237Z | |
| 3387 | 2026-07-16T21:24:44.237Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301) |
| 3388 | 2026-07-16T21:24:44.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-07-16T21:24:44.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-07-16T21:24:44.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-07-16T21:24:44.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3392 | 2026-07-16T21:24:44.777Z | |
| 3393 | 2026-07-16T21:24:44.777Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301) |
| 3394 | 2026-07-16T21:24:45.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-07-16T21:24:45.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-07-16T21:24:45.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-07-16T21:24:45.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3398 | 2026-07-16T21:24:45.312Z | |
| 3399 | 2026-07-16T21:24:45.312Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301) |
| 3400 | 2026-07-16T21:24:45.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-07-16T21:24:45.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-07-16T21:24:45.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-07-16T21:24:45.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3404 | 2026-07-16T21:24:45.852Z | |
| 3405 | 2026-07-16T21:24:45.852Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301) |
| 3406 | 2026-07-16T21:24:46.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-07-16T21:24:46.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-07-16T21:24:46.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-07-16T21:24:46.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3410 | 2026-07-16T21:24:46.393Z | |
| 3411 | 2026-07-16T21:24:46.393Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301) |
| 3412 | 2026-07-16T21:24:46.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-07-16T21:24:46.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-07-16T21:24:46.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-07-16T21:24:46.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3416 | 2026-07-16T21:24:46.924Z | |
| 3417 | 2026-07-16T21:24:46.924Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301) |
| 3418 | 2026-07-16T21:24:47.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-07-16T21:24:47.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-07-16T21:24:47.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-07-16T21:24:47.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3422 | 2026-07-16T21:24:47.456Z | |
| 3423 | 2026-07-16T21:24:47.456Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301) |
| 3424 | 2026-07-16T21:24:47.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-07-16T21:24:47.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-07-16T21:24:47.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-07-16T21:24:47.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3428 | 2026-07-16T21:24:48.006Z | |
| 3429 | 2026-07-16T21:24:48.006Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301) |
| 3430 | 2026-07-16T21:24:48.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-07-16T21:24:48.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-07-16T21:24:48.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-07-16T21:24:48.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3434 | 2026-07-16T21:24:48.558Z | |
| 3435 | 2026-07-16T21:24:48.558Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301) |
| 3436 | 2026-07-16T21:24:49.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-07-16T21:24:49.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-07-16T21:24:49.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-07-16T21:24:49.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3440 | 2026-07-16T21:24:49.106Z | |
| 3441 | 2026-07-16T21:24:49.106Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301) |
| 3442 | 2026-07-16T21:24:49.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-07-16T21:24:49.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-07-16T21:24:49.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-07-16T21:24:49.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3446 | 2026-07-16T21:24:49.659Z | |
| 3447 | 2026-07-16T21:24:49.659Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301) |
| 3448 | 2026-07-16T21:24:50.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-07-16T21:24:50.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-07-16T21:24:50.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-07-16T21:24:50.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3452 | 2026-07-16T21:24:50.216Z | |
| 3453 | 2026-07-16T21:24:50.216Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301) |
| 3454 | 2026-07-16T21:24:50.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-07-16T21:24:50.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-07-16T21:24:50.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-07-16T21:24:50.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3458 | 2026-07-16T21:24:50.776Z | |
| 3459 | 2026-07-16T21:24:50.776Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301) |
| 3460 | 2026-07-16T21:24:51.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-07-16T21:24:51.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-07-16T21:24:51.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-07-16T21:24:51.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3464 | 2026-07-16T21:24:51.332Z | |
| 3465 | 2026-07-16T21:24:51.332Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301) |
| 3466 | 2026-07-16T21:24:51.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-07-16T21:24:51.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-07-16T21:24:51.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-07-16T21:24:51.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3470 | 2026-07-16T21:24:51.888Z | |
| 3471 | 2026-07-16T21:24:51.888Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301) |
| 3472 | 2026-07-16T21:24:52.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-07-16T21:24:52.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-07-16T21:24:52.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-07-16T21:24:52.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3476 | 2026-07-16T21:24:52.447Z | |
| 3477 | 2026-07-16T21:24:52.447Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301) |
| 3478 | 2026-07-16T21:24:52.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-07-16T21:24:52.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-07-16T21:24:52.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-07-16T21:24:52.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3482 | 2026-07-16T21:24:53.013Z | |
| 3483 | 2026-07-16T21:24:53.013Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301) |
| 3484 | 2026-07-16T21:24:53.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-07-16T21:24:53.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-07-16T21:24:53.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-07-16T21:24:53.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3488 | 2026-07-16T21:24:53.545Z | |
| 3489 | 2026-07-16T21:24:53.546Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301) |
| 3490 | 2026-07-16T21:24:53.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-07-16T21:24:53.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-07-16T21:24:53.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-07-16T21:24:54.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3494 | 2026-07-16T21:24:54.085Z | |
| 3495 | 2026-07-16T21:24:54.085Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301) |
| 3496 | 2026-07-16T21:24:54.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-07-16T21:24:54.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-07-16T21:24:54.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-07-16T21:24:54.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3500 | 2026-07-16T21:24:54.631Z | |
| 3501 | 2026-07-16T21:24:54.631Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301) |
| 3502 | 2026-07-16T21:24:55.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-07-16T21:24:55.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-07-16T21:24:55.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-07-16T21:24:55.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3506 | 2026-07-16T21:24:55.172Z | |
| 3507 | 2026-07-16T21:24:55.172Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301) |
| 3508 | 2026-07-16T21:24:55.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-07-16T21:24:55.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-07-16T21:24:55.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-07-16T21:24:55.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3512 | 2026-07-16T21:24:55.714Z | |
| 3513 | 2026-07-16T21:24:55.714Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301) |
| 3514 | 2026-07-16T21:24:56.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-07-16T21:24:56.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-07-16T21:24:56.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-07-16T21:24:56.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3518 | 2026-07-16T21:24:56.259Z | |
| 3519 | 2026-07-16T21:24:56.259Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301) |
| 3520 | 2026-07-16T21:24:56.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-07-16T21:24:56.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-07-16T21:24:56.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-07-16T21:24:56.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3524 | 2026-07-16T21:24:56.802Z | |
| 3525 | 2026-07-16T21:24:56.802Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301) |
| 3526 | 2026-07-16T21:24:57.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-07-16T21:24:57.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-07-16T21:24:57.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-07-16T21:24:57.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3530 | 2026-07-16T21:24:57.341Z | |
| 3531 | 2026-07-16T21:24:57.342Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301) |
| 3532 | 2026-07-16T21:24:57.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-07-16T21:24:57.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-07-16T21:24:57.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-07-16T21:24:57.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-07-16T21:24:57.902Z | |
| 3537 | 2026-07-16T21:24:57.902Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301) |
| 3538 | 2026-07-16T21:24:58.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-07-16T21:24:58.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-07-16T21:24:58.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-07-16T21:24:58.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3542 | 2026-07-16T21:24:58.461Z | |
| 3543 | 2026-07-16T21:24:58.461Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301) |
| 3544 | 2026-07-16T21:24:58.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-07-16T21:24:58.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-07-16T21:24:58.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-07-16T21:24:58.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3548 | 2026-07-16T21:24:59.017Z | |
| 3549 | 2026-07-16T21:24:59.017Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301) |
| 3550 | 2026-07-16T21:24:59.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-07-16T21:24:59.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-07-16T21:24:59.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-07-16T21:24:59.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3554 | 2026-07-16T21:24:59.577Z | |
| 3555 | 2026-07-16T21:24:59.577Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301) |
| 3556 | 2026-07-16T21:25:00.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-07-16T21:25:00.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-07-16T21:25:00.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-07-16T21:25:00.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3560 | 2026-07-16T21:25:00.135Z | |
| 3561 | 2026-07-16T21:25:00.135Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301) |
| 3562 | 2026-07-16T21:25:00.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-07-16T21:25:00.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-07-16T21:25:00.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-07-16T21:25:00.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3566 | 2026-07-16T21:25:00.698Z | |
| 3567 | 2026-07-16T21:25:00.698Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301) |
| 3568 | 2026-07-16T21:25:01.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-07-16T21:25:01.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-07-16T21:25:01.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-07-16T21:25:01.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3572 | 2026-07-16T21:25:01.280Z | |
| 3573 | 2026-07-16T21:25:01.280Z | info: running `cargo check --bins` on oximeter-producer (174/301) |
| 3574 | 2026-07-16T21:25:01.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-07-16T21:25:01.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-07-16T21:25:01.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-07-16T21:25:01.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3578 | 2026-07-16T21:25:01.837Z | |
| 3579 | 2026-07-16T21:25:01.837Z | info: running `cargo check --bins` on internal-dns-resolver (175/301) |
| 3580 | 2026-07-16T21:25:02.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-07-16T21:25:02.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-07-16T21:25:02.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-07-16T21:25:02.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3584 | 2026-07-16T21:25:02.383Z | |
| 3585 | 2026-07-16T21:25:02.383Z | info: running `cargo check --bins` on dns-server (176/301) |
| 3586 | 2026-07-16T21:25:02.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-07-16T21:25:02.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-07-16T21:25:02.990Z | Compiling parking_lot_core v0.8.6 |
| 3589 | 2026-07-16T21:25:02.993Z | Compiling git-stub v1.0.0 |
| 3590 | 2026-07-16T21:25:02.993Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3591 | 2026-07-16T21:25:03.094Z | Checking prefix-trie v0.7.0 |
| 3592 | 2026-07-16T21:25:03.218Z | Compiling git-stub-vcs v0.1.0 |
| 3593 | 2026-07-16T21:25:03.384Z | Checking hickory-server v0.25.2 |
| 3594 | 2026-07-16T21:25:03.495Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3595 | 2026-07-16T21:25:03.507Z | Checking parking_lot v0.11.2 |
| 3596 | 2026-07-16T21:25:03.564Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3597 | 2026-07-16T21:25:03.564Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3598 | 2026-07-16T21:25:03.673Z | Checking sled v0.34.7 |
| 3599 | 2026-07-16T21:25:05.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 3600 | 2026-07-16T21:25:05.725Z | |
| 3601 | 2026-07-16T21:25:05.725Z | info: running `cargo check --bins` on dns-server-api (177/301) |
| 3602 | 2026-07-16T21:25:06.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-07-16T21:25:06.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-07-16T21:25:06.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-07-16T21:25:06.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3606 | 2026-07-16T21:25:06.263Z | |
| 3607 | 2026-07-16T21:25:06.263Z | info: running `cargo check --bins` on oximeter-producer-api (178/301) |
| 3608 | 2026-07-16T21:25:06.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-07-16T21:25:06.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-07-16T21:25:06.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-07-16T21:25:06.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3612 | 2026-07-16T21:25:06.796Z | |
| 3613 | 2026-07-16T21:25:06.796Z | info: running `cargo check --bins` on sp-sim (179/301) |
| 3614 | 2026-07-16T21:25:07.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-07-16T21:25:07.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-07-16T21:25:07.464Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3617 | 2026-07-16T21:25:09.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
| 3618 | 2026-07-16T21:25:09.399Z | |
| 3619 | 2026-07-16T21:25:09.399Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301) |
| 3620 | 2026-07-16T21:25:09.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-07-16T21:25:09.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-07-16T21:25:09.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-07-16T21:25:09.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3624 | 2026-07-16T21:25:09.980Z | |
| 3625 | 2026-07-16T21:25:09.980Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301) |
| 3626 | 2026-07-16T21:25:10.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-07-16T21:25:10.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-07-16T21:25:10.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-07-16T21:25:10.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3630 | 2026-07-16T21:25:10.567Z | |
| 3631 | 2026-07-16T21:25:10.567Z | info: running `cargo check --bins` on db-macros (182/301) |
| 3632 | 2026-07-16T21:25:11.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-07-16T21:25:11.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-07-16T21:25:11.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-07-16T21:25:11.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3636 | 2026-07-16T21:25:11.091Z | |
| 3637 | 2026-07-16T21:25:11.091Z | info: running `cargo check --bins` on nexus-macros-common (183/301) |
| 3638 | 2026-07-16T21:25:11.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-07-16T21:25:11.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-07-16T21:25:11.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-07-16T21:25:11.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3642 | 2026-07-16T21:25:11.619Z | |
| 3643 | 2026-07-16T21:25:11.619Z | info: running `cargo check --bins` on nexus-auth (184/301) |
| 3644 | 2026-07-16T21:25:12.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-07-16T21:25:12.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-07-16T21:25:12.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-07-16T21:25:12.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3648 | 2026-07-16T21:25:12.204Z | |
| 3649 | 2026-07-16T21:25:12.204Z | info: running `cargo check --bins` on authz-macros (185/301) |
| 3650 | 2026-07-16T21:25:12.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-07-16T21:25:12.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-07-16T21:25:12.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-07-16T21:25:12.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3654 | 2026-07-16T21:25:12.729Z | |
| 3655 | 2026-07-16T21:25:12.729Z | info: running `cargo check --bins` on nexus-db-fixed-data (186/301) |
| 3656 | 2026-07-16T21:25:13.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-07-16T21:25:13.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-07-16T21:25:13.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-07-16T21:25:13.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3660 | 2026-07-16T21:25:13.309Z | |
| 3661 | 2026-07-16T21:25:13.309Z | info: running `cargo check --bins` on nexus-db-model (187/301) |
| 3662 | 2026-07-16T21:25:13.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-07-16T21:25:13.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-07-16T21:25:13.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-07-16T21:25:13.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3666 | 2026-07-16T21:25:13.893Z | |
| 3667 | 2026-07-16T21:25:13.893Z | info: running `cargo check --bins` on nexus-db-schema (188/301) |
| 3668 | 2026-07-16T21:25:14.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-07-16T21:25:14.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-07-16T21:25:14.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-07-16T21:25:14.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3672 | 2026-07-16T21:25:14.425Z | |
| 3673 | 2026-07-16T21:25:14.425Z | info: running `cargo check --bins` on omicron-rpaths (189/301) |
| 3674 | 2026-07-16T21:25:14.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-07-16T21:25:14.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-07-16T21:25:14.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-07-16T21:25:14.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3678 | 2026-07-16T21:25:14.950Z | |
| 3679 | 2026-07-16T21:25:14.950Z | info: running `cargo check --bins` on nexus-defaults (190/301) |
| 3680 | 2026-07-16T21:25:15.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-07-16T21:25:15.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-07-16T21:25:15.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-07-16T21:25:15.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3684 | 2026-07-16T21:25:15.493Z | |
| 3685 | 2026-07-16T21:25:15.493Z | info: running `cargo check --bins` on omicron-cockroach-metrics (191/301) |
| 3686 | 2026-07-16T21:25:15.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-07-16T21:25:15.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-07-16T21:25:15.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-07-16T21:25:15.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3690 | 2026-07-16T21:25:16.023Z | |
| 3691 | 2026-07-16T21:25:16.023Z | info: running `cargo check --bins` on parallel-task-set (192/301) |
| 3692 | 2026-07-16T21:25:16.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-07-16T21:25:16.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-07-16T21:25:16.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-07-16T21:25:16.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3696 | 2026-07-16T21:25:16.552Z | |
| 3697 | 2026-07-16T21:25:16.552Z | info: running `cargo check --bins` on omicron-git-version (193/301) |
| 3698 | 2026-07-16T21:25:16.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-07-16T21:25:16.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-07-16T21:25:16.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-07-16T21:25:17.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3702 | 2026-07-16T21:25:17.078Z | |
| 3703 | 2026-07-16T21:25:17.078Z | info: running `cargo check --bins` on nexus-db-errors (194/301) |
| 3704 | 2026-07-16T21:25:17.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-07-16T21:25:17.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-07-16T21:25:17.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-07-16T21:25:17.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3708 | 2026-07-16T21:25:17.670Z | |
| 3709 | 2026-07-16T21:25:17.670Z | info: running `cargo check --bins` on nexus-db-lookup (195/301) |
| 3710 | 2026-07-16T21:25:18.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-07-16T21:25:18.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-07-16T21:25:18.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-07-16T21:25:18.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3714 | 2026-07-16T21:25:18.260Z | |
| 3715 | 2026-07-16T21:25:18.260Z | info: running `cargo check --bins` on nexus-inventory (196/301) |
| 3716 | 2026-07-16T21:25:18.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-07-16T21:25:18.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-07-16T21:25:18.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-07-16T21:25:18.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3720 | 2026-07-16T21:25:18.844Z | |
| 3721 | 2026-07-16T21:25:18.844Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301) |
| 3722 | 2026-07-16T21:25:19.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-07-16T21:25:19.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-07-16T21:25:19.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-07-16T21:25:19.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3726 | 2026-07-16T21:25:19.403Z | |
| 3727 | 2026-07-16T21:25:19.403Z | info: running `cargo check --bins --no-default-features` on sled-storage (198/301) |
| 3728 | 2026-07-16T21:25:19.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-07-16T21:25:19.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-07-16T21:25:19.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-07-16T21:25:19.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3732 | 2026-07-16T21:25:19.963Z | |
| 3733 | 2026-07-16T21:25:19.963Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301) |
| 3734 | 2026-07-16T21:25:20.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-07-16T21:25:20.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-07-16T21:25:20.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-07-16T21:25:20.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3738 | 2026-07-16T21:25:20.516Z | |
| 3739 | 2026-07-16T21:25:20.516Z | info: running `cargo check --bins` on key-manager (200/301) |
| 3740 | 2026-07-16T21:25:20.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-07-16T21:25:20.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-07-16T21:25:20.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-07-16T21:25:20.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3744 | 2026-07-16T21:25:21.055Z | |
| 3745 | 2026-07-16T21:25:21.055Z | info: running `cargo check --bins --no-default-features` on sled-hardware (201/301) |
| 3746 | 2026-07-16T21:25:21.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-07-16T21:25:21.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-07-16T21:25:21.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-07-16T21:25:21.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3750 | 2026-07-16T21:25:21.616Z | |
| 3751 | 2026-07-16T21:25:21.616Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301) |
| 3752 | 2026-07-16T21:25:22.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-07-16T21:25:22.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-07-16T21:25:22.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-07-16T21:25:22.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3756 | 2026-07-16T21:25:22.174Z | |
| 3757 | 2026-07-16T21:25:22.174Z | info: running `cargo check --bins` on typed-rng (203/301) |
| 3758 | 2026-07-16T21:25:22.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-07-16T21:25:22.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-07-16T21:25:22.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-07-16T21:25:22.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3762 | 2026-07-16T21:25:22.737Z | |
| 3763 | 2026-07-16T21:25:22.737Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301) |
| 3764 | 2026-07-16T21:25:23.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-07-16T21:25:23.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-07-16T21:25:23.488Z | Compiling libefi-sys v0.1.0 |
| 3767 | 2026-07-16T21:25:23.492Z | Compiling bitfield-struct v0.6.2 |
| 3768 | 2026-07-16T21:25:23.630Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3769 | 2026-07-16T21:25:23.637Z | Compiling xshell-macros v0.2.7 |
| 3770 | 2026-07-16T21:25:23.647Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3771 | 2026-07-16T21:25:23.657Z | Compiling salty v0.3.0 |
| 3772 | 2026-07-16T21:25:23.671Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3773 | 2026-07-16T21:25:23.687Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3774 | 2026-07-16T21:25:23.700Z | Checking rfc6979 v0.4.0 |
| 3775 | 2026-07-16T21:25:23.807Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3776 | 2026-07-16T21:25:23.822Z | Checking ecdsa v0.16.9 |
| 3777 | 2026-07-16T21:25:23.961Z | Checking primeorder v0.13.6 |
| 3778 | 2026-07-16T21:25:23.977Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3779 | 2026-07-16T21:25:23.990Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3780 | 2026-07-16T21:25:24.008Z | Checking xshell v0.2.7 |
| 3781 | 2026-07-16T21:25:24.132Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3782 | 2026-07-16T21:25:24.167Z | Checking tungstenite v0.21.0 |
| 3783 | 2026-07-16T21:25:24.170Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3784 | 2026-07-16T21:25:24.196Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3785 | 2026-07-16T21:25:24.199Z | Checking p384 v0.13.1 |
| 3786 | 2026-07-16T21:25:24.231Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3787 | 2026-07-16T21:25:24.303Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3788 | 2026-07-16T21:25:24.352Z | Compiling num-derive v0.3.3 |
| 3789 | 2026-07-16T21:25:24.376Z | Compiling proc-macro-error2 v2.0.1 |
| 3790 | 2026-07-16T21:25:24.459Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3791 | 2026-07-16T21:25:24.584Z | Checking tokio-tungstenite v0.21.0 |
| 3792 | 2026-07-16T21:25:24.605Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3793 | 2026-07-16T21:25:24.652Z | Checking papergrid v0.17.0 |
| 3794 | 2026-07-16T21:25:24.676Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3795 | 2026-07-16T21:25:24.691Z | Compiling tabled_derive v0.11.0 |
| 3796 | 2026-07-16T21:25:24.695Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3797 | 2026-07-16T21:25:24.813Z | Compiling progenitor-impl v0.13.0 |
| 3798 | 2026-07-16T21:25:24.857Z | Checking testing_table v0.3.0 |
| 3799 | 2026-07-16T21:25:24.948Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3800 | 2026-07-16T21:25:24.952Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3801 | 2026-07-16T21:25:24.977Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3802 | 2026-07-16T21:25:25.168Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3803 | 2026-07-16T21:25:25.183Z | Compiling unicase v2.9.0 |
| 3804 | 2026-07-16T21:25:25.242Z | Checking libscf-sys v1.1.0 |
| 3805 | 2026-07-16T21:25:25.376Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3806 | 2026-07-16T21:25:25.379Z | Checking corncobs v0.1.4 |
| 3807 | 2026-07-16T21:25:25.439Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3808 | 2026-07-16T21:25:25.476Z | Compiling mime_guess v2.0.5 |
| 3809 | 2026-07-16T21:25:25.527Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3810 | 2026-07-16T21:25:25.600Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3811 | 2026-07-16T21:25:25.640Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3812 | 2026-07-16T21:25:25.654Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3813 | 2026-07-16T21:25:25.772Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3814 | 2026-07-16T21:25:25.846Z | Checking tabled v0.20.0 |
| 3815 | 2026-07-16T21:25:25.971Z | Checking progenitor-client v0.13.0 |
| 3816 | 2026-07-16T21:25:26.038Z | Checking secrecy v0.8.0 |
| 3817 | 2026-07-16T21:25:26.162Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3818 | 2026-07-16T21:25:26.226Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3819 | 2026-07-16T21:25:26.288Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3820 | 2026-07-16T21:25:26.412Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3821 | 2026-07-16T21:25:26.637Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3822 | 2026-07-16T21:25:26.674Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3823 | 2026-07-16T21:25:26.689Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3824 | 2026-07-16T21:25:26.742Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3825 | 2026-07-16T21:25:26.764Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3826 | 2026-07-16T21:25:26.929Z | Checking filetime v0.2.27 |
| 3827 | 2026-07-16T21:25:27.069Z | Checking crc8 v0.1.1 |
| 3828 | 2026-07-16T21:25:27.113Z | Checking xattr v1.6.1 |
| 3829 | 2026-07-16T21:25:27.126Z | Checking http-range v0.1.5 |
| 3830 | 2026-07-16T21:25:27.239Z | Checking tar v0.4.46 |
| 3831 | 2026-07-16T21:25:27.255Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3832 | 2026-07-16T21:25:27.372Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3833 | 2026-07-16T21:25:27.438Z | Compiling progenitor-macro v0.13.0 |
| 3834 | 2026-07-16T21:25:27.448Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3835 | 2026-07-16T21:25:27.489Z | Checking illumos-nvpair v0.3.0 |
| 3836 | 2026-07-16T21:25:27.619Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3837 | 2026-07-16T21:25:27.647Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3838 | 2026-07-16T21:25:27.702Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3839 | 2026-07-16T21:25:27.897Z | Checking atty v0.2.14 |
| 3840 | 2026-07-16T21:25:27.913Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3841 | 2026-07-16T21:25:27.995Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3842 | 2026-07-16T21:25:28.009Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3843 | 2026-07-16T21:25:28.191Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3844 | 2026-07-16T21:25:28.234Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3845 | 2026-07-16T21:25:28.275Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3846 | 2026-07-16T21:25:28.330Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3847 | 2026-07-16T21:25:28.346Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3848 | 2026-07-16T21:25:28.463Z | Checking hyper-staticfile v0.10.1 |
| 3849 | 2026-07-16T21:25:28.545Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3850 | 2026-07-16T21:25:28.576Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3851 | 2026-07-16T21:25:28.747Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3852 | 2026-07-16T21:25:28.795Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3853 | 2026-07-16T21:25:29.014Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3854 | 2026-07-16T21:25:29.079Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3855 | 2026-07-16T21:25:29.290Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3856 | 2026-07-16T21:25:29.610Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3857 | 2026-07-16T21:25:30.330Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3858 | 2026-07-16T21:25:30.804Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3859 | 2026-07-16T21:25:31.215Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3860 | 2026-07-16T21:25:31.447Z | Checking progenitor v0.13.0 |
| 3861 | 2026-07-16T21:25:31.580Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3862 | 2026-07-16T21:25:33.623Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3863 | 2026-07-16T21:25:36.918Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3864 | 2026-07-16T21:25:47.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.21s |
| 3865 | 2026-07-16T21:25:48.121Z | |
| 3866 | 2026-07-16T21:25:48.121Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301) |
| 3867 | 2026-07-16T21:25:48.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-07-16T21:25:48.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-07-16T21:25:48.852Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3870 | 2026-07-16T21:25:59.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3871 | 2026-07-16T21:25:59.824Z | |
| 3872 | 2026-07-16T21:25:59.825Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301) |
| 3873 | 2026-07-16T21:26:00.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-07-16T21:26:00.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-07-16T21:26:00.556Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3876 | 2026-07-16T21:26:11.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3877 | 2026-07-16T21:26:11.465Z | |
| 3878 | 2026-07-16T21:26:11.465Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301) |
| 3879 | 2026-07-16T21:26:11.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-07-16T21:26:11.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-07-16T21:26:12.196Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3882 | 2026-07-16T21:26:22.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3883 | 2026-07-16T21:26:23.126Z | |
| 3884 | 2026-07-16T21:26:23.126Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301) |
| 3885 | 2026-07-16T21:26:23.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-07-16T21:26:23.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-07-16T21:26:23.854Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3888 | 2026-07-16T21:26:34.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s |
| 3889 | 2026-07-16T21:26:34.936Z | |
| 3890 | 2026-07-16T21:26:34.936Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301) |
| 3891 | 2026-07-16T21:26:35.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-07-16T21:26:35.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-07-16T21:26:35.667Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3894 | 2026-07-16T21:26:46.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3895 | 2026-07-16T21:26:46.667Z | |
| 3896 | 2026-07-16T21:26:46.667Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301) |
| 3897 | 2026-07-16T21:26:47.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-07-16T21:26:47.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-07-16T21:26:47.394Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3900 | 2026-07-16T21:26:58.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3901 | 2026-07-16T21:26:58.313Z | |
| 3902 | 2026-07-16T21:26:58.313Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301) |
| 3903 | 2026-07-16T21:26:58.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-07-16T21:26:58.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-07-16T21:26:59.044Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3906 | 2026-07-16T21:27:09.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3907 | 2026-07-16T21:27:09.938Z | |
| 3908 | 2026-07-16T21:27:09.938Z | info: running `cargo check --bins` on bootstrap-agent-api (212/301) |
| 3909 | 2026-07-16T21:27:10.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-07-16T21:27:10.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-07-16T21:27:10.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2026-07-16T21:27:10.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3913 | 2026-07-16T21:27:10.484Z | |
| 3914 | 2026-07-16T21:27:10.484Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301) |
| 3915 | 2026-07-16T21:27:10.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-07-16T21:27:10.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-07-16T21:27:10.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-07-16T21:27:10.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3919 | 2026-07-16T21:27:11.035Z | |
| 3920 | 2026-07-16T21:27:11.036Z | info: running `cargo check --bins` on range-requests (214/301) |
| 3921 | 2026-07-16T21:27:11.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-07-16T21:27:11.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-07-16T21:27:11.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-07-16T21:27:11.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3925 | 2026-07-16T21:27:11.573Z | |
| 3926 | 2026-07-16T21:27:11.573Z | info: running `cargo check --bins` on repo-depot-api (215/301) |
| 3927 | 2026-07-16T21:27:12.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-07-16T21:27:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-07-16T21:27:12.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-07-16T21:27:12.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3931 | 2026-07-16T21:27:12.110Z | |
| 3932 | 2026-07-16T21:27:12.110Z | info: running `cargo check --bins` on sled-agent-api (216/301) |
| 3933 | 2026-07-16T21:27:12.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-07-16T21:27:12.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-07-16T21:27:12.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-07-16T21:27:12.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3937 | 2026-07-16T21:27:12.674Z | |
| 3938 | 2026-07-16T21:27:12.674Z | info: running `cargo check --bins` on sled-diagnostics (217/301) |
| 3939 | 2026-07-16T21:27:13.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-07-16T21:27:13.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-07-16T21:27:13.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-07-16T21:27:13.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3943 | 2026-07-16T21:27:13.231Z | |
| 3944 | 2026-07-16T21:27:13.231Z | info: running `cargo check --bins` on zfs-test-harness (218/301) |
| 3945 | 2026-07-16T21:27:13.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-07-16T21:27:13.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-07-16T21:27:13.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-07-16T21:27:13.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3949 | 2026-07-16T21:27:13.796Z | |
| 3950 | 2026-07-16T21:27:13.796Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301) |
| 3951 | 2026-07-16T21:27:14.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-07-16T21:27:14.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-07-16T21:27:14.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-07-16T21:27:14.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3955 | 2026-07-16T21:27:14.368Z | |
| 3956 | 2026-07-16T21:27:14.368Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301) |
| 3957 | 2026-07-16T21:27:14.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-07-16T21:27:14.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-07-16T21:27:14.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-07-16T21:27:14.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3961 | 2026-07-16T21:27:14.934Z | |
| 3962 | 2026-07-16T21:27:14.934Z | info: running `cargo check --bins` on sled-agent-early-networking (221/301) |
| 3963 | 2026-07-16T21:27:15.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-07-16T21:27:15.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-07-16T21:27:15.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-07-16T21:27:15.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3967 | 2026-07-16T21:27:15.496Z | |
| 3968 | 2026-07-16T21:27:15.496Z | info: running `cargo check --bins` on sled-agent-health-monitor (222/301) |
| 3969 | 2026-07-16T21:27:15.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-07-16T21:27:15.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-07-16T21:27:15.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-07-16T21:27:15.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3973 | 2026-07-16T21:27:16.061Z | |
| 3974 | 2026-07-16T21:27:16.061Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301) |
| 3975 | 2026-07-16T21:27:16.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-07-16T21:27:16.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-07-16T21:27:16.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-07-16T21:27:16.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3979 | 2026-07-16T21:27:16.625Z | |
| 3980 | 2026-07-16T21:27:16.625Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301) |
| 3981 | 2026-07-16T21:27:17.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-07-16T21:27:17.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-07-16T21:27:17.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-07-16T21:27:17.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3985 | 2026-07-16T21:27:17.188Z | |
| 3986 | 2026-07-16T21:27:17.188Z | info: running `cargo check --bins` on sled-agent-resolvable-files (225/301) |
| 3987 | 2026-07-16T21:27:17.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-07-16T21:27:17.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-07-16T21:27:17.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-07-16T21:27:17.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3991 | 2026-07-16T21:27:17.757Z | |
| 3992 | 2026-07-16T21:27:17.757Z | info: running `cargo check --bins` on sled-agent-rack-setup (226/301) |
| 3993 | 2026-07-16T21:27:18.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-07-16T21:27:18.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-07-16T21:27:18.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-07-16T21:27:18.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3997 | 2026-07-16T21:27:18.348Z | |
| 3998 | 2026-07-16T21:27:18.348Z | info: running `cargo check --bins` on trust-quorum (227/301) |
| 3999 | 2026-07-16T21:27:18.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-07-16T21:27:18.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-07-16T21:27:18.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-07-16T21:27:18.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4003 | 2026-07-16T21:27:18.918Z | |
| 4004 | 2026-07-16T21:27:18.918Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301) |
| 4005 | 2026-07-16T21:27:19.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-07-16T21:27:19.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-07-16T21:27:19.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-07-16T21:27:19.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4009 | 2026-07-16T21:27:19.497Z | |
| 4010 | 2026-07-16T21:27:19.497Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (229/301) |
| 4011 | 2026-07-16T21:27:19.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-07-16T21:27:20.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-07-16T21:27:20.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-07-16T21:27:20.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4015 | 2026-07-16T21:27:20.092Z | |
| 4016 | 2026-07-16T21:27:20.092Z | info: running `cargo check --bins` on update-common (230/301) |
| 4017 | 2026-07-16T21:27:20.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-07-16T21:27:20.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-07-16T21:27:20.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-07-16T21:27:20.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4021 | 2026-07-16T21:27:20.642Z | |
| 4022 | 2026-07-16T21:27:20.642Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301) |
| 4023 | 2026-07-16T21:27:21.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-07-16T21:27:21.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-07-16T21:27:21.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-07-16T21:27:21.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4027 | 2026-07-16T21:27:21.234Z | |
| 4028 | 2026-07-16T21:27:21.234Z | info: running `cargo check --bins` on omicron-deployment-graph (232/301) |
| 4029 | 2026-07-16T21:27:21.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-07-16T21:27:21.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-07-16T21:27:21.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-07-16T21:27:21.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4033 | 2026-07-16T21:27:21.765Z | |
| 4034 | 2026-07-16T21:27:21.765Z | info: running `cargo check --bins` on reconfigurator-cli (233/301) |
| 4035 | 2026-07-16T21:27:22.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-07-16T21:27:22.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-07-16T21:27:22.492Z | Compiling fs-err v2.11.0 |
| 4038 | 2026-07-16T21:27:22.494Z | Checking ignore v0.4.25 |
| 4039 | 2026-07-16T21:27:22.496Z | Checking arc-swap v1.8.2 |
| 4040 | 2026-07-16T21:27:22.627Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4041 | 2026-07-16T21:27:22.628Z | Checking predicates-tree v1.0.13 |
| 4042 | 2026-07-16T21:27:22.631Z | Checking parse-size v1.1.0 |
| 4043 | 2026-07-16T21:27:22.655Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4044 | 2026-07-16T21:27:22.658Z | Checking rand_seeder v0.4.0 |
| 4045 | 2026-07-16T21:27:22.731Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4046 | 2026-07-16T21:27:22.750Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4047 | 2026-07-16T21:27:22.812Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4048 | 2026-07-16T21:27:22.825Z | Checking slog-scope v4.4.1 |
| 4049 | 2026-07-16T21:27:22.867Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4050 | 2026-07-16T21:27:22.937Z | Compiling petname v2.0.2 |
| 4051 | 2026-07-16T21:27:22.951Z | Checking slog-stdlog v4.1.1 |
| 4052 | 2026-07-16T21:27:22.966Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4053 | 2026-07-16T21:27:22.991Z | Checking globwalk v0.9.1 |
| 4054 | 2026-07-16T21:27:23.062Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4055 | 2026-07-16T21:27:23.065Z | Checking slog-envlogger v2.2.0 |
| 4056 | 2026-07-16T21:27:23.167Z | Checking camino-tempfile-ext v0.3.3 |
| 4057 | 2026-07-16T21:27:23.218Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4058 | 2026-07-16T21:27:23.248Z | Checking sapling-renderdag v0.1.0 |
| 4059 | 2026-07-16T21:27:23.361Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4060 | 2026-07-16T21:27:23.417Z | Checking subprocess v0.2.15 |
| 4061 | 2026-07-16T21:27:23.485Z | Checking sync-ptr v0.1.4 |
| 4062 | 2026-07-16T21:27:23.554Z | Checking colored v2.2.0 |
| 4063 | 2026-07-16T21:27:23.597Z | Checking assert_matches v1.5.0 |
| 4064 | 2026-07-16T21:27:23.695Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4065 | 2026-07-16T21:27:23.864Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4066 | 2026-07-16T21:27:23.867Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4067 | 2026-07-16T21:27:24.576Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4068 | 2026-07-16T21:27:25.883Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4069 | 2026-07-16T21:27:28.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 4070 | 2026-07-16T21:27:28.217Z | |
| 4071 | 2026-07-16T21:27:28.217Z | info: running `cargo check --bins` on omicron-repl-utils (234/301) |
| 4072 | 2026-07-16T21:27:28.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-07-16T21:27:28.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-07-16T21:27:28.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-07-16T21:27:28.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4076 | 2026-07-16T21:27:28.746Z | |
| 4077 | 2026-07-16T21:27:28.746Z | info: running `cargo check --bins` on transient-dns-server (235/301) |
| 4078 | 2026-07-16T21:27:29.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-07-16T21:27:29.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-07-16T21:27:29.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-07-16T21:27:29.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4082 | 2026-07-16T21:27:29.301Z | |
| 4083 | 2026-07-16T21:27:29.301Z | info: running `cargo check --bins` on nexus-test-interface (236/301) |
| 4084 | 2026-07-16T21:27:29.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-07-16T21:27:29.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-07-16T21:27:29.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-07-16T21:27:29.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-07-16T21:27:29.900Z | |
| 4089 | 2026-07-16T21:27:29.900Z | info: running `cargo check --bins` on oximeter-collector (237/301) |
| 4090 | 2026-07-16T21:27:30.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-07-16T21:27:30.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-07-16T21:27:30.568Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4093 | 2026-07-16T21:27:30.569Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4094 | 2026-07-16T21:27:31.196Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4095 | 2026-07-16T21:27:32.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
| 4096 | 2026-07-16T21:27:32.951Z | |
| 4097 | 2026-07-16T21:27:32.951Z | info: running `cargo check --bins` on oximeter-api (238/301) |
| 4098 | 2026-07-16T21:27:33.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-07-16T21:27:33.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-07-16T21:27:33.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-07-16T21:27:33.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4102 | 2026-07-16T21:27:33.490Z | |
| 4103 | 2026-07-16T21:27:33.490Z | info: running `cargo check --bins` on cert-dev (239/301) |
| 4104 | 2026-07-16T21:27:33.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-07-16T21:27:33.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-07-16T21:27:34.042Z | Checking yasna v0.5.2 |
| 4107 | 2026-07-16T21:27:34.444Z | Checking rcgen v0.12.1 |
| 4108 | 2026-07-16T21:27:34.694Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4109 | 2026-07-16T21:27:34.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4110 | 2026-07-16T21:27:35.025Z | |
| 4111 | 2026-07-16T21:27:35.025Z | info: running `cargo check --bins` on clickana (240/301) |
| 4112 | 2026-07-16T21:27:35.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2026-07-16T21:27:35.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2026-07-16T21:27:35.619Z | Compiling darling_core v0.23.0 |
| 4115 | 2026-07-16T21:27:35.725Z | Compiling instability v0.3.11 |
| 4116 | 2026-07-16T21:27:35.728Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4117 | 2026-07-16T21:27:35.734Z | Checking castaway v0.2.4 |
| 4118 | 2026-07-16T21:27:35.740Z | Compiling indoc v2.0.7 |
| 4119 | 2026-07-16T21:27:35.754Z | Checking unicode-truncate v1.1.0 |
| 4120 | 2026-07-16T21:27:35.757Z | Checking lru v0.12.5 |
| 4121 | 2026-07-16T21:27:35.757Z | Checking cassowary v0.3.0 |
| 4122 | 2026-07-16T21:27:35.831Z | Checking compact_str v0.8.1 |
| 4123 | 2026-07-16T21:27:37.029Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4124 | 2026-07-16T21:27:37.136Z | Compiling darling_macro v0.23.0 |
| 4125 | 2026-07-16T21:27:37.198Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4126 | 2026-07-16T21:27:37.559Z | Compiling darling v0.23.0 |
| 4127 | 2026-07-16T21:27:38.187Z | Checking ratatui v0.29.0 |
| 4128 | 2026-07-16T21:27:39.250Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4129 | 2026-07-16T21:27:39.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 4130 | 2026-07-16T21:27:40.059Z | |
| 4131 | 2026-07-16T21:27:40.059Z | info: running `cargo check --bins` on clickhouse-cluster-dev (241/301) |
| 4132 | 2026-07-16T21:27:40.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2026-07-16T21:27:40.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2026-07-16T21:27:40.736Z | Checking headers-core v0.3.0 |
| 4135 | 2026-07-16T21:27:40.739Z | Checking port-file v0.1.0 |
| 4136 | 2026-07-16T21:27:40.739Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4137 | 2026-07-16T21:27:40.927Z | Checking headers v0.4.1 |
| 4138 | 2026-07-16T21:27:41.291Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-07-16T21:27:42.212Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4140 | 2026-07-16T21:27:42.680Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4141 | 2026-07-16T21:27:43.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4142 | 2026-07-16T21:27:43.255Z | |
| 4143 | 2026-07-16T21:27:43.255Z | info: running `cargo check --bins` on ch-dev (242/301) |
| 4144 | 2026-07-16T21:27:43.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-07-16T21:27:43.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-07-16T21:27:43.916Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4147 | 2026-07-16T21:27:44.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4148 | 2026-07-16T21:27:44.830Z | |
| 4149 | 2026-07-16T21:27:44.830Z | info: running `cargo check --bins` on dev-tools-common (243/301) |
| 4150 | 2026-07-16T21:27:45.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-07-16T21:27:45.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-07-16T21:27:45.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4153 | 2026-07-16T21:27:45.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4154 | 2026-07-16T21:27:45.234Z | |
| 4155 | 2026-07-16T21:27:45.234Z | info: running `cargo check --bins` on corpus-adjust (244/301) |
| 4156 | 2026-07-16T21:27:45.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-07-16T21:27:45.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-07-16T21:27:45.815Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4159 | 2026-07-16T21:27:46.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4160 | 2026-07-16T21:27:46.319Z | |
| 4161 | 2026-07-16T21:27:46.319Z | info: running `cargo check --bins` on crdb-seed (245/301) |
| 4162 | 2026-07-16T21:27:46.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4163 | 2026-07-16T21:27:46.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4164 | 2026-07-16T21:27:46.978Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4165 | 2026-07-16T21:27:48.041Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4166 | 2026-07-16T21:27:48.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4167 | 2026-07-16T21:27:48.541Z | |
| 4168 | 2026-07-16T21:27:48.541Z | info: running `cargo check --bins` on db-dev (246/301) |
| 4169 | 2026-07-16T21:27:49.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-07-16T21:27:49.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-07-16T21:27:49.202Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4172 | 2026-07-16T21:27:49.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4173 | 2026-07-16T21:27:50.128Z | |
| 4174 | 2026-07-16T21:27:50.128Z | info: running `cargo check --bins` on omicron-dev-lib (247/301) |
| 4175 | 2026-07-16T21:27:50.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2026-07-16T21:27:50.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2026-07-16T21:27:50.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4178 | 2026-07-16T21:27:50.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4179 | 2026-07-16T21:27:50.709Z | |
| 4180 | 2026-07-16T21:27:50.709Z | info: running `cargo check --bins` on xtask-downloader (248/301) |
| 4181 | 2026-07-16T21:27:51.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4182 | 2026-07-16T21:27:51.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4183 | 2026-07-16T21:27:51.260Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4184 | 2026-07-16T21:27:51.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4185 | 2026-07-16T21:27:52.105Z | |
| 4186 | 2026-07-16T21:27:52.105Z | info: running `cargo check --bins` on omicron-dropshot-apis (249/301) |
| 4187 | 2026-07-16T21:27:52.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2026-07-16T21:27:52.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2026-07-16T21:27:52.800Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4190 | 2026-07-16T21:27:52.800Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4191 | 2026-07-16T21:27:52.803Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4192 | 2026-07-16T21:27:52.803Z | Checking git-stub v1.0.0 |
| 4193 | 2026-07-16T21:27:52.803Z | Compiling trait-variant v0.1.2 |
| 4194 | 2026-07-16T21:27:52.918Z | Checking maplit v1.0.2 |
| 4195 | 2026-07-16T21:27:52.925Z | Checking is_ci v1.2.0 |
| 4196 | 2026-07-16T21:27:52.945Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4197 | 2026-07-16T21:27:53.006Z | Checking supports-color v3.0.2 |
| 4198 | 2026-07-16T21:27:53.021Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4199 | 2026-07-16T21:27:53.089Z | Checking git-stub-vcs v0.1.0 |
| 4200 | 2026-07-16T21:27:53.126Z | Checking drift v0.2.0 |
| 4201 | 2026-07-16T21:27:53.202Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4202 | 2026-07-16T21:27:53.219Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4203 | 2026-07-16T21:27:53.296Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4204 | 2026-07-16T21:27:53.430Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4205 | 2026-07-16T21:27:53.444Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4206 | 2026-07-16T21:27:53.464Z | Checking dropshot-api-manager v0.7.2 |
| 4207 | 2026-07-16T21:27:53.479Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4208 | 2026-07-16T21:27:53.494Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4209 | 2026-07-16T21:27:53.643Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4210 | 2026-07-16T21:27:53.686Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4211 | 2026-07-16T21:27:54.172Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4212 | 2026-07-16T21:27:55.126Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4213 | 2026-07-16T21:27:56.137Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4214 | 2026-07-16T21:27:56.766Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4215 | 2026-07-16T21:27:57.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
| 4216 | 2026-07-16T21:27:57.366Z | |
| 4217 | 2026-07-16T21:27:57.366Z | info: running `cargo check --bins` on installinator-api (250/301) |
| 4218 | 2026-07-16T21:27:57.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-07-16T21:27:57.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-07-16T21:27:57.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-07-16T21:27:57.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4222 | 2026-07-16T21:27:57.901Z | |
| 4223 | 2026-07-16T21:27:57.901Z | info: running `cargo check --bins` on nexus-external-api (251/301) |
| 4224 | 2026-07-16T21:27:58.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-07-16T21:27:58.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-07-16T21:27:58.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-07-16T21:27:58.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4228 | 2026-07-16T21:27:58.474Z | |
| 4229 | 2026-07-16T21:27:58.474Z | info: running `cargo check --bins` on nexus-internal-api (252/301) |
| 4230 | 2026-07-16T21:27:58.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-07-16T21:27:58.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-07-16T21:27:58.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-07-16T21:27:58.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4234 | 2026-07-16T21:27:59.046Z | |
| 4235 | 2026-07-16T21:27:59.046Z | info: running `cargo check --bins` on nexus-lockstep-api (253/301) |
| 4236 | 2026-07-16T21:27:59.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-07-16T21:27:59.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-07-16T21:27:59.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-07-16T21:27:59.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4240 | 2026-07-16T21:27:59.619Z | |
| 4241 | 2026-07-16T21:27:59.619Z | info: running `cargo check --bins` on ntp-admin-api (254/301) |
| 4242 | 2026-07-16T21:28:00.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-07-16T21:28:00.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-07-16T21:28:00.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4245 | 2026-07-16T21:28:00.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4246 | 2026-07-16T21:28:00.155Z | |
| 4247 | 2026-07-16T21:28:00.155Z | info: running `cargo check --bins` on ntp-admin-types-versions (255/301) |
| 4248 | 2026-07-16T21:28:00.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-07-16T21:28:00.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-07-16T21:28:00.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4251 | 2026-07-16T21:28:00.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4252 | 2026-07-16T21:28:00.686Z | |
| 4253 | 2026-07-16T21:28:00.686Z | info: running `cargo check --bins` on wicketd-api (256/301) |
| 4254 | 2026-07-16T21:28:01.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-07-16T21:28:01.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-07-16T21:28:01.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-07-16T21:28:01.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4258 | 2026-07-16T21:28:01.235Z | |
| 4259 | 2026-07-16T21:28:01.235Z | info: running `cargo check --bins` on omicron-ls-apis (257/301) |
| 4260 | 2026-07-16T21:28:01.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-07-16T21:28:01.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-07-16T21:28:01.797Z | Checking cargo-platform v0.3.2 |
| 4263 | 2026-07-16T21:28:01.799Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4264 | 2026-07-16T21:28:02.034Z | Checking cargo_metadata v0.23.1 |
| 4265 | 2026-07-16T21:28:02.630Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4266 | 2026-07-16T21:28:03.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
| 4267 | 2026-07-16T21:28:03.510Z | |
| 4268 | 2026-07-16T21:28:03.511Z | info: running `cargo check --bins` on mgs-dev (258/301) |
| 4269 | 2026-07-16T21:28:03.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-07-16T21:28:03.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-07-16T21:28:04.189Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4272 | 2026-07-16T21:28:04.786Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4273 | 2026-07-16T21:28:05.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4274 | 2026-07-16T21:28:05.453Z | |
| 4275 | 2026-07-16T21:28:05.453Z | info: running `cargo check --bins` on omicron-omdb (259/301) |
| 4276 | 2026-07-16T21:28:05.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4277 | 2026-07-16T21:28:05.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4278 | 2026-07-16T21:28:06.371Z | Compiling vergen-lib v0.1.6 |
| 4279 | 2026-07-16T21:28:06.371Z | Compiling diesel_derives v2.3.7 |
| 4280 | 2026-07-16T21:28:06.371Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4281 | 2026-07-16T21:28:06.374Z | Compiling dsl_auto_type v0.2.0 |
| 4282 | 2026-07-16T21:28:06.374Z | Checking scheduled-thread-pool v0.2.7 |
| 4283 | 2026-07-16T21:28:06.374Z | Compiling vergen-gitcl v1.0.8 |
| 4284 | 2026-07-16T21:28:06.374Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4285 | 2026-07-16T21:28:06.526Z | Compiling dirs-sys-next v0.1.2 |
| 4286 | 2026-07-16T21:28:06.645Z | Compiling crunchy v0.2.4 |
| 4287 | 2026-07-16T21:28:06.708Z | Compiling glob v0.3.3 |
| 4288 | 2026-07-16T21:28:06.738Z | Compiling dirs-next v2.0.0 |
| 4289 | 2026-07-16T21:28:06.757Z | Checking r2d2 v0.8.10 |
| 4290 | 2026-07-16T21:28:06.848Z | Compiling tiny-keccak v2.0.2 |
| 4291 | 2026-07-16T21:28:06.863Z | Checking downcast-rs v2.0.2 |
| 4292 | 2026-07-16T21:28:06.936Z | Compiling term v0.7.0 |
| 4293 | 2026-07-16T21:28:06.968Z | Compiling bit-vec v0.6.3 |
| 4294 | 2026-07-16T21:28:07.094Z | Compiling clang-sys v1.8.1 |
| 4295 | 2026-07-16T21:28:07.155Z | Compiling bit-set v0.5.3 |
| 4296 | 2026-07-16T21:28:07.198Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4297 | 2026-07-16T21:28:07.336Z | Compiling ascii-canvas v3.0.0 |
| 4298 | 2026-07-16T21:28:07.429Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4299 | 2026-07-16T21:28:07.479Z | Compiling itertools v0.10.5 |
| 4300 | 2026-07-16T21:28:07.505Z | Compiling ena v0.14.4 |
| 4301 | 2026-07-16T21:28:07.505Z | Compiling libloading v0.8.9 |
| 4302 | 2026-07-16T21:28:07.577Z | Compiling diff v0.1.13 |
| 4303 | 2026-07-16T21:28:07.594Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4304 | 2026-07-16T21:28:07.597Z | Compiling regex-syntax v0.6.29 |
| 4305 | 2026-07-16T21:28:07.706Z | Compiling bindgen v0.71.1 |
| 4306 | 2026-07-16T21:28:07.863Z | Compiling cexpr v0.6.0 |
| 4307 | 2026-07-16T21:28:08.170Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4308 | 2026-07-16T21:28:08.201Z | Compiling rustc-hash v2.1.1 |
| 4309 | 2026-07-16T21:28:08.397Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4310 | 2026-07-16T21:28:08.491Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4311 | 2026-07-16T21:28:08.522Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4312 | 2026-07-16T21:28:08.549Z | Compiling libxml v0.3.3 |
| 4313 | 2026-07-16T21:28:08.771Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4314 | 2026-07-16T21:28:08.805Z | Compiling strum_macros v0.24.3 |
| 4315 | 2026-07-16T21:28:08.826Z | Compiling indoc v1.0.9 |
| 4316 | 2026-07-16T21:28:08.975Z | Compiling lalrpop v0.19.12 |
| 4317 | 2026-07-16T21:28:09.720Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4318 | 2026-07-16T21:28:09.924Z | Checking derive_builder v0.20.2 |
| 4319 | 2026-07-16T21:28:10.039Z | Compiling oso-derive v0.27.3 |
| 4320 | 2026-07-16T21:28:10.164Z | Checking quick-xml v0.37.5 |
| 4321 | 2026-07-16T21:28:10.260Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4322 | 2026-07-16T21:28:10.581Z | Checking openssl-probe v0.1.6 |
| 4323 | 2026-07-16T21:28:10.727Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4324 | 2026-07-16T21:28:11.100Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4325 | 2026-07-16T21:28:11.307Z | Checking bb8 v0.8.6 |
| 4326 | 2026-07-16T21:28:11.407Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4327 | 2026-07-16T21:28:11.475Z | Checking nonempty v0.12.0 |
| 4328 | 2026-07-16T21:28:11.597Z | Compiling libz-sys v1.1.24 |
| 4329 | 2026-07-16T21:28:11.640Z | Compiling strsim v0.10.0 |
| 4330 | 2026-07-16T21:28:11.656Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4331 | 2026-07-16T21:28:11.865Z | Compiling darling_core v0.13.4 |
| 4332 | 2026-07-16T21:28:11.991Z | Compiling vergen-git2 v9.1.0 |
| 4333 | 2026-07-16T21:28:12.165Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4334 | 2026-07-16T21:28:12.220Z | Compiling base64 v0.21.7 |
| 4335 | 2026-07-16T21:28:12.398Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4336 | 2026-07-16T21:28:12.474Z | Checking diesel v2.3.7 |
| 4337 | 2026-07-16T21:28:12.557Z | Compiling ron v0.8.1 |
| 4338 | 2026-07-16T21:28:13.362Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4339 | 2026-07-16T21:28:13.479Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4340 | 2026-07-16T21:28:13.594Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4341 | 2026-07-16T21:28:13.720Z | Compiling darling_macro v0.13.4 |
| 4342 | 2026-07-16T21:28:13.801Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4343 | 2026-07-16T21:28:14.012Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4344 | 2026-07-16T21:28:14.212Z | Compiling darling v0.13.4 |
| 4345 | 2026-07-16T21:28:14.215Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4346 | 2026-07-16T21:28:14.305Z | Compiling serde_with_macros v1.5.2 |
| 4347 | 2026-07-16T21:28:14.431Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4348 | 2026-07-16T21:28:14.631Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4349 | 2026-07-16T21:28:14.692Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4350 | 2026-07-16T21:28:14.836Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4351 | 2026-07-16T21:28:15.152Z | Compiling serde_with v1.14.0 |
| 4352 | 2026-07-16T21:28:16.365Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4353 | 2026-07-16T21:28:16.413Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4354 | 2026-07-16T21:28:16.598Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4355 | 2026-07-16T21:28:17.236Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4356 | 2026-07-16T21:28:17.538Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4357 | 2026-07-16T21:28:17.780Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4358 | 2026-07-16T21:28:18.074Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4359 | 2026-07-16T21:28:18.176Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4360 | 2026-07-16T21:28:18.373Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4361 | 2026-07-16T21:28:18.886Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4362 | 2026-07-16T21:28:18.903Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4363 | 2026-07-16T21:28:19.090Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4364 | 2026-07-16T21:28:19.255Z | Checking twox-hash v2.1.2 |
| 4365 | 2026-07-16T21:28:19.297Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4366 | 2026-07-16T21:28:19.509Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4367 | 2026-07-16T21:28:19.559Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4368 | 2026-07-16T21:28:19.943Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4369 | 2026-07-16T21:28:20.106Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4370 | 2026-07-16T21:28:21.226Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4371 | 2026-07-16T21:28:21.389Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4372 | 2026-07-16T21:28:21.532Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4373 | 2026-07-16T21:28:22.056Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4374 | 2026-07-16T21:28:22.192Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4375 | 2026-07-16T21:28:22.396Z | Checking console v0.16.2 |
| 4376 | 2026-07-16T21:28:22.712Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4377 | 2026-07-16T21:28:22.861Z | Checking fatfs v0.3.6 |
| 4378 | 2026-07-16T21:28:23.038Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4379 | 2026-07-16T21:28:23.325Z | Checking unit-prefix v0.5.2 |
| 4380 | 2026-07-16T21:28:23.462Z | Compiling seq-macro v0.3.6 |
| 4381 | 2026-07-16T21:28:23.979Z | Checking indicatif v0.18.4 |
| 4382 | 2026-07-16T21:28:24.295Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4383 | 2026-07-16T21:28:24.350Z | Checking support-bundle-viewer v0.1.2 |
| 4384 | 2026-07-16T21:28:24.372Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4385 | 2026-07-16T21:28:24.595Z | Checking multimap v0.10.1 |
| 4386 | 2026-07-16T21:28:30.178Z | Checking async-bb8-diesel v0.2.1 |
| 4387 | 2026-07-16T21:28:30.558Z | Checking diesel-dtrace v0.5.0 |
| 4388 | 2026-07-16T21:28:32.935Z | Compiling samael v0.0.19 |
| 4389 | 2026-07-16T21:28:37.076Z | Compiling git2 v0.20.4 |
| 4390 | 2026-07-16T21:28:40.095Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4391 | 2026-07-16T21:28:40.422Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4392 | 2026-07-16T21:28:41.517Z | Compiling polar-core v0.27.3 |
| 4393 | 2026-07-16T21:28:46.070Z | Checking oso v0.27.3 |
| 4394 | 2026-07-16T21:29:15.344Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4395 | 2026-07-16T21:30:28.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4396 | 2026-07-16T21:30:28.598Z | |
| 4397 | 2026-07-16T21:30:28.598Z | info: running `cargo check --bins` on nexus-networking (260/301) |
| 4398 | 2026-07-16T21:30:29.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4399 | 2026-07-16T21:30:29.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4400 | 2026-07-16T21:30:29.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4401 | 2026-07-16T21:30:29.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4402 | 2026-07-16T21:30:29.301Z | |
| 4403 | 2026-07-16T21:30:29.301Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301) |
| 4404 | 2026-07-16T21:30:29.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-07-16T21:30:29.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-07-16T21:30:29.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4407 | 2026-07-16T21:30:29.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4408 | 2026-07-16T21:30:29.821Z | |
| 4409 | 2026-07-16T21:30:29.821Z | info: running `cargo check --bins` on nexus-saga-recovery (262/301) |
| 4410 | 2026-07-16T21:30:30.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-07-16T21:30:30.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-07-16T21:30:30.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4413 | 2026-07-16T21:30:30.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4414 | 2026-07-16T21:30:30.413Z | |
| 4415 | 2026-07-16T21:30:30.413Z | info: running `cargo check --bins` on nexus-test-utils-macros (263/301) |
| 4416 | 2026-07-16T21:30:30.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-07-16T21:30:30.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-07-16T21:30:30.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4419 | 2026-07-16T21:30:30.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4420 | 2026-07-16T21:30:30.942Z | |
| 4421 | 2026-07-16T21:30:30.942Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (264/301) |
| 4422 | 2026-07-16T21:30:31.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-07-16T21:30:31.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-07-16T21:30:31.731Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4425 | 2026-07-16T21:30:32.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4426 | 2026-07-16T21:30:32.667Z | |
| 4427 | 2026-07-16T21:30:32.668Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301) |
| 4428 | 2026-07-16T21:30:36.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-07-16T21:30:36.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-07-16T21:30:36.276Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4431 | 2026-07-16T21:31:11.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.55s |
| 4432 | 2026-07-16T21:31:11.438Z | |
| 4433 | 2026-07-16T21:31:11.438Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301) |
| 4434 | 2026-07-16T21:31:11.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-07-16T21:31:11.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-07-16T21:31:11.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-07-16T21:31:11.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4438 | 2026-07-16T21:31:11.967Z | |
| 4439 | 2026-07-16T21:31:11.967Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301) |
| 4440 | 2026-07-16T21:31:12.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-07-16T21:31:12.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-07-16T21:31:12.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4443 | 2026-07-16T21:31:12.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4444 | 2026-07-16T21:31:12.500Z | |
| 4445 | 2026-07-16T21:31:12.500Z | info: running `cargo check --bins --no-default-features` on nexus-fm (268/301) |
| 4446 | 2026-07-16T21:31:13.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-07-16T21:31:13.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-07-16T21:31:13.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-07-16T21:31:13.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4450 | 2026-07-16T21:31:13.100Z | |
| 4451 | 2026-07-16T21:31:13.101Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301) |
| 4452 | 2026-07-16T21:31:13.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-07-16T21:31:13.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-07-16T21:31:13.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-07-16T21:31:13.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4456 | 2026-07-16T21:31:13.698Z | |
| 4457 | 2026-07-16T21:31:13.698Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (270/301) |
| 4458 | 2026-07-16T21:31:14.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-07-16T21:31:14.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-07-16T21:31:14.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-07-16T21:31:14.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4462 | 2026-07-16T21:31:14.298Z | |
| 4463 | 2026-07-16T21:31:14.298Z | info: running `cargo check --bins` on nexus-mgs-updates (271/301) |
| 4464 | 2026-07-16T21:31:14.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-07-16T21:31:14.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-07-16T21:31:14.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-07-16T21:31:14.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4468 | 2026-07-16T21:31:14.895Z | |
| 4469 | 2026-07-16T21:31:14.895Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (272/301) |
| 4470 | 2026-07-16T21:31:15.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-07-16T21:31:15.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-07-16T21:31:15.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-07-16T21:31:15.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4474 | 2026-07-16T21:31:15.504Z | |
| 4475 | 2026-07-16T21:31:15.504Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301) |
| 4476 | 2026-07-16T21:31:16.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-07-16T21:31:16.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-07-16T21:31:16.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-07-16T21:31:16.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4480 | 2026-07-16T21:31:16.114Z | |
| 4481 | 2026-07-16T21:31:16.114Z | info: running `cargo check --bins` on nexus-switch-config (274/301) |
| 4482 | 2026-07-16T21:31:16.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-07-16T21:31:16.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-07-16T21:31:16.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-07-16T21:31:16.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4486 | 2026-07-16T21:31:16.699Z | |
| 4487 | 2026-07-16T21:31:16.699Z | info: running `cargo check --bins` on nexus-switch-config-preparation (275/301) |
| 4488 | 2026-07-16T21:31:17.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-07-16T21:31:17.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-07-16T21:31:17.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4491 | 2026-07-16T21:31:17.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4492 | 2026-07-16T21:31:17.309Z | |
| 4493 | 2026-07-16T21:31:17.309Z | info: running `cargo check --bins` on support-bundle-collection (276/301) |
| 4494 | 2026-07-16T21:31:17.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-07-16T21:31:17.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-07-16T21:31:17.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4497 | 2026-07-16T21:31:17.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4498 | 2026-07-16T21:31:17.916Z | |
| 4499 | 2026-07-16T21:31:17.916Z | info: running `cargo check --bins` on omicron-dev (277/301) |
| 4500 | 2026-07-16T21:31:18.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-07-16T21:31:18.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-07-16T21:31:18.767Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4503 | 2026-07-16T21:31:18.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4504 | 2026-07-16T21:31:18.920Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4505 | 2026-07-16T21:31:18.938Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4506 | 2026-07-16T21:31:18.965Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4507 | 2026-07-16T21:31:18.968Z | Checking yansi v1.0.1 |
| 4508 | 2026-07-16T21:31:18.968Z | Checking diff v0.1.13 |
| 4509 | 2026-07-16T21:31:18.968Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4510 | 2026-07-16T21:31:19.100Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4511 | 2026-07-16T21:31:19.251Z | Checking pretty_assertions v1.4.1 |
| 4512 | 2026-07-16T21:31:20.009Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4513 | 2026-07-16T21:31:20.083Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4514 | 2026-07-16T21:31:44.873Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4515 | 2026-07-16T21:31:44.874Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4516 | 2026-07-16T21:31:44.888Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4517 | 2026-07-16T21:31:44.888Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4518 | 2026-07-16T21:31:44.888Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4519 | 2026-07-16T21:31:44.888Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4520 | 2026-07-16T21:31:44.888Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4521 | 2026-07-16T21:31:45.660Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4522 | 2026-07-16T21:31:45.660Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4523 | 2026-07-16T21:31:46.884Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4524 | 2026-07-16T21:32:24.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4525 | 2026-07-16T21:32:24.680Z | |
| 4526 | 2026-07-16T21:32:24.680Z | info: running `cargo check --bins` on omicron-pins (278/301) |
| 4527 | 2026-07-16T21:32:25.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-07-16T21:32:25.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-07-16T21:32:25.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4530 | 2026-07-16T21:32:25.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4531 | 2026-07-16T21:32:25.215Z | |
| 4532 | 2026-07-16T21:32:25.216Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301) |
| 4533 | 2026-07-16T21:32:25.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-07-16T21:32:25.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-07-16T21:32:25.955Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4536 | 2026-07-16T21:32:26.077Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4537 | 2026-07-16T21:32:26.081Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4538 | 2026-07-16T21:32:53.114Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4539 | 2026-07-16T21:32:53.489Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4540 | 2026-07-16T21:32:55.214Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4541 | 2026-07-16T21:32:55.658Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4542 | 2026-07-16T21:32:58.782Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4543 | 2026-07-16T21:33:22.532Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4544 | 2026-07-16T21:33:23.227Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4545 | 2026-07-16T21:33:24.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.61s |
| 4546 | 2026-07-16T21:33:25.019Z | |
| 4547 | 2026-07-16T21:33:25.019Z | info: running `cargo check --bins` on reconfigurator-sp-updater (280/301) |
| 4548 | 2026-07-16T21:33:25.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-07-16T21:33:25.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-07-16T21:33:25.691Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4551 | 2026-07-16T21:33:26.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4552 | 2026-07-16T21:33:26.546Z | |
| 4553 | 2026-07-16T21:33:26.546Z | info: running `cargo check --bins` on omicron-releng (281/301) |
| 4554 | 2026-07-16T21:33:27.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4555 | 2026-07-16T21:33:27.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4556 | 2026-07-16T21:33:27.147Z | Compiling blake3 v1.8.5 |
| 4557 | 2026-07-16T21:33:27.253Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4558 | 2026-07-16T21:33:27.263Z | Checking constant_time_eq v0.4.2 |
| 4559 | 2026-07-16T21:33:27.265Z | Checking arrayref v0.3.9 |
| 4560 | 2026-07-16T21:33:27.265Z | Checking arrayvec v0.7.6 |
| 4561 | 2026-07-16T21:33:27.289Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4562 | 2026-07-16T21:33:27.292Z | Checking digest-io v0.1.0 |
| 4563 | 2026-07-16T21:33:27.292Z | Checking sha2 v0.11.0 |
| 4564 | 2026-07-16T21:33:27.341Z | Checking rawzip v0.4.4 |
| 4565 | 2026-07-16T21:33:27.379Z | Checking topological-sort v0.2.2 |
| 4566 | 2026-07-16T21:33:27.403Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4567 | 2026-07-16T21:33:27.440Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4568 | 2026-07-16T21:33:27.506Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4569 | 2026-07-16T21:33:27.611Z | Checking shell-words v1.1.1 |
| 4570 | 2026-07-16T21:33:27.758Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4571 | 2026-07-16T21:33:28.012Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4572 | 2026-07-16T21:33:28.230Z | Checking omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package.git?rev=b3a1c66d2abf1c68f1ecf500a5de6df6515b7f5e#b3a1c66d) |
| 4573 | 2026-07-16T21:33:29.088Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4574 | 2026-07-16T21:33:30.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
| 4575 | 2026-07-16T21:33:30.286Z | |
| 4576 | 2026-07-16T21:33:30.286Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (282/301) |
| 4577 | 2026-07-16T21:33:30.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-07-16T21:33:30.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-07-16T21:33:30.884Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4580 | 2026-07-16T21:33:31.200Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4581 | 2026-07-16T21:33:31.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4582 | 2026-07-16T21:33:31.758Z | |
| 4583 | 2026-07-16T21:33:31.759Z | info: running `cargo check --bins` on schema (283/301) |
| 4584 | 2026-07-16T21:33:32.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4585 | 2026-07-16T21:33:32.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4586 | 2026-07-16T21:33:32.433Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4587 | 2026-07-16T21:33:33.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4588 | 2026-07-16T21:33:33.298Z | |
| 4589 | 2026-07-16T21:33:33.298Z | info: running `cargo check --bins` on xtask (284/301) |
| 4590 | 2026-07-16T21:33:33.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4591 | 2026-07-16T21:33:33.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4592 | 2026-07-16T21:33:33.690Z | Checking serde_core v1.0.228 |
| 4593 | 2026-07-16T21:33:33.690Z | Checking libc v0.2.185 |
| 4594 | 2026-07-16T21:33:33.772Z | Checking bitflags v2.11.0 |
| 4595 | 2026-07-16T21:33:33.779Z | Checking scroll v0.12.0 |
| 4596 | 2026-07-16T21:33:33.782Z | Checking thiserror v1.0.69 |
| 4597 | 2026-07-16T21:33:33.792Z | Checking log v0.4.29 |
| 4598 | 2026-07-16T21:33:33.799Z | Checking indexmap v2.14.0 |
| 4599 | 2026-07-16T21:33:33.802Z | Checking zerocopy v0.7.35 |
| 4600 | 2026-07-16T21:33:33.872Z | Checking syn v2.0.117 |
| 4601 | 2026-07-16T21:33:33.910Z | Checking dtrace-parser v0.2.0 |
| 4602 | 2026-07-16T21:33:33.930Z | Checking once_cell v1.21.3 |
| 4603 | 2026-07-16T21:33:33.989Z | Checking goblin v0.8.2 |
| 4604 | 2026-07-16T21:33:34.057Z | Checking errno v0.3.14 |
| 4605 | 2026-07-16T21:33:34.097Z | Checking thread-id v4.2.2 |
| 4606 | 2026-07-16T21:33:34.137Z | Checking getrandom v0.4.1 |
| 4607 | 2026-07-16T21:33:34.170Z | Checking rustix v1.1.3 |
| 4608 | 2026-07-16T21:33:34.181Z | Checking memmap v0.7.0 |
| 4609 | 2026-07-16T21:33:34.264Z | Checking thiserror v2.0.18 |
| 4610 | 2026-07-16T21:33:34.282Z | Checking fs-err v3.3.0 |
| 4611 | 2026-07-16T21:33:34.313Z | Checking tabled v0.15.0 |
| 4612 | 2026-07-16T21:33:34.330Z | Checking anyhow v1.0.102 |
| 4613 | 2026-07-16T21:33:34.932Z | Checking terminal_size v0.4.3 |
| 4614 | 2026-07-16T21:33:34.932Z | Checking tempfile v3.25.0 |
| 4615 | 2026-07-16T21:33:35.043Z | Checking clap_builder v4.6.0 |
| 4616 | 2026-07-16T21:33:35.043Z | Checking textwrap v0.16.2 |
| 4617 | 2026-07-16T21:33:35.224Z | Checking serde v1.0.228 |
| 4618 | 2026-07-16T21:33:35.228Z | Checking serde_json v1.0.150 |
| 4619 | 2026-07-16T21:33:35.228Z | Checking camino v1.2.2 |
| 4620 | 2026-07-16T21:33:35.252Z | Checking semver v1.0.28 |
| 4621 | 2026-07-16T21:33:35.386Z | Checking cargo-platform v0.3.2 |
| 4622 | 2026-07-16T21:33:35.463Z | Checking camino-tempfile v1.4.1 |
| 4623 | 2026-07-16T21:33:35.621Z | Checking toml_datetime v0.6.11 |
| 4624 | 2026-07-16T21:33:35.621Z | Checking serde_spanned v0.6.9 |
| 4625 | 2026-07-16T21:33:35.621Z | Checking macaddr v1.0.1 |
| 4626 | 2026-07-16T21:33:35.625Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4627 | 2026-07-16T21:33:35.793Z | Checking toml_edit v0.22.27 |
| 4628 | 2026-07-16T21:33:35.828Z | Checking cargo_metadata v0.23.1 |
| 4629 | 2026-07-16T21:33:35.838Z | Checking dof v0.3.0 |
| 4630 | 2026-07-16T21:33:36.097Z | Checking usdt-impl v0.5.0 |
| 4631 | 2026-07-16T21:33:36.226Z | Checking clap v4.6.1 |
| 4632 | 2026-07-16T21:33:36.363Z | Checking usdt v0.5.0 |
| 4633 | 2026-07-16T21:33:36.769Z | Checking toml v0.8.23 |
| 4634 | 2026-07-16T21:33:37.026Z | Checking cargo_toml v0.21.0 |
| 4635 | 2026-07-16T21:33:37.663Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4636 | 2026-07-16T21:33:38.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
| 4637 | 2026-07-16T21:33:38.167Z | |
| 4638 | 2026-07-16T21:33:38.167Z | info: running `cargo check --bins` on dnsadm (285/301) |
| 4639 | 2026-07-16T21:33:38.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4640 | 2026-07-16T21:33:38.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4641 | 2026-07-16T21:33:38.758Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4642 | 2026-07-16T21:33:39.213Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4643 | 2026-07-16T21:33:39.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4644 | 2026-07-16T21:33:39.762Z | |
| 4645 | 2026-07-16T21:33:39.762Z | info: running `cargo check --bins` on end-to-end-tests (286/301) |
| 4646 | 2026-07-16T21:33:40.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4647 | 2026-07-16T21:33:40.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4648 | 2026-07-16T21:33:40.533Z | Checking cpubits v0.1.1 |
| 4649 | 2026-07-16T21:33:40.657Z | Checking pem-rfc7468 v1.0.0 |
| 4650 | 2026-07-16T21:33:40.669Z | Checking hmac v0.13.0 |
| 4651 | 2026-07-16T21:33:40.670Z | Checking universal-hash v0.6.1 |
| 4652 | 2026-07-16T21:33:40.692Z | Checking ctr v0.10.1 |
| 4653 | 2026-07-16T21:33:40.694Z | Checking aead v0.6.1 |
| 4654 | 2026-07-16T21:33:40.720Z | Checking aes v0.9.1 |
| 4655 | 2026-07-16T21:33:40.720Z | Checking crypto-bigint v0.7.5 |
| 4656 | 2026-07-16T21:33:40.747Z | Checking salsa20 v0.11.0 |
| 4657 | 2026-07-16T21:33:40.788Z | Checking polyval v0.7.1 |
| 4658 | 2026-07-16T21:33:40.802Z | Checking der v0.8.0 |
| 4659 | 2026-07-16T21:33:40.815Z | Checking pbkdf2 v0.13.0 |
| 4660 | 2026-07-16T21:33:40.832Z | Checking cbc v0.2.1 |
| 4661 | 2026-07-16T21:33:40.858Z | Checking ff v0.14.0 |
| 4662 | 2026-07-16T21:33:40.884Z | Checking signature v3.0.0 |
| 4663 | 2026-07-16T21:33:40.925Z | Checking scrypt v0.12.0 |
| 4664 | 2026-07-16T21:33:40.949Z | Checking ghash v0.6.0 |
| 4665 | 2026-07-16T21:33:40.964Z | Checking base16ct v1.0.0 |
| 4666 | 2026-07-16T21:33:41.026Z | Checking group v0.14.0 |
| 4667 | 2026-07-16T21:33:41.051Z | Checking hkdf v0.13.0 |
| 4668 | 2026-07-16T21:33:41.070Z | Checking rfc6979 v0.5.0 |
| 4669 | 2026-07-16T21:33:41.091Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4670 | 2026-07-16T21:33:41.110Z | Checking poly1305 v0.9.0 |
| 4671 | 2026-07-16T21:33:41.126Z | Checking aes-gcm v0.11.0 |
| 4672 | 2026-07-16T21:33:41.173Z | Checking blowfish v0.10.0 |
| 4673 | 2026-07-16T21:33:41.189Z | Checking blake2 v0.11.0-rc.6 |
| 4674 | 2026-07-16T21:33:41.202Z | Checking keccak v0.2.0 |
| 4675 | 2026-07-16T21:33:41.282Z | Checking fiat-crypto v0.3.0 |
| 4676 | 2026-07-16T21:33:41.319Z | Checking bcrypt-pbkdf v0.11.0 |
| 4677 | 2026-07-16T21:33:41.356Z | Checking sha3 v0.11.0 |
| 4678 | 2026-07-16T21:33:41.375Z | Checking kem v0.3.0 |
| 4679 | 2026-07-16T21:33:41.437Z | Checking argon2 v0.6.0-rc.8 |
| 4680 | 2026-07-16T21:33:41.473Z | Checking module-lattice v0.2.3 |
| 4681 | 2026-07-16T21:33:41.489Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4682 | 2026-07-16T21:33:41.589Z | Checking spki v0.8.0 |
| 4683 | 2026-07-16T21:33:41.685Z | Checking sec1 v0.8.1 |
| 4684 | 2026-07-16T21:33:41.700Z | Checking ml-kem v0.3.2 |
| 4685 | 2026-07-16T21:33:41.717Z | Checking internal-russh-num-bigint v0.5.0 |
| 4686 | 2026-07-16T21:33:41.742Z | Checking num-bigint v0.4.6 |
| 4687 | 2026-07-16T21:33:41.758Z | Checking pkcs5 v0.8.1 |
| 4688 | 2026-07-16T21:33:41.893Z | Checking pkcs1 v0.8.0-rc.4 |
| 4689 | 2026-07-16T21:33:42.054Z | Checking pkcs8 v0.11.0 |
| 4690 | 2026-07-16T21:33:42.104Z | Checking generic-array v1.4.3 |
| 4691 | 2026-07-16T21:33:42.257Z | Checking ed25519 v3.0.0 |
| 4692 | 2026-07-16T21:33:42.358Z | Compiling enum_dispatch v0.3.13 |
| 4693 | 2026-07-16T21:33:42.455Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4694 | 2026-07-16T21:33:42.495Z | Checking russh-util v0.52.0 |
| 4695 | 2026-07-16T21:33:42.510Z | Compiling delegate v0.13.5 |
| 4696 | 2026-07-16T21:33:42.555Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4697 | 2026-07-16T21:33:42.616Z | Checking hex-literal v1.1.0 |
| 4698 | 2026-07-16T21:33:42.660Z | Checking md5 v0.8.0 |
| 4699 | 2026-07-16T21:33:42.698Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4700 | 2026-07-16T21:33:42.713Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4701 | 2026-07-16T21:33:42.854Z | Checking socket2 v0.5.10 |
| 4702 | 2026-07-16T21:33:42.915Z | Checking internet-checksum v0.2.1 |
| 4703 | 2026-07-16T21:33:42.990Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4704 | 2026-07-16T21:33:43.008Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4705 | 2026-07-16T21:33:43.034Z | Checking primefield v0.14.0 |
| 4706 | 2026-07-16T21:33:43.099Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4707 | 2026-07-16T21:33:43.238Z | Checking crypto-primes v0.7.2 |
| 4708 | 2026-07-16T21:33:43.325Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4709 | 2026-07-16T21:33:43.340Z | Checking russh-cryptovec v0.61.0 |
| 4710 | 2026-07-16T21:33:43.468Z | Checking ecdsa v0.17.0-rc.18 |
| 4711 | 2026-07-16T21:33:43.483Z | Checking primeorder v0.14.0-rc.10 |
| 4712 | 2026-07-16T21:33:43.815Z | Checking p256 v0.14.0-rc.10 |
| 4713 | 2026-07-16T21:33:43.815Z | Checking p521 v0.14.0-rc.10 |
| 4714 | 2026-07-16T21:33:44.187Z | Checking rsa v0.10.0-rc.18 |
| 4715 | 2026-07-16T21:33:46.115Z | Checking p384 v0.14.0-rc.10 |
| 4716 | 2026-07-16T21:33:48.009Z | Checking ssh-key v0.7.0-rc.10 |
| 4717 | 2026-07-16T21:33:48.774Z | Checking russh v0.61.2 |
| 4718 | 2026-07-16T21:34:00.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s |
| 4719 | 2026-07-16T21:34:01.120Z | |
| 4720 | 2026-07-16T21:34:01.120Z | info: running `cargo check --bins` on gateway-cli (287/301) |
| 4721 | 2026-07-16T21:34:01.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-07-16T21:34:01.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-07-16T21:34:01.726Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4724 | 2026-07-16T21:34:01.832Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4725 | 2026-07-16T21:34:01.839Z | Checking termios v0.3.3 |
| 4726 | 2026-07-16T21:34:03.042Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4727 | 2026-07-16T21:34:03.186Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4728 | 2026-07-16T21:34:04.874Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4729 | 2026-07-16T21:34:05.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 4730 | 2026-07-16T21:34:05.598Z | |
| 4731 | 2026-07-16T21:34:05.598Z | info: running `cargo check --bins --no-default-features` on installinator (288/301) |
| 4732 | 2026-07-16T21:34:06.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4733 | 2026-07-16T21:34:06.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4734 | 2026-07-16T21:34:06.263Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4735 | 2026-07-16T21:34:06.266Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4736 | 2026-07-16T21:34:06.383Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4737 | 2026-07-16T21:34:06.385Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4738 | 2026-07-16T21:34:06.395Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4739 | 2026-07-16T21:34:06.403Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4740 | 2026-07-16T21:34:07.161Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4741 | 2026-07-16T21:34:07.474Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4742 | 2026-07-16T21:34:07.477Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4743 | 2026-07-16T21:34:08.143Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4744 | 2026-07-16T21:34:09.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 4745 | 2026-07-16T21:34:09.898Z | |
| 4746 | 2026-07-16T21:34:09.898Z | info: running `cargo check --bins` on internal-dns-cli (289/301) |
| 4747 | 2026-07-16T21:34:10.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4748 | 2026-07-16T21:34:10.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4749 | 2026-07-16T21:34:10.492Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4750 | 2026-07-16T21:34:10.933Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4751 | 2026-07-16T21:34:11.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4752 | 2026-07-16T21:34:11.410Z | |
| 4753 | 2026-07-16T21:34:11.410Z | info: running `cargo check --bins` on omicron-live-tests (290/301) |
| 4754 | 2026-07-16T21:34:11.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-07-16T21:34:11.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-07-16T21:34:11.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-07-16T21:34:11.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4758 | 2026-07-16T21:34:11.936Z | |
| 4759 | 2026-07-16T21:34:11.936Z | info: running `cargo check --bins` on live-tests-macros (291/301) |
| 4760 | 2026-07-16T21:34:12.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-07-16T21:34:12.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-07-16T21:34:12.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-07-16T21:34:12.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4764 | 2026-07-16T21:34:12.467Z | |
| 4765 | 2026-07-16T21:34:12.467Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301) |
| 4766 | 2026-07-16T21:34:12.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-07-16T21:34:12.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-07-16T21:34:13.172Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4769 | 2026-07-16T21:34:13.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4770 | 2026-07-16T21:34:13.951Z | |
| 4771 | 2026-07-16T21:34:13.951Z | info: running `cargo check --bins` on omicron-ntp-admin (293/301) |
| 4772 | 2026-07-16T21:34:14.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-07-16T21:34:14.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-07-16T21:34:14.548Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4775 | 2026-07-16T21:34:14.551Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4776 | 2026-07-16T21:34:14.818Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4777 | 2026-07-16T21:34:14.818Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4778 | 2026-07-16T21:34:15.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4779 | 2026-07-16T21:34:15.784Z | |
| 4780 | 2026-07-16T21:34:15.785Z | info: running `cargo check --bins` on ntp-admin-types (294/301) |
| 4781 | 2026-07-16T21:34:16.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4782 | 2026-07-16T21:34:16.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4783 | 2026-07-16T21:34:16.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4784 | 2026-07-16T21:34:16.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4785 | 2026-07-16T21:34:16.312Z | |
| 4786 | 2026-07-16T21:34:16.312Z | info: running `cargo check --bins` on omicron-package (295/301) |
| 4787 | 2026-07-16T21:34:16.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-07-16T21:34:16.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-07-16T21:34:16.942Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4790 | 2026-07-16T21:34:17.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4791 | 2026-07-16T21:34:18.172Z | |
| 4792 | 2026-07-16T21:34:18.172Z | info: running `cargo check --bins` on tqdb (296/301) |
| 4793 | 2026-07-16T21:34:18.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-07-16T21:34:18.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-07-16T21:34:18.904Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4796 | 2026-07-16T21:34:19.253Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4797 | 2026-07-16T21:34:19.761Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4798 | 2026-07-16T21:34:19.761Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4799 | 2026-07-16T21:34:25.811Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4800 | 2026-07-16T21:34:25.811Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4801 | 2026-07-16T21:34:26.375Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4802 | 2026-07-16T21:34:26.378Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4803 | 2026-07-16T21:34:26.378Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4804 | 2026-07-16T21:34:26.378Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4805 | 2026-07-16T21:34:27.167Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4806 | 2026-07-16T21:34:28.146Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4807 | 2026-07-16T21:34:28.953Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4808 | 2026-07-16T21:34:29.556Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4809 | 2026-07-16T21:34:34.380Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4810 | 2026-07-16T21:34:41.014Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4811 | 2026-07-16T21:34:41.017Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4812 | 2026-07-16T21:34:41.017Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4813 | 2026-07-16T21:34:41.017Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4814 | 2026-07-16T21:34:42.471Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4815 | 2026-07-16T21:34:43.792Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4816 | 2026-07-16T21:34:44.453Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4817 | 2026-07-16T21:34:45.662Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4818 | 2026-07-16T21:34:46.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.01s |
| 4819 | 2026-07-16T21:34:46.384Z | |
| 4820 | 2026-07-16T21:34:46.384Z | info: running `cargo check --bins` on wicket-dbg (297/301) |
| 4821 | 2026-07-16T21:34:46.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4822 | 2026-07-16T21:34:46.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4823 | 2026-07-16T21:34:47.049Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4824 | 2026-07-16T21:34:47.164Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4825 | 2026-07-16T21:34:47.174Z | Checking rtoolbox v0.0.3 |
| 4826 | 2026-07-16T21:34:47.183Z | Checking tui-tree-widget v0.23.1 |
| 4827 | 2026-07-16T21:34:47.279Z | Checking rpassword v7.4.0 |
| 4828 | 2026-07-16T21:34:47.652Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4829 | 2026-07-16T21:34:47.828Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4830 | 2026-07-16T21:34:48.776Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4831 | 2026-07-16T21:34:51.850Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4832 | 2026-07-16T21:34:53.700Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4833 | 2026-07-16T21:34:54.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s |
| 4834 | 2026-07-16T21:34:54.760Z | |
| 4835 | 2026-07-16T21:34:54.760Z | info: running `cargo check --bins` on wicket (298/301) |
| 4836 | 2026-07-16T21:34:55.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4837 | 2026-07-16T21:34:55.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4838 | 2026-07-16T21:34:55.409Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4839 | 2026-07-16T21:34:55.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4840 | 2026-07-16T21:34:55.932Z | |
| 4841 | 2026-07-16T21:34:55.932Z | info: running `cargo check --bins` on wicketd (299/301) |
| 4842 | 2026-07-16T21:34:56.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4843 | 2026-07-16T21:34:56.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4844 | 2026-07-16T21:34:56.609Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4845 | 2026-07-16T21:34:56.613Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4846 | 2026-07-16T21:34:56.613Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4847 | 2026-07-16T21:34:56.723Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4848 | 2026-07-16T21:34:57.482Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4849 | 2026-07-16T21:34:58.034Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4850 | 2026-07-16T21:35:01.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 4851 | 2026-07-16T21:35:01.241Z | |
| 4852 | 2026-07-16T21:35:01.241Z | info: running `cargo check --bins` on omicron-workspace-hack (300/301) |
| 4853 | 2026-07-16T21:35:01.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4854 | 2026-07-16T21:35:01.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4855 | 2026-07-16T21:35:01.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4856 | 2026-07-16T21:35:01.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4857 | 2026-07-16T21:35:01.780Z | |
| 4858 | 2026-07-16T21:35:01.780Z | info: running `cargo check --bins` on zone-setup (301/301) |
| 4859 | 2026-07-16T21:35:02.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4860 | 2026-07-16T21:35:02.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4861 | 2026-07-16T21:35:02.406Z | Checking uzers v0.12.2 |
| 4862 | 2026-07-16T21:35:02.675Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4863 | 2026-07-16T21:35:03.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4864 | 2026-07-16T21:35:03.603Z | |
| 4865 | 2026-07-16T21:35:03.603Z | real 13:54.001998974 |
| 4866 | 2026-07-16T21:35:03.603Z | user 21:04.826078446 |
| 4867 | 2026-07-16T21:35:03.606Z | sys 4:13.489435418 |
| 4868 | 2026-07-16T21:35:03.606Z | trap 0.329662241 |
| 4869 | 2026-07-16T21:35:03.606Z | tflt 0.741710299 |
| 4870 | 2026-07-16T21:35:03.606Z | dflt 1.251957899 |
| 4871 | 2026-07-16T21:35:03.606Z | kflt 0.005242550 |
| 4872 | 2026-07-16T21:35:03.606Z | lock 1:19:13.940819552 |
| 4873 | 2026-07-16T21:35:03.606Z | slp 1:40:41.984082530 |
| 4874 | 2026-07-16T21:35:03.606Z | lat 58.331841945 |
| 4875 | 2026-07-16T21:35:03.606Z | stop 3:37.630767538 |
| 4876 | 2026-07-16T21:35:03.606Z | process exited: duration 955927 ms, exit code 0 |
| |
| 4877 | 2026-07-16T21:35:03.612Z | found 0 output files |