|
|
|
| 1 | 2026-08-24T19:51:18.240Z | job assigned to worker 01M0TN6A6WG07QX1SNN5BNAPD0 [factory aws, i-0aac71ef2f641c6ad] (queued for 49 s) |
| |
| 2 | 2026-08-24T19:51:24.834Z | starting task 0: "setup" |
| 3 | 2026-08-24T19:51:24.840Z | ++ uname -s |
| 4 | 2026-08-24T19:51:24.843Z | + kern=SunOS |
| 5 | 2026-08-24T19:51:24.843Z | + build_user=build |
| 6 | 2026-08-24T19:51:24.843Z | + build_uid=12345 |
| 7 | 2026-08-24T19:51:24.843Z | + work_dir=/work |
| 8 | 2026-08-24T19:51:24.843Z | + input_dir=/input |
| 9 | 2026-08-24T19:51:24.843Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-24T19:51:24.844Z | + case "$kern" in |
| 11 | 2026-08-24T19:51:24.844Z | + groupadd -g 12345 build |
| 12 | 2026-08-24T19:51:24.847Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-24T19:51:26.851Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-24T19:51:26.950Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-24T19:51:26.954Z | + home_fs=zfs |
| 16 | 2026-08-24T19:51:26.954Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-24T19:51:26.954Z | + mkdir -p /home/build |
| 18 | 2026-08-24T19:51:26.954Z | + chown build:build /home/build /work |
| 19 | 2026-08-24T19:51:28.955Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-24T19:51:28.958Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-08-24T19:51:28.965Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-24T19:51:28.969Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-24T19:51:28.969Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-24T19:51:28.969Z | * rust toolchain profile = "default" |
| 25 | 2026-08-24T19:51:28.969Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-24T19:51:28.969Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-24T19:51:28.970Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-24T19:51:28.973Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-24T19:51:28.973Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-24T19:51:29.041Z | info: downloading installer |
| 31 | 2026-08-24T19:51:30.409Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-24T19:51:30.409Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-24T19:51:30.409Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-24T19:51:30.409Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-24T19:51:30.422Z | info: profile set to default |
| 36 | 2026-08-24T19:51:30.422Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-24T19:51:30.426Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-24T19:51:30.566Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-24T19:51:30.569Z | info: downloading 6 components |
| 40 | 2026-08-24T19:51:47.044Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-24T19:51:47.044Z | |
| 42 | 2026-08-24T19:51:47.072Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-24T19:51:47.072Z | |
| 44 | 2026-08-24T19:51:47.072Z | |
| 45 | 2026-08-24T19:51:47.072Z | Rust is installed now. Great! |
| 46 | 2026-08-24T19:51:47.072Z | |
| 47 | 2026-08-24T19:51:47.072Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-24T19:51:47.072Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-24T19:51:47.072Z | |
| 50 | 2026-08-24T19:51:47.072Z | To configure your current shell, you need to source |
| 51 | 2026-08-24T19:51:47.072Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-24T19:51:47.072Z | |
| 53 | 2026-08-24T19:51:47.072Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-24T19:51:47.072Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-24T19:51:47.072Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-24T19:51:47.073Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-24T19:51:47.073Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-24T19:51:47.073Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-24T19:51:47.073Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-24T19:51:47.076Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-24T19:51:47.076Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-24T19:51:47.158Z | + rustup --version |
| 63 | 2026-08-24T19:51:47.168Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-24T19:51:47.171Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-24T19:51:47.188Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-24T19:51:47.191Z | + cargo --version |
| 67 | 2026-08-24T19:51:47.206Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-24T19:51:47.209Z | + rustc --version |
| 69 | 2026-08-24T19:51:47.226Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-24T19:51:47.229Z | process exited: duration 18263 ms, exit code 0 |
| |
| 71 | 2026-08-24T19:51:47.235Z | starting task 2: "authentication" |
| 72 | 2026-08-24T19:51:47.251Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-24T19:51:47.257Z | starting task 3: "clone repository" |
| 74 | 2026-08-24T19:51:47.260Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-24T19:51:47.263Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-24T19:51:47.292Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-24T19:52:07.089Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-24T19:52:07.090Z | + git fetch origin dd9b78d9d5bf584fa652f8f058f751474d068b40 |
| 79 | 2026-08-24T19:52:07.457Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-24T19:52:07.457Z | * branch dd9b78d9d5bf584fa652f8f058f751474d068b40 -> FETCH_HEAD |
| 81 | 2026-08-24T19:52:07.467Z | + [[ -n '' ]] |
| 82 | 2026-08-24T19:52:07.467Z | + git reset --hard dd9b78d9d5bf584fa652f8f058f751474d068b40 |
| 83 | 2026-08-24T19:52:07.721Z | HEAD is now at dd9b78d9d Bump postgres-protocol from 0.6.10 to 0.6.12 |
| 84 | 2026-08-24T19:52:07.728Z | process exited: duration 20465 ms, exit code 0 |
| |
| 85 | 2026-08-24T19:52:07.740Z | starting task 4: "build" |
| 86 | 2026-08-24T19:52:07.755Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-24T19:52:07.755Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-24T19:52:07.756Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-24T19:52:07.770Z | +++ uname -s |
| 90 | 2026-08-24T19:52:07.770Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-24T19:52:07.770Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-24T19:52:07.770Z | + cargo --version |
| 93 | 2026-08-24T19:52:07.770Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-24T19:52:07.771Z | + rustc --version |
| 95 | 2026-08-24T19:52:07.789Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-24T19:52:07.789Z | + source ./env.sh |
| 97 | 2026-08-24T19:52:07.789Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-24T19:52:07.789Z | ++ set -o xtrace |
| 99 | 2026-08-24T19:52:07.800Z | ++++ dirname ./env.sh |
| 100 | 2026-08-24T19:52:07.800Z | +++ readlink -f . |
| 101 | 2026-08-24T19:52:07.800Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-24T19:52:07.800Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-24T19:52:07.800Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-24T19:52:07.800Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-08-24T19:52:07.801Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-08-24T19:52:07.801Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-08-24T19:52:07.801Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-08-24T19:52:07.801Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-24T19:52:07.801Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-24T19:52:07.801Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-24T19:52:07.801Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-24T19:52:07.801Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-24T19:52:07.801Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-24T19:52:07.801Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 115 | 2026-08-24T19:52:07.801Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-08-24T19:52:07.801Z | + banner prerequisites |
| 117 | 2026-08-24T19:52:07.801Z | |
| 118 | 2026-08-24T19:52:07.801Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-24T19:52:07.801Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-24T19:52:07.801Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-24T19:52:07.801Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-24T19:52:07.801Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-24T19:52:07.801Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-24T19:52:07.802Z | |
| 125 | 2026-08-24T19:52:07.802Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-24T19:52:09.769Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-24T19:52:10.129Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-24T19:52:12.126Z | Planning: Solver setup ... Done (1.882s) |
| 129 | 2026-08-24T19:52:12.193Z | Planning: Running solver ... Done (0.060s) |
| 130 | 2026-08-24T19:52:12.230Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-24T19:52:12.248Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-24T19:52:12.259Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-24T19:52:12.276Z | Planning: Package planning ... Done (0.014s) |
| 134 | 2026-08-24T19:52:12.283Z | Planning: Merging actions ... Done (0.002s) |
| 135 | 2026-08-24T19:52:12.490Z | Planning: Checking for conflicting actions ... Done (0.216s) |
| 136 | 2026-08-24T19:52:12.507Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-24T19:52:13.165Z | Planning: Evaluating mediators ... Done (0.676s) |
| 138 | 2026-08-24T19:52:13.168Z | Planning: Planning completed in 3.00 seconds |
| 139 | 2026-08-24T19:52:13.174Z | Packages to install: 2 |
| 140 | 2026-08-24T19:52:13.177Z | Estimated space available: 156.02 GB |
| 141 | 2026-08-24T19:52:13.177Z | Estimated space to be consumed: 76.36 MB |
| 142 | 2026-08-24T19:52:13.177Z | Create boot environment: No |
| 143 | 2026-08-24T19:52:13.177Z | Create backup boot environment: No |
| 144 | 2026-08-24T19:52:13.177Z | Rebuild boot archive: No |
| 145 | 2026-08-24T19:52:13.177Z | |
| 146 | 2026-08-24T19:52:13.177Z | Changed packages: |
| 147 | 2026-08-24T19:52:13.177Z | helios |
| 148 | 2026-08-24T19:52:13.177Z | developer/build-essential |
| 149 | 2026-08-24T19:52:13.177Z | None -> 11-3.0 |
| 150 | 2026-08-24T19:52:13.177Z | library/libxmlsec1 |
| 151 | 2026-08-24T19:52:13.177Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-24T19:52:13.199Z | |
| 153 | 2026-08-24T19:52:13.199Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-24T19:52:13.267Z | Download: Completed 1.28 MB in 0.07 seconds (18.7M/s) |
| 155 | 2026-08-24T19:52:13.357Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-24T19:52:13.393Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-24T19:52:13.428Z | Finalize: Updating package state database ... Done (0.034s) |
| 158 | 2026-08-24T19:52:13.431Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-24T19:52:13.511Z | Finalize: Updating image state ... Done (0.083s) |
| 160 | 2026-08-24T19:52:15.954Z | Finalize: Creating fast lookup database ... Done (2.389s) |
| 161 | 2026-08-24T19:52:16.024Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-24T19:52:16.027Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-24T19:52:16.139Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-24T19:52:16.501Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-24T19:52:16.607Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-24T19:52:16.610Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-24T19:52:16.764Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-24T19:52:16.767Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-08-24T19:52:16.787Z | Mediators to change: 2 |
| 170 | 2026-08-24T19:52:16.787Z | Create boot environment: No |
| 171 | 2026-08-24T19:52:16.787Z | Create backup boot environment: No |
| 172 | 2026-08-24T19:52:16.842Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-24T19:52:16.842Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-24T19:52:16.890Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-24T19:52:18.845Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-24T19:52:18.910Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-24T19:52:18.915Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-24T19:52:18.990Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-24T19:52:19.282Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-24T19:52:19.387Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-24T19:52:19.390Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-24T19:52:19.547Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-24T19:52:19.550Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-08-24T19:52:19.570Z | Mediators to change: 1 |
| 185 | 2026-08-24T19:52:19.570Z | Create boot environment: No |
| 186 | 2026-08-24T19:52:19.570Z | Create backup boot environment: No |
| 187 | 2026-08-24T19:52:19.610Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-24T19:52:19.610Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-24T19:52:19.661Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-24T19:52:21.601Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-24T19:52:21.660Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-24T19:52:21.663Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-24T19:52:21.722Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-24T19:52:22.036Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-24T19:52:22.036Z | apache system 2.4 system |
| 196 | 2026-08-24T19:52:22.036Z | clang system 15 system |
| 197 | 2026-08-24T19:52:22.036Z | csh system system illumos |
| 198 | 2026-08-24T19:52:22.036Z | ctags system system illumos |
| 199 | 2026-08-24T19:52:22.036Z | file vendor vendor darwinsys |
| 200 | 2026-08-24T19:52:22.036Z | file system system illumos |
| 201 | 2026-08-24T19:52:22.037Z | gcc vendor 14 vendor |
| 202 | 2026-08-24T19:52:22.037Z | gcc system 13 system |
| 203 | 2026-08-24T19:52:22.037Z | gcc system 10 system |
| 204 | 2026-08-24T19:52:22.037Z | go system 1.25 system |
| 205 | 2026-08-24T19:52:22.037Z | llvm system 15 system |
| 206 | 2026-08-24T19:52:22.037Z | mariadb system 11.4 system |
| 207 | 2026-08-24T19:52:22.037Z | mta vendor vendor dma |
| 208 | 2026-08-24T19:52:22.037Z | openjdk system 17 system |
| 209 | 2026-08-24T19:52:22.037Z | openjdk system 11 system |
| 210 | 2026-08-24T19:52:22.037Z | openssl vendor 3 vendor |
| 211 | 2026-08-24T19:52:22.037Z | perl system 5.40 system |
| 212 | 2026-08-24T19:52:22.037Z | postgresql system 18 system |
| 213 | 2026-08-24T19:52:22.037Z | postgresql system 17 system |
| 214 | 2026-08-24T19:52:22.037Z | python vendor 3 vendor |
| 215 | 2026-08-24T19:52:22.037Z | python system 2 system |
| 216 | 2026-08-24T19:52:22.037Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-24T19:52:22.037Z | ruby system 3.4 system |
| 218 | 2026-08-24T19:52:22.037Z | ruby system 3.0 system |
| 219 | 2026-08-24T19:52:22.037Z | words vendor vendor american-english |
| 220 | 2026-08-24T19:52:22.037Z | words system system australian-english |
| 221 | 2026-08-24T19:52:22.037Z | words system system british-english |
| 222 | 2026-08-24T19:52:22.037Z | words system system canadian-english |
| 223 | 2026-08-24T19:52:22.037Z | words system system french |
| 224 | 2026-08-24T19:52:22.037Z | words system system italian |
| 225 | 2026-08-24T19:52:22.037Z | words system system ngerman |
| 226 | 2026-08-24T19:52:22.037Z | words system system ogerman |
| 227 | 2026-08-24T19:52:22.037Z | words system system spanish |
| 228 | 2026-08-24T19:52:22.288Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-24T19:52:22.288Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-24T19:52:22.773Z | FMRI IFO |
| 231 | 2026-08-24T19:52:22.773Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-24T19:52:22.773Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-24T19:52:22.773Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-24T19:52:22.773Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-24T19:52:22.773Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-24T19:52:22.773Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-24T19:52:22.773Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-24T19:52:22.773Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-24T19:52:22.773Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-24T19:52:23.117Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-24T19:52:23.468Z | Updating crates.io index |
| 242 | 2026-08-24T19:52:23.472Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-24T19:52:23.756Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-24T19:52:24.172Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-08-24T19:52:26.104Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-24T19:52:26.793Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-08-24T19:52:28.734Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-08-24T19:52:29.882Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-08-24T19:52:30.188Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-08-24T19:52:30.564Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-08-24T19:52:31.915Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-08-24T19:52:32.205Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-08-24T19:52:32.656Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-08-24T19:52:32.931Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-08-24T19:52:33.221Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-08-24T19:52:33.504Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-08-24T19:52:33.804Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-08-24T19:52:34.090Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-08-24T19:52:34.415Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-08-24T19:52:35.014Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 261 | 2026-08-24T19:52:35.395Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 262 | 2026-08-24T19:52:35.724Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 263 | 2026-08-24T19:52:36.226Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 264 | 2026-08-24T19:52:36.548Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 265 | 2026-08-24T19:52:37.110Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-24T19:52:37.460Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-08-24T19:52:37.740Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-08-24T19:52:38.208Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-08-24T19:52:38.617Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 270 | 2026-08-24T19:52:38.963Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-08-24T19:52:39.309Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-08-24T19:52:39.606Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-08-24T19:52:39.961Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-08-24T19:52:40.361Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 275 | 2026-08-24T19:52:41.107Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-08-24T19:52:41.384Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-08-24T19:52:41.671Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-08-24T19:52:41.993Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-08-24T19:52:42.341Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2026-08-24T19:52:42.583Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-08-24T19:52:42.864Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-08-24T19:52:43.206Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-08-24T19:52:43.461Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-08-24T19:52:43.731Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-24T19:52:46.359Z | Downloading crates ... |
| 286 | 2026-08-24T19:52:46.408Z | Downloaded errno v0.3.14 |
| 287 | 2026-08-24T19:52:46.414Z | Downloaded itoa v1.0.17 |
| 288 | 2026-08-24T19:52:46.420Z | Downloaded scroll_derive v0.12.1 |
| 289 | 2026-08-24T19:52:46.438Z | Downloaded autocfg v1.5.0 |
| 290 | 2026-08-24T19:52:46.438Z | Downloaded anstyle-parse v1.0.0 |
| 291 | 2026-08-24T19:52:46.438Z | Downloaded clap v4.6.1 |
| 292 | 2026-08-24T19:52:46.443Z | Downloaded fs-err v3.3.0 |
| 293 | 2026-08-24T19:52:46.443Z | Downloaded heck v0.5.0 |
| 294 | 2026-08-24T19:52:46.443Z | Downloaded is_terminal_polyfill v1.70.2 |
| 295 | 2026-08-24T19:52:46.443Z | Downloaded colorchoice v1.0.4 |
| 296 | 2026-08-24T19:52:46.443Z | Downloaded block-buffer v0.10.4 |
| 297 | 2026-08-24T19:52:46.443Z | Downloaded zmij v1.0.21 |
| 298 | 2026-08-24T19:52:46.443Z | Downloaded zerocopy-derive v0.7.35 |
| 299 | 2026-08-24T19:52:46.443Z | Downloaded zerocopy v0.7.35 |
| 300 | 2026-08-24T19:52:46.453Z | Downloaded clap_lex v1.0.0 |
| 301 | 2026-08-24T19:52:46.453Z | Downloaded memmap v0.7.0 |
| 302 | 2026-08-24T19:52:46.460Z | Downloaded anstream v1.0.0 |
| 303 | 2026-08-24T19:52:46.460Z | Downloaded proc-macro-error v1.0.4 |
| 304 | 2026-08-24T19:52:46.460Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-08-24T19:52:46.460Z | Downloaded macaddr v1.0.1 |
| 306 | 2026-08-24T19:52:46.460Z | Downloaded cargo-platform v0.3.2 |
| 307 | 2026-08-24T19:52:46.460Z | Downloaded cargo_toml v0.21.0 |
| 308 | 2026-08-24T19:52:46.460Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-08-24T19:52:46.460Z | Downloaded digest v0.10.7 |
| 310 | 2026-08-24T19:52:46.461Z | Downloaded cargo_metadata v0.23.1 |
| 311 | 2026-08-24T19:52:46.461Z | Downloaded usdt-impl v0.5.0 |
| 312 | 2026-08-24T19:52:46.464Z | Downloaded camino-tempfile v1.4.1 |
| 313 | 2026-08-24T19:52:46.465Z | Downloaded crypto-common v0.1.7 |
| 314 | 2026-08-24T19:52:46.465Z | Downloaded equivalent v1.0.2 |
| 315 | 2026-08-24T19:52:46.465Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-08-24T19:52:46.470Z | Downloaded bytecount v0.6.9 |
| 317 | 2026-08-24T19:52:46.470Z | Downloaded bitflags v2.11.0 |
| 318 | 2026-08-24T19:52:46.474Z | Downloaded dof v0.3.0 |
| 319 | 2026-08-24T19:52:46.478Z | Downloaded thread-id v4.2.2 |
| 320 | 2026-08-24T19:52:46.482Z | Downloaded usdt-attr-macro v0.5.0 |
| 321 | 2026-08-24T19:52:46.486Z | Downloaded fnv v1.0.7 |
| 322 | 2026-08-24T19:52:46.489Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-08-24T19:52:46.489Z | Downloaded usdt v0.5.0 |
| 324 | 2026-08-24T19:52:46.493Z | Downloaded heck v0.4.1 |
| 325 | 2026-08-24T19:52:46.496Z | Downloaded terminal_size v0.4.3 |
| 326 | 2026-08-24T19:52:46.496Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-08-24T19:52:46.496Z | Downloaded cpufeatures v0.2.17 |
| 328 | 2026-08-24T19:52:46.504Z | Downloaded strsim v0.11.1 |
| 329 | 2026-08-24T19:52:46.504Z | Downloaded version_check v0.9.5 |
| 330 | 2026-08-24T19:52:46.504Z | Downloaded plain v0.2.3 |
| 331 | 2026-08-24T19:52:46.504Z | Downloaded cfg-if v1.0.4 |
| 332 | 2026-08-24T19:52:46.504Z | Downloaded generic-array v0.14.7 |
| 333 | 2026-08-24T19:52:46.507Z | Downloaded swrite v0.1.0 |
| 334 | 2026-08-24T19:52:46.507Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-08-24T19:52:46.509Z | Downloaded smawk v0.3.2 |
| 336 | 2026-08-24T19:52:46.515Z | Downloaded tabled_derive v0.7.0 |
| 337 | 2026-08-24T19:52:46.517Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-08-24T19:52:46.521Z | Downloaded toml_write v0.1.2 |
| 339 | 2026-08-24T19:52:46.524Z | Downloaded proc-macro-error-attr v1.0.4 |
| 340 | 2026-08-24T19:52:46.524Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-08-24T19:52:46.528Z | Downloaded camino v1.2.5 |
| 342 | 2026-08-24T19:52:46.530Z | Downloaded clap_derive v4.6.1 |
| 343 | 2026-08-24T19:52:46.530Z | Downloaded papergrid v0.11.0 |
| 344 | 2026-08-24T19:52:46.533Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-08-24T19:52:46.538Z | Downloaded anyhow v1.0.104 |
| 346 | 2026-08-24T19:52:46.538Z | Downloaded thiserror-impl v2.0.18 |
| 347 | 2026-08-24T19:52:46.538Z | Downloaded anstyle v1.0.14 |
| 348 | 2026-08-24T19:52:46.541Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2026-08-24T19:52:46.541Z | Downloaded byteorder v1.5.0 |
| 350 | 2026-08-24T19:52:46.541Z | Downloaded quote v1.0.45 |
| 351 | 2026-08-24T19:52:46.543Z | Downloaded log v0.4.33 |
| 352 | 2026-08-24T19:52:46.547Z | Downloaded once_cell v1.21.3 |
| 353 | 2026-08-24T19:52:46.547Z | Downloaded pest_generator v2.8.6 |
| 354 | 2026-08-24T19:52:46.552Z | Downloaded sha2 v0.10.9 |
| 355 | 2026-08-24T19:52:46.554Z | Downloaded thiserror v2.0.18 |
| 356 | 2026-08-24T19:52:46.557Z | Downloaded scroll v0.12.0 |
| 357 | 2026-08-24T19:52:46.557Z | Downloaded serde_tokenstream v0.2.3 |
| 358 | 2026-08-24T19:52:46.562Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2026-08-24T19:52:46.572Z | Downloaded toml v0.8.23 |
| 360 | 2026-08-24T19:52:46.583Z | Downloaded semver v1.0.28 |
| 361 | 2026-08-24T19:52:46.597Z | Downloaded serde_derive v1.0.228 |
| 362 | 2026-08-24T19:52:46.602Z | Downloaded tempfile v3.27.0 |
| 363 | 2026-08-24T19:52:46.605Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-08-24T19:52:46.608Z | Downloaded getrandom v0.4.3 |
| 365 | 2026-08-24T19:52:46.608Z | Downloaded pest_derive v2.8.6 |
| 366 | 2026-08-24T19:52:46.614Z | Downloaded textwrap v0.16.2 |
| 367 | 2026-08-24T19:52:46.614Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2026-08-24T19:52:46.614Z | Downloaded serde_core v1.0.228 |
| 369 | 2026-08-24T19:52:46.617Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-08-24T19:52:46.622Z | Downloaded toml_edit v0.22.27 |
| 371 | 2026-08-24T19:52:46.625Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-08-24T19:52:46.642Z | Downloaded serde v1.0.228 |
| 373 | 2026-08-24T19:52:46.645Z | Downloaded typenum v1.20.1 |
| 374 | 2026-08-24T19:52:46.658Z | Downloaded memchr v2.8.0 |
| 375 | 2026-08-24T19:52:46.669Z | Downloaded pest v2.8.6 |
| 376 | 2026-08-24T19:52:46.677Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-08-24T19:52:46.680Z | Downloaded hashbrown v0.17.0 |
| 378 | 2026-08-24T19:52:46.690Z | Downloaded clap_builder v4.6.0 |
| 379 | 2026-08-24T19:52:46.694Z | Downloaded goblin v0.8.2 |
| 380 | 2026-08-24T19:52:46.698Z | Downloaded serde_json v1.0.151 |
| 381 | 2026-08-24T19:52:46.705Z | Downloaded winnow v0.7.14 |
| 382 | 2026-08-24T19:52:46.715Z | Downloaded tabled v0.15.0 |
| 383 | 2026-08-24T19:52:46.731Z | Downloaded syn v1.0.109 |
| 384 | 2026-08-24T19:52:46.736Z | Downloaded syn v2.0.117 |
| 385 | 2026-08-24T19:52:46.742Z | Downloaded unicode-width v0.1.14 |
| 386 | 2026-08-24T19:52:46.746Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-08-24T19:52:46.756Z | Downloaded rustix v1.1.4 |
| 388 | 2026-08-24T19:52:46.778Z | Downloaded libc v0.2.185 |
| 389 | 2026-08-24T19:52:46.841Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-08-24T19:52:46.841Z | Compiling quote v1.0.45 |
| 391 | 2026-08-24T19:52:46.842Z | Compiling unicode-ident v1.0.24 |
| 392 | 2026-08-24T19:52:46.845Z | Compiling serde_core v1.0.228 |
| 393 | 2026-08-24T19:52:46.845Z | Compiling libc v0.2.185 |
| 394 | 2026-08-24T19:52:46.845Z | Compiling version_check v0.9.5 |
| 395 | 2026-08-24T19:52:46.845Z | Compiling memchr v2.8.0 |
| 396 | 2026-08-24T19:52:46.845Z | Compiling serde v1.0.228 |
| 397 | 2026-08-24T19:52:47.166Z | Compiling zmij v1.0.21 |
| 398 | 2026-08-24T19:52:47.391Z | Compiling ucd-trie v0.1.7 |
| 399 | 2026-08-24T19:52:47.534Z | Compiling thiserror v1.0.69 |
| 400 | 2026-08-24T19:52:47.656Z | Compiling itoa v1.0.17 |
| 401 | 2026-08-24T19:52:47.676Z | Compiling pest v2.8.6 |
| 402 | 2026-08-24T19:52:47.834Z | Compiling rustix v1.1.4 |
| 403 | 2026-08-24T19:52:47.902Z | Compiling byteorder v1.5.0 |
| 404 | 2026-08-24T19:52:48.028Z | Compiling errno v0.3.14 |
| 405 | 2026-08-24T19:52:48.200Z | Compiling bitflags v2.11.0 |
| 406 | 2026-08-24T19:52:48.219Z | Compiling serde_json v1.0.151 |
| 407 | 2026-08-24T19:52:48.366Z | Compiling syn v2.0.117 |
| 408 | 2026-08-24T19:52:48.428Z | Compiling thread-id v4.2.2 |
| 409 | 2026-08-24T19:52:48.448Z | Compiling proc-macro-error-attr v1.0.4 |
| 410 | 2026-08-24T19:52:48.510Z | Compiling usdt-impl v0.5.0 |
| 411 | 2026-08-24T19:52:48.606Z | Compiling camino v1.2.5 |
| 412 | 2026-08-24T19:52:48.626Z | Compiling syn v1.0.109 |
| 413 | 2026-08-24T19:52:48.715Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-08-24T19:52:48.985Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2026-08-24T19:52:49.002Z | Compiling hashbrown v0.17.0 |
| 416 | 2026-08-24T19:52:49.017Z | Compiling utf8parse v0.2.2 |
| 417 | 2026-08-24T19:52:49.130Z | Compiling equivalent v1.0.2 |
| 418 | 2026-08-24T19:52:49.167Z | Compiling plain v0.2.3 |
| 419 | 2026-08-24T19:52:49.280Z | Compiling getrandom v0.4.3 |
| 420 | 2026-08-24T19:52:49.357Z | Compiling log v0.4.33 |
| 421 | 2026-08-24T19:52:49.485Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-08-24T19:52:49.545Z | Compiling indexmap v2.14.0 |
| 423 | 2026-08-24T19:52:49.717Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-08-24T19:52:50.153Z | Compiling toml_write v0.1.2 |
| 425 | 2026-08-24T19:52:50.156Z | Compiling winnow v0.7.14 |
| 426 | 2026-08-24T19:52:50.188Z | Compiling pretty-hex v0.4.1 |
| 427 | 2026-08-24T19:52:50.231Z | Compiling autocfg v1.5.0 |
| 428 | 2026-08-24T19:52:50.326Z | Compiling anstyle v1.0.14 |
| 429 | 2026-08-24T19:52:50.343Z | Compiling colorchoice v1.0.4 |
| 430 | 2026-08-24T19:52:50.364Z | Compiling thiserror v2.0.18 |
| 431 | 2026-08-24T19:52:50.458Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-08-24T19:52:50.551Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-24T19:52:50.571Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-08-24T19:52:50.626Z | Compiling is_terminal_polyfill v1.70.2 |
| 435 | 2026-08-24T19:52:50.682Z | Compiling fs-err v3.3.0 |
| 436 | 2026-08-24T19:52:50.739Z | Compiling anstream v1.0.0 |
| 437 | 2026-08-24T19:52:50.872Z | Compiling fnv v1.0.7 |
| 438 | 2026-08-24T19:52:50.897Z | Compiling clap_lex v1.0.0 |
| 439 | 2026-08-24T19:52:50.943Z | Compiling heck v0.5.0 |
| 440 | 2026-08-24T19:52:50.973Z | Compiling unicode-width v0.1.14 |
| 441 | 2026-08-24T19:52:51.123Z | Compiling strsim v0.11.1 |
| 442 | 2026-08-24T19:52:51.180Z | Compiling anyhow v1.0.104 |
| 443 | 2026-08-24T19:52:51.250Z | Compiling heck v0.4.1 |
| 444 | 2026-08-24T19:52:51.280Z | Compiling once_cell v1.21.3 |
| 445 | 2026-08-24T19:52:51.357Z | Compiling bytecount v0.6.9 |
| 446 | 2026-08-24T19:52:51.478Z | Compiling fastrand v2.3.0 |
| 447 | 2026-08-24T19:52:51.494Z | Compiling papergrid v0.11.0 |
| 448 | 2026-08-24T19:52:51.496Z | Compiling clap_builder v4.6.0 |
| 449 | 2026-08-24T19:52:51.646Z | Compiling cargo-platform v0.3.2 |
| 450 | 2026-08-24T19:52:51.664Z | Compiling semver v1.0.28 |
| 451 | 2026-08-24T19:52:51.796Z | Compiling tempfile v3.27.0 |
| 452 | 2026-08-24T19:52:51.814Z | Compiling memmap v0.7.0 |
| 453 | 2026-08-24T19:52:51.939Z | Compiling unicode-linebreak v0.1.5 |
| 454 | 2026-08-24T19:52:51.995Z | Compiling smawk v0.3.2 |
| 455 | 2026-08-24T19:52:52.012Z | Compiling unicode-width v0.2.0 |
| 456 | 2026-08-24T19:52:52.015Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-24T19:52:52.138Z | Compiling camino-tempfile v1.4.1 |
| 458 | 2026-08-24T19:52:52.291Z | Compiling textwrap v0.16.2 |
| 459 | 2026-08-24T19:52:52.333Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-08-24T19:52:52.372Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-08-24T19:52:52.479Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-08-24T19:52:52.531Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-08-24T19:52:52.752Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-08-24T19:52:52.967Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-08-24T19:52:52.984Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-08-24T19:52:53.031Z | Compiling tabled v0.15.0 |
| 467 | 2026-08-24T19:52:53.361Z | Compiling zerocopy v0.7.35 |
| 468 | 2026-08-24T19:52:53.448Z | Compiling scroll v0.12.0 |
| 469 | 2026-08-24T19:52:53.737Z | Compiling goblin v0.8.2 |
| 470 | 2026-08-24T19:52:53.775Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-08-24T19:52:53.930Z | Compiling swrite v0.1.0 |
| 472 | 2026-08-24T19:52:54.754Z | Compiling clap v4.6.1 |
| 473 | 2026-08-24T19:52:55.293Z | Compiling toml_datetime v0.6.11 |
| 474 | 2026-08-24T19:52:55.293Z | Compiling serde_spanned v0.6.9 |
| 475 | 2026-08-24T19:52:55.296Z | Compiling cargo_metadata v0.23.1 |
| 476 | 2026-08-24T19:52:55.296Z | Compiling macaddr v1.0.1 |
| 477 | 2026-08-24T19:52:55.296Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 478 | 2026-08-24T19:52:55.373Z | Compiling dof v0.3.0 |
| 479 | 2026-08-24T19:52:55.373Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-08-24T19:52:55.485Z | Compiling toml_edit v0.22.27 |
| 481 | 2026-08-24T19:52:56.083Z | Compiling usdt-attr-macro v0.5.0 |
| 482 | 2026-08-24T19:52:56.083Z | Compiling usdt-macro v0.5.0 |
| 483 | 2026-08-24T19:52:56.740Z | Compiling usdt v0.5.0 |
| 484 | 2026-08-24T19:52:56.833Z | Compiling toml v0.8.23 |
| 485 | 2026-08-24T19:52:57.174Z | Compiling cargo_toml v0.21.0 |
| 486 | 2026-08-24T19:52:58.455Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 487 | 2026-08-24T19:53:00.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.52s |
| 488 | 2026-08-24T19:53:00.676Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 489 | 2026-08-24T19:53:01.190Z | Downloading crates ... |
| 490 | 2026-08-24T19:53:01.237Z | Downloaded anstream v0.6.21 |
| 491 | 2026-08-24T19:53:01.249Z | Downloaded array-init v0.0.4 |
| 492 | 2026-08-24T19:53:01.254Z | Downloaded arc-swap v1.8.2 |
| 493 | 2026-08-24T19:53:01.254Z | Downloaded anstyle-parse v0.2.7 |
| 494 | 2026-08-24T19:53:01.258Z | Downloaded argon2 v0.5.3 |
| 495 | 2026-08-24T19:53:01.258Z | Downloaded addr2line v0.25.1 |
| 496 | 2026-08-24T19:53:01.265Z | Downloaded atomicwrites v0.4.4 |
| 497 | 2026-08-24T19:53:01.266Z | Downloaded base16ct v1.0.0 |
| 498 | 2026-08-24T19:53:01.266Z | Downloaded aead v0.5.2 |
| 499 | 2026-08-24T19:53:01.269Z | Downloaded form_urlencoded v1.2.2 |
| 500 | 2026-08-24T19:53:01.273Z | Downloaded arrayref v0.3.9 |
| 501 | 2026-08-24T19:53:01.273Z | Downloaded atty v0.2.14 |
| 502 | 2026-08-24T19:53:01.273Z | Downloaded assert_matches v1.5.0 |
| 503 | 2026-08-24T19:53:01.273Z | Downloaded backtrace-ext v0.2.1 |
| 504 | 2026-08-24T19:53:01.278Z | Downloaded async-recursion v1.1.1 |
| 505 | 2026-08-24T19:53:01.281Z | Downloaded async-stream v0.3.6 |
| 506 | 2026-08-24T19:53:01.281Z | Downloaded async-stream-impl v0.3.6 |
| 507 | 2026-08-24T19:53:01.281Z | Downloaded erased-serde v0.3.31 |
| 508 | 2026-08-24T19:53:01.281Z | Downloaded fallible-iterator v0.2.0 |
| 509 | 2026-08-24T19:53:01.285Z | Downloaded const-oid v0.10.2 |
| 510 | 2026-08-24T19:53:01.285Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 511 | 2026-08-24T19:53:01.285Z | Downloaded bit-vec v0.6.3 |
| 512 | 2026-08-24T19:53:01.285Z | Downloaded backoff v0.4.0 |
| 513 | 2026-08-24T19:53:01.288Z | Downloaded float-cmp v0.10.0 |
| 514 | 2026-08-24T19:53:01.292Z | Downloaded adler2 v2.0.1 |
| 515 | 2026-08-24T19:53:01.295Z | Downloaded bb8 v0.8.6 |
| 516 | 2026-08-24T19:53:01.295Z | Downloaded allocator-api2 v0.2.21 |
| 517 | 2026-08-24T19:53:01.295Z | Downloaded atomic-waker v1.1.2 |
| 518 | 2026-08-24T19:53:01.295Z | Downloaded base64ct v1.8.3 |
| 519 | 2026-08-24T19:53:01.298Z | Downloaded ascii-canvas v3.0.0 |
| 520 | 2026-08-24T19:53:01.301Z | Downloaded base16ct v0.2.0 |
| 521 | 2026-08-24T19:53:01.301Z | Downloaded env_filter v2.0.0 |
| 522 | 2026-08-24T19:53:01.301Z | Downloaded bit-set v0.8.0 |
| 523 | 2026-08-24T19:53:01.301Z | Downloaded endian-type v0.1.2 |
| 524 | 2026-08-24T19:53:01.301Z | Downloaded gethostname v0.5.0 |
| 525 | 2026-08-24T19:53:01.304Z | Downloaded async-trait v0.1.89 |
| 526 | 2026-08-24T19:53:01.304Z | Downloaded bit-set v0.5.3 |
| 527 | 2026-08-24T19:53:01.307Z | Downloaded enum-as-inner v0.6.1 |
| 528 | 2026-08-24T19:53:01.307Z | Downloaded futures-io v0.3.32 |
| 529 | 2026-08-24T19:53:01.307Z | Downloaded compression-core v0.4.31 |
| 530 | 2026-08-24T19:53:01.308Z | Downloaded futures-core v0.3.32 |
| 531 | 2026-08-24T19:53:01.312Z | Downloaded bitfield-macros v0.19.4 |
| 532 | 2026-08-24T19:53:01.315Z | Downloaded funty v2.0.0 |
| 533 | 2026-08-24T19:53:01.318Z | Downloaded foreign-types-shared v0.1.1 |
| 534 | 2026-08-24T19:53:01.318Z | Downloaded futures-task v0.3.32 |
| 535 | 2026-08-24T19:53:01.318Z | Downloaded fxhash v0.2.1 |
| 536 | 2026-08-24T19:53:01.322Z | Downloaded fd-lock v4.0.4 |
| 537 | 2026-08-24T19:53:01.322Z | Downloaded hostname v0.3.1 |
| 538 | 2026-08-24T19:53:01.322Z | Downloaded castaway v0.2.4 |
| 539 | 2026-08-24T19:53:01.325Z | Downloaded foreign-types v0.5.0 |
| 540 | 2026-08-24T19:53:01.326Z | Downloaded ciborium-io v0.2.2 |
| 541 | 2026-08-24T19:53:01.326Z | Downloaded flagset v0.4.7 |
| 542 | 2026-08-24T19:53:01.326Z | Downloaded headers-core v0.3.0 |
| 543 | 2026-08-24T19:53:01.326Z | Downloaded env_logger v0.11.11 |
| 544 | 2026-08-24T19:53:01.329Z | Downloaded futures-executor v0.3.32 |
| 545 | 2026-08-24T19:53:01.329Z | Downloaded ciborium-ll v0.2.2 |
| 546 | 2026-08-24T19:53:01.333Z | Downloaded enum_dispatch v0.3.13 |
| 547 | 2026-08-24T19:53:01.337Z | Downloaded hashbrown v0.16.1 |
| 548 | 2026-08-24T19:53:01.337Z | Downloaded block-padding v0.4.2 |
| 549 | 2026-08-24T19:53:01.337Z | Downloaded expectorate v1.2.0 |
| 550 | 2026-08-24T19:53:01.337Z | Downloaded foreign-types-shared v0.3.1 |
| 551 | 2026-08-24T19:53:01.340Z | Downloaded cobs v0.3.0 |
| 552 | 2026-08-24T19:53:01.340Z | Downloaded cfg_aliases v0.1.1 |
| 553 | 2026-08-24T19:53:01.340Z | Downloaded cfg_aliases v0.2.1 |
| 554 | 2026-08-24T19:53:01.345Z | Downloaded nibble_vec v0.1.0 |
| 555 | 2026-08-24T19:53:01.345Z | Downloaded block-buffer v0.12.1 |
| 556 | 2026-08-24T19:53:01.345Z | Downloaded argon2 v0.6.0-rc.8 |
| 557 | 2026-08-24T19:53:01.345Z | Downloaded futures-macro v0.3.32 |
| 558 | 2026-08-24T19:53:01.349Z | Downloaded aead v0.6.1 |
| 559 | 2026-08-24T19:53:01.349Z | Downloaded bcs v0.1.6 |
| 560 | 2026-08-24T19:53:01.349Z | Downloaded bitfield v0.19.4 |
| 561 | 2026-08-24T19:53:01.349Z | Downloaded float-ord v0.3.2 |
| 562 | 2026-08-24T19:53:01.349Z | Downloaded ghash v0.6.0 |
| 563 | 2026-08-24T19:53:01.354Z | Downloaded bit-vec v0.8.0 |
| 564 | 2026-08-24T19:53:01.354Z | Downloaded fs-err v2.11.0 |
| 565 | 2026-08-24T19:53:01.354Z | Downloaded arrayvec v0.7.6 |
| 566 | 2026-08-24T19:53:01.354Z | Downloaded normalize-line-endings v0.3.0 |
| 567 | 2026-08-24T19:53:01.358Z | Downloaded num_threads v0.1.7 |
| 568 | 2026-08-24T19:53:01.358Z | Downloaded ff v0.14.0 |
| 569 | 2026-08-24T19:53:01.358Z | Downloaded foldhash v0.2.0 |
| 570 | 2026-08-24T19:53:01.358Z | Downloaded fs_extra v1.3.0 |
| 571 | 2026-08-24T19:53:01.362Z | Downloaded http-range v0.1.5 |
| 572 | 2026-08-24T19:53:01.362Z | Downloaded olpc-cjson v0.1.4 |
| 573 | 2026-08-24T19:53:01.362Z | Downloaded oso-derive v0.27.3 |
| 574 | 2026-08-24T19:53:01.362Z | Downloaded hash32 v0.2.1 |
| 575 | 2026-08-24T19:53:01.365Z | Downloaded git-stub v1.0.0 |
| 576 | 2026-08-24T19:53:01.368Z | Downloaded phf_shared v0.13.1 |
| 577 | 2026-08-24T19:53:01.368Z | Downloaded powerfmt v0.2.0 |
| 578 | 2026-08-24T19:53:01.372Z | Downloaded foreign-types v0.3.2 |
| 579 | 2026-08-24T19:53:01.372Z | Downloaded futures-sink v0.3.32 |
| 580 | 2026-08-24T19:53:01.372Z | Downloaded home v0.5.12 |
| 581 | 2026-08-24T19:53:01.372Z | Downloaded ahash v0.8.12 |
| 582 | 2026-08-24T19:53:01.372Z | Downloaded async-bb8-diesel v0.2.1 |
| 583 | 2026-08-24T19:53:01.375Z | Downloaded bitfield-struct v0.6.2 |
| 584 | 2026-08-24T19:53:01.375Z | Downloaded cmov v0.5.4 |
| 585 | 2026-08-24T19:53:01.376Z | Downloaded cassowary v0.3.0 |
| 586 | 2026-08-24T19:53:01.376Z | Downloaded cexpr v0.6.0 |
| 587 | 2026-08-24T19:53:01.380Z | Downloaded hex v0.4.3 |
| 588 | 2026-08-24T19:53:01.380Z | Downloaded bs58 v0.5.1 |
| 589 | 2026-08-24T19:53:01.383Z | Downloaded cipher v0.4.4 |
| 590 | 2026-08-24T19:53:01.383Z | Downloaded fixedbitset v0.5.7 |
| 591 | 2026-08-24T19:53:01.386Z | Downloaded byte-wrapper v0.1.0 |
| 592 | 2026-08-24T19:53:01.389Z | Downloaded chacha20 v0.9.1 |
| 593 | 2026-08-24T19:53:01.392Z | Downloaded foreign-types-macros v0.2.3 |
| 594 | 2026-08-24T19:53:01.392Z | Downloaded http-body v1.0.1 |
| 595 | 2026-08-24T19:53:01.395Z | Downloaded hubpack v0.1.2 |
| 596 | 2026-08-24T19:53:01.395Z | Downloaded cbc v0.2.1 |
| 597 | 2026-08-24T19:53:01.395Z | Downloaded hash32 v0.3.1 |
| 598 | 2026-08-24T19:53:01.395Z | Downloaded hubpack_derive v0.1.1 |
| 599 | 2026-08-24T19:53:01.395Z | Downloaded blowfish v0.10.0 |
| 600 | 2026-08-24T19:53:01.398Z | Downloaded cipher v0.5.2 |
| 601 | 2026-08-24T19:53:01.398Z | Downloaded cmake v0.1.57 |
| 602 | 2026-08-24T19:53:01.398Z | Downloaded proc-macro-crate v3.4.0 |
| 603 | 2026-08-24T19:53:01.398Z | Downloaded proc-macro-crate v1.3.1 |
| 604 | 2026-08-24T19:53:01.401Z | Downloaded progenitor-macro v0.14.0 |
| 605 | 2026-08-24T19:53:01.401Z | Downloaded radium v0.7.0 |
| 606 | 2026-08-24T19:53:01.401Z | Downloaded globwalk v0.9.1 |
| 607 | 2026-08-24T19:53:01.405Z | Downloaded ff v0.13.1 |
| 608 | 2026-08-24T19:53:01.409Z | Downloaded foldhash v0.1.5 |
| 609 | 2026-08-24T19:53:01.413Z | Downloaded git-stub-vcs v0.1.0 |
| 610 | 2026-08-24T19:53:01.413Z | Downloaded hostname v0.4.2 |
| 611 | 2026-08-24T19:53:01.413Z | Downloaded num_enum v0.5.11 |
| 612 | 2026-08-24T19:53:01.413Z | Downloaded cancel-safe-futures v0.1.5 |
| 613 | 2026-08-24T19:53:01.416Z | Downloaded httpdate v1.0.3 |
| 614 | 2026-08-24T19:53:01.416Z | Downloaded openssl-macros v0.1.1 |
| 615 | 2026-08-24T19:53:01.416Z | Downloaded oxnet v0.1.6 |
| 616 | 2026-08-24T19:53:01.419Z | Downloaded bitflags v1.3.2 |
| 617 | 2026-08-24T19:53:01.419Z | Downloaded fixedbitset v0.4.2 |
| 618 | 2026-08-24T19:53:01.420Z | Downloaded ppv-lite86 v0.2.21 |
| 619 | 2026-08-24T19:53:01.420Z | Downloaded phf v0.12.1 |
| 620 | 2026-08-24T19:53:01.423Z | Downloaded polyval v0.7.1 |
| 621 | 2026-08-24T19:53:01.426Z | Downloaded fatfs v0.3.6 |
| 622 | 2026-08-24T19:53:01.429Z | Downloaded generic-array v1.4.3 |
| 623 | 2026-08-24T19:53:01.429Z | Downloaded signature v2.2.0 |
| 624 | 2026-08-24T19:53:01.432Z | Downloaded subtle v2.6.1 |
| 625 | 2026-08-24T19:53:01.432Z | Downloaded rand_chacha v0.3.1 |
| 626 | 2026-08-24T19:53:01.435Z | Downloaded strip-ansi-escapes v0.2.1 |
| 627 | 2026-08-24T19:53:01.435Z | Downloaded supports-unicode v3.0.0 |
| 628 | 2026-08-24T19:53:01.435Z | Downloaded compression-codecs v0.4.37 |
| 629 | 2026-08-24T19:53:01.439Z | Downloaded blake2 v0.11.0-rc.6 |
| 630 | 2026-08-24T19:53:01.439Z | Downloaded chacha20 v0.10.0 |
| 631 | 2026-08-24T19:53:01.443Z | Downloaded rfc6979 v0.4.0 |
| 632 | 2026-08-24T19:53:01.443Z | Downloaded rfc6979 v0.6.0 |
| 633 | 2026-08-24T19:53:01.443Z | Downloaded const-oid v0.9.6 |
| 634 | 2026-08-24T19:53:01.443Z | Downloaded filetime v0.2.27 |
| 635 | 2026-08-24T19:53:01.443Z | Downloaded find-msvc-tools v0.1.9 |
| 636 | 2026-08-24T19:53:01.447Z | Downloaded bzip2 v0.4.4 |
| 637 | 2026-08-24T19:53:01.447Z | Downloaded bzip2 v0.6.1 |
| 638 | 2026-08-24T19:53:01.447Z | Downloaded ciborium v0.2.2 |
| 639 | 2026-08-24T19:53:01.447Z | Downloaded colored v3.1.1 |
| 640 | 2026-08-24T19:53:01.450Z | Downloaded globset v0.4.18 |
| 641 | 2026-08-24T19:53:01.450Z | Downloaded buf-list v1.1.2 |
| 642 | 2026-08-24T19:53:01.450Z | Downloaded camino-tempfile-ext v0.3.3 |
| 643 | 2026-08-24T19:53:01.450Z | Downloaded clang-sys v1.8.1 |
| 644 | 2026-08-24T19:53:01.454Z | Downloaded console v0.16.2 |
| 645 | 2026-08-24T19:53:01.454Z | Downloaded rustc_version v0.1.7 |
| 646 | 2026-08-24T19:53:01.454Z | Downloaded rustc-hash v2.1.1 |
| 647 | 2026-08-24T19:53:01.454Z | Downloaded scroll_derive v0.13.1 |
| 648 | 2026-08-24T19:53:01.454Z | Downloaded backon v1.6.0 |
| 649 | 2026-08-24T19:53:01.460Z | Downloaded serde_plain v1.0.2 |
| 650 | 2026-08-24T19:53:01.466Z | Downloaded try-lock v0.2.5 |
| 651 | 2026-08-24T19:53:01.469Z | Downloaded group v0.14.0 |
| 652 | 2026-08-24T19:53:01.469Z | Downloaded unarray v0.1.4 |
| 653 | 2026-08-24T19:53:01.472Z | Downloaded unit-prefix v0.5.2 |
| 654 | 2026-08-24T19:53:01.472Z | Downloaded utf8_iter v1.0.4 |
| 655 | 2026-08-24T19:53:01.472Z | Downloaded want v0.3.1 |
| 656 | 2026-08-24T19:53:01.476Z | Downloaded stable_deref_trait v1.2.1 |
| 657 | 2026-08-24T19:53:01.479Z | Downloaded strsim v0.10.0 |
| 658 | 2026-08-24T19:53:01.479Z | Downloaded num-integer v0.1.46 |
| 659 | 2026-08-24T19:53:01.479Z | Downloaded parking_lot v0.11.2 |
| 660 | 2026-08-24T19:53:01.480Z | Downloaded tagptr v0.2.0 |
| 661 | 2026-08-24T19:53:01.484Z | Downloaded take_mut v0.2.2 |
| 662 | 2026-08-24T19:53:01.484Z | Downloaded termtree v0.5.1 |
| 663 | 2026-08-24T19:53:01.484Z | Downloaded tokio-macros v2.7.0 |
| 664 | 2026-08-24T19:53:01.484Z | Downloaded pkcs1 v0.7.5 |
| 665 | 2026-08-24T19:53:01.484Z | Downloaded poly1305 v0.9.0 |
| 666 | 2026-08-24T19:53:01.488Z | Downloaded serde-hex v0.1.0 |
| 667 | 2026-08-24T19:53:01.488Z | Downloaded slog-dtrace v0.3.0 |
| 668 | 2026-08-24T19:53:01.488Z | Downloaded slog-term v2.9.2 |
| 669 | 2026-08-24T19:53:01.488Z | Downloaded humantime v2.3.0 |
| 670 | 2026-08-24T19:53:01.488Z | Downloaded glob v0.3.3 |
| 671 | 2026-08-24T19:53:01.492Z | Downloaded parking_lot_core v0.8.6 |
| 672 | 2026-08-24T19:53:01.492Z | Downloaded convert_case v0.4.0 |
| 673 | 2026-08-24T19:53:01.492Z | Downloaded futures-channel v0.3.32 |
| 674 | 2026-08-24T19:53:01.492Z | Downloaded http-body-util v0.1.3 |
| 675 | 2026-08-24T19:53:01.492Z | Downloaded highway v1.3.0 |
| 676 | 2026-08-24T19:53:01.492Z | Downloaded crc-catalog v2.4.0 |
| 677 | 2026-08-24T19:53:01.496Z | Downloaded darling_macro v0.20.11 |
| 678 | 2026-08-24T19:53:01.496Z | Downloaded hex-literal v1.1.0 |
| 679 | 2026-08-24T19:53:01.496Z | Downloaded tokio-test v0.4.5 |
| 680 | 2026-08-24T19:53:01.496Z | Downloaded topological-sort v0.2.2 |
| 681 | 2026-08-24T19:53:01.496Z | Downloaded synstructure v0.13.2 |
| 682 | 2026-08-24T19:53:01.499Z | Downloaded blake2 v0.10.6 |
| 683 | 2026-08-24T19:53:01.502Z | Downloaded progenitor-client v0.13.0 |
| 684 | 2026-08-24T19:53:01.502Z | Downloaded elliptic-curve v0.14.1 |
| 685 | 2026-08-24T19:53:01.515Z | Downloaded group v0.13.0 |
| 686 | 2026-08-24T19:53:01.515Z | Downloaded tiny-keccak v2.0.2 |
| 687 | 2026-08-24T19:53:01.532Z | Downloaded usdt v0.6.0 |
| 688 | 2026-08-24T19:53:01.533Z | Downloaded base64 v0.21.7 |
| 689 | 2026-08-24T19:53:01.533Z | Downloaded darling_macro v0.21.3 |
| 690 | 2026-08-24T19:53:01.533Z | Downloaded difflib v0.4.0 |
| 691 | 2026-08-24T19:53:01.533Z | Downloaded tls_codec v0.4.2 |
| 692 | 2026-08-24T19:53:01.533Z | Downloaded ar_archive_writer v0.5.1 |
| 693 | 2026-08-24T19:53:01.533Z | Downloaded dirs-sys-next v0.1.2 |
| 694 | 2026-08-24T19:53:01.533Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 695 | 2026-08-24T19:53:01.533Z | Downloaded tui-tree-widget v0.23.1 |
| 696 | 2026-08-24T19:53:01.533Z | Downloaded unicase v2.9.0 |
| 697 | 2026-08-24T19:53:01.533Z | Downloaded half v1.8.3 |
| 698 | 2026-08-24T19:53:01.533Z | Downloaded hmac v0.13.0 |
| 699 | 2026-08-24T19:53:01.533Z | Downloaded utf-8 v0.7.6 |
| 700 | 2026-08-24T19:53:01.533Z | Downloaded rusty-fork v0.3.1 |
| 701 | 2026-08-24T19:53:01.533Z | Downloaded dtrace-parser v0.3.0 |
| 702 | 2026-08-24T19:53:01.533Z | Downloaded serde_path_to_error v0.1.20 |
| 703 | 2026-08-24T19:53:01.533Z | Downloaded serde_with_macros v1.5.2 |
| 704 | 2026-08-24T19:53:01.533Z | Downloaded wnaf v0.14.0 |
| 705 | 2026-08-24T19:53:01.533Z | Downloaded indoc v1.0.9 |
| 706 | 2026-08-24T19:53:01.533Z | Downloaded internet-checksum v0.2.1 |
| 707 | 2026-08-24T19:53:01.541Z | Downloaded lalrpop-util v0.19.12 |
| 708 | 2026-08-24T19:53:01.541Z | Downloaded crunchy v0.2.4 |
| 709 | 2026-08-24T19:53:01.541Z | Downloaded cstr-argument v0.1.2 |
| 710 | 2026-08-24T19:53:01.541Z | Downloaded oso v0.27.3 |
| 711 | 2026-08-24T19:53:01.541Z | Downloaded parking_lot v0.12.5 |
| 712 | 2026-08-24T19:53:01.541Z | Downloaded papergrid v0.18.0 |
| 713 | 2026-08-24T19:53:01.547Z | Downloaded getrandom v0.2.17 |
| 714 | 2026-08-24T19:53:01.550Z | Downloaded memoffset v0.9.1 |
| 715 | 2026-08-24T19:53:01.550Z | Downloaded new_debug_unreachable v1.0.6 |
| 716 | 2026-08-24T19:53:01.550Z | Downloaded corncobs v0.1.4 |
| 717 | 2026-08-24T19:53:01.550Z | Downloaded compact_str v0.8.1 |
| 718 | 2026-08-24T19:53:01.554Z | Downloaded colored v2.2.0 |
| 719 | 2026-08-24T19:53:01.554Z | Downloaded chumsky v0.9.3 |
| 720 | 2026-08-24T19:53:01.558Z | Downloaded hyper-rustls v0.27.7 |
| 721 | 2026-08-24T19:53:01.558Z | Downloaded stacker v0.1.23 |
| 722 | 2026-08-24T19:53:01.559Z | Downloaded darling_macro v0.23.0 |
| 723 | 2026-08-24T19:53:01.559Z | Downloaded display-error-chain v0.2.2 |
| 724 | 2026-08-24T19:53:01.564Z | Downloaded bytes v1.11.1 |
| 725 | 2026-08-24T19:53:01.564Z | Downloaded chacha20poly1305 v0.10.1 |
| 726 | 2026-08-24T19:53:01.564Z | Downloaded console v0.15.11 |
| 727 | 2026-08-24T19:53:01.567Z | Downloaded hybrid-array v0.4.13 |
| 728 | 2026-08-24T19:53:01.567Z | Downloaded pkcs8 v0.11.0 |
| 729 | 2026-08-24T19:53:01.567Z | Downloaded nonempty v0.12.0 |
| 730 | 2026-08-24T19:53:01.567Z | Downloaded backtrace v0.3.76 |
| 731 | 2026-08-24T19:53:01.570Z | Downloaded diesel-dtrace v0.5.0 |
| 732 | 2026-08-24T19:53:01.575Z | Downloaded inout v0.1.4 |
| 733 | 2026-08-24T19:53:01.575Z | Downloaded is-terminal v0.4.17 |
| 734 | 2026-08-24T19:53:01.575Z | Downloaded num-iter v0.1.45 |
| 735 | 2026-08-24T19:53:01.575Z | Downloaded path-slash v0.1.5 |
| 736 | 2026-08-24T19:53:01.575Z | Downloaded potential_utf v0.1.4 |
| 737 | 2026-08-24T19:53:01.578Z | Downloaded linked-hash-map v0.5.6 |
| 738 | 2026-08-24T19:53:01.578Z | Downloaded managed v0.8.0 |
| 739 | 2026-08-24T19:53:01.578Z | Downloaded lzss v0.8.2 |
| 740 | 2026-08-24T19:53:01.578Z | Downloaded parking_lot_core v0.9.12 |
| 741 | 2026-08-24T19:53:01.582Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 742 | 2026-08-24T19:53:01.582Z | Downloaded rustls-platform-verifier v0.6.2 |
| 743 | 2026-08-24T19:53:01.582Z | Downloaded half v2.7.1 |
| 744 | 2026-08-24T19:53:01.585Z | Downloaded hmac v0.12.1 |
| 745 | 2026-08-24T19:53:01.585Z | Downloaded getrandom v0.3.4 |
| 746 | 2026-08-24T19:53:01.588Z | Downloaded either v1.15.0 |
| 747 | 2026-08-24T19:53:01.588Z | Downloaded ipnet v2.12.0 |
| 748 | 2026-08-24T19:53:01.589Z | Downloaded rand_chacha v0.9.0 |
| 749 | 2026-08-24T19:53:01.589Z | Downloaded multimap v0.10.1 |
| 750 | 2026-08-24T19:53:01.589Z | Downloaded quick-error v1.2.3 |
| 751 | 2026-08-24T19:53:01.591Z | Downloaded ipnetwork v0.21.1 |
| 752 | 2026-08-24T19:53:01.591Z | Downloaded oxide-update-engine-types v0.1.2 |
| 753 | 2026-08-24T19:53:01.595Z | Downloaded prettyplease v0.2.37 |
| 754 | 2026-08-24T19:53:01.595Z | Downloaded signal-hook v0.3.18 |
| 755 | 2026-08-24T19:53:01.598Z | Downloaded slog v2.8.2 |
| 756 | 2026-08-24T19:53:01.598Z | Downloaded spin v0.9.8 |
| 757 | 2026-08-24T19:53:01.600Z | Downloaded httparse v1.10.1 |
| 758 | 2026-08-24T19:53:01.601Z | Downloaded russh-cryptovec v0.62.0 |
| 759 | 2026-08-24T19:53:01.601Z | Downloaded scrypt v0.12.0 |
| 760 | 2026-08-24T19:53:01.604Z | Downloaded scopeguard v1.2.0 |
| 761 | 2026-08-24T19:53:01.606Z | Downloaded secrecy v0.8.0 |
| 762 | 2026-08-24T19:53:01.607Z | Downloaded serde_repr v0.1.20 |
| 763 | 2026-08-24T19:53:01.607Z | Downloaded serde_spanned v1.1.1 |
| 764 | 2026-08-24T19:53:01.607Z | Downloaded base64 v0.22.1 |
| 765 | 2026-08-24T19:53:01.611Z | Downloaded libloading v0.8.9 |
| 766 | 2026-08-24T19:53:01.611Z | Downloaded darling v0.20.11 |
| 767 | 2026-08-24T19:53:01.613Z | Downloaded socket2 v0.5.10 |
| 768 | 2026-08-24T19:53:01.613Z | Downloaded phf_shared v0.11.3 |
| 769 | 2026-08-24T19:53:01.613Z | Downloaded bumpalo v3.20.2 |
| 770 | 2026-08-24T19:53:01.618Z | Downloaded cc v1.2.56 |
| 771 | 2026-08-24T19:53:01.619Z | Downloaded oxide-generation-macros v0.2.0 |
| 772 | 2026-08-24T19:53:01.621Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 773 | 2026-08-24T19:53:01.621Z | Downloaded sigpipe v0.1.3 |
| 774 | 2026-08-24T19:53:01.621Z | Downloaded strum v0.26.3 |
| 775 | 2026-08-24T19:53:01.621Z | Downloaded precomputed-hash v0.1.1 |
| 776 | 2026-08-24T19:53:01.621Z | Downloaded tokio-stream v0.1.18 |
| 777 | 2026-08-24T19:53:01.629Z | Downloaded paste v1.0.15 |
| 778 | 2026-08-24T19:53:01.632Z | Downloaded pem-rfc7468 v1.0.0 |
| 779 | 2026-08-24T19:53:01.632Z | Downloaded phf v0.13.1 |
| 780 | 2026-08-24T19:53:01.632Z | Downloaded testing_table v0.3.0 |
| 781 | 2026-08-24T19:53:01.639Z | Downloaded data-encoding v2.10.0 |
| 782 | 2026-08-24T19:53:01.642Z | Downloaded displaydoc v0.2.5 |
| 783 | 2026-08-24T19:53:01.647Z | Downloaded thread_local v1.1.9 |
| 784 | 2026-08-24T19:53:01.650Z | Downloaded futures v0.3.32 |
| 785 | 2026-08-24T19:53:01.653Z | Downloaded similar v2.7.0 |
| 786 | 2026-08-24T19:53:01.656Z | Downloaded tracing-attributes v0.1.31 |
| 787 | 2026-08-24T19:53:01.658Z | Downloaded rustversion v1.0.22 |
| 788 | 2026-08-24T19:53:01.663Z | Downloaded untrusted v0.7.1 |
| 789 | 2026-08-24T19:53:01.663Z | Downloaded idna_adapter v1.2.1 |
| 790 | 2026-08-24T19:53:01.663Z | Downloaded ingot-types v0.2.0 |
| 791 | 2026-08-24T19:53:01.663Z | Downloaded vergen-lib v0.1.6 |
| 792 | 2026-08-24T19:53:01.666Z | Downloaded mime_guess v2.0.5 |
| 793 | 2026-08-24T19:53:01.666Z | Downloaded serde_urlencoded v0.7.1 |
| 794 | 2026-08-24T19:53:01.666Z | Downloaded crc-any v2.5.0 |
| 795 | 2026-08-24T19:53:01.674Z | Downloaded sec1 v0.8.1 |
| 796 | 2026-08-24T19:53:01.674Z | Downloaded socket2 v0.6.3 |
| 797 | 2026-08-24T19:53:01.675Z | Downloaded async-compression v0.4.41 |
| 798 | 2026-08-24T19:53:01.678Z | Downloaded ml-kem v0.3.2 |
| 799 | 2026-08-24T19:53:01.678Z | Downloaded serde_derive_internals v0.29.1 |
| 800 | 2026-08-24T19:53:01.678Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 801 | 2026-08-24T19:53:01.678Z | Downloaded ssh-encoding v0.3.0 |
| 802 | 2026-08-24T19:53:01.678Z | Downloaded digest-io v0.1.0 |
| 803 | 2026-08-24T19:53:01.678Z | Downloaded typify-macro v0.6.2 |
| 804 | 2026-08-24T19:53:01.683Z | Downloaded downcast-rs v2.0.2 |
| 805 | 2026-08-24T19:53:01.683Z | Downloaded dyn-clone v1.0.20 |
| 806 | 2026-08-24T19:53:01.683Z | Downloaded rayon-core v1.13.0 |
| 807 | 2026-08-24T19:53:01.691Z | Downloaded rcgen v0.12.1 |
| 808 | 2026-08-24T19:53:01.694Z | Downloaded slog-json v2.6.1 |
| 809 | 2026-08-24T19:53:01.697Z | Downloaded phc v0.6.1 |
| 810 | 2026-08-24T19:53:01.697Z | Downloaded string_cache v0.8.9 |
| 811 | 2026-08-24T19:53:01.697Z | Downloaded illumos-nvpair v0.3.0 |
| 812 | 2026-08-24T19:53:01.697Z | Downloaded aho-corasick v1.1.4 |
| 813 | 2026-08-24T19:53:01.700Z | Downloaded samael v0.0.19 |
| 814 | 2026-08-24T19:53:01.703Z | Downloaded tokio-dtrace v0.1.1 |
| 815 | 2026-08-24T19:53:01.706Z | Downloaded vte v0.14.1 |
| 816 | 2026-08-24T19:53:01.706Z | Downloaded oxide-tokio-rt v0.1.4 |
| 817 | 2026-08-24T19:53:01.706Z | Downloaded oxide-update-engine v0.1.2 |
| 818 | 2026-08-24T19:53:01.710Z | Downloaded poly1305 v0.8.0 |
| 819 | 2026-08-24T19:53:01.710Z | Downloaded progenitor-client v0.14.0 |
| 820 | 2026-08-24T19:53:01.710Z | Downloaded tinystr v0.8.2 |
| 821 | 2026-08-24T19:53:01.713Z | Downloaded tokio-tungstenite v0.21.0 |
| 822 | 2026-08-24T19:53:01.713Z | Downloaded inout v0.2.2 |
| 823 | 2026-08-24T19:53:01.713Z | Downloaded cpubits v0.1.1 |
| 824 | 2026-08-24T19:53:01.713Z | Downloaded lru-slab v0.1.2 |
| 825 | 2026-08-24T19:53:01.713Z | Downloaded cpufeatures v0.3.0 |
| 826 | 2026-08-24T19:53:01.716Z | Downloaded yoke-derive v0.8.1 |
| 827 | 2026-08-24T19:53:01.716Z | Downloaded newtype-uuid-macros v0.1.0 |
| 828 | 2026-08-24T19:53:01.719Z | Downloaded yansi v1.0.1 |
| 829 | 2026-08-24T19:53:01.719Z | Downloaded derive_builder v0.20.2 |
| 830 | 2026-08-24T19:53:01.723Z | Downloaded zip v0.6.6 |
| 831 | 2026-08-24T19:53:01.727Z | Downloaded flume v0.11.1 |
| 832 | 2026-08-24T19:53:01.730Z | Downloaded uzers v0.12.2 |
| 833 | 2026-08-24T19:53:01.730Z | Downloaded whoami v2.1.0 |
| 834 | 2026-08-24T19:53:01.730Z | Downloaded headers v0.4.1 |
| 835 | 2026-08-24T19:53:01.732Z | Downloaded port-file v0.1.0 |
| 836 | 2026-08-24T19:53:01.736Z | Downloaded rand_core v0.6.4 |
| 837 | 2026-08-24T19:53:01.736Z | Downloaded yoke v0.8.1 |
| 838 | 2026-08-24T19:53:01.736Z | Downloaded openssl-probe v0.2.1 |
| 839 | 2026-08-24T19:53:01.742Z | Downloaded num_enum_derive v0.5.11 |
| 840 | 2026-08-24T19:53:01.742Z | Downloaded constant_time_eq v0.4.2 |
| 841 | 2026-08-24T19:53:01.742Z | Downloaded zstd-safe v7.2.4 |
| 842 | 2026-08-24T19:53:01.748Z | Downloaded darling_core v0.20.11 |
| 843 | 2026-08-24T19:53:01.751Z | Downloaded derive-ex v0.1.8 |
| 844 | 2026-08-24T19:53:01.753Z | Downloaded ecdsa v0.17.0 |
| 845 | 2026-08-24T19:53:01.753Z | Downloaded phf_shared v0.12.1 |
| 846 | 2026-08-24T19:53:01.754Z | Downloaded ena v0.14.4 |
| 847 | 2026-08-24T19:53:01.756Z | Downloaded term v0.7.0 |
| 848 | 2026-08-24T19:53:01.757Z | Downloaded aes v0.9.1 |
| 849 | 2026-08-24T19:53:01.760Z | Downloaded hyper-staticfile v0.10.1 |
| 850 | 2026-08-24T19:53:01.760Z | Downloaded hickory-resolver v0.24.4 |
| 851 | 2026-08-24T19:53:01.763Z | Downloaded unicode_categories v0.1.1 |
| 852 | 2026-08-24T19:53:01.763Z | Downloaded serde_tokenstream v0.3.0 |
| 853 | 2026-08-24T19:53:01.763Z | Downloaded spki v0.8.0 |
| 854 | 2026-08-24T19:53:01.766Z | Downloaded progenitor-impl v0.14.0 |
| 855 | 2026-08-24T19:53:01.766Z | Downloaded knus-derive v3.4.0 |
| 856 | 2026-08-24T19:53:01.766Z | Downloaded libsw-core v0.3.2 |
| 857 | 2026-08-24T19:53:01.766Z | Downloaded num-complex v0.4.6 |
| 858 | 2026-08-24T19:53:01.769Z | Downloaded rand_xorshift v0.4.0 |
| 859 | 2026-08-24T19:53:01.769Z | Downloaded packed_struct_codegen v0.10.1 |
| 860 | 2026-08-24T19:53:01.769Z | Downloaded rtoolbox v0.0.3 |
| 861 | 2026-08-24T19:53:01.770Z | Downloaded semver v0.1.20 |
| 862 | 2026-08-24T19:53:01.770Z | Downloaded strum_macros v0.27.2 |
| 863 | 2026-08-24T19:53:01.773Z | Downloaded sapling-renderdag v0.1.0 |
| 864 | 2026-08-24T19:53:01.773Z | Downloaded seq-macro v0.3.6 |
| 865 | 2026-08-24T19:53:01.773Z | Downloaded libefi-sys v0.1.0 |
| 866 | 2026-08-24T19:53:01.774Z | Downloaded md-5 v0.11.0 |
| 867 | 2026-08-24T19:53:01.777Z | Downloaded nanorand v0.7.0 |
| 868 | 2026-08-24T19:53:01.777Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 869 | 2026-08-24T19:53:01.780Z | Downloaded schemars v0.8.22 |
| 870 | 2026-08-24T19:53:01.785Z | Downloaded rustls-pki-types v1.14.0 |
| 871 | 2026-08-24T19:53:01.788Z | Downloaded yasna v0.5.2 |
| 872 | 2026-08-24T19:53:01.788Z | Downloaded num_enum_derive v0.7.6 |
| 873 | 2026-08-24T19:53:01.789Z | Downloaded signal-hook-mio v0.2.5 |
| 874 | 2026-08-24T19:53:01.789Z | Downloaded sqlparser_derive v0.5.0 |
| 875 | 2026-08-24T19:53:01.789Z | Downloaded num-rational v0.4.2 |
| 876 | 2026-08-24T19:53:01.792Z | Downloaded oxide-generation v0.1.3 |
| 877 | 2026-08-24T19:53:01.795Z | Downloaded thread-id v5.1.0 |
| 878 | 2026-08-24T19:53:01.798Z | Downloaded psl-types v2.0.11 |
| 879 | 2026-08-24T19:53:01.801Z | Downloaded derive_more v2.1.1 |
| 880 | 2026-08-24T19:53:01.806Z | Downloaded defmt v1.0.1 |
| 881 | 2026-08-24T19:53:01.809Z | Downloaded tower-service v0.3.3 |
| 882 | 2026-08-24T19:53:01.809Z | Downloaded unicode-xid v0.2.6 |
| 883 | 2026-08-24T19:53:01.809Z | Downloaded heapless v0.7.17 |
| 884 | 2026-08-24T19:53:01.813Z | Downloaded crc8 v0.1.1 |
| 885 | 2026-08-24T19:53:01.813Z | Downloaded heapless v0.8.0 |
| 886 | 2026-08-24T19:53:01.816Z | Downloaded icu_locale_core v2.1.1 |
| 887 | 2026-08-24T19:53:01.819Z | Downloaded quinn-udp v0.5.14 |
| 888 | 2026-08-24T19:53:01.819Z | Downloaded ingot-macros v0.2.0 |
| 889 | 2026-08-24T19:53:01.822Z | Downloaded sha1 v0.10.6 |
| 890 | 2026-08-24T19:53:01.825Z | Downloaded rand_core v0.9.5 |
| 891 | 2026-08-24T19:53:01.825Z | Downloaded hickory-server v0.25.2 |
| 892 | 2026-08-24T19:53:01.828Z | Downloaded sync_wrapper v1.0.2 |
| 893 | 2026-08-24T19:53:01.828Z | Downloaded tap v1.0.1 |
| 894 | 2026-08-24T19:53:01.831Z | Downloaded ignore v0.4.25 |
| 895 | 2026-08-24T19:53:01.834Z | Downloaded shlex v1.3.0 |
| 896 | 2026-08-24T19:53:01.834Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 897 | 2026-08-24T19:53:01.837Z | Downloaded num-bigint-dig v0.8.6 |
| 898 | 2026-08-24T19:53:01.837Z | Downloaded supports-color v3.0.2 |
| 899 | 2026-08-24T19:53:01.841Z | Downloaded tabwriter v1.4.1 |
| 900 | 2026-08-24T19:53:01.841Z | Downloaded publicsuffix v2.3.0 |
| 901 | 2026-08-24T19:53:01.841Z | Downloaded qorb v0.4.1 |
| 902 | 2026-08-24T19:53:01.844Z | Downloaded serde_with v1.14.0 |
| 903 | 2026-08-24T19:53:01.847Z | Downloaded smf v0.2.3 |
| 904 | 2026-08-24T19:53:01.847Z | Downloaded smallvec v1.15.1 |
| 905 | 2026-08-24T19:53:01.850Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 906 | 2026-08-24T19:53:01.851Z | Downloaded hyper-tls v0.6.0 |
| 907 | 2026-08-24T19:53:01.851Z | Downloaded miette-derive v7.6.0 |
| 908 | 2026-08-24T19:53:01.851Z | Downloaded slog-async v2.8.0 |
| 909 | 2026-08-24T19:53:01.851Z | Downloaded smallvec v0.6.14 |
| 910 | 2026-08-24T19:53:01.854Z | Downloaded void v1.0.2 |
| 911 | 2026-08-24T19:53:01.854Z | Downloaded zone_cfg_derive v0.3.1 |
| 912 | 2026-08-24T19:53:01.854Z | Downloaded spki v0.7.3 |
| 913 | 2026-08-24T19:53:01.854Z | Downloaded static_assertions v1.1.0 |
| 914 | 2026-08-24T19:53:01.859Z | Downloaded instant v0.1.13 |
| 915 | 2026-08-24T19:53:01.859Z | Downloaded zeroize_derive v1.5.0 |
| 916 | 2026-08-24T19:53:01.859Z | Downloaded zone v0.3.1 |
| 917 | 2026-08-24T19:53:01.859Z | Downloaded crossbeam-utils v0.8.21 |
| 918 | 2026-08-24T19:53:01.864Z | Downloaded peg v0.8.5 |
| 919 | 2026-08-24T19:53:01.864Z | Downloaded schemars v0.9.0 |
| 920 | 2026-08-24T19:53:01.870Z | Downloaded tokio-native-tls v0.3.1 |
| 921 | 2026-08-24T19:53:01.873Z | Downloaded lru v0.12.5 |
| 922 | 2026-08-24T19:53:01.874Z | Downloaded vergen-lib v9.1.0 |
| 923 | 2026-08-24T19:53:01.874Z | Downloaded mime v0.3.17 |
| 924 | 2026-08-24T19:53:01.877Z | Downloaded num-traits v0.2.19 |
| 925 | 2026-08-24T19:53:01.877Z | Downloaded vergen v9.1.0 |
| 926 | 2026-08-24T19:53:01.877Z | Downloaded parse-size v1.1.0 |
| 927 | 2026-08-24T19:53:01.877Z | Downloaded wyz v0.5.1 |
| 928 | 2026-08-24T19:53:01.880Z | Downloaded postgres-protocol v0.6.12 |
| 929 | 2026-08-24T19:53:01.883Z | Downloaded progenitor-extras v0.2.0 |
| 930 | 2026-08-24T19:53:01.883Z | Downloaded scroll v0.13.0 |
| 931 | 2026-08-24T19:53:01.883Z | Downloaded rand_seeder v0.4.0 |
| 932 | 2026-08-24T19:53:01.887Z | Downloaded csv-core v0.1.13 |
| 933 | 2026-08-24T19:53:01.889Z | Downloaded maybe-uninit v2.0.0 |
| 934 | 2026-08-24T19:53:01.889Z | Downloaded peg-runtime v0.8.5 |
| 935 | 2026-08-24T19:53:01.893Z | Downloaded darling v0.23.0 |
| 936 | 2026-08-24T19:53:01.896Z | Downloaded hickory-resolver v0.25.2 |
| 937 | 2026-08-24T19:53:01.899Z | Downloaded icu_normalizer v2.1.1 |
| 938 | 2026-08-24T19:53:01.899Z | Downloaded rustls-webpki v0.103.13 |
| 939 | 2026-08-24T19:53:01.902Z | Downloaded flate2 v1.1.9 |
| 940 | 2026-08-24T19:53:01.905Z | Downloaded recursive v0.1.1 |
| 941 | 2026-08-24T19:53:01.905Z | Downloaded russh-util v0.52.0 |
| 942 | 2026-08-24T19:53:01.905Z | Downloaded same-file v1.0.6 |
| 943 | 2026-08-24T19:53:01.909Z | Downloaded darling v0.21.3 |
| 944 | 2026-08-24T19:53:01.914Z | Downloaded litrs v1.0.0 |
| 945 | 2026-08-24T19:53:01.917Z | Downloaded num v0.4.3 |
| 946 | 2026-08-24T19:53:01.917Z | Downloaded rand v0.10.1 |
| 947 | 2026-08-24T19:53:01.921Z | Downloaded serde_bytes v0.11.19 |
| 948 | 2026-08-24T19:53:01.921Z | Downloaded sha1 v0.11.0 |
| 949 | 2026-08-24T19:53:01.924Z | Downloaded drift v0.2.0 |
| 950 | 2026-08-24T19:53:01.928Z | Downloaded subprocess v0.2.15 |
| 951 | 2026-08-24T19:53:01.931Z | Downloaded packed_struct v0.10.1 |
| 952 | 2026-08-24T19:53:01.931Z | Downloaded peg-macros v0.8.5 |
| 953 | 2026-08-24T19:53:01.934Z | Downloaded newtype-uuid v1.3.2 |
| 954 | 2026-08-24T19:53:01.934Z | Downloaded nu-ansi-term v0.50.3 |
| 955 | 2026-08-24T19:53:01.937Z | Downloaded strum v0.27.2 |
| 956 | 2026-08-24T19:53:01.937Z | Downloaded universal-hash v0.5.1 |
| 957 | 2026-08-24T19:53:01.937Z | Downloaded universal-hash v0.6.1 |
| 958 | 2026-08-24T19:53:01.937Z | Downloaded signature v3.0.0 |
| 959 | 2026-08-24T19:53:01.940Z | Downloaded slog-bunyan v2.5.0 |
| 960 | 2026-08-24T19:53:01.940Z | Downloaded tracing-core v0.1.36 |
| 961 | 2026-08-24T19:53:01.943Z | Downloaded ed25519-dalek v3.0.0 |
| 962 | 2026-08-24T19:53:01.946Z | Downloaded delegate v0.13.5 |
| 963 | 2026-08-24T19:53:01.949Z | Downloaded cookie v0.18.1 |
| 964 | 2026-08-24T19:53:01.953Z | Downloaded hyper-util v0.1.20 |
| 965 | 2026-08-24T19:53:01.955Z | Downloaded unicode-bidi v0.3.18 |
| 966 | 2026-08-24T19:53:01.958Z | Downloaded zerocopy v0.6.6 |
| 967 | 2026-08-24T19:53:01.958Z | Downloaded pin-project-lite v0.2.17 |
| 968 | 2026-08-24T19:53:01.962Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 969 | 2026-08-24T19:53:01.962Z | Downloaded postcard v1.1.3 |
| 970 | 2026-08-24T19:53:01.965Z | Downloaded ed25519 v3.0.0 |
| 971 | 2026-08-24T19:53:01.965Z | Downloaded aes-gcm v0.11.0 |
| 972 | 2026-08-24T19:53:01.969Z | Downloaded unsafe-libyaml v0.2.11 |
| 973 | 2026-08-24T19:53:01.969Z | Downloaded p256 v0.14.0 |
| 974 | 2026-08-24T19:53:01.972Z | Downloaded des v0.9.0 |
| 975 | 2026-08-24T19:53:01.972Z | Downloaded dsl_auto_type v0.2.0 |
| 976 | 2026-08-24T19:53:01.972Z | Downloaded document-features v0.2.12 |
| 977 | 2026-08-24T19:53:01.972Z | Downloaded zip v4.6.1 |
| 978 | 2026-08-24T19:53:01.977Z | Downloaded jiff-static v0.2.34 |
| 979 | 2026-08-24T19:53:01.980Z | Downloaded derive_more v0.99.20 |
| 980 | 2026-08-24T19:53:01.981Z | Downloaded der v0.7.10 |
| 981 | 2026-08-24T19:53:02.000Z | Downloaded match_cfg v0.1.0 |
| 982 | 2026-08-24T19:53:02.000Z | Downloaded hashbrown v0.12.3 |
| 983 | 2026-08-24T19:53:02.000Z | Downloaded defmt v0.3.100 |
| 984 | 2026-08-24T19:53:02.000Z | Downloaded icu_provider v2.1.1 |
| 985 | 2026-08-24T19:53:02.000Z | Downloaded stringprep v0.1.5 |
| 986 | 2026-08-24T19:53:02.005Z | Downloaded tls_codec_derive v0.4.2 |
| 987 | 2026-08-24T19:53:02.005Z | Downloaded whoami v1.6.1 |
| 988 | 2026-08-24T19:53:02.005Z | Downloaded predicates v3.1.4 |
| 989 | 2026-08-24T19:53:02.005Z | Downloaded ident_case v1.0.1 |
| 990 | 2026-08-24T19:53:02.008Z | Downloaded indexmap v1.9.3 |
| 991 | 2026-08-24T19:53:02.013Z | Downloaded darling_core v0.13.4 |
| 992 | 2026-08-24T19:53:02.016Z | Downloaded ron v0.8.1 |
| 993 | 2026-08-24T19:53:02.020Z | Downloaded rustc-demangle v0.1.27 |
| 994 | 2026-08-24T19:53:02.023Z | Downloaded primeorder v0.14.0 |
| 995 | 2026-08-24T19:53:02.023Z | Downloaded convert_case v0.10.0 |
| 996 | 2026-08-24T19:53:02.023Z | Downloaded const_format_proc_macros v0.2.34 |
| 997 | 2026-08-24T19:53:02.026Z | Downloaded kem v0.3.0 |
| 998 | 2026-08-24T19:53:02.026Z | Downloaded libscf-sys v1.2.0 |
| 999 | 2026-08-24T19:53:02.029Z | Downloaded password-hash v0.6.1 |
| 1000 | 2026-08-24T19:53:02.029Z | Downloaded x509-cert v0.2.5 |
| 1001 | 2026-08-24T19:53:02.032Z | Downloaded derive-where v1.6.0 |
| 1002 | 2026-08-24T19:53:02.035Z | Downloaded dropshot_endpoint v0.17.1 |
| 1003 | 2026-08-24T19:53:02.035Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1004 | 2026-08-24T19:53:02.038Z | Downloaded rand_pcg v0.10.2 |
| 1005 | 2026-08-24T19:53:02.038Z | Downloaded slab v0.4.12 |
| 1006 | 2026-08-24T19:53:02.039Z | Downloaded http v1.4.2 |
| 1007 | 2026-08-24T19:53:02.047Z | Downloaded crossbeam-epoch v0.9.18 |
| 1008 | 2026-08-24T19:53:02.050Z | Downloaded serdect v0.4.3 |
| 1009 | 2026-08-24T19:53:02.050Z | Downloaded sqlformat v0.3.5 |
| 1010 | 2026-08-24T19:53:02.053Z | Downloaded structmeta-derive v0.3.0 |
| 1011 | 2026-08-24T19:53:02.057Z | Downloaded sponge-cursor v0.1.0 |
| 1012 | 2026-08-24T19:53:02.057Z | Downloaded structmeta v0.3.0 |
| 1013 | 2026-08-24T19:53:02.057Z | Downloaded ed25519-dalek v2.2.0 |
| 1014 | 2026-08-24T19:53:02.062Z | Downloaded termios v0.3.3 |
| 1015 | 2026-08-24T19:53:02.065Z | Downloaded num_enum v0.7.6 |
| 1016 | 2026-08-24T19:53:02.065Z | Downloaded omicron-zone-package v0.12.3 |
| 1017 | 2026-08-24T19:53:02.068Z | Downloaded password-hash v0.5.0 |
| 1018 | 2026-08-24T19:53:02.068Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1019 | 2026-08-24T19:53:02.068Z | Downloaded unicode-truncate v1.1.0 |
| 1020 | 2026-08-24T19:53:02.068Z | Downloaded darling_macro v0.13.4 |
| 1021 | 2026-08-24T19:53:02.071Z | Downloaded xattr v1.6.1 |
| 1022 | 2026-08-24T19:53:02.071Z | Downloaded zeroize v1.9.0 |
| 1023 | 2026-08-24T19:53:02.071Z | Downloaded zerovec-derive v0.11.2 |
| 1024 | 2026-08-24T19:53:02.071Z | Downloaded ctutils v0.4.2 |
| 1025 | 2026-08-24T19:53:02.074Z | Downloaded hashbrown v0.15.5 |
| 1026 | 2026-08-24T19:53:02.077Z | Downloaded rsa v0.9.10 |
| 1027 | 2026-08-24T19:53:02.077Z | Downloaded pin-project-internal v1.1.11 |
| 1028 | 2026-08-24T19:53:02.082Z | Downloaded darling_core v0.21.3 |
| 1029 | 2026-08-24T19:53:02.085Z | Downloaded pkcs8 v0.10.2 |
| 1030 | 2026-08-24T19:53:02.101Z | Downloaded wait-timeout v0.2.1 |
| 1031 | 2026-08-24T19:53:02.105Z | Downloaded embedded-io v0.6.1 |
| 1032 | 2026-08-24T19:53:02.105Z | Downloaded hashbrown v0.13.2 |
| 1033 | 2026-08-24T19:53:02.105Z | Downloaded postgres-types v0.2.12 |
| 1034 | 2026-08-24T19:53:02.105Z | Downloaded iri-string v0.7.10 |
| 1035 | 2026-08-24T19:53:02.105Z | Downloaded trait-variant v0.1.2 |
| 1036 | 2026-08-24T19:53:02.105Z | Downloaded xshell-macros v0.2.7 |
| 1037 | 2026-08-24T19:53:02.105Z | Downloaded rpassword v7.5.4 |
| 1038 | 2026-08-24T19:53:02.105Z | Downloaded tungstenite v0.23.0 |
| 1039 | 2026-08-24T19:53:02.106Z | Downloaded iana-time-zone v0.1.65 |
| 1040 | 2026-08-24T19:53:02.109Z | Downloaded indicatif v0.18.4 |
| 1041 | 2026-08-24T19:53:02.109Z | Downloaded steno v0.4.1 |
| 1042 | 2026-08-24T19:53:02.112Z | Downloaded knus v3.4.0 |
| 1043 | 2026-08-24T19:53:02.115Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-08-24T19:53:02.118Z | Downloaded nom v8.0.0 |
| 1045 | 2026-08-24T19:53:02.121Z | Downloaded libsw v3.5.0 |
| 1046 | 2026-08-24T19:53:02.122Z | Downloaded url v2.5.8 |
| 1047 | 2026-08-24T19:53:02.122Z | Downloaded crc v3.4.0 |
| 1048 | 2026-08-24T19:53:02.125Z | Downloaded instability v0.3.11 |
| 1049 | 2026-08-24T19:53:02.125Z | Downloaded predicates-core v1.0.10 |
| 1050 | 2026-08-24T19:53:02.125Z | Downloaded md5 v0.8.0 |
| 1051 | 2026-08-24T19:53:02.125Z | Downloaded percent-encoding v2.3.2 |
| 1052 | 2026-08-24T19:53:02.125Z | Downloaded nodrop v0.1.14 |
| 1053 | 2026-08-24T19:53:02.125Z | Downloaded opaque-debug v0.3.1 |
| 1054 | 2026-08-24T19:53:02.128Z | Downloaded daft v0.1.8 |
| 1055 | 2026-08-24T19:53:02.128Z | Downloaded progenitor v0.14.0 |
| 1056 | 2026-08-24T19:53:02.131Z | Downloaded p384 v0.14.0 |
| 1057 | 2026-08-24T19:53:02.139Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1058 | 2026-08-24T19:53:02.144Z | Downloaded jobserver v0.1.34 |
| 1059 | 2026-08-24T19:53:02.144Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1060 | 2026-08-24T19:53:02.144Z | Downloaded crypto-bigint v0.5.5 |
| 1061 | 2026-08-24T19:53:02.147Z | Downloaded tokio-rustls v0.26.4 |
| 1062 | 2026-08-24T19:53:02.147Z | Downloaded reedline v0.40.0 |
| 1063 | 2026-08-24T19:53:02.150Z | Downloaded vsss-rs v3.3.4 |
| 1064 | 2026-08-24T19:53:02.153Z | Downloaded schemars_derive v0.8.22 |
| 1065 | 2026-08-24T19:53:02.153Z | Downloaded rand v0.9.2 |
| 1066 | 2026-08-24T19:53:02.156Z | Downloaded blake3 v1.8.5 |
| 1067 | 2026-08-24T19:53:02.158Z | Downloaded signal-hook-registry v1.4.8 |
| 1068 | 2026-08-24T19:53:02.162Z | Downloaded slog-envlogger v2.2.0 |
| 1069 | 2026-08-24T19:53:02.166Z | Downloaded aws-lc-rs v1.16.3 |
| 1070 | 2026-08-24T19:53:02.169Z | Downloaded bindgen v0.71.1 |
| 1071 | 2026-08-24T19:53:02.172Z | Downloaded derive_builder_macro v0.20.2 |
| 1072 | 2026-08-24T19:53:02.177Z | Downloaded signal-hook-tokio v0.3.1 |
| 1073 | 2026-08-24T19:53:02.177Z | Downloaded der_derive v0.7.3 |
| 1074 | 2026-08-24T19:53:02.177Z | Downloaded hyper v1.10.1 |
| 1075 | 2026-08-24T19:53:02.179Z | Downloaded embedded-io v0.4.0 |
| 1076 | 2026-08-24T19:53:02.179Z | Downloaded is_ci v1.2.0 |
| 1077 | 2026-08-24T19:53:02.180Z | Downloaded ref-cast-impl v1.0.25 |
| 1078 | 2026-08-24T19:53:02.182Z | Downloaded xshell v0.2.7 |
| 1079 | 2026-08-24T19:53:02.182Z | Downloaded untrusted v0.9.0 |
| 1080 | 2026-08-24T19:53:02.187Z | Downloaded crossbeam-deque v0.8.6 |
| 1081 | 2026-08-24T19:53:02.190Z | Downloaded rustyline v14.0.0 |
| 1082 | 2026-08-24T19:53:02.193Z | Downloaded pkcs5 v0.8.1 |
| 1083 | 2026-08-24T19:53:02.196Z | Downloaded progenitor-impl v0.13.0 |
| 1084 | 2026-08-24T19:53:02.199Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1085 | 2026-08-24T19:53:02.199Z | Downloaded diff v0.1.13 |
| 1086 | 2026-08-24T19:53:02.202Z | Downloaded native-tls v0.2.18 |
| 1087 | 2026-08-24T19:53:02.205Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1088 | 2026-08-24T19:53:02.205Z | Downloaded progenitor v0.13.0 |
| 1089 | 2026-08-24T19:53:02.205Z | Downloaded reqwest v0.13.2 |
| 1090 | 2026-08-24T19:53:02.208Z | Downloaded resolv-conf v0.7.6 |
| 1091 | 2026-08-24T19:53:02.211Z | Downloaded tower-http v0.6.8 |
| 1092 | 2026-08-24T19:53:02.213Z | Downloaded libm v0.2.16 |
| 1093 | 2026-08-24T19:53:02.217Z | Downloaded ref-cast v1.0.25 |
| 1094 | 2026-08-24T19:53:02.220Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1095 | 2026-08-24T19:53:02.220Z | Downloaded usdt-attr-macro v0.6.0 |
| 1096 | 2026-08-24T19:53:02.220Z | Downloaded rustc_version v0.4.1 |
| 1097 | 2026-08-24T19:53:02.223Z | Downloaded module-lattice v0.2.3 |
| 1098 | 2026-08-24T19:53:02.223Z | Downloaded uuid v1.23.4 |
| 1099 | 2026-08-24T19:53:02.223Z | Downloaded bitvec v1.0.1 |
| 1100 | 2026-08-24T19:53:02.230Z | Downloaded primefield v0.14.0 |
| 1101 | 2026-08-24T19:53:02.234Z | Downloaded zerocopy-derive v0.8.55 |
| 1102 | 2026-08-24T19:53:02.237Z | Downloaded crypto-common v0.2.2 |
| 1103 | 2026-08-24T19:53:02.239Z | Downloaded dirs-next v2.0.0 |
| 1104 | 2026-08-24T19:53:02.240Z | Downloaded openssl-probe v0.1.6 |
| 1105 | 2026-08-24T19:53:02.240Z | Downloaded num-conv v0.2.0 |
| 1106 | 2026-08-24T19:53:02.240Z | Downloaded test-strategy v0.4.5 |
| 1107 | 2026-08-24T19:53:02.244Z | Downloaded parse-display-derive v0.10.0 |
| 1108 | 2026-08-24T19:53:02.244Z | Downloaded serde_with_macros v3.21.0 |
| 1109 | 2026-08-24T19:53:02.244Z | Downloaded pkg-config v0.3.32 |
| 1110 | 2026-08-24T19:53:02.247Z | Downloaded rustls-pemfile v2.2.0 |
| 1111 | 2026-08-24T19:53:02.247Z | Downloaded slog-stdlog v4.1.1 |
| 1112 | 2026-08-24T19:53:02.247Z | Downloaded progenitor-macro v0.13.0 |
| 1113 | 2026-08-24T19:53:02.247Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1114 | 2026-08-24T19:53:02.247Z | Downloaded supports-hyperlinks v3.2.0 |
| 1115 | 2026-08-24T19:53:02.247Z | Downloaded hashbrown v0.14.5 |
| 1116 | 2026-08-24T19:53:02.251Z | Downloaded rawzip v0.4.4 |
| 1117 | 2026-08-24T19:53:02.254Z | Downloaded term v1.2.1 |
| 1118 | 2026-08-24T19:53:02.257Z | Downloaded debug-ignore v1.0.5 |
| 1119 | 2026-08-24T19:53:02.260Z | Downloaded psm v0.1.30 |
| 1120 | 2026-08-24T19:53:02.263Z | Downloaded simd-adler32 v0.3.8 |
| 1121 | 2026-08-24T19:53:02.263Z | Downloaded vergen-git2 v9.1.0 |
| 1122 | 2026-08-24T19:53:02.263Z | Downloaded predicates-tree v1.0.13 |
| 1123 | 2026-08-24T19:53:02.263Z | Downloaded lazy_static v1.5.0 |
| 1124 | 2026-08-24T19:53:02.267Z | Downloaded zerofrom-derive v0.1.6 |
| 1125 | 2026-08-24T19:53:02.269Z | Downloaded writeable v0.6.2 |
| 1126 | 2026-08-24T19:53:02.269Z | Downloaded dof v0.4.0 |
| 1127 | 2026-08-24T19:53:02.272Z | Downloaded serde-big-array v0.5.1 |
| 1128 | 2026-08-24T19:53:02.276Z | Downloaded minimal-lexical v0.2.1 |
| 1129 | 2026-08-24T19:53:02.280Z | Downloaded usdt-impl v0.6.0 |
| 1130 | 2026-08-24T19:53:02.283Z | Downloaded defmt-macros v1.0.1 |
| 1131 | 2026-08-24T19:53:02.286Z | Downloaded typed-path v0.9.3 |
| 1132 | 2026-08-24T19:53:02.288Z | Downloaded cookie_store v0.22.1 |
| 1133 | 2026-08-24T19:53:02.292Z | Downloaded daft-derive v0.1.8 |
| 1134 | 2026-08-24T19:53:02.292Z | Downloaded litemap v0.8.1 |
| 1135 | 2026-08-24T19:53:02.297Z | Downloaded digest v0.11.3 |
| 1136 | 2026-08-24T19:53:02.297Z | Downloaded multer v3.1.0 |
| 1137 | 2026-08-24T19:53:02.297Z | Downloaded tinyvec_macros v0.1.1 |
| 1138 | 2026-08-24T19:53:02.300Z | Downloaded pem v3.0.6 |
| 1139 | 2026-08-24T19:53:02.300Z | Downloaded snafu-derive v0.8.9 |
| 1140 | 2026-08-24T19:53:02.300Z | Downloaded kstat-rs v0.2.5 |
| 1141 | 2026-08-24T19:53:02.303Z | Downloaded keccak v0.1.6 |
| 1142 | 2026-08-24T19:53:02.303Z | Downloaded primeorder v0.13.6 |
| 1143 | 2026-08-24T19:53:02.303Z | Downloaded itertools v0.14.0 |
| 1144 | 2026-08-24T19:53:02.306Z | Downloaded scuffle v0.1.0 |
| 1145 | 2026-08-24T19:53:02.309Z | Downloaded h2 v0.4.15 |
| 1146 | 2026-08-24T19:53:02.312Z | Downloaded hkdf v0.12.4 |
| 1147 | 2026-08-24T19:53:02.314Z | Downloaded itertools v0.15.0 |
| 1148 | 2026-08-24T19:53:02.317Z | Downloaded crossterm v0.28.1 |
| 1149 | 2026-08-24T19:53:02.321Z | Downloaded lru-cache v0.1.2 |
| 1150 | 2026-08-24T19:53:02.324Z | Downloaded icu_properties v2.1.2 |
| 1151 | 2026-08-24T19:53:02.324Z | Downloaded thiserror-no-std v2.0.2 |
| 1152 | 2026-08-24T19:53:02.327Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1153 | 2026-08-24T19:53:02.327Z | Downloaded darling v0.13.4 |
| 1154 | 2026-08-24T19:53:02.330Z | Downloaded derive_builder_core v0.20.2 |
| 1155 | 2026-08-24T19:53:02.330Z | Downloaded newline-converter v0.3.0 |
| 1156 | 2026-08-24T19:53:02.330Z | Downloaded newtype_derive v0.1.6 |
| 1157 | 2026-08-24T19:53:02.333Z | Downloaded hkdf v0.13.0 |
| 1158 | 2026-08-24T19:53:02.333Z | Downloaded tower-layer v0.3.3 |
| 1159 | 2026-08-24T19:53:02.333Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1160 | 2026-08-24T19:53:02.333Z | Downloaded secrecy v0.10.3 |
| 1161 | 2026-08-24T19:53:02.336Z | Downloaded tinyvec v1.10.0 |
| 1162 | 2026-08-24T19:53:02.339Z | Downloaded crc32fast v1.5.0 |
| 1163 | 2026-08-24T19:53:02.342Z | Downloaded pem-rfc7468 v0.7.0 |
| 1164 | 2026-08-24T19:53:02.342Z | Downloaded sha2 v0.11.0 |
| 1165 | 2026-08-24T19:53:02.345Z | Downloaded toml v0.7.8 |
| 1166 | 2026-08-24T19:53:02.345Z | Downloaded diesel_derives v2.3.7 |
| 1167 | 2026-08-24T19:53:02.348Z | Downloaded pbkdf2 v0.13.0 |
| 1168 | 2026-08-24T19:53:02.351Z | Downloaded proc-macro-error2 v2.0.1 |
| 1169 | 2026-08-24T19:53:02.351Z | Downloaded shell-words v1.1.1 |
| 1170 | 2026-08-24T19:53:02.354Z | Downloaded waitgroup v0.1.2 |
| 1171 | 2026-08-24T19:53:02.354Z | Downloaded dunce v1.0.5 |
| 1172 | 2026-08-24T19:53:02.354Z | Downloaded tokio-util v0.7.18 |
| 1173 | 2026-08-24T19:53:02.356Z | Downloaded openssl-sys v0.9.117 |
| 1174 | 2026-08-24T19:53:02.359Z | Downloaded ed25519 v2.2.3 |
| 1175 | 2026-08-24T19:53:02.362Z | Downloaded linear-map v1.2.0 |
| 1176 | 2026-08-24T19:53:02.362Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1177 | 2026-08-24T19:53:02.362Z | Downloaded tokio-tungstenite v0.23.1 |
| 1178 | 2026-08-24T19:53:02.362Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-08-24T19:53:02.364Z | Downloaded siphasher v1.0.2 |
| 1180 | 2026-08-24T19:53:02.364Z | Downloaded usdt-macro v0.6.0 |
| 1181 | 2026-08-24T19:53:02.365Z | Downloaded itertools v0.13.0 |
| 1182 | 2026-08-24T19:53:02.368Z | Downloaded keccak v0.2.0 |
| 1183 | 2026-08-24T19:53:02.370Z | Downloaded mio v1.2.0 |
| 1184 | 2026-08-24T19:53:02.373Z | Downloaded rand v0.8.6 |
| 1185 | 2026-08-24T19:53:02.377Z | Downloaded memmap2 v0.9.10 |
| 1186 | 2026-08-24T19:53:02.377Z | Downloaded ingot v0.2.1 |
| 1187 | 2026-08-24T19:53:02.377Z | Downloaded lock_api v0.4.14 |
| 1188 | 2026-08-24T19:53:02.380Z | Downloaded ssh-cipher v0.3.0 |
| 1189 | 2026-08-24T19:53:02.380Z | Downloaded strum_macros v0.24.3 |
| 1190 | 2026-08-24T19:53:02.380Z | Downloaded salsa20 v0.11.0 |
| 1191 | 2026-08-24T19:53:02.380Z | Downloaded sync-ptr v0.1.4 |
| 1192 | 2026-08-24T19:53:02.380Z | Downloaded defmt-parser v1.0.0 |
| 1193 | 2026-08-24T19:53:02.380Z | Downloaded maplit v1.0.2 |
| 1194 | 2026-08-24T19:53:02.383Z | Downloaded parse-display v0.10.0 |
| 1195 | 2026-08-24T19:53:02.383Z | Downloaded zerofrom v0.1.6 |
| 1196 | 2026-08-24T19:53:02.383Z | Downloaded indent_write v2.2.0 |
| 1197 | 2026-08-24T19:53:02.383Z | Downloaded num-derive v0.4.2 |
| 1198 | 2026-08-24T19:53:02.386Z | Downloaded zlib-rs v0.6.2 |
| 1199 | 2026-08-24T19:53:02.388Z | Downloaded chrono v0.4.45 |
| 1200 | 2026-08-24T19:53:02.392Z | Downloaded winnow v0.6.26 |
| 1201 | 2026-08-24T19:53:02.396Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1202 | 2026-08-24T19:53:02.399Z | Downloaded itertools v0.12.1 |
| 1203 | 2026-08-24T19:53:02.409Z | Downloaded tokio-postgres v0.7.16 |
| 1204 | 2026-08-24T19:53:02.409Z | Downloaded r2d2 v0.8.10 |
| 1205 | 2026-08-24T19:53:02.412Z | Downloaded deranged v0.5.8 |
| 1206 | 2026-08-24T19:53:02.412Z | Downloaded ecdsa v0.16.9 |
| 1207 | 2026-08-24T19:53:02.412Z | Downloaded time-core v0.1.8 |
| 1208 | 2026-08-24T19:53:02.412Z | Downloaded const_format v0.2.35 |
| 1209 | 2026-08-24T19:53:02.414Z | Downloaded support-bundle-viewer v0.1.2 |
| 1210 | 2026-08-24T19:53:02.414Z | Downloaded ctr v0.10.1 |
| 1211 | 2026-08-24T19:53:02.417Z | Downloaded time-macros v0.2.27 |
| 1212 | 2026-08-24T19:53:02.417Z | Downloaded unicode-segmentation v1.12.0 |
| 1213 | 2026-08-24T19:53:02.422Z | Downloaded rustls-native-certs v0.8.3 |
| 1214 | 2026-08-24T19:53:02.424Z | Downloaded tar v0.4.46 |
| 1215 | 2026-08-24T19:53:02.427Z | Downloaded walkdir v2.5.0 |
| 1216 | 2026-08-24T19:53:02.427Z | Downloaded rsa v0.10.0-rc.18 |
| 1217 | 2026-08-24T19:53:02.430Z | Downloaded critical-section v1.2.0 |
| 1218 | 2026-08-24T19:53:02.434Z | Downloaded zopfli v0.8.3 |
| 1219 | 2026-08-24T19:53:02.437Z | Downloaded zerotrie v0.2.3 |
| 1220 | 2026-08-24T19:53:02.441Z | Downloaded rand_core v0.10.0 |
| 1221 | 2026-08-24T19:53:02.443Z | Downloaded twox-hash v2.1.2 |
| 1222 | 2026-08-24T19:53:02.446Z | Downloaded nom v7.1.3 |
| 1223 | 2026-08-24T19:53:02.449Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1224 | 2026-08-24T19:53:02.450Z | Downloaded sec1 v0.7.3 |
| 1225 | 2026-08-24T19:53:02.452Z | Downloaded portable-atomic v1.13.1 |
| 1226 | 2026-08-24T19:53:02.458Z | Downloaded quinn v0.11.11 |
| 1227 | 2026-08-24T19:53:02.460Z | Downloaded tower v0.5.3 |
| 1228 | 2026-08-24T19:53:02.464Z | Downloaded serde_cbor v0.11.2 |
| 1229 | 2026-08-24T19:53:02.467Z | Downloaded futures-util v0.3.32 |
| 1230 | 2026-08-24T19:53:02.472Z | Downloaded crossterm v0.29.0 |
| 1231 | 2026-08-24T19:53:02.475Z | Downloaded der v0.8.0 |
| 1232 | 2026-08-24T19:53:02.482Z | Downloaded prefix-trie v0.7.0 |
| 1233 | 2026-08-24T19:53:02.485Z | Downloaded strum_macros v0.26.4 |
| 1234 | 2026-08-24T19:53:02.495Z | Downloaded tabled v0.21.0 |
| 1235 | 2026-08-24T19:53:02.505Z | Downloaded derive_more-impl v2.1.1 |
| 1236 | 2026-08-24T19:53:02.508Z | Downloaded indoc v2.0.7 |
| 1237 | 2026-08-24T19:53:02.510Z | Downloaded tungstenite v0.21.0 |
| 1238 | 2026-08-24T19:53:02.513Z | Downloaded owo-colors v4.3.0 |
| 1239 | 2026-08-24T19:53:02.513Z | Downloaded winnow v0.5.40 |
| 1240 | 2026-08-24T19:53:02.517Z | Downloaded unicode-properties v0.1.4 |
| 1241 | 2026-08-24T19:53:02.519Z | Downloaded miniz_oxide v0.8.9 |
| 1242 | 2026-08-24T19:53:02.519Z | Downloaded pretty_assertions v1.4.1 |
| 1243 | 2026-08-24T19:53:02.522Z | Downloaded regex v1.12.3 |
| 1244 | 2026-08-24T19:53:02.525Z | Downloaded winnow v1.0.3 |
| 1245 | 2026-08-24T19:53:02.534Z | Downloaded zstd v0.13.3 |
| 1246 | 2026-08-24T19:53:02.537Z | Downloaded crypto-primes v0.7.2 |
| 1247 | 2026-08-24T19:53:02.540Z | Downloaded ryu v1.0.23 |
| 1248 | 2026-08-24T19:53:02.543Z | Downloaded dropshot-api-manager v0.8.0 |
| 1249 | 2026-08-24T19:53:02.546Z | Downloaded darling_core v0.23.0 |
| 1250 | 2026-08-24T19:53:02.548Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-08-24T19:53:02.551Z | Downloaded icu_normalizer_data v2.1.1 |
| 1252 | 2026-08-24T19:53:02.551Z | Downloaded icu_collections v2.1.1 |
| 1253 | 2026-08-24T19:53:02.557Z | Downloaded crossbeam-channel v0.5.15 |
| 1254 | 2026-08-24T19:53:02.560Z | Downloaded itertools v0.10.5 |
| 1255 | 2026-08-24T19:53:02.564Z | Downloaded zerovec v0.11.5 |
| 1256 | 2026-08-24T19:53:02.567Z | Downloaded libxml v0.3.3 |
| 1257 | 2026-08-24T19:53:02.570Z | Downloaded rayon v1.11.0 |
| 1258 | 2026-08-24T19:53:02.575Z | Downloaded salty v0.3.0 |
| 1259 | 2026-08-24T19:53:02.580Z | Downloaded serde_with v3.21.0 |
| 1260 | 2026-08-24T19:53:02.587Z | Downloaded nix v0.27.1 |
| 1261 | 2026-08-24T19:53:02.593Z | Downloaded pin-project v1.1.11 |
| 1262 | 2026-08-24T19:53:02.600Z | Downloaded typify v0.6.2 |
| 1263 | 2026-08-24T19:53:02.603Z | Downloaded p521 v0.14.0 |
| 1264 | 2026-08-24T19:53:02.605Z | Downloaded schemars v1.2.1 |
| 1265 | 2026-08-24T19:53:02.613Z | Downloaded snafu v0.8.9 |
| 1266 | 2026-08-24T19:53:02.617Z | Downloaded git2 v0.20.4 |
| 1267 | 2026-08-24T19:53:02.622Z | Downloaded toml_edit v0.19.15 |
| 1268 | 2026-08-24T19:53:02.631Z | Downloaded nix v0.31.2 |
| 1269 | 2026-08-24T19:53:02.637Z | Downloaded unicode-normalization v0.1.25 |
| 1270 | 2026-08-24T19:53:02.640Z | Downloaded icu_properties_data v2.1.2 |
| 1271 | 2026-08-24T19:53:02.646Z | Downloaded moka v0.12.13 |
| 1272 | 2026-08-24T19:53:02.651Z | Downloaded polar-core v0.27.3 |
| 1273 | 2026-08-24T19:53:02.655Z | Downloaded openssl v0.10.80 |
| 1274 | 2026-08-24T19:53:02.661Z | Downloaded bstr v1.12.1 |
| 1275 | 2026-08-24T19:53:02.666Z | Downloaded elliptic-curve v0.13.8 |
| 1276 | 2026-08-24T19:53:02.670Z | Downloaded zerocopy v0.8.55 |
| 1277 | 2026-08-24T19:53:02.682Z | Downloaded gimli v0.32.3 |
| 1278 | 2026-08-24T19:53:02.686Z | Downloaded reqwest v0.12.28 |
| 1279 | 2026-08-24T19:53:02.690Z | Downloaded idna v1.1.0 |
| 1280 | 2026-08-24T19:53:02.693Z | Downloaded lalrpop v0.19.12 |
| 1281 | 2026-08-24T19:53:02.699Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-08-24T19:53:02.707Z | Downloaded goblin v0.10.5 |
| 1283 | 2026-08-24T19:53:02.711Z | Downloaded jiff-core v0.1.0 |
| 1284 | 2026-08-24T19:53:02.714Z | Downloaded p384 v0.13.1 |
| 1285 | 2026-08-24T19:53:02.717Z | Downloaded iddqd v0.4.2 |
| 1286 | 2026-08-24T19:53:02.722Z | Downloaded russh v0.62.4 |
| 1287 | 2026-08-24T19:53:02.728Z | Downloaded miette v7.6.0 |
| 1288 | 2026-08-24T19:53:02.730Z | Downloaded time v0.3.47 |
| 1289 | 2026-08-24T19:53:02.738Z | Downloaded vcpkg v0.2.15 |
| 1290 | 2026-08-24T19:53:02.762Z | Downloaded curve25519-dalek v5.0.0 |
| 1291 | 2026-08-24T19:53:02.768Z | Downloaded nix v0.28.0 |
| 1292 | 2026-08-24T19:53:02.774Z | Downloaded syn v3.0.3 |
| 1293 | 2026-08-24T19:53:02.781Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1294 | 2026-08-24T19:53:02.786Z | Downloaded rustls v0.23.41 |
| 1295 | 2026-08-24T19:53:02.793Z | Downloaded num-bigint v0.4.6 |
| 1296 | 2026-08-24T19:53:02.796Z | Downloaded quinn-proto v0.11.16 |
| 1297 | 2026-08-24T19:53:02.800Z | Downloaded smoltcp v0.11.0 |
| 1298 | 2026-08-24T19:53:02.807Z | Downloaded tough v0.22.0 |
| 1299 | 2026-08-24T19:53:02.812Z | Downloaded diesel v2.3.7 |
| 1300 | 2026-08-24T19:53:02.824Z | Downloaded dropshot v0.17.1 |
| 1301 | 2026-08-24T19:53:02.837Z | Downloaded openapiv3 v2.2.0 |
| 1302 | 2026-08-24T19:53:02.844Z | Downloaded sha3 v0.12.0 |
| 1303 | 2026-08-24T19:53:02.848Z | Downloaded regress v0.10.5 |
| 1304 | 2026-08-24T19:53:02.850Z | Downloaded regex-automata v0.4.14 |
| 1305 | 2026-08-24T19:53:02.859Z | Downloaded regex-syntax v0.6.29 |
| 1306 | 2026-08-24T19:53:02.864Z | Downloaded ratatui v0.29.0 |
| 1307 | 2026-08-24T19:53:02.874Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1308 | 2026-08-24T19:53:02.881Z | Downloaded tracing v0.1.44 |
| 1309 | 2026-08-24T19:53:02.894Z | Downloaded crypto-bigint v0.7.5 |
| 1310 | 2026-08-24T19:53:02.903Z | Downloaded radix_trie v0.2.1 |
| 1311 | 2026-08-24T19:53:02.906Z | Downloaded chrono-tz v0.10.4 |
| 1312 | 2026-08-24T19:53:02.916Z | Downloaded jiff v0.2.34 |
| 1313 | 2026-08-24T19:53:02.926Z | Downloaded hickory-proto v0.24.4 |
| 1314 | 2026-08-24T19:53:02.934Z | Downloaded proptest v1.11.0 |
| 1315 | 2026-08-24T19:53:02.939Z | Downloaded petgraph v0.8.3 |
| 1316 | 2026-08-24T19:53:02.952Z | Downloaded regress v0.11.1 |
| 1317 | 2026-08-24T19:53:02.957Z | Downloaded libz-sys v1.1.24 |
| 1318 | 2026-08-24T19:53:02.969Z | Downloaded petname v2.0.2 |
| 1319 | 2026-08-24T19:53:02.972Z | Downloaded object v0.30.4 |
| 1320 | 2026-08-24T19:53:02.977Z | Downloaded curve25519-dalek v4.1.3 |
| 1321 | 2026-08-24T19:53:02.982Z | Downloaded hickory-proto v0.25.2 |
| 1322 | 2026-08-24T19:53:03.002Z | Downloaded rustix v0.38.44 |
| 1323 | 2026-08-24T19:53:03.015Z | Downloaded object v0.37.3 |
| 1324 | 2026-08-24T19:53:03.022Z | Downloaded regex-syntax v0.8.10 |
| 1325 | 2026-08-24T19:53:03.042Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1326 | 2026-08-24T19:53:03.074Z | Downloaded sled v0.34.7 |
| 1327 | 2026-08-24T19:53:03.081Z | Downloaded typify-impl v0.6.2 |
| 1328 | 2026-08-24T19:53:03.092Z | Downloaded zerocopy-derive v0.6.6 |
| 1329 | 2026-08-24T19:53:03.119Z | Downloaded sqlparser v0.61.0 |
| 1330 | 2026-08-24T19:53:03.137Z | Downloaded sha3 v0.11.0 |
| 1331 | 2026-08-24T19:53:03.177Z | Downloaded petgraph v0.6.5 |
| 1332 | 2026-08-24T19:53:03.263Z | Downloaded csv v1.4.0 |
| 1333 | 2026-08-24T19:53:03.275Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1334 | 2026-08-24T19:53:03.291Z | Downloaded tokio v1.52.1 |
| 1335 | 2026-08-24T19:53:03.314Z | Downloaded sha3 v0.10.8 |
| 1336 | 2026-08-24T19:53:03.345Z | Downloaded encoding_rs v0.8.35 |
| 1337 | 2026-08-24T19:53:03.357Z | Downloaded ring v0.17.14 |
| 1338 | 2026-08-24T19:53:03.445Z | Downloaded aws-lc-sys v0.40.0 |
| 1339 | 2026-08-24T19:53:03.707Z | Compiling serde_core v1.0.228 |
| 1340 | 2026-08-24T19:53:03.707Z | Compiling libc v0.2.185 |
| 1341 | 2026-08-24T19:53:03.707Z | Compiling serde v1.0.228 |
| 1342 | 2026-08-24T19:53:03.711Z | Compiling log v0.4.33 |
| 1343 | 2026-08-24T19:53:03.711Z | Compiling smallvec v1.15.1 |
| 1344 | 2026-08-24T19:53:03.872Z | Compiling subtle v2.6.1 |
| 1345 | 2026-08-24T19:53:03.875Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-08-24T19:53:03.875Z | Compiling syn v2.0.117 |
| 1347 | 2026-08-24T19:53:04.035Z | Compiling shlex v1.3.0 |
| 1348 | 2026-08-24T19:53:04.050Z | Compiling typenum v1.20.1 |
| 1349 | 2026-08-24T19:53:04.060Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-08-24T19:53:04.159Z | Compiling lock_api v0.4.14 |
| 1351 | 2026-08-24T19:53:04.159Z | Compiling stable_deref_trait v1.2.1 |
| 1352 | 2026-08-24T19:53:04.185Z | Compiling getrandom v0.4.3 |
| 1353 | 2026-08-24T19:53:04.225Z | Compiling portable-atomic v1.13.1 |
| 1354 | 2026-08-24T19:53:04.238Z | Compiling serde_json v1.0.151 |
| 1355 | 2026-08-24T19:53:04.381Z | Compiling zerocopy v0.8.55 |
| 1356 | 2026-08-24T19:53:04.419Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-08-24T19:53:04.565Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-08-24T19:53:04.579Z | Compiling libm v0.2.16 |
| 1359 | 2026-08-24T19:53:04.669Z | Compiling errno v0.3.14 |
| 1360 | 2026-08-24T19:53:04.672Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-08-24T19:53:04.823Z | Compiling num-traits v0.2.19 |
| 1362 | 2026-08-24T19:53:04.842Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-08-24T19:53:04.890Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-24T19:53:05.039Z | Compiling parking_lot_core v0.9.12 |
| 1365 | 2026-08-24T19:53:05.159Z | Compiling pin-project-lite v0.2.17 |
| 1366 | 2026-08-24T19:53:05.257Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-08-24T19:53:05.274Z | Compiling litemap v0.8.1 |
| 1368 | 2026-08-24T19:53:05.304Z | Compiling percent-encoding v2.3.2 |
| 1369 | 2026-08-24T19:53:05.371Z | Compiling writeable v0.6.2 |
| 1370 | 2026-08-24T19:53:05.477Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-08-24T19:53:05.491Z | Compiling getrandom v0.2.17 |
| 1372 | 2026-08-24T19:53:05.561Z | Compiling futures-core v0.3.32 |
| 1373 | 2026-08-24T19:53:05.726Z | Compiling icu_properties_data v2.1.2 |
| 1374 | 2026-08-24T19:53:05.733Z | Compiling icu_normalizer_data v2.1.1 |
| 1375 | 2026-08-24T19:53:05.754Z | Compiling parking_lot v0.12.5 |
| 1376 | 2026-08-24T19:53:05.904Z | Compiling bitflags v2.11.0 |
| 1377 | 2026-08-24T19:53:06.036Z | Compiling semver v1.0.28 |
| 1378 | 2026-08-24T19:53:06.237Z | Compiling rand_core v0.6.4 |
| 1379 | 2026-08-24T19:53:06.251Z | Compiling mio v1.2.0 |
| 1380 | 2026-08-24T19:53:06.416Z | Compiling generic-array v0.14.7 |
| 1381 | 2026-08-24T19:53:06.480Z | Compiling const-oid v0.9.6 |
| 1382 | 2026-08-24T19:53:06.519Z | Compiling rustix v1.1.4 |
| 1383 | 2026-08-24T19:53:06.531Z | Compiling socket2 v0.6.3 |
| 1384 | 2026-08-24T19:53:06.553Z | Compiling utf8_iter v1.0.4 |
| 1385 | 2026-08-24T19:53:06.653Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-08-24T19:53:06.689Z | Compiling futures-sink v0.3.32 |
| 1387 | 2026-08-24T19:53:06.723Z | Compiling synstructure v0.13.2 |
| 1388 | 2026-08-24T19:53:06.797Z | Compiling futures-channel v0.3.32 |
| 1389 | 2026-08-24T19:53:06.914Z | Compiling indexmap v2.14.0 |
| 1390 | 2026-08-24T19:53:07.033Z | Compiling form_urlencoded v1.2.2 |
| 1391 | 2026-08-24T19:53:07.156Z | Compiling slab v0.4.12 |
| 1392 | 2026-08-24T19:53:07.212Z | Compiling futures-task v0.3.32 |
| 1393 | 2026-08-24T19:53:07.261Z | Compiling futures-io v0.3.32 |
| 1394 | 2026-08-24T19:53:07.342Z | Compiling rustversion v1.0.22 |
| 1395 | 2026-08-24T19:53:07.342Z | Compiling cmov v0.5.4 |
| 1396 | 2026-08-24T19:53:07.385Z | Compiling iana-time-zone v0.1.65 |
| 1397 | 2026-08-24T19:53:07.413Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-08-24T19:53:07.547Z | Compiling regex-syntax v0.8.10 |
| 1399 | 2026-08-24T19:53:07.568Z | Compiling ctutils v0.4.2 |
| 1400 | 2026-08-24T19:53:07.589Z | Compiling uuid v1.23.4 |
| 1401 | 2026-08-24T19:53:07.613Z | Compiling cmake v0.1.57 |
| 1402 | 2026-08-24T19:53:07.707Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-08-24T19:53:07.809Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-24T19:53:08.013Z | Compiling ident_case v1.0.1 |
| 1405 | 2026-08-24T19:53:08.013Z | Compiling flagset v0.4.7 |
| 1406 | 2026-08-24T19:53:08.084Z | Compiling dunce v1.0.5 |
| 1407 | 2026-08-24T19:53:08.145Z | Compiling base64 v0.22.1 |
| 1408 | 2026-08-24T19:53:08.160Z | Compiling rand_core v0.9.5 |
| 1409 | 2026-08-24T19:53:08.180Z | Compiling aws-lc-sys v0.40.0 |
| 1410 | 2026-08-24T19:53:08.244Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-08-24T19:53:08.289Z | Compiling vcpkg v0.2.15 |
| 1412 | 2026-08-24T19:53:08.320Z | Compiling syn v1.0.109 |
| 1413 | 2026-08-24T19:53:08.437Z | Compiling schemars v0.8.22 |
| 1414 | 2026-08-24T19:53:08.474Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-08-24T19:53:08.489Z | Compiling zeroize_derive v1.5.0 |
| 1416 | 2026-08-24T19:53:08.626Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-08-24T19:53:08.640Z | Compiling yoke-derive v0.8.1 |
| 1418 | 2026-08-24T19:53:09.018Z | Compiling zerocopy-derive v0.8.55 |
| 1419 | 2026-08-24T19:53:09.155Z | Compiling zerovec-derive v0.11.2 |
| 1420 | 2026-08-24T19:53:09.191Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-08-24T19:53:09.841Z | Compiling tokio-macros v2.7.0 |
| 1422 | 2026-08-24T19:53:09.937Z | Compiling futures-macro v0.3.32 |
| 1423 | 2026-08-24T19:53:09.962Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-08-24T19:53:10.067Z | Compiling zerofrom v0.1.6 |
| 1425 | 2026-08-24T19:53:10.194Z | Compiling yoke v0.8.1 |
| 1426 | 2026-08-24T19:53:10.301Z | Compiling der_derive v0.7.3 |
| 1427 | 2026-08-24T19:53:10.392Z | Compiling zerovec v0.11.5 |
| 1428 | 2026-08-24T19:53:10.657Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-08-24T19:53:10.767Z | Compiling futures-util v0.3.32 |
| 1430 | 2026-08-24T19:53:10.937Z | Compiling tinystr v0.8.2 |
| 1431 | 2026-08-24T19:53:10.951Z | Compiling potential_utf v0.1.4 |
| 1432 | 2026-08-24T19:53:11.118Z | Compiling icu_collections v2.1.1 |
| 1433 | 2026-08-24T19:53:11.181Z | Compiling icu_locale_core v2.1.1 |
| 1434 | 2026-08-24T19:53:11.399Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-08-24T19:53:11.417Z | Compiling dyn-clone v1.0.20 |
| 1436 | 2026-08-24T19:53:11.507Z | Compiling schemars_derive v0.8.22 |
| 1437 | 2026-08-24T19:53:11.551Z | Compiling openssl-sys v0.9.117 |
| 1438 | 2026-08-24T19:53:11.667Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-08-24T19:53:12.041Z | Compiling zeroize v1.9.0 |
| 1440 | 2026-08-24T19:53:12.070Z | Compiling bytes v1.11.1 |
| 1441 | 2026-08-24T19:53:12.084Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-08-24T19:53:12.375Z | Compiling icu_properties v2.1.2 |
| 1443 | 2026-08-24T19:53:12.691Z | Compiling icu_normalizer v2.1.1 |
| 1444 | 2026-08-24T19:53:12.747Z | Compiling tokio v1.52.1 |
| 1445 | 2026-08-24T19:53:12.831Z | Compiling block-buffer v0.10.4 |
| 1446 | 2026-08-24T19:53:12.980Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-08-24T19:53:13.004Z | Compiling hybrid-array v0.4.13 |
| 1448 | 2026-08-24T19:53:13.133Z | Compiling chrono v0.4.45 |
| 1449 | 2026-08-24T19:53:13.149Z | Compiling digest v0.10.7 |
| 1450 | 2026-08-24T19:53:13.219Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-08-24T19:53:13.358Z | Compiling idna v1.1.0 |
| 1452 | 2026-08-24T19:53:13.401Z | Compiling der v0.7.10 |
| 1453 | 2026-08-24T19:53:13.445Z | Compiling http v1.4.2 |
| 1454 | 2026-08-24T19:53:13.759Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-08-24T19:53:13.773Z | Compiling url v2.5.8 |
| 1456 | 2026-08-24T19:53:14.002Z | Compiling crypto-common v0.2.2 |
| 1457 | 2026-08-24T19:53:14.075Z | Compiling block-buffer v0.12.1 |
| 1458 | 2026-08-24T19:53:14.275Z | Compiling spki v0.7.3 |
| 1459 | 2026-08-24T19:53:14.322Z | Compiling rustc_version v0.4.1 |
| 1460 | 2026-08-24T19:53:14.482Z | Compiling tracing-core v0.1.36 |
| 1461 | 2026-08-24T19:53:14.499Z | Compiling aws-lc-rs v1.16.3 |
| 1462 | 2026-08-24T19:53:14.541Z | Compiling simd-adler32 v0.3.8 |
| 1463 | 2026-08-24T19:53:14.576Z | Compiling tempfile v3.27.0 |
| 1464 | 2026-08-24T19:53:14.637Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-08-24T19:53:14.782Z | Compiling http-body v1.0.1 |
| 1466 | 2026-08-24T19:53:14.888Z | Compiling tracing v0.1.44 |
| 1467 | 2026-08-24T19:53:14.925Z | Compiling rand_chacha v0.9.0 |
| 1468 | 2026-08-24T19:53:14.940Z | Compiling rustls-pki-types v1.14.0 |
| 1469 | 2026-08-24T19:53:15.143Z | Compiling spin v0.9.8 |
| 1470 | 2026-08-24T19:53:15.350Z | Compiling adler2 v2.0.1 |
| 1471 | 2026-08-24T19:53:15.374Z | Compiling tinyvec_macros v0.1.1 |
| 1472 | 2026-08-24T19:53:15.442Z | Compiling httparse v1.10.1 |
| 1473 | 2026-08-24T19:53:15.480Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-08-24T19:53:15.596Z | Compiling openssl-probe v0.2.1 |
| 1475 | 2026-08-24T19:53:15.724Z | Compiling miniz_oxide v0.8.9 |
| 1476 | 2026-08-24T19:53:15.771Z | Compiling tinyvec v1.10.0 |
| 1477 | 2026-08-24T19:53:15.791Z | Compiling pest_generator v2.8.6 |
| 1478 | 2026-08-24T19:53:15.810Z | Compiling rand v0.9.2 |
| 1479 | 2026-08-24T19:53:16.065Z | Compiling terminal_size v0.4.3 |
| 1480 | 2026-08-24T19:53:16.175Z | Compiling aho-corasick v1.1.4 |
| 1481 | 2026-08-24T19:53:16.203Z | Compiling try-lock v0.2.5 |
| 1482 | 2026-08-24T19:53:16.311Z | Compiling radium v0.7.0 |
| 1483 | 2026-08-24T19:53:16.346Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-08-24T19:53:16.444Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-08-24T19:53:16.487Z | Compiling tokio-util v0.7.18 |
| 1486 | 2026-08-24T19:53:16.552Z | Compiling untrusted v0.7.1 |
| 1487 | 2026-08-24T19:53:16.566Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-08-24T19:53:16.598Z | Compiling pest_derive v2.8.6 |
| 1489 | 2026-08-24T19:53:16.671Z | Compiling want v0.3.1 |
| 1490 | 2026-08-24T19:53:17.012Z | Compiling regex-automata v0.4.14 |
| 1491 | 2026-08-24T19:53:17.013Z | Compiling block-padding v0.4.2 |
| 1492 | 2026-08-24T19:53:17.041Z | Compiling ipnet v2.12.0 |
| 1493 | 2026-08-24T19:53:17.193Z | Compiling h2 v0.4.15 |
| 1494 | 2026-08-24T19:53:17.505Z | Compiling scroll_derive v0.13.1 |
| 1495 | 2026-08-24T19:53:17.526Z | Compiling darling_core v0.20.11 |
| 1496 | 2026-08-24T19:53:17.824Z | Compiling wait-timeout v0.2.1 |
| 1497 | 2026-08-24T19:53:18.078Z | Compiling tap v1.0.1 |
| 1498 | 2026-08-24T19:53:18.188Z | Compiling untrusted v0.9.0 |
| 1499 | 2026-08-24T19:53:18.276Z | Compiling quick-error v1.2.3 |
| 1500 | 2026-08-24T19:53:18.308Z | Compiling maybe-uninit v2.0.0 |
| 1501 | 2026-08-24T19:53:18.379Z | Compiling const-oid v0.10.2 |
| 1502 | 2026-08-24T19:53:18.421Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-08-24T19:53:18.561Z | Compiling foreign-types-shared v0.1.1 |
| 1504 | 2026-08-24T19:53:18.577Z | Compiling openssl v0.10.80 |
| 1505 | 2026-08-24T19:53:18.643Z | Compiling bit-vec v0.8.0 |
| 1506 | 2026-08-24T19:53:18.643Z | Compiling cpufeatures v0.2.17 |
| 1507 | 2026-08-24T19:53:18.716Z | Compiling rustls v0.23.41 |
| 1508 | 2026-08-24T19:53:18.814Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-08-24T19:53:18.865Z | Compiling bit-set v0.8.0 |
| 1510 | 2026-08-24T19:53:18.879Z | Compiling digest v0.11.3 |
| 1511 | 2026-08-24T19:53:18.882Z | Compiling rusty-fork v0.3.1 |
| 1512 | 2026-08-24T19:53:18.925Z | Compiling scroll v0.13.0 |
| 1513 | 2026-08-24T19:53:19.020Z | Compiling wyz v0.5.1 |
| 1514 | 2026-08-24T19:53:19.120Z | Compiling inout v0.2.2 |
| 1515 | 2026-08-24T19:53:19.197Z | Compiling unicode-normalization v0.1.25 |
| 1516 | 2026-08-24T19:53:19.293Z | Compiling rand_chacha v0.3.1 |
| 1517 | 2026-08-24T19:53:19.375Z | Compiling signature v2.2.0 |
| 1518 | 2026-08-24T19:53:19.558Z | Compiling hex v0.4.3 |
| 1519 | 2026-08-24T19:53:19.606Z | Compiling openssl-macros v0.1.1 |
| 1520 | 2026-08-24T19:53:19.649Z | Compiling thiserror-impl v1.0.69 |
| 1521 | 2026-08-24T19:53:19.746Z | Compiling darling_macro v0.20.11 |
| 1522 | 2026-08-24T19:53:19.826Z | Compiling rand_xorshift v0.4.0 |
| 1523 | 2026-08-24T19:53:19.996Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1524 | 2026-08-24T19:53:20.002Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1525 | 2026-08-24T19:53:20.054Z | Compiling num-integer v0.1.46 |
| 1526 | 2026-08-24T19:53:20.233Z | Compiling ahash v0.8.12 |
| 1527 | 2026-08-24T19:53:20.270Z | Compiling hyper v1.10.1 |
| 1528 | 2026-08-24T19:53:20.368Z | Compiling num-bigint-dig v0.8.6 |
| 1529 | 2026-08-24T19:53:20.374Z | Compiling funty v2.0.0 |
| 1530 | 2026-08-24T19:53:20.438Z | Compiling cpufeatures v0.3.0 |
| 1531 | 2026-08-24T19:53:20.514Z | Compiling paste v1.0.15 |
| 1532 | 2026-08-24T19:53:20.551Z | Compiling unarray v0.1.4 |
| 1533 | 2026-08-24T19:53:20.656Z | Compiling time-core v0.1.8 |
| 1534 | 2026-08-24T19:53:20.770Z | Compiling packed_struct v0.10.1 |
| 1535 | 2026-08-24T19:53:20.807Z | Compiling native-tls v0.2.18 |
| 1536 | 2026-08-24T19:53:20.871Z | Compiling num-conv v0.2.0 |
| 1537 | 2026-08-24T19:53:20.933Z | Compiling powerfmt v0.2.0 |
| 1538 | 2026-08-24T19:53:21.017Z | Compiling thiserror v1.0.69 |
| 1539 | 2026-08-24T19:53:21.053Z | Compiling time-macros v0.2.27 |
| 1540 | 2026-08-24T19:53:21.100Z | Compiling clap_builder v4.6.0 |
| 1541 | 2026-08-24T19:53:21.137Z | Compiling deranged v0.5.8 |
| 1542 | 2026-08-24T19:53:21.163Z | Compiling bitvec v1.0.1 |
| 1543 | 2026-08-24T19:53:21.190Z | Compiling proptest v1.11.0 |
| 1544 | 2026-08-24T19:53:21.851Z | Compiling hyper-util v0.1.20 |
| 1545 | 2026-08-24T19:53:22.111Z | Compiling num-iter v0.1.45 |
| 1546 | 2026-08-24T19:53:22.223Z | Compiling darling v0.20.11 |
| 1547 | 2026-08-24T19:53:22.590Z | Compiling rand v0.8.6 |
| 1548 | 2026-08-24T19:53:22.884Z | Compiling cipher v0.5.2 |
| 1549 | 2026-08-24T19:53:23.165Z | Compiling goblin v0.10.5 |
| 1550 | 2026-08-24T19:53:23.419Z | Compiling packed_struct_codegen v0.10.1 |
| 1551 | 2026-08-24T19:53:23.526Z | Compiling sha2 v0.10.9 |
| 1552 | 2026-08-24T19:53:24.033Z | Compiling ipnetwork v0.21.1 |
| 1553 | 2026-08-24T19:53:24.412Z | Compiling lazy_static v1.5.0 |
| 1554 | 2026-08-24T19:53:24.461Z | Compiling toml_datetime v0.6.11 |
| 1555 | 2026-08-24T19:53:24.505Z | Compiling serde_spanned v0.6.9 |
| 1556 | 2026-08-24T19:53:24.652Z | Compiling bitfield-macros v0.19.4 |
| 1557 | 2026-08-24T19:53:24.711Z | Compiling clap_derive v4.6.1 |
| 1558 | 2026-08-24T19:53:24.812Z | Compiling zerocopy-derive v0.6.6 |
| 1559 | 2026-08-24T19:53:25.233Z | Compiling slog v2.8.2 |
| 1560 | 2026-08-24T19:53:25.339Z | Compiling sync_wrapper v1.0.2 |
| 1561 | 2026-08-24T19:53:25.415Z | Compiling indexmap v1.9.3 |
| 1562 | 2026-08-24T19:53:25.444Z | Compiling syn v3.0.3 |
| 1563 | 2026-08-24T19:53:25.599Z | Compiling object v0.37.3 |
| 1564 | 2026-08-24T19:53:25.634Z | Compiling siphasher v1.0.2 |
| 1565 | 2026-08-24T19:53:25.822Z | Compiling num_threads v0.1.7 |
| 1566 | 2026-08-24T19:53:25.852Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-08-24T19:53:25.917Z | Compiling unicode-segmentation v1.12.0 |
| 1568 | 2026-08-24T19:53:26.315Z | Compiling usdt-impl v0.6.0 |
| 1569 | 2026-08-24T19:53:26.463Z | Compiling crossbeam-utils v0.8.21 |
| 1570 | 2026-08-24T19:53:26.523Z | Compiling nodrop v0.1.14 |
| 1571 | 2026-08-24T19:53:26.617Z | Compiling crc-catalog v2.4.0 |
| 1572 | 2026-08-24T19:53:26.710Z | Compiling crc v3.4.0 |
| 1573 | 2026-08-24T19:53:26.762Z | Compiling array-init v0.0.4 |
| 1574 | 2026-08-24T19:53:26.928Z | Compiling clap v4.6.1 |
| 1575 | 2026-08-24T19:53:27.023Z | Compiling time v0.3.47 |
| 1576 | 2026-08-24T19:53:27.140Z | Compiling dof v0.4.0 |
| 1577 | 2026-08-24T19:53:27.416Z | Compiling zerocopy v0.6.6 |
| 1578 | 2026-08-24T19:53:27.704Z | Compiling tower v0.5.3 |
| 1579 | 2026-08-24T19:53:27.851Z | Compiling bitfield v0.19.4 |
| 1580 | 2026-08-24T19:53:28.483Z | Compiling oxnet v0.1.6 |
| 1581 | 2026-08-24T19:53:28.537Z | Compiling newtype-uuid v1.3.2 |
| 1582 | 2026-08-24T19:53:28.846Z | Compiling daft-derive v0.1.8 |
| 1583 | 2026-08-24T19:53:28.862Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-08-24T19:53:28.897Z | Compiling smallvec v0.6.14 |
| 1585 | 2026-08-24T19:53:29.095Z | Compiling chacha20 v0.10.0 |
| 1586 | 2026-08-24T19:53:29.204Z | Compiling derive_builder_core v0.20.2 |
| 1587 | 2026-08-24T19:53:29.490Z | Compiling dtrace-parser v0.3.0 |
| 1588 | 2026-08-24T19:53:29.539Z | Compiling http-body-util v0.1.3 |
| 1589 | 2026-08-24T19:53:29.539Z | Compiling pkcs1 v0.7.5 |
| 1590 | 2026-08-24T19:53:29.783Z | Compiling heapless v0.7.17 |
| 1591 | 2026-08-24T19:53:29.940Z | Compiling erased-serde v0.3.31 |
| 1592 | 2026-08-24T19:53:29.969Z | Compiling structmeta-derive v0.3.0 |
| 1593 | 2026-08-24T19:53:30.019Z | Compiling scroll_derive v0.12.1 |
| 1594 | 2026-08-24T19:53:30.052Z | Compiling darling_core v0.23.0 |
| 1595 | 2026-08-24T19:53:30.204Z | Compiling thread-id v5.1.0 |
| 1596 | 2026-08-24T19:53:30.289Z | Compiling cookie v0.18.1 |
| 1597 | 2026-08-24T19:53:30.414Z | Compiling env_filter v2.0.0 |
| 1598 | 2026-08-24T19:53:30.471Z | Compiling anyhow v1.0.104 |
| 1599 | 2026-08-24T19:53:30.672Z | Compiling allocator-api2 v0.2.21 |
| 1600 | 2026-08-24T19:53:30.705Z | Compiling base64 v0.21.7 |
| 1601 | 2026-08-24T19:53:30.769Z | Compiling gimli v0.32.3 |
| 1602 | 2026-08-24T19:53:31.032Z | Compiling ryu v1.0.23 |
| 1603 | 2026-08-24T19:53:31.046Z | Compiling unicode-bidi v0.3.18 |
| 1604 | 2026-08-24T19:53:31.059Z | Compiling signal-hook v0.3.18 |
| 1605 | 2026-08-24T19:53:31.210Z | Compiling iri-string v0.7.10 |
| 1606 | 2026-08-24T19:53:31.229Z | Compiling winnow v0.5.40 |
| 1607 | 2026-08-24T19:53:31.577Z | Compiling zstd-safe v7.2.4 |
| 1608 | 2026-08-24T19:53:31.771Z | Compiling hashbrown v0.12.3 |
| 1609 | 2026-08-24T19:53:32.108Z | Compiling unicode-properties v0.1.4 |
| 1610 | 2026-08-24T19:53:32.311Z | Compiling stringprep v0.1.5 |
| 1611 | 2026-08-24T19:53:32.537Z | Compiling darling_macro v0.23.0 |
| 1612 | 2026-08-24T19:53:32.609Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-08-24T19:53:32.642Z | Compiling addr2line v0.25.1 |
| 1614 | 2026-08-24T19:53:32.709Z | Compiling tower-http v0.6.8 |
| 1615 | 2026-08-24T19:53:32.742Z | Compiling serde_urlencoded v0.7.1 |
| 1616 | 2026-08-24T19:53:32.772Z | Compiling structmeta v0.3.0 |
| 1617 | 2026-08-24T19:53:32.963Z | Compiling ron v0.8.1 |
| 1618 | 2026-08-24T19:53:32.991Z | Compiling scroll v0.12.0 |
| 1619 | 2026-08-24T19:53:33.025Z | Compiling env_logger v0.11.11 |
| 1620 | 2026-08-24T19:53:33.246Z | Compiling derive_builder_macro v0.20.2 |
| 1621 | 2026-08-24T19:53:33.402Z | Compiling daft v0.1.8 |
| 1622 | 2026-08-24T19:53:33.518Z | Compiling rsa v0.9.10 |
| 1623 | 2026-08-24T19:53:33.614Z | Compiling hashbrown v0.13.2 |
| 1624 | 2026-08-24T19:53:33.676Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1625 | 2026-08-24T19:53:33.704Z | Compiling rand v0.10.1 |
| 1626 | 2026-08-24T19:53:33.741Z | Compiling bzip2 v0.4.4 |
| 1627 | 2026-08-24T19:53:33.868Z | Compiling serde-hex v0.1.0 |
| 1628 | 2026-08-24T19:53:33.936Z | Compiling tokio-native-tls v0.3.1 |
| 1629 | 2026-08-24T19:53:34.105Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1630 | 2026-08-24T19:53:34.280Z | Compiling camino v1.2.5 |
| 1631 | 2026-08-24T19:53:34.656Z | Compiling sha2 v0.11.0 |
| 1632 | 2026-08-24T19:53:34.987Z | Compiling bstr v1.12.1 |
| 1633 | 2026-08-24T19:53:35.213Z | Compiling md-5 v0.11.0 |
| 1634 | 2026-08-24T19:53:35.526Z | Compiling hmac v0.13.0 |
| 1635 | 2026-08-24T19:53:35.572Z | Compiling rustls-native-certs v0.8.3 |
| 1636 | 2026-08-24T19:53:35.621Z | Compiling curve25519-dalek v4.1.3 |
| 1637 | 2026-08-24T19:53:35.704Z | Compiling x509-cert v0.2.5 |
| 1638 | 2026-08-24T19:53:35.852Z | Compiling serde_tokenstream v0.2.3 |
| 1639 | 2026-08-24T19:53:35.938Z | Compiling async-trait v0.1.89 |
| 1640 | 2026-08-24T19:53:36.200Z | Compiling zerocopy-derive v0.7.35 |
| 1641 | 2026-08-24T19:53:36.404Z | Compiling pin-project-internal v1.1.11 |
| 1642 | 2026-08-24T19:53:36.597Z | Compiling vergen-lib v9.1.0 |
| 1643 | 2026-08-24T19:53:36.775Z | Compiling hash32 v0.2.1 |
| 1644 | 2026-08-24T19:53:36.961Z | Compiling memoffset v0.9.1 |
| 1645 | 2026-08-24T19:53:36.973Z | Compiling encoding_rs v0.8.35 |
| 1646 | 2026-08-24T19:53:36.991Z | Compiling fallible-iterator v0.2.0 |
| 1647 | 2026-08-24T19:53:37.066Z | Compiling smoltcp v0.9.1 |
| 1648 | 2026-08-24T19:53:37.142Z | Compiling crc-any v2.5.0 |
| 1649 | 2026-08-24T19:53:37.296Z | Compiling rustix v0.38.44 |
| 1650 | 2026-08-24T19:53:37.365Z | Compiling mime v0.3.17 |
| 1651 | 2026-08-24T19:53:37.381Z | Compiling rustc-demangle v0.1.27 |
| 1652 | 2026-08-24T19:53:37.393Z | Compiling litrs v1.0.0 |
| 1653 | 2026-08-24T19:53:37.498Z | Compiling psl-types v2.0.11 |
| 1654 | 2026-08-24T19:53:37.627Z | Compiling ref-cast v1.0.25 |
| 1655 | 2026-08-24T19:53:37.633Z | Compiling owo-colors v4.3.0 |
| 1656 | 2026-08-24T19:53:37.640Z | Compiling cfg_aliases v0.2.1 |
| 1657 | 2026-08-24T19:53:37.712Z | Compiling nix v0.31.2 |
| 1658 | 2026-08-24T19:53:37.846Z | Compiling backtrace v0.3.76 |
| 1659 | 2026-08-24T19:53:37.887Z | Compiling document-features v0.2.12 |
| 1660 | 2026-08-24T19:53:37.950Z | Compiling publicsuffix v2.3.0 |
| 1661 | 2026-08-24T19:53:37.970Z | Compiling pin-project v1.1.11 |
| 1662 | 2026-08-24T19:53:38.081Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1663 | 2026-08-24T19:53:38.098Z | Compiling postgres-protocol v0.6.12 |
| 1664 | 2026-08-24T19:53:38.205Z | Compiling zerocopy v0.7.35 |
| 1665 | 2026-08-24T19:53:38.497Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1666 | 2026-08-24T19:53:38.642Z | Compiling hyper-tls v0.6.0 |
| 1667 | 2026-08-24T19:53:38.721Z | Compiling object v0.30.4 |
| 1668 | 2026-08-24T19:53:38.739Z | Compiling toml v0.7.8 |
| 1669 | 2026-08-24T19:53:38.753Z | Compiling zip v0.6.6 |
| 1670 | 2026-08-24T19:53:38.768Z | Compiling derive_builder v0.20.2 |
| 1671 | 2026-08-24T19:53:38.860Z | Compiling goblin v0.8.2 |
| 1672 | 2026-08-24T19:53:39.227Z | Compiling darling v0.23.0 |
| 1673 | 2026-08-24T19:53:39.300Z | Compiling derive-ex v0.1.8 |
| 1674 | 2026-08-24T19:53:39.316Z | Compiling convert_case v0.10.0 |
| 1675 | 2026-08-24T19:53:39.503Z | Compiling phf_shared v0.13.1 |
| 1676 | 2026-08-24T19:53:39.600Z | Compiling regex v1.12.3 |
| 1677 | 2026-08-24T19:53:39.619Z | Compiling hubpack_derive v0.1.1 |
| 1678 | 2026-08-24T19:53:39.737Z | Compiling hmac v0.12.1 |
| 1679 | 2026-08-24T19:53:39.898Z | Compiling futures-executor v0.3.32 |
| 1680 | 2026-08-24T19:53:40.023Z | Compiling strum_macros v0.27.2 |
| 1681 | 2026-08-24T19:53:40.060Z | Compiling snafu-derive v0.8.9 |
| 1682 | 2026-08-24T19:53:40.155Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1683 | 2026-08-24T19:53:40.791Z | Compiling ref-cast-impl v1.0.25 |
| 1684 | 2026-08-24T19:53:40.953Z | Compiling vergen v9.1.0 |
| 1685 | 2026-08-24T19:53:41.161Z | Compiling ff v0.13.1 |
| 1686 | 2026-08-24T19:53:41.305Z | Compiling cargo-platform v0.3.2 |
| 1687 | 2026-08-24T19:53:41.398Z | Compiling fs-err v3.3.0 |
| 1688 | 2026-08-24T19:53:41.573Z | Compiling is_ci v1.2.0 |
| 1689 | 2026-08-24T19:53:41.588Z | Compiling same-file v1.0.6 |
| 1690 | 2026-08-24T19:53:41.588Z | Compiling bumpalo v3.20.2 |
| 1691 | 2026-08-24T19:53:41.709Z | Compiling bitflags v1.3.2 |
| 1692 | 2026-08-24T19:53:41.751Z | Compiling foldhash v0.1.5 |
| 1693 | 2026-08-24T19:53:41.790Z | Compiling either v1.15.0 |
| 1694 | 2026-08-24T19:53:41.853Z | Compiling path-slash v0.1.5 |
| 1695 | 2026-08-24T19:53:41.925Z | Compiling base16ct v0.2.0 |
| 1696 | 2026-08-24T19:53:41.972Z | Compiling foldhash v0.2.0 |
| 1697 | 2026-08-24T19:53:41.986Z | Compiling libbz2-rs-sys v0.2.2 |
| 1698 | 2026-08-24T19:53:42.004Z | Compiling jiff-core v0.1.0 |
| 1699 | 2026-08-24T19:53:42.017Z | Compiling managed v0.8.0 |
| 1700 | 2026-08-24T19:53:42.100Z | Compiling sec1 v0.7.3 |
| 1701 | 2026-08-24T19:53:42.189Z | Compiling hashbrown v0.16.1 |
| 1702 | 2026-08-24T19:53:42.366Z | Compiling textwrap v0.16.2 |
| 1703 | 2026-08-24T19:53:42.386Z | Compiling snafu v0.8.9 |
| 1704 | 2026-08-24T19:53:42.664Z | Compiling bzip2 v0.6.1 |
| 1705 | 2026-08-24T19:53:42.745Z | Compiling jiff v0.2.34 |
| 1706 | 2026-08-24T19:53:42.802Z | Compiling strum v0.27.2 |
| 1707 | 2026-08-24T19:53:42.802Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1708 | 2026-08-24T19:53:42.872Z | Compiling hashbrown v0.15.5 |
| 1709 | 2026-08-24T19:53:42.931Z | Compiling zopfli v0.8.3 |
| 1710 | 2026-08-24T19:53:43.025Z | Compiling walkdir v2.5.0 |
| 1711 | 2026-08-24T19:53:43.061Z | Compiling supports-color v3.0.2 |
| 1712 | 2026-08-24T19:53:43.327Z | Compiling cargo_metadata v0.23.1 |
| 1713 | 2026-08-24T19:53:43.416Z | Compiling group v0.13.0 |
| 1714 | 2026-08-24T19:53:43.462Z | Compiling dof v0.3.0 |
| 1715 | 2026-08-24T19:53:43.569Z | Compiling test-strategy v0.4.5 |
| 1716 | 2026-08-24T19:53:44.173Z | Compiling hubpack v0.1.2 |
| 1717 | 2026-08-24T19:53:44.199Z | Compiling futures v0.3.32 |
| 1718 | 2026-08-24T19:53:44.280Z | Compiling hkdf v0.12.4 |
| 1719 | 2026-08-24T19:53:44.378Z | Compiling phf v0.13.1 |
| 1720 | 2026-08-24T19:53:44.463Z | Compiling derive_more-impl v2.1.1 |
| 1721 | 2026-08-24T19:53:44.547Z | Compiling signal-hook-mio v0.2.5 |
| 1722 | 2026-08-24T19:53:44.660Z | Compiling serde_with_macros v3.21.0 |
| 1723 | 2026-08-24T19:53:44.665Z | Compiling cookie_store v0.22.1 |
| 1724 | 2026-08-24T19:53:45.312Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-08-24T19:53:45.392Z | Compiling zstd v0.13.3 |
| 1726 | 2026-08-24T19:53:45.619Z | Compiling postgres-types v0.2.12 |
| 1727 | 2026-08-24T19:53:45.650Z | Compiling backtrace-ext v0.2.1 |
| 1728 | 2026-08-24T19:53:46.181Z | Compiling usdt-macro v0.6.0 |
| 1729 | 2026-08-24T19:53:46.263Z | Compiling usdt-attr-macro v0.6.0 |
| 1730 | 2026-08-24T19:53:46.603Z | Compiling globset v0.4.18 |
| 1731 | 2026-08-24T19:53:46.608Z | Compiling phf_shared v0.11.3 |
| 1732 | 2026-08-24T19:53:46.805Z | Compiling dtrace-parser v0.2.0 |
| 1733 | 2026-08-24T19:53:46.950Z | Compiling byte-wrapper v0.1.0 |
| 1734 | 2026-08-24T19:53:47.044Z | Compiling olpc-cjson v0.1.4 |
| 1735 | 2026-08-24T19:53:47.081Z | Compiling ed25519 v2.2.3 |
| 1736 | 2026-08-24T19:53:47.164Z | Compiling crypto-bigint v0.5.5 |
| 1737 | 2026-08-24T19:53:47.209Z | Compiling serde_plain v1.0.2 |
| 1738 | 2026-08-24T19:53:47.282Z | Compiling serde-big-array v0.5.1 |
| 1739 | 2026-08-24T19:53:47.295Z | Compiling miette-derive v7.6.0 |
| 1740 | 2026-08-24T19:53:47.403Z | Compiling enum-as-inner v0.6.1 |
| 1741 | 2026-08-24T19:53:47.438Z | Compiling strum_macros v0.26.4 |
| 1742 | 2026-08-24T19:53:47.553Z | Compiling serde_repr v0.1.20 |
| 1743 | 2026-08-24T19:53:47.901Z | Compiling async-recursion v1.1.1 |
| 1744 | 2026-08-24T19:53:47.981Z | Compiling pem v3.0.6 |
| 1745 | 2026-08-24T19:53:48.090Z | Compiling float-cmp v0.10.0 |
| 1746 | 2026-08-24T19:53:48.275Z | Compiling thread-id v4.2.2 |
| 1747 | 2026-08-24T19:53:48.311Z | Compiling memmap2 v0.9.10 |
| 1748 | 2026-08-24T19:53:48.360Z | Compiling typed-path v0.9.3 |
| 1749 | 2026-08-24T19:53:48.437Z | Compiling winnow v1.0.3 |
| 1750 | 2026-08-24T19:53:48.534Z | Compiling data-encoding v2.10.0 |
| 1751 | 2026-08-24T19:53:48.552Z | Compiling difflib v0.4.0 |
| 1752 | 2026-08-24T19:53:49.102Z | Compiling normalize-line-endings v0.3.0 |
| 1753 | 2026-08-24T19:53:49.173Z | Compiling whoami v2.1.0 |
| 1754 | 2026-08-24T19:53:49.226Z | Compiling precomputed-hash v0.1.1 |
| 1755 | 2026-08-24T19:53:49.226Z | Compiling static_assertions v1.1.0 |
| 1756 | 2026-08-24T19:53:49.226Z | Compiling keccak v0.1.6 |
| 1757 | 2026-08-24T19:53:49.263Z | Compiling fixedbitset v0.5.7 |
| 1758 | 2026-08-24T19:53:49.271Z | Compiling predicates-core v1.0.10 |
| 1759 | 2026-08-24T19:53:49.285Z | Compiling supports-unicode v3.0.0 |
| 1760 | 2026-08-24T19:53:49.430Z | Compiling new_debug_unreachable v1.0.6 |
| 1761 | 2026-08-24T19:53:49.443Z | Compiling fixedbitset v0.4.2 |
| 1762 | 2026-08-24T19:53:49.494Z | Compiling supports-hyperlinks v3.2.0 |
| 1763 | 2026-08-24T19:53:49.518Z | Compiling string_cache v0.8.9 |
| 1764 | 2026-08-24T19:53:49.549Z | Compiling petgraph v0.8.3 |
| 1765 | 2026-08-24T19:53:49.574Z | Compiling toml_edit v0.22.27 |
| 1766 | 2026-08-24T19:53:49.575Z | Compiling predicates v3.1.4 |
| 1767 | 2026-08-24T19:53:49.653Z | Compiling petgraph v0.6.5 |
| 1768 | 2026-08-24T19:53:49.704Z | Compiling miette v7.6.0 |
| 1769 | 2026-08-24T19:53:49.730Z | Compiling sha3 v0.10.8 |
| 1770 | 2026-08-24T19:53:49.950Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1771 | 2026-08-24T19:53:50.180Z | Compiling tokio-postgres v0.7.16 |
| 1772 | 2026-08-24T19:53:50.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1773 | 2026-08-24T19:53:50.561Z | Compiling strum v0.26.3 |
| 1774 | 2026-08-24T19:53:50.691Z | Compiling hickory-proto v0.25.2 |
| 1775 | 2026-08-24T19:53:50.777Z | Compiling usdt v0.6.0 |
| 1776 | 2026-08-24T19:53:51.090Z | Compiling usdt-impl v0.5.0 |
| 1777 | 2026-08-24T19:53:51.118Z | Compiling elliptic-curve v0.13.8 |
| 1778 | 2026-08-24T19:53:51.478Z | Compiling ed25519-dalek v2.2.0 |
| 1779 | 2026-08-24T19:53:51.565Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1780 | 2026-08-24T19:53:51.680Z | Compiling crossterm v0.28.1 |
| 1781 | 2026-08-24T19:53:52.256Z | Compiling serde_with v3.21.0 |
| 1782 | 2026-08-24T19:53:52.417Z | Compiling derive_more v2.1.1 |
| 1783 | 2026-08-24T19:53:52.523Z | Compiling zip v4.6.1 |
| 1784 | 2026-08-24T19:53:53.017Z | Compiling iddqd v0.4.2 |
| 1785 | 2026-08-24T19:53:53.325Z | Compiling itertools v0.15.0 |
| 1786 | 2026-08-24T19:53:53.430Z | Compiling itertools v0.13.0 |
| 1787 | 2026-08-24T19:53:53.453Z | Compiling similar v2.7.0 |
| 1788 | 2026-08-24T19:53:53.667Z | Compiling crossbeam-epoch v0.9.18 |
| 1789 | 2026-08-24T19:53:53.986Z | Compiling oxide-generation v0.1.3 |
| 1790 | 2026-08-24T19:53:54.016Z | Compiling heck v0.4.1 |
| 1791 | 2026-08-24T19:53:54.237Z | Compiling tokio-stream v0.1.18 |
| 1792 | 2026-08-24T19:53:54.269Z | Compiling buf-list v1.1.2 |
| 1793 | 2026-08-24T19:53:54.284Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1794 | 2026-08-24T19:53:54.300Z | Compiling openapiv3 v2.2.0 |
| 1795 | 2026-08-24T19:53:54.538Z | Compiling lalrpop-util v0.19.12 |
| 1796 | 2026-08-24T19:53:54.578Z | Compiling peg-runtime v0.8.5 |
| 1797 | 2026-08-24T19:53:54.613Z | Compiling thread_local v1.1.9 |
| 1798 | 2026-08-24T19:53:54.640Z | Compiling slog-async v2.8.0 |
| 1799 | 2026-08-24T19:53:54.685Z | Compiling crossbeam-channel v0.5.15 |
| 1800 | 2026-08-24T19:53:54.724Z | Compiling is-terminal v0.4.17 |
| 1801 | 2026-08-24T19:53:54.823Z | Compiling filetime v0.2.27 |
| 1802 | 2026-08-24T19:53:54.851Z | Compiling term v1.2.1 |
| 1803 | 2026-08-24T19:53:54.866Z | Compiling xattr v1.6.1 |
| 1804 | 2026-08-24T19:53:54.946Z | Compiling take_mut v0.2.2 |
| 1805 | 2026-08-24T19:53:54.993Z | Compiling tar v0.4.46 |
| 1806 | 2026-08-24T19:53:55.053Z | Compiling camino-tempfile v1.4.1 |
| 1807 | 2026-08-24T19:53:55.140Z | Compiling slog-term v2.9.2 |
| 1808 | 2026-08-24T19:54:00.945Z | Compiling rustls-webpki v0.103.13 |
| 1809 | 2026-08-24T19:54:03.668Z | Compiling tokio-rustls v0.26.4 |
| 1810 | 2026-08-24T19:54:03.668Z | Compiling rustls-platform-verifier v0.6.2 |
| 1811 | 2026-08-24T19:54:03.679Z | Compiling tough v0.22.0 |
| 1812 | 2026-08-24T19:54:03.875Z | Compiling hyper-rustls v0.27.7 |
| 1813 | 2026-08-24T19:54:04.084Z | Compiling reqwest v0.13.2 |
| 1814 | 2026-08-24T19:54:06.289Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-08-24T19:54:06.505Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-08-24T19:54:09.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1817 | 2026-08-24T19:54:09.549Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1818 | 2026-08-24T19:54:09.601Z | Aug 24 19:54:08.196 INFO Starting download, target: Console |
| 1819 | 2026-08-24T19:54:09.601Z | Aug 24 19:54:08.196 INFO Starting download, target: Clickhouse |
| 1820 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.196 INFO Starting download, target: DendriteStub |
| 1821 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Starting download, target: Cockroach |
| 1822 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Starting download, target: MaghemiteMgd |
| 1823 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Starting download, target: MaghemiteDdmd |
| 1824 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Starting download, target: TransceiverControl |
| 1825 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1826 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1827 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1828 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1830 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1831 | 2026-08-24T19:54:09.615Z | Aug 24 19:54:08.197 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1832 | 2026-08-24T19:54:10.483Z | Aug 24 19:54:09.079 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1833 | 2026-08-24T19:54:10.707Z | Aug 24 19:54:09.295 INFO Download complete, target: TransceiverControl |
| 1834 | 2026-08-24T19:54:11.671Z | Aug 24 19:54:10.224 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1835 | 2026-08-24T19:54:11.728Z | Aug 24 19:54:10.309 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1836 | 2026-08-24T19:54:11.886Z | Aug 24 19:54:10.468 INFO Download complete, target: Console |
| 1837 | 2026-08-24T19:54:13.081Z | Aug 24 19:54:11.682 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1838 | 2026-08-24T19:54:13.494Z | Aug 24 19:54:12.079 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1839 | 2026-08-24T19:54:13.820Z | Aug 24 19:54:12.405 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1840 | 2026-08-24T19:54:15.043Z | Aug 24 19:54:13.643 INFO Download complete, target: MaghemiteDdmd |
| 1841 | 2026-08-24T19:54:15.951Z | Aug 24 19:54:14.551 INFO Download complete, target: DendriteStub |
| 1842 | 2026-08-24T19:54:16.150Z | Aug 24 19:54:14.751 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1843 | 2026-08-24T19:54:16.150Z | Aug 24 19:54:14.751 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1844 | 2026-08-24T19:54:16.253Z | Aug 24 19:54:14.855 INFO Download complete, target: MaghemiteMgd |
| 1845 | 2026-08-24T19:54:18.536Z | Aug 24 19:54:17.139 INFO Checking that binary works, target: Clickhouse |
| 1846 | 2026-08-24T19:54:18.672Z | Aug 24 19:54:17.273 INFO Download complete, target: Clickhouse |
| 1847 | 2026-08-24T19:54:20.684Z | Aug 24 19:54:19.285 INFO Checking that binary works, target: Cockroach |
| 1848 | 2026-08-24T19:54:20.797Z | Aug 24 19:54:19.399 INFO Download complete, target: Cockroach |
| 1849 | 2026-08-24T19:54:20.813Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1850 | 2026-08-24T19:54:20.816Z | |
| 1851 | 2026-08-24T19:54:20.816Z | real 2:13.021986186 |
| 1852 | 2026-08-24T19:54:20.816Z | user 7:26.596888377 |
| 1853 | 2026-08-24T19:54:20.816Z | sys 1:26.394250920 |
| 1854 | 2026-08-24T19:54:20.816Z | trap 0.254954616 |
| 1855 | 2026-08-24T19:54:20.816Z | tflt 0.533607673 |
| 1856 | 2026-08-24T19:54:20.816Z | dflt 0.839657993 |
| 1857 | 2026-08-24T19:54:20.816Z | kflt 0.030894976 |
| 1858 | 2026-08-24T19:54:20.816Z | lock 28:31.528981898 |
| 1859 | 2026-08-24T19:54:20.816Z | slp 22:30.197637993 |
| 1860 | 2026-08-24T19:54:20.816Z | lat 49.191682093 |
| 1861 | 2026-08-24T19:54:20.816Z | stop 2:41.633258503 |
| 1862 | 2026-08-24T19:54:20.816Z | + banner hack-check |
| 1863 | 2026-08-24T19:54:20.816Z | |
| 1864 | 2026-08-24T19:54:20.816Z | # # ## #### # # #### # # ###### #### # # |
| 1865 | 2026-08-24T19:54:20.816Z | # # # # # # # # # # # # # # # # # |
| 1866 | 2026-08-24T19:54:20.816Z | ###### # # # #### ##### # ###### ##### # #### |
| 1867 | 2026-08-24T19:54:20.816Z | # # ###### # # # # # # # # # # |
| 1868 | 2026-08-24T19:54:20.816Z | # # # # # # # # # # # # # # # # # |
| 1869 | 2026-08-24T19:54:20.816Z | # # # # #### # # #### # # ###### #### # # |
| 1870 | 2026-08-24T19:54:20.816Z | |
| 1871 | 2026-08-24T19:54:20.816Z | + export CARGO_INCREMENTAL=0 |
| 1872 | 2026-08-24T19:54:20.816Z | + CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-24T19:54:20.816Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1874 | 2026-08-24T19:54:21.288Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1875 | 2026-08-24T19:54:21.571Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1876 | 2026-08-24T19:54:23.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1877 | 2026-08-24T19:54:23.446Z | Running `target/debug/xtask check-features --ci` |
| 1878 | 2026-08-24T19:54:23.474Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1879 | 2026-08-24T19:54:23.474Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1880 | 2026-08-24T19:54:23.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1881 | 2026-08-24T19:54:23.924Z | Running `target/debug/xtask download cargo-hack` |
| 1882 | 2026-08-24T19:54:24.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1883 | 2026-08-24T19:54:25.020Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1884 | 2026-08-24T19:54:27.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
| 1885 | 2026-08-24T19:54:27.738Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1886 | 2026-08-24T19:54:27.780Z | Aug 24 19:54:26.381 INFO Starting download, target: CargoHack |
| 1887 | 2026-08-24T19:54:27.785Z | Aug 24 19:54:26.382 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1888 | 2026-08-24T19:54:28.140Z | Aug 24 19:54:26.741 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1889 | 2026-08-24T19:54:28.190Z | Aug 24 19:54:26.792 INFO Download complete, target: CargoHack |
| 1890 | 2026-08-24T19:54:28.193Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1891 | 2026-08-24T19:54:28.207Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1892 | 2026-08-24T19:54:28.365Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1893 | 2026-08-24T19:54:28.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-08-24T19:54:28.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-08-24T19:54:28.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-08-24T19:54:28.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1897 | 2026-08-24T19:54:28.927Z | |
| 1898 | 2026-08-24T19:54:28.927Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1899 | 2026-08-24T19:54:29.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-08-24T19:54:29.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-08-24T19:54:29.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-08-24T19:54:29.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1903 | 2026-08-24T19:54:29.467Z | |
| 1904 | 2026-08-24T19:54:29.467Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1905 | 2026-08-24T19:54:29.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-08-24T19:54:29.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-08-24T19:54:29.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-08-24T19:54:29.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1909 | 2026-08-24T19:54:30.020Z | |
| 1910 | 2026-08-24T19:54:30.020Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1911 | 2026-08-24T19:54:30.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-08-24T19:54:30.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-08-24T19:54:30.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-08-24T19:54:30.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1915 | 2026-08-24T19:54:30.565Z | |
| 1916 | 2026-08-24T19:54:30.565Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1917 | 2026-08-24T19:54:31.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-08-24T19:54:31.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-08-24T19:54:31.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-08-24T19:54:31.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1921 | 2026-08-24T19:54:31.108Z | |
| 1922 | 2026-08-24T19:54:31.109Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1923 | 2026-08-24T19:54:31.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-08-24T19:54:31.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-08-24T19:54:31.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-08-24T19:54:31.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1927 | 2026-08-24T19:54:31.666Z | |
| 1928 | 2026-08-24T19:54:31.666Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1929 | 2026-08-24T19:54:32.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-08-24T19:54:32.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-08-24T19:54:32.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-08-24T19:54:32.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1933 | 2026-08-24T19:54:32.229Z | |
| 1934 | 2026-08-24T19:54:32.229Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1935 | 2026-08-24T19:54:32.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-08-24T19:54:32.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-08-24T19:54:32.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-08-24T19:54:32.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1939 | 2026-08-24T19:54:32.804Z | |
| 1940 | 2026-08-24T19:54:32.804Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/377) |
| 1941 | 2026-08-24T19:54:33.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-08-24T19:54:33.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-08-24T19:54:33.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-08-24T19:54:33.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1945 | 2026-08-24T19:54:33.215Z | |
| 1946 | 2026-08-24T19:54:33.215Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/377) |
| 1947 | 2026-08-24T19:54:33.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-08-24T19:54:33.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-08-24T19:54:33.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-08-24T19:54:33.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1951 | 2026-08-24T19:54:33.629Z | |
| 1952 | 2026-08-24T19:54:33.629Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/377) |
| 1953 | 2026-08-24T19:54:33.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-08-24T19:54:33.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-08-24T19:54:34.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-08-24T19:54:34.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1957 | 2026-08-24T19:54:34.040Z | |
| 1958 | 2026-08-24T19:54:34.040Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/377) |
| 1959 | 2026-08-24T19:54:34.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-08-24T19:54:34.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-08-24T19:54:34.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-08-24T19:54:34.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1963 | 2026-08-24T19:54:34.454Z | |
| 1964 | 2026-08-24T19:54:34.454Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/377) |
| 1965 | 2026-08-24T19:54:34.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-08-24T19:54:34.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-08-24T19:54:34.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-08-24T19:54:34.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1969 | 2026-08-24T19:54:34.867Z | |
| 1970 | 2026-08-24T19:54:34.867Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/377) |
| 1971 | 2026-08-24T19:54:35.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-08-24T19:54:35.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-08-24T19:54:35.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-08-24T19:54:35.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1975 | 2026-08-24T19:54:35.284Z | |
| 1976 | 2026-08-24T19:54:35.284Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/377) |
| 1977 | 2026-08-24T19:54:35.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-08-24T19:54:35.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-08-24T19:54:35.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-08-24T19:54:35.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1981 | 2026-08-24T19:54:35.697Z | |
| 1982 | 2026-08-24T19:54:35.697Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/377) |
| 1983 | 2026-08-24T19:54:36.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-08-24T19:54:36.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-08-24T19:54:36.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-08-24T19:54:36.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1987 | 2026-08-24T19:54:36.109Z | |
| 1988 | 2026-08-24T19:54:36.109Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/377) |
| 1989 | 2026-08-24T19:54:36.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-08-24T19:54:36.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-08-24T19:54:36.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-08-24T19:54:36.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1993 | 2026-08-24T19:54:36.525Z | |
| 1994 | 2026-08-24T19:54:36.525Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/377) |
| 1995 | 2026-08-24T19:54:36.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-08-24T19:54:36.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-08-24T19:54:36.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-08-24T19:54:36.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1999 | 2026-08-24T19:54:36.940Z | |
| 2000 | 2026-08-24T19:54:36.940Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/377) |
| 2001 | 2026-08-24T19:54:37.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-08-24T19:54:37.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-08-24T19:54:37.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-08-24T19:54:37.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2005 | 2026-08-24T19:54:37.350Z | |
| 2006 | 2026-08-24T19:54:37.350Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/377) |
| 2007 | 2026-08-24T19:54:37.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-08-24T19:54:37.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-08-24T19:54:37.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-08-24T19:54:37.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2011 | 2026-08-24T19:54:37.763Z | |
| 2012 | 2026-08-24T19:54:37.763Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/377) |
| 2013 | 2026-08-24T19:54:38.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-08-24T19:54:38.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-08-24T19:54:38.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-08-24T19:54:38.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2017 | 2026-08-24T19:54:38.178Z | |
| 2018 | 2026-08-24T19:54:38.178Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/377) |
| 2019 | 2026-08-24T19:54:38.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-08-24T19:54:38.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-08-24T19:54:38.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-08-24T19:54:38.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2023 | 2026-08-24T19:54:38.589Z | |
| 2024 | 2026-08-24T19:54:38.589Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/377) |
| 2025 | 2026-08-24T19:54:38.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-08-24T19:54:38.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-08-24T19:54:38.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-08-24T19:54:38.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2029 | 2026-08-24T19:54:39.002Z | |
| 2030 | 2026-08-24T19:54:39.002Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/377) |
| 2031 | 2026-08-24T19:54:39.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-08-24T19:54:39.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-08-24T19:54:39.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-08-24T19:54:39.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2035 | 2026-08-24T19:54:39.417Z | |
| 2036 | 2026-08-24T19:54:39.417Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/377) |
| 2037 | 2026-08-24T19:54:39.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-08-24T19:54:39.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-08-24T19:54:39.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-08-24T19:54:39.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2041 | 2026-08-24T19:54:39.830Z | |
| 2042 | 2026-08-24T19:54:39.831Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/377) |
| 2043 | 2026-08-24T19:54:40.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-08-24T19:54:40.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-08-24T19:54:40.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-08-24T19:54:40.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2047 | 2026-08-24T19:54:40.242Z | |
| 2048 | 2026-08-24T19:54:40.242Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/377) |
| 2049 | 2026-08-24T19:54:40.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-08-24T19:54:40.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-08-24T19:54:40.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-08-24T19:54:40.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2053 | 2026-08-24T19:54:40.654Z | |
| 2054 | 2026-08-24T19:54:40.654Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/377) |
| 2055 | 2026-08-24T19:54:41.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-08-24T19:54:41.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-08-24T19:54:41.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-08-24T19:54:41.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2059 | 2026-08-24T19:54:41.069Z | |
| 2060 | 2026-08-24T19:54:41.069Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/377) |
| 2061 | 2026-08-24T19:54:41.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-08-24T19:54:41.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-08-24T19:54:41.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-08-24T19:54:41.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2065 | 2026-08-24T19:54:41.484Z | |
| 2066 | 2026-08-24T19:54:41.484Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/377) |
| 2067 | 2026-08-24T19:54:41.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-08-24T19:54:41.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-08-24T19:54:41.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-08-24T19:54:41.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2071 | 2026-08-24T19:54:41.901Z | |
| 2072 | 2026-08-24T19:54:41.901Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/377) |
| 2073 | 2026-08-24T19:54:42.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-08-24T19:54:42.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-08-24T19:54:42.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-08-24T19:54:42.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2077 | 2026-08-24T19:54:42.316Z | |
| 2078 | 2026-08-24T19:54:42.316Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/377) |
| 2079 | 2026-08-24T19:54:42.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-08-24T19:54:42.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-08-24T19:54:42.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-08-24T19:54:42.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2083 | 2026-08-24T19:54:42.730Z | |
| 2084 | 2026-08-24T19:54:42.730Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/377) |
| 2085 | 2026-08-24T19:54:43.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-08-24T19:54:43.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-08-24T19:54:43.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-08-24T19:54:43.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2089 | 2026-08-24T19:54:43.142Z | |
| 2090 | 2026-08-24T19:54:43.142Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/377) |
| 2091 | 2026-08-24T19:54:43.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-08-24T19:54:43.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-08-24T19:54:43.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-08-24T19:54:43.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2095 | 2026-08-24T19:54:43.557Z | |
| 2096 | 2026-08-24T19:54:43.557Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/377) |
| 2097 | 2026-08-24T19:54:43.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-08-24T19:54:43.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-08-24T19:54:43.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-08-24T19:54:43.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2101 | 2026-08-24T19:54:43.976Z | |
| 2102 | 2026-08-24T19:54:43.976Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/377) |
| 2103 | 2026-08-24T19:54:44.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-08-24T19:54:44.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-08-24T19:54:44.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-08-24T19:54:44.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2107 | 2026-08-24T19:54:44.386Z | |
| 2108 | 2026-08-24T19:54:44.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/377) |
| 2109 | 2026-08-24T19:54:44.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-08-24T19:54:44.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-08-24T19:54:44.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-08-24T19:54:44.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2113 | 2026-08-24T19:54:44.800Z | |
| 2114 | 2026-08-24T19:54:44.800Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/377) |
| 2115 | 2026-08-24T19:54:45.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-08-24T19:54:45.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-08-24T19:54:45.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-08-24T19:54:45.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2119 | 2026-08-24T19:54:45.215Z | |
| 2120 | 2026-08-24T19:54:45.215Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/377) |
| 2121 | 2026-08-24T19:54:45.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-08-24T19:54:45.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-08-24T19:54:45.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-08-24T19:54:45.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2125 | 2026-08-24T19:54:45.629Z | |
| 2126 | 2026-08-24T19:54:45.629Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/377) |
| 2127 | 2026-08-24T19:54:45.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-08-24T19:54:46.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-08-24T19:54:46.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-08-24T19:54:46.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2131 | 2026-08-24T19:54:46.050Z | |
| 2132 | 2026-08-24T19:54:46.050Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/377) |
| 2133 | 2026-08-24T19:54:46.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-08-24T19:54:46.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-08-24T19:54:46.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-08-24T19:54:46.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2137 | 2026-08-24T19:54:46.472Z | |
| 2138 | 2026-08-24T19:54:46.472Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/377) |
| 2139 | 2026-08-24T19:54:46.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-08-24T19:54:46.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-08-24T19:54:46.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-08-24T19:54:46.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2143 | 2026-08-24T19:54:46.892Z | |
| 2144 | 2026-08-24T19:54:46.892Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/377) |
| 2145 | 2026-08-24T19:54:47.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-08-24T19:54:47.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-08-24T19:54:47.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-08-24T19:54:47.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2149 | 2026-08-24T19:54:47.307Z | |
| 2150 | 2026-08-24T19:54:47.307Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/377) |
| 2151 | 2026-08-24T19:54:47.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-08-24T19:54:47.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-08-24T19:54:47.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-08-24T19:54:47.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2155 | 2026-08-24T19:54:47.722Z | |
| 2156 | 2026-08-24T19:54:47.722Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/377) |
| 2157 | 2026-08-24T19:54:48.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-08-24T19:54:48.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-08-24T19:54:48.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-08-24T19:54:48.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2161 | 2026-08-24T19:54:48.136Z | |
| 2162 | 2026-08-24T19:54:48.137Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/377) |
| 2163 | 2026-08-24T19:54:48.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-08-24T19:54:48.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-08-24T19:54:48.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-08-24T19:54:48.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2167 | 2026-08-24T19:54:48.553Z | |
| 2168 | 2026-08-24T19:54:48.553Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/377) |
| 2169 | 2026-08-24T19:54:48.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-08-24T19:54:48.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-08-24T19:54:48.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-08-24T19:54:48.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2173 | 2026-08-24T19:54:48.969Z | |
| 2174 | 2026-08-24T19:54:48.969Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/377) |
| 2175 | 2026-08-24T19:54:49.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-08-24T19:54:49.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-08-24T19:54:49.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-08-24T19:54:49.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2179 | 2026-08-24T19:54:49.385Z | |
| 2180 | 2026-08-24T19:54:49.385Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/377) |
| 2181 | 2026-08-24T19:54:49.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-08-24T19:54:49.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-08-24T19:54:49.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-08-24T19:54:49.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2185 | 2026-08-24T19:54:49.991Z | |
| 2186 | 2026-08-24T19:54:49.991Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/377) |
| 2187 | 2026-08-24T19:54:50.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-08-24T19:54:50.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-08-24T19:54:50.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-08-24T19:54:50.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2191 | 2026-08-24T19:54:50.590Z | |
| 2192 | 2026-08-24T19:54:50.590Z | info: running `cargo check --bins` on nexus-config (51/377) |
| 2193 | 2026-08-24T19:54:51.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-08-24T19:54:51.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-08-24T19:54:51.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-08-24T19:54:51.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-08-24T19:54:51.185Z | |
| 2198 | 2026-08-24T19:54:51.185Z | info: running `cargo check --bins` on nexus-types (52/377) |
| 2199 | 2026-08-24T19:54:51.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-08-24T19:54:51.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-08-24T19:54:51.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-08-24T19:54:51.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2203 | 2026-08-24T19:54:51.792Z | |
| 2204 | 2026-08-24T19:54:51.792Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/377) |
| 2205 | 2026-08-24T19:54:52.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-08-24T19:54:52.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-08-24T19:54:52.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-08-24T19:54:52.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2209 | 2026-08-24T19:54:52.365Z | |
| 2210 | 2026-08-24T19:54:52.365Z | info: running `cargo check --bins` on omicron-passwords (54/377) |
| 2211 | 2026-08-24T19:54:52.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-08-24T19:54:52.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-08-24T19:54:52.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-08-24T19:54:52.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2215 | 2026-08-24T19:54:52.918Z | |
| 2216 | 2026-08-24T19:54:52.918Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/377) |
| 2217 | 2026-08-24T19:54:53.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-08-24T19:54:53.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-08-24T19:54:53.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-08-24T19:54:53.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2221 | 2026-08-24T19:54:53.490Z | |
| 2222 | 2026-08-24T19:54:53.490Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/377) |
| 2223 | 2026-08-24T19:54:53.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-08-24T19:54:53.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-08-24T19:54:53.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-08-24T19:54:53.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2227 | 2026-08-24T19:54:54.060Z | |
| 2228 | 2026-08-24T19:54:54.060Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/377) |
| 2229 | 2026-08-24T19:54:54.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-08-24T19:54:54.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-08-24T19:54:54.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-08-24T19:54:54.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2233 | 2026-08-24T19:54:54.639Z | |
| 2234 | 2026-08-24T19:54:54.639Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/377) |
| 2235 | 2026-08-24T19:54:55.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-08-24T19:54:55.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-08-24T19:54:55.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-08-24T19:54:55.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2239 | 2026-08-24T19:54:55.218Z | |
| 2240 | 2026-08-24T19:54:55.218Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/377) |
| 2241 | 2026-08-24T19:54:55.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-08-24T19:54:55.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-08-24T19:54:55.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-08-24T19:54:55.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2245 | 2026-08-24T19:54:55.773Z | |
| 2246 | 2026-08-24T19:54:55.773Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/377) |
| 2247 | 2026-08-24T19:54:56.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-08-24T19:54:56.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-08-24T19:54:56.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-08-24T19:54:56.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2251 | 2026-08-24T19:54:56.325Z | |
| 2252 | 2026-08-24T19:54:56.326Z | info: running `cargo check --bins --no-default-features` on gfss (61/377) |
| 2253 | 2026-08-24T19:54:56.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-08-24T19:54:56.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-08-24T19:54:56.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-08-24T19:54:56.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2257 | 2026-08-24T19:54:56.877Z | |
| 2258 | 2026-08-24T19:54:56.877Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/377) |
| 2259 | 2026-08-24T19:54:57.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-08-24T19:54:57.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-08-24T19:54:57.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-08-24T19:54:57.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2263 | 2026-08-24T19:54:57.431Z | |
| 2264 | 2026-08-24T19:54:57.431Z | info: running `cargo check --bins` on trust-quorum-types (63/377) |
| 2265 | 2026-08-24T19:54:57.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-08-24T19:54:57.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-08-24T19:54:57.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2026-08-24T19:54:57.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2269 | 2026-08-24T19:54:57.986Z | |
| 2270 | 2026-08-24T19:54:57.986Z | info: running `cargo check --bins` on wicketd-commission-types (64/377) |
| 2271 | 2026-08-24T19:54:58.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2026-08-24T19:54:58.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2026-08-24T19:54:58.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2026-08-24T19:54:58.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2275 | 2026-08-24T19:54:58.562Z | |
| 2276 | 2026-08-24T19:54:58.562Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/377) |
| 2277 | 2026-08-24T19:54:59.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2026-08-24T19:54:59.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2026-08-24T19:54:59.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2026-08-24T19:54:59.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2281 | 2026-08-24T19:54:59.142Z | |
| 2282 | 2026-08-24T19:54:59.142Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/377) |
| 2283 | 2026-08-24T19:54:59.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2026-08-24T19:54:59.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2026-08-24T19:54:59.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2026-08-24T19:54:59.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2287 | 2026-08-24T19:54:59.711Z | |
| 2288 | 2026-08-24T19:54:59.711Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/377) |
| 2289 | 2026-08-24T19:55:00.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2026-08-24T19:55:00.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2026-08-24T19:55:00.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2026-08-24T19:55:00.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2293 | 2026-08-24T19:55:00.282Z | |
| 2294 | 2026-08-24T19:55:00.282Z | info: running `cargo check --bins` on clickhouse-admin-types (68/377) |
| 2295 | 2026-08-24T19:55:00.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2026-08-24T19:55:00.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2026-08-24T19:55:00.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2026-08-24T19:55:00.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2299 | 2026-08-24T19:55:00.857Z | |
| 2300 | 2026-08-24T19:55:00.857Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/377) |
| 2301 | 2026-08-24T19:55:01.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2026-08-24T19:55:01.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2026-08-24T19:55:01.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2026-08-24T19:55:01.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2305 | 2026-08-24T19:55:01.431Z | |
| 2306 | 2026-08-24T19:55:01.432Z | info: running `cargo check --bins` on cockroach-admin-types (70/377) |
| 2307 | 2026-08-24T19:55:01.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2026-08-24T19:55:01.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2026-08-24T19:55:01.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2026-08-24T19:55:01.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2311 | 2026-08-24T19:55:01.992Z | |
| 2312 | 2026-08-24T19:55:01.992Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/377) |
| 2313 | 2026-08-24T19:55:02.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2026-08-24T19:55:02.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2026-08-24T19:55:02.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2026-08-24T19:55:02.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2317 | 2026-08-24T19:55:02.544Z | |
| 2318 | 2026-08-24T19:55:02.544Z | info: running `cargo check --bins` on ereport-types (72/377) |
| 2319 | 2026-08-24T19:55:03.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2026-08-24T19:55:03.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2026-08-24T19:55:03.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2026-08-24T19:55:03.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2323 | 2026-08-24T19:55:03.105Z | |
| 2324 | 2026-08-24T19:55:03.105Z | info: running `cargo check --bins` on gateway-client (73/377) |
| 2325 | 2026-08-24T19:55:03.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2026-08-24T19:55:03.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2026-08-24T19:55:03.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2328 | 2026-08-24T19:55:03.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2329 | 2026-08-24T19:55:03.676Z | |
| 2330 | 2026-08-24T19:55:03.676Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/377) |
| 2331 | 2026-08-24T19:55:04.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2332 | 2026-08-24T19:55:04.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2333 | 2026-08-24T19:55:04.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2334 | 2026-08-24T19:55:04.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2335 | 2026-08-24T19:55:04.244Z | |
| 2336 | 2026-08-24T19:55:04.244Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/377) |
| 2337 | 2026-08-24T19:55:04.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2338 | 2026-08-24T19:55:04.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2339 | 2026-08-24T19:55:04.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2340 | 2026-08-24T19:55:04.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2341 | 2026-08-24T19:55:04.807Z | |
| 2342 | 2026-08-24T19:55:04.807Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/377) |
| 2343 | 2026-08-24T19:55:05.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2344 | 2026-08-24T19:55:05.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2345 | 2026-08-24T19:55:05.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2346 | 2026-08-24T19:55:05.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2347 | 2026-08-24T19:55:05.392Z | |
| 2348 | 2026-08-24T19:55:05.392Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/377) |
| 2349 | 2026-08-24T19:55:05.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2026-08-24T19:55:05.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2026-08-24T19:55:05.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2352 | 2026-08-24T19:55:05.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2353 | 2026-08-24T19:55:05.977Z | |
| 2354 | 2026-08-24T19:55:05.977Z | info: running `cargo check --bins` on key-manager-types (78/377) |
| 2355 | 2026-08-24T19:55:06.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2026-08-24T19:55:06.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2026-08-24T19:55:06.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2358 | 2026-08-24T19:55:06.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2359 | 2026-08-24T19:55:06.551Z | |
| 2360 | 2026-08-24T19:55:06.551Z | info: running `cargo check --bins` on oxlog (79/377) |
| 2361 | 2026-08-24T19:55:07.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2362 | 2026-08-24T19:55:07.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2363 | 2026-08-24T19:55:07.140Z | Checking cfg-if v1.0.4 |
| 2364 | 2026-08-24T19:55:07.143Z | Checking serde_core v1.0.228 |
| 2365 | 2026-08-24T19:55:07.143Z | Checking libc v0.2.185 |
| 2366 | 2026-08-24T19:55:07.260Z | Checking memchr v2.8.0 |
| 2367 | 2026-08-24T19:55:07.269Z | Checking smallvec v1.15.1 |
| 2368 | 2026-08-24T19:55:07.279Z | Checking log v0.4.33 |
| 2369 | 2026-08-24T19:55:07.289Z | Checking subtle v2.6.1 |
| 2370 | 2026-08-24T19:55:07.301Z | Checking itoa v1.0.17 |
| 2371 | 2026-08-24T19:55:07.312Z | Checking typenum v1.20.1 |
| 2372 | 2026-08-24T19:55:07.428Z | Checking scopeguard v1.2.0 |
| 2373 | 2026-08-24T19:55:07.440Z | Checking stable_deref_trait v1.2.1 |
| 2374 | 2026-08-24T19:55:07.453Z | Checking zerofrom v0.1.6 |
| 2375 | 2026-08-24T19:55:07.468Z | Checking rand_core v0.10.0 |
| 2376 | 2026-08-24T19:55:07.508Z | Checking portable-atomic v1.13.1 |
| 2377 | 2026-08-24T19:55:07.524Z | Checking lock_api v0.4.14 |
| 2378 | 2026-08-24T19:55:07.562Z | Checking yoke v0.8.1 |
| 2379 | 2026-08-24T19:55:07.601Z | Checking critical-section v1.2.0 |
| 2380 | 2026-08-24T19:55:07.628Z | Checking zerocopy v0.8.55 |
| 2381 | 2026-08-24T19:55:07.642Z | Checking errno v0.3.14 |
| 2382 | 2026-08-24T19:55:07.690Z | Checking getrandom v0.4.3 |
| 2383 | 2026-08-24T19:55:07.720Z | Checking zerovec v0.11.5 |
| 2384 | 2026-08-24T19:55:07.734Z | Checking libm v0.2.16 |
| 2385 | 2026-08-24T19:55:07.780Z | Checking zmij v1.0.21 |
| 2386 | 2026-08-24T19:55:07.832Z | Checking pin-project-lite v0.2.17 |
| 2387 | 2026-08-24T19:55:07.906Z | Checking once_cell v1.21.3 |
| 2388 | 2026-08-24T19:55:07.921Z | Checking percent-encoding v2.3.2 |
| 2389 | 2026-08-24T19:55:07.987Z | Checking litemap v0.8.1 |
| 2390 | 2026-08-24T19:55:08.047Z | Checking writeable v0.6.2 |
| 2391 | 2026-08-24T19:55:08.060Z | Checking signal-hook-registry v1.4.8 |
| 2392 | 2026-08-24T19:55:08.073Z | Checking zerotrie v0.2.3 |
| 2393 | 2026-08-24T19:55:08.150Z | Checking getrandom v0.2.17 |
| 2394 | 2026-08-24T19:55:08.153Z | Checking tinystr v0.8.2 |
| 2395 | 2026-08-24T19:55:08.203Z | Checking potential_utf v0.1.4 |
| 2396 | 2026-08-24T19:55:08.216Z | Checking parking_lot_core v0.9.12 |
| 2397 | 2026-08-24T19:55:08.294Z | Checking futures-core v0.3.32 |
| 2398 | 2026-08-24T19:55:08.309Z | Checking rand_core v0.6.4 |
| 2399 | 2026-08-24T19:55:08.326Z | Checking icu_collections v2.1.1 |
| 2400 | 2026-08-24T19:55:08.338Z | Checking icu_locale_core v2.1.1 |
| 2401 | 2026-08-24T19:55:08.399Z | Checking parking_lot v0.12.5 |
| 2402 | 2026-08-24T19:55:08.413Z | Checking mio v1.2.0 |
| 2403 | 2026-08-24T19:55:08.426Z | Checking num-traits v0.2.19 |
| 2404 | 2026-08-24T19:55:08.483Z | Checking equivalent v1.0.2 |
| 2405 | 2026-08-24T19:55:08.564Z | Checking icu_properties_data v2.1.2 |
| 2406 | 2026-08-24T19:55:08.581Z | Checking icu_normalizer_data v2.1.1 |
| 2407 | 2026-08-24T19:55:08.623Z | Checking const-oid v0.9.6 |
| 2408 | 2026-08-24T19:55:08.649Z | Checking socket2 v0.6.3 |
| 2409 | 2026-08-24T19:55:08.685Z | Checking byteorder v1.5.0 |
| 2410 | 2026-08-24T19:55:08.701Z | Checking hashbrown v0.17.0 |
| 2411 | 2026-08-24T19:55:08.737Z | Checking serde v1.0.228 |
| 2412 | 2026-08-24T19:55:08.875Z | Checking bitflags v2.11.0 |
| 2413 | 2026-08-24T19:55:08.880Z | Checking serde_json v1.0.151 |
| 2414 | 2026-08-24T19:55:08.880Z | Checking icu_provider v2.1.1 |
| 2415 | 2026-08-24T19:55:08.937Z | Checking utf8_iter v1.0.4 |
| 2416 | 2026-08-24T19:55:09.038Z | Checking futures-sink v0.3.32 |
| 2417 | 2026-08-24T19:55:09.055Z | Checking rustix v1.1.4 |
| 2418 | 2026-08-24T19:55:09.117Z | Checking icu_normalizer v2.1.1 |
| 2419 | 2026-08-24T19:55:09.131Z | Checking icu_properties v2.1.2 |
| 2420 | 2026-08-24T19:55:09.143Z | Checking zeroize v1.9.0 |
| 2421 | 2026-08-24T19:55:09.151Z | Checking bytes v1.11.1 |
| 2422 | 2026-08-24T19:55:09.303Z | Checking generic-array v0.14.7 |
| 2423 | 2026-08-24T19:55:09.307Z | Checking indexmap v2.14.0 |
| 2424 | 2026-08-24T19:55:09.408Z | Checking futures-channel v0.3.32 |
| 2425 | 2026-08-24T19:55:09.537Z | Checking form_urlencoded v1.2.2 |
| 2426 | 2026-08-24T19:55:09.585Z | Checking tokio v1.52.1 |
| 2427 | 2026-08-24T19:55:09.595Z | Checking slab v0.4.12 |
| 2428 | 2026-08-24T19:55:09.662Z | Checking futures-io v0.3.32 |
| 2429 | 2026-08-24T19:55:09.744Z | Checking futures-task v0.3.32 |
| 2430 | 2026-08-24T19:55:09.758Z | Checking getrandom v0.3.4 |
| 2431 | 2026-08-24T19:55:09.772Z | Checking cmov v0.5.4 |
| 2432 | 2026-08-24T19:55:09.863Z | Checking fnv v1.0.7 |
| 2433 | 2026-08-24T19:55:09.877Z | Checking futures-util v0.3.32 |
| 2434 | 2026-08-24T19:55:09.889Z | Checking crypto-common v0.1.7 |
| 2435 | 2026-08-24T19:55:09.901Z | Checking block-buffer v0.10.4 |
| 2436 | 2026-08-24T19:55:09.931Z | Checking idna_adapter v1.2.1 |
| 2437 | 2026-08-24T19:55:09.950Z | Checking iana-time-zone v0.1.65 |
| 2438 | 2026-08-24T19:55:09.961Z | Checking ctutils v0.4.2 |
| 2439 | 2026-08-24T19:55:10.006Z | Checking base64ct v1.8.3 |
| 2440 | 2026-08-24T19:55:10.031Z | Checking digest v0.10.7 |
| 2441 | 2026-08-24T19:55:10.044Z | Checking idna v1.1.0 |
| 2442 | 2026-08-24T19:55:10.055Z | Checking chrono v0.4.45 |
| 2443 | 2026-08-24T19:55:10.168Z | Checking hybrid-array v0.4.13 |
| 2444 | 2026-08-24T19:55:10.228Z | Checking uuid v1.23.4 |
| 2445 | 2026-08-24T19:55:10.241Z | Checking pem-rfc7468 v0.7.0 |
| 2446 | 2026-08-24T19:55:10.284Z | Checking url v2.5.8 |
| 2447 | 2026-08-24T19:55:10.392Z | Checking flagset v0.4.7 |
| 2448 | 2026-08-24T19:55:10.406Z | Checking ppv-lite86 v0.2.21 |
| 2449 | 2026-08-24T19:55:10.511Z | Checking regex-syntax v0.8.10 |
| 2450 | 2026-08-24T19:55:10.531Z | Checking der v0.7.10 |
| 2451 | 2026-08-24T19:55:10.690Z | Checking base64 v0.22.1 |
| 2452 | 2026-08-24T19:55:10.717Z | Checking rand_core v0.9.5 |
| 2453 | 2026-08-24T19:55:10.892Z | Checking http v1.4.2 |
| 2454 | 2026-08-24T19:55:10.905Z | Checking dyn-clone v1.0.20 |
| 2455 | 2026-08-24T19:55:10.920Z | Checking crypto-common v0.2.2 |
| 2456 | 2026-08-24T19:55:10.921Z | Checking block-buffer v0.12.1 |
| 2457 | 2026-08-24T19:55:11.004Z | Checking semver v1.0.28 |
| 2458 | 2026-08-24T19:55:11.094Z | Checking tracing-core v0.1.36 |
| 2459 | 2026-08-24T19:55:11.207Z | Checking simd-adler32 v0.3.8 |
| 2460 | 2026-08-24T19:55:11.263Z | Checking spki v0.7.3 |
| 2461 | 2026-08-24T19:55:11.373Z | Checking schemars v0.8.22 |
| 2462 | 2026-08-24T19:55:11.394Z | Checking tracing v0.1.44 |
| 2463 | 2026-08-24T19:55:11.430Z | Checking pkcs8 v0.10.2 |
| 2464 | 2026-08-24T19:55:11.434Z | Checking http-body v1.0.1 |
| 2465 | 2026-08-24T19:55:11.515Z | Checking rand_chacha v0.9.0 |
| 2466 | 2026-08-24T19:55:11.566Z | Checking rustls-pki-types v1.14.0 |
| 2467 | 2026-08-24T19:55:11.586Z | Checking spin v0.9.8 |
| 2468 | 2026-08-24T19:55:11.600Z | Checking anstyle v1.0.14 |
| 2469 | 2026-08-24T19:55:11.711Z | Checking fastrand v2.3.0 |
| 2470 | 2026-08-24T19:55:11.762Z | Checking utf8parse v0.2.2 |
| 2471 | 2026-08-24T19:55:11.773Z | Checking openssl-probe v0.2.1 |
| 2472 | 2026-08-24T19:55:11.785Z | Checking tinyvec_macros v0.1.1 |
| 2473 | 2026-08-24T19:55:11.796Z | Checking adler2 v2.0.1 |
| 2474 | 2026-08-24T19:55:11.845Z | Checking tinyvec v1.10.0 |
| 2475 | 2026-08-24T19:55:11.858Z | Checking anstyle-parse v1.0.0 |
| 2476 | 2026-08-24T19:55:11.872Z | Checking rand v0.9.2 |
| 2477 | 2026-08-24T19:55:11.884Z | Checking tempfile v3.27.0 |
| 2478 | 2026-08-24T19:55:11.896Z | Checking miniz_oxide v0.8.9 |
| 2479 | 2026-08-24T19:55:11.899Z | Checking terminal_size v0.4.3 |
| 2480 | 2026-08-24T19:55:11.999Z | Checking aws-lc-sys v0.40.0 |
| 2481 | 2026-08-24T19:55:12.013Z | Checking thiserror v2.0.18 |
| 2482 | 2026-08-24T19:55:12.025Z | Checking is_terminal_polyfill v1.70.2 |
| 2483 | 2026-08-24T19:55:12.090Z | Checking try-lock v0.2.5 |
| 2484 | 2026-08-24T19:55:12.107Z | Checking untrusted v0.7.1 |
| 2485 | 2026-08-24T19:55:12.119Z | Checking anstyle-query v1.1.5 |
| 2486 | 2026-08-24T19:55:12.161Z | Checking tower-service v0.3.3 |
| 2487 | 2026-08-24T19:55:12.184Z | Checking tower-layer v0.3.3 |
| 2488 | 2026-08-24T19:55:12.205Z | Checking atomic-waker v1.1.2 |
| 2489 | 2026-08-24T19:55:12.218Z | Checking colorchoice v1.0.4 |
| 2490 | 2026-08-24T19:55:12.247Z | Checking want v0.3.1 |
| 2491 | 2026-08-24T19:55:12.267Z | Checking block-padding v0.4.2 |
| 2492 | 2026-08-24T19:55:12.300Z | Checking ipnet v2.12.0 |
| 2493 | 2026-08-24T19:55:12.341Z | Checking anstream v1.0.0 |
| 2494 | 2026-08-24T19:55:12.341Z | Checking crc32fast v1.5.0 |
| 2495 | 2026-08-24T19:55:12.353Z | Checking httparse v1.10.1 |
| 2496 | 2026-08-24T19:55:12.365Z | Checking wait-timeout v0.2.1 |
| 2497 | 2026-08-24T19:55:12.401Z | Checking aho-corasick v1.1.4 |
| 2498 | 2026-08-24T19:55:12.462Z | Checking quick-error v1.2.3 |
| 2499 | 2026-08-24T19:55:12.481Z | Checking plain v0.2.3 |
| 2500 | 2026-08-24T19:55:12.502Z | Checking cpufeatures v0.2.17 |
| 2501 | 2026-08-24T19:55:12.515Z | Checking aws-lc-rs v1.16.3 |
| 2502 | 2026-08-24T19:55:12.550Z | Checking const-oid v0.10.2 |
| 2503 | 2026-08-24T19:55:12.563Z | Checking httpdate v1.0.3 |
| 2504 | 2026-08-24T19:55:12.575Z | Checking untrusted v0.9.0 |
| 2505 | 2026-08-24T19:55:12.578Z | Checking tap v1.0.1 |
| 2506 | 2026-08-24T19:55:12.578Z | Checking bit-vec v0.8.0 |
| 2507 | 2026-08-24T19:55:12.672Z | Checking foreign-types-shared v0.1.1 |
| 2508 | 2026-08-24T19:55:12.687Z | Checking wyz v0.5.1 |
| 2509 | 2026-08-24T19:55:12.699Z | Checking digest v0.11.3 |
| 2510 | 2026-08-24T19:55:12.709Z | Checking rusty-fork v0.3.1 |
| 2511 | 2026-08-24T19:55:12.749Z | Checking foreign-types v0.3.2 |
| 2512 | 2026-08-24T19:55:12.788Z | Checking bit-set v0.8.0 |
| 2513 | 2026-08-24T19:55:12.814Z | Checking inout v0.2.2 |
| 2514 | 2026-08-24T19:55:12.852Z | Checking tokio-util v0.7.18 |
| 2515 | 2026-08-24T19:55:12.870Z | Checking unicode-normalization v0.1.25 |
| 2516 | 2026-08-24T19:55:12.873Z | Checking rand_xorshift v0.4.0 |
| 2517 | 2026-08-24T19:55:12.892Z | Checking rand_chacha v0.3.1 |
| 2518 | 2026-08-24T19:55:12.922Z | Checking signature v2.2.0 |
| 2519 | 2026-08-24T19:55:12.952Z | Checking radium v0.7.0 |
| 2520 | 2026-08-24T19:55:12.989Z | Checking hex v0.4.3 |
| 2521 | 2026-08-24T19:55:13.052Z | Checking num-integer v0.1.46 |
| 2522 | 2026-08-24T19:55:13.082Z | Checking regex-automata v0.4.14 |
| 2523 | 2026-08-24T19:55:13.094Z | Checking openssl-sys v0.9.117 |
| 2524 | 2026-08-24T19:55:13.120Z | Checking strsim v0.11.1 |
| 2525 | 2026-08-24T19:55:13.205Z | Checking unarray v0.1.4 |
| 2526 | 2026-08-24T19:55:13.266Z | Checking cpufeatures v0.3.0 |
| 2527 | 2026-08-24T19:55:13.280Z | Checking ucd-trie v0.1.7 |
| 2528 | 2026-08-24T19:55:13.283Z | Checking funty v2.0.0 |
| 2529 | 2026-08-24T19:55:13.306Z | Checking unicode-ident v1.0.24 |
| 2530 | 2026-08-24T19:55:13.336Z | Checking clap_lex v1.0.0 |
| 2531 | 2026-08-24T19:55:13.349Z | Checking rustls-webpki v0.103.13 |
| 2532 | 2026-08-24T19:55:13.406Z | Checking proc-macro2 v1.0.106 |
| 2533 | 2026-08-24T19:55:13.409Z | Checking pest v2.8.6 |
| 2534 | 2026-08-24T19:55:13.454Z | Checking h2 v0.4.15 |
| 2535 | 2026-08-24T19:55:13.454Z | Checking openssl v0.10.80 |
| 2536 | 2026-08-24T19:55:13.479Z | Checking clap_builder v4.6.0 |
| 2537 | 2026-08-24T19:55:13.599Z | Checking bitvec v1.0.1 |
| 2538 | 2026-08-24T19:55:13.703Z | Checking proptest v1.11.0 |
| 2539 | 2026-08-24T19:55:13.749Z | Checking rustls v0.23.41 |
| 2540 | 2026-08-24T19:55:14.451Z | Checking num-iter v0.1.45 |
| 2541 | 2026-08-24T19:55:14.561Z | Checking rand v0.8.6 |
| 2542 | 2026-08-24T19:55:14.698Z | Checking cipher v0.5.2 |
| 2543 | 2026-08-24T19:55:14.891Z | Checking sha2 v0.10.9 |
| 2544 | 2026-08-24T19:55:14.908Z | Checking ipnetwork v0.21.1 |
| 2545 | 2026-08-24T19:55:14.931Z | Checking lazy_static v1.5.0 |
| 2546 | 2026-08-24T19:55:15.019Z | Checking thiserror v1.0.69 |
| 2547 | 2026-08-24T19:55:15.069Z | Checking maybe-uninit v2.0.0 |
| 2548 | 2026-08-24T19:55:15.114Z | Checking serde_spanned v0.6.9 |
| 2549 | 2026-08-24T19:55:15.114Z | Checking toml_datetime v0.6.11 |
| 2550 | 2026-08-24T19:55:15.140Z | Checking sync_wrapper v1.0.2 |
| 2551 | 2026-08-24T19:55:15.165Z | Checking pretty-hex v0.4.1 |
| 2552 | 2026-08-24T19:55:15.237Z | Checking powerfmt v0.2.0 |
| 2553 | 2026-08-24T19:55:15.240Z | Checking zlib-rs v0.6.2 |
| 2554 | 2026-08-24T19:55:15.280Z | Checking siphasher v1.0.2 |
| 2555 | 2026-08-24T19:55:15.301Z | Checking crc-catalog v2.4.0 |
| 2556 | 2026-08-24T19:55:15.385Z | Checking nodrop v0.1.14 |
| 2557 | 2026-08-24T19:55:15.400Z | Checking crc v3.4.0 |
| 2558 | 2026-08-24T19:55:15.431Z | Checking deranged v0.5.8 |
| 2559 | 2026-08-24T19:55:15.445Z | Checking native-tls v0.2.18 |
| 2560 | 2026-08-24T19:55:15.468Z | Checking array-init v0.0.4 |
| 2561 | 2026-08-24T19:55:15.501Z | Checking newtype-uuid v1.3.2 |
| 2562 | 2026-08-24T19:55:15.562Z | Checking tower v0.5.3 |
| 2563 | 2026-08-24T19:55:15.613Z | Checking smallvec v0.6.14 |
| 2564 | 2026-08-24T19:55:15.693Z | Checking oxnet v0.1.6 |
| 2565 | 2026-08-24T19:55:15.755Z | Checking num-bigint-dig v0.8.6 |
| 2566 | 2026-08-24T19:55:15.794Z | Checking chacha20 v0.10.0 |
| 2567 | 2026-08-24T19:55:15.953Z | Checking packed_struct v0.10.1 |
| 2568 | 2026-08-24T19:55:15.959Z | Checking clap v4.6.1 |
| 2569 | 2026-08-24T19:55:15.970Z | Checking quote v1.0.45 |
| 2570 | 2026-08-24T19:55:16.030Z | Checking pkcs1 v0.7.5 |
| 2571 | 2026-08-24T19:55:16.048Z | Checking http-body-util v0.1.3 |
| 2572 | 2026-08-24T19:55:16.127Z | Checking flate2 v1.1.9 |
| 2573 | 2026-08-24T19:55:16.141Z | Checking crossbeam-utils v0.8.21 |
| 2574 | 2026-08-24T19:55:16.235Z | Checking zerocopy v0.6.6 |
| 2575 | 2026-08-24T19:55:16.237Z | Checking hyper v1.10.1 |
| 2576 | 2026-08-24T19:55:16.264Z | Checking bitfield v0.19.4 |
| 2577 | 2026-08-24T19:55:16.349Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2578 | 2026-08-24T19:55:16.410Z | Checking ahash v0.8.12 |
| 2579 | 2026-08-24T19:55:16.430Z | Checking scroll v0.13.0 |
| 2580 | 2026-08-24T19:55:16.473Z | Checking env_filter v2.0.0 |
| 2581 | 2026-08-24T19:55:16.519Z | Checking ryu v1.0.23 |
| 2582 | 2026-08-24T19:55:16.532Z | Checking unicode-properties v0.1.4 |
| 2583 | 2026-08-24T19:55:16.556Z | Checking winnow v0.5.40 |
| 2584 | 2026-08-24T19:55:16.598Z | Checking base64 v0.21.7 |
| 2585 | 2026-08-24T19:55:16.612Z | Checking gimli v0.32.3 |
| 2586 | 2026-08-24T19:55:16.650Z | Checking num-conv v0.2.0 |
| 2587 | 2026-08-24T19:55:16.654Z | Checking hashbrown v0.12.3 |
| 2588 | 2026-08-24T19:55:16.711Z | Checking num_threads v0.1.7 |
| 2589 | 2026-08-24T19:55:16.765Z | Checking allocator-api2 v0.2.21 |
| 2590 | 2026-08-24T19:55:16.793Z | Checking iri-string v0.7.10 |
| 2591 | 2026-08-24T19:55:16.825Z | Checking time-core v0.1.8 |
| 2592 | 2026-08-24T19:55:16.961Z | Checking unicode-bidi v0.3.18 |
| 2593 | 2026-08-24T19:55:16.983Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2594 | 2026-08-24T19:55:17.043Z | Checking time v0.3.47 |
| 2595 | 2026-08-24T19:55:17.078Z | Checking indexmap v1.9.3 |
| 2596 | 2026-08-24T19:55:17.197Z | Checking hyper-util v0.1.20 |
| 2597 | 2026-08-24T19:55:17.265Z | Checking stringprep v0.1.5 |
| 2598 | 2026-08-24T19:55:17.389Z | Checking ron v0.8.1 |
| 2599 | 2026-08-24T19:55:17.418Z | Checking serde_urlencoded v0.7.1 |
| 2600 | 2026-08-24T19:55:17.621Z | Checking goblin v0.10.5 |
| 2601 | 2026-08-24T19:55:17.719Z | Checking toml_edit v0.19.15 |
| 2602 | 2026-08-24T19:55:17.805Z | Checking tower-http v0.6.8 |
| 2603 | 2026-08-24T19:55:17.908Z | Checking env_logger v0.11.11 |
| 2604 | 2026-08-24T19:55:18.084Z | Checking hashbrown v0.13.2 |
| 2605 | 2026-08-24T19:55:18.098Z | Checking rsa v0.9.10 |
| 2606 | 2026-08-24T19:55:18.165Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2607 | 2026-08-24T19:55:18.179Z | Checking addr2line v0.25.1 |
| 2608 | 2026-08-24T19:55:18.319Z | Checking crossbeam-epoch v0.9.18 |
| 2609 | 2026-08-24T19:55:18.437Z | Checking bzip2 v0.4.4 |
| 2610 | 2026-08-24T19:55:18.450Z | Checking syn v2.0.117 |
| 2611 | 2026-08-24T19:55:18.499Z | Checking rand v0.10.1 |
| 2612 | 2026-08-24T19:55:18.544Z | Checking daft v0.1.8 |
| 2613 | 2026-08-24T19:55:18.556Z | Checking serde-hex v0.1.0 |
| 2614 | 2026-08-24T19:55:18.594Z | Checking tokio-native-tls v0.3.1 |
| 2615 | 2026-08-24T19:55:18.743Z | Checking bstr v1.12.1 |
| 2616 | 2026-08-24T19:55:18.755Z | Checking sha2 v0.11.0 |
| 2617 | 2026-08-24T19:55:18.776Z | Checking md-5 v0.11.0 |
| 2618 | 2026-08-24T19:55:18.949Z | Checking hmac v0.13.0 |
| 2619 | 2026-08-24T19:55:18.970Z | Checking rustls-native-certs v0.8.3 |
| 2620 | 2026-08-24T19:55:19.101Z | Checking x509-cert v0.2.5 |
| 2621 | 2026-08-24T19:55:19.104Z | Checking scroll v0.12.0 |
| 2622 | 2026-08-24T19:55:19.126Z | Checking object v0.37.3 |
| 2623 | 2026-08-24T19:55:19.356Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2624 | 2026-08-24T19:55:19.394Z | Checking hash32 v0.2.1 |
| 2625 | 2026-08-24T19:55:19.454Z | Checking encoding_rs v0.8.35 |
| 2626 | 2026-08-24T19:55:19.550Z | Checking mime v0.3.17 |
| 2627 | 2026-08-24T19:55:19.721Z | Checking fallible-iterator v0.2.0 |
| 2628 | 2026-08-24T19:55:19.760Z | Checking psl-types v2.0.11 |
| 2629 | 2026-08-24T19:55:19.877Z | Checking either v1.15.0 |
| 2630 | 2026-08-24T19:55:19.915Z | Checking crc-any v2.5.0 |
| 2631 | 2026-08-24T19:55:19.990Z | Checking rustc-demangle v0.1.27 |
| 2632 | 2026-08-24T19:55:20.002Z | Checking postgres-protocol v0.6.12 |
| 2633 | 2026-08-24T19:55:20.051Z | Checking dof v0.4.0 |
| 2634 | 2026-08-24T19:55:20.064Z | Checking publicsuffix v2.3.0 |
| 2635 | 2026-08-24T19:55:20.084Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2636 | 2026-08-24T19:55:20.205Z | Checking heapless v0.7.17 |
| 2637 | 2026-08-24T19:55:20.217Z | Checking zstd-safe v7.2.4 |
| 2638 | 2026-08-24T19:55:20.299Z | Checking goblin v0.8.2 |
| 2639 | 2026-08-24T19:55:20.376Z | Checking hyper-tls v0.6.0 |
| 2640 | 2026-08-24T19:55:20.390Z | Checking toml v0.7.8 |
| 2641 | 2026-08-24T19:55:20.543Z | Checking zip v0.6.6 |
| 2642 | 2026-08-24T19:55:20.612Z | Checking object v0.30.4 |
| 2643 | 2026-08-24T19:55:20.663Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2644 | 2026-08-24T19:55:20.693Z | Checking cookie v0.18.1 |
| 2645 | 2026-08-24T19:55:20.712Z | Checking tokio-rustls v0.26.4 |
| 2646 | 2026-08-24T19:55:20.817Z | Checking phf_shared v0.13.1 |
| 2647 | 2026-08-24T19:55:20.862Z | Checking dtrace-parser v0.3.0 |
| 2648 | 2026-08-24T19:55:20.916Z | Checking zerocopy v0.7.35 |
| 2649 | 2026-08-24T19:55:20.929Z | Checking pin-project v1.1.11 |
| 2650 | 2026-08-24T19:55:21.026Z | Checking signal-hook v0.3.18 |
| 2651 | 2026-08-24T19:55:21.032Z | Checking futures-executor v0.3.32 |
| 2652 | 2026-08-24T19:55:21.040Z | Checking hmac v0.12.1 |
| 2653 | 2026-08-24T19:55:21.090Z | Checking erased-serde v0.3.31 |
| 2654 | 2026-08-24T19:55:21.156Z | Checking ff v0.13.1 |
| 2655 | 2026-08-24T19:55:21.170Z | Checking thread-id v5.1.0 |
| 2656 | 2026-08-24T19:55:21.188Z | Checking libbz2-rs-sys v0.2.2 |
| 2657 | 2026-08-24T19:55:21.244Z | Checking unicode-width v0.2.0 |
| 2658 | 2026-08-24T19:55:21.279Z | Checking managed v0.8.0 |
| 2659 | 2026-08-24T19:55:21.397Z | Compiling rayon-core v1.13.0 |
| 2660 | 2026-08-24T19:55:21.400Z | Checking backtrace v0.3.76 |
| 2661 | 2026-08-24T19:55:21.458Z | Checking smawk v0.3.2 |
| 2662 | 2026-08-24T19:55:21.471Z | Checking bitflags v1.3.2 |
| 2663 | 2026-08-24T19:55:21.485Z | Checking is_ci v1.2.0 |
| 2664 | 2026-08-24T19:55:21.540Z | Checking path-slash v0.1.5 |
| 2665 | 2026-08-24T19:55:21.566Z | Checking bumpalo v3.20.2 |
| 2666 | 2026-08-24T19:55:21.569Z | Checking base16ct v0.2.0 |
| 2667 | 2026-08-24T19:55:21.591Z | Checking foldhash v0.2.0 |
| 2668 | 2026-08-24T19:55:21.594Z | Checking foldhash v0.1.5 |
| 2669 | 2026-08-24T19:55:21.631Z | Checking jiff-core v0.1.0 |
| 2670 | 2026-08-24T19:55:21.695Z | Checking unicode-linebreak v0.1.5 |
| 2671 | 2026-08-24T19:55:21.698Z | Checking same-file v1.0.6 |
| 2672 | 2026-08-24T19:55:21.725Z | Checking hashbrown v0.15.5 |
| 2673 | 2026-08-24T19:55:21.737Z | Checking hashbrown v0.16.1 |
| 2674 | 2026-08-24T19:55:21.758Z | Checking zopfli v0.8.3 |
| 2675 | 2026-08-24T19:55:21.819Z | Checking walkdir v2.5.0 |
| 2676 | 2026-08-24T19:55:21.897Z | Checking textwrap v0.16.2 |
| 2677 | 2026-08-24T19:55:21.974Z | Checking backtrace-ext v0.2.1 |
| 2678 | 2026-08-24T19:55:22.081Z | Checking sec1 v0.7.3 |
| 2679 | 2026-08-24T19:55:22.098Z | Checking supports-color v3.0.2 |
| 2680 | 2026-08-24T19:55:22.162Z | Checking bzip2 v0.6.1 |
| 2681 | 2026-08-24T19:55:22.179Z | Checking dof v0.3.0 |
| 2682 | 2026-08-24T19:55:22.196Z | Checking smoltcp v0.9.1 |
| 2683 | 2026-08-24T19:55:22.214Z | Checking slog v2.8.2 |
| 2684 | 2026-08-24T19:55:22.237Z | Checking group v0.13.0 |
| 2685 | 2026-08-24T19:55:22.284Z | Checking usdt-impl v0.6.0 |
| 2686 | 2026-08-24T19:55:22.297Z | Checking signal-hook-mio v0.2.5 |
| 2687 | 2026-08-24T19:55:22.321Z | Checking jiff v0.2.34 |
| 2688 | 2026-08-24T19:55:22.378Z | Checking hkdf v0.12.4 |
| 2689 | 2026-08-24T19:55:22.398Z | Checking futures v0.3.32 |
| 2690 | 2026-08-24T19:55:22.457Z | Checking snafu v0.8.9 |
| 2691 | 2026-08-24T19:55:22.470Z | Checking phf v0.13.1 |
| 2692 | 2026-08-24T19:55:22.482Z | Checking hyper-rustls v0.27.7 |
| 2693 | 2026-08-24T19:55:22.509Z | Checking cookie_store v0.22.1 |
| 2694 | 2026-08-24T19:55:22.562Z | Checking reqwest v0.12.28 |
| 2695 | 2026-08-24T19:55:22.609Z | Checking zstd v0.13.3 |
| 2696 | 2026-08-24T19:55:22.676Z | Checking postgres-types v0.2.12 |
| 2697 | 2026-08-24T19:55:22.689Z | Checking globset v0.4.18 |
| 2698 | 2026-08-24T19:55:22.723Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2699 | 2026-08-24T19:55:22.787Z | Checking rustls-platform-verifier v0.6.2 |
| 2700 | 2026-08-24T19:55:22.789Z | Checking crossbeam-deque v0.8.6 |
| 2701 | 2026-08-24T19:55:22.836Z | Checking phf_shared v0.11.3 |
| 2702 | 2026-08-24T19:55:22.925Z | Checking dtrace-parser v0.2.0 |
| 2703 | 2026-08-24T19:55:22.937Z | Checking regex v1.12.3 |
| 2704 | 2026-08-24T19:55:22.969Z | Checking olpc-cjson v0.1.4 |
| 2705 | 2026-08-24T19:55:22.982Z | Checking byte-wrapper v0.1.0 |
| 2706 | 2026-08-24T19:55:22.987Z | Checking curve25519-dalek v4.1.3 |
| 2707 | 2026-08-24T19:55:23.051Z | Checking ref-cast v1.0.25 |
| 2708 | 2026-08-24T19:55:23.096Z | Checking strum v0.27.2 |
| 2709 | 2026-08-24T19:55:23.142Z | Checking hubpack v0.1.2 |
| 2710 | 2026-08-24T19:55:23.155Z | Checking ed25519 v2.2.3 |
| 2711 | 2026-08-24T19:55:23.177Z | Checking memoffset v0.9.1 |
| 2712 | 2026-08-24T19:55:23.199Z | Checking owo-colors v4.3.0 |
| 2713 | 2026-08-24T19:55:23.212Z | Checking rustix v0.38.44 |
| 2714 | 2026-08-24T19:55:23.251Z | Checking pem v3.0.6 |
| 2715 | 2026-08-24T19:55:23.305Z | Checking crypto-bigint v0.5.5 |
| 2716 | 2026-08-24T19:55:23.319Z | Checking serde_plain v1.0.2 |
| 2717 | 2026-08-24T19:55:23.332Z | Checking serde-big-array v0.5.1 |
| 2718 | 2026-08-24T19:55:23.404Z | Checking float-cmp v0.10.0 |
| 2719 | 2026-08-24T19:55:23.458Z | Checking thread-id v4.2.2 |
| 2720 | 2026-08-24T19:55:23.461Z | Checking memmap2 v0.9.10 |
| 2721 | 2026-08-24T19:55:23.528Z | Checking supports-unicode v3.0.0 |
| 2722 | 2026-08-24T19:55:23.544Z | Checking toml_write v0.1.2 |
| 2723 | 2026-08-24T19:55:23.616Z | Checking normalize-line-endings v0.3.0 |
| 2724 | 2026-08-24T19:55:23.630Z | Checking supports-hyperlinks v3.2.0 |
| 2725 | 2026-08-24T19:55:23.704Z | Checking static_assertions v1.1.0 |
| 2726 | 2026-08-24T19:55:23.707Z | Checking keccak v0.1.6 |
| 2727 | 2026-08-24T19:55:23.731Z | Checking typed-path v0.9.3 |
| 2728 | 2026-08-24T19:55:23.748Z | Checking fixedbitset v0.4.2 |
| 2729 | 2026-08-24T19:55:23.766Z | Checking predicates-core v1.0.10 |
| 2730 | 2026-08-24T19:55:23.780Z | Checking winnow v1.0.3 |
| 2731 | 2026-08-24T19:55:23.864Z | Checking winnow v0.7.14 |
| 2732 | 2026-08-24T19:55:23.884Z | Checking data-encoding v2.10.0 |
| 2733 | 2026-08-24T19:55:23.887Z | Checking difflib v0.4.0 |
| 2734 | 2026-08-24T19:55:23.994Z | Checking fixedbitset v0.5.7 |
| 2735 | 2026-08-24T19:55:24.071Z | Checking precomputed-hash v0.1.1 |
| 2736 | 2026-08-24T19:55:24.148Z | Checking new_debug_unreachable v1.0.6 |
| 2737 | 2026-08-24T19:55:24.152Z | Checking unicode-segmentation v1.12.0 |
| 2738 | 2026-08-24T19:55:24.184Z | Checking unicode-width v0.1.14 |
| 2739 | 2026-08-24T19:55:24.208Z | Checking whoami v2.1.0 |
| 2740 | 2026-08-24T19:55:24.221Z | Checking string_cache v0.8.9 |
| 2741 | 2026-08-24T19:55:24.224Z | Checking elliptic-curve v0.13.8 |
| 2742 | 2026-08-24T19:55:24.382Z | Checking zip v4.6.1 |
| 2743 | 2026-08-24T19:55:24.400Z | Checking tokio-postgres v0.7.16 |
| 2744 | 2026-08-24T19:55:24.422Z | Checking miette v7.6.0 |
| 2745 | 2026-08-24T19:55:24.460Z | Checking similar v2.7.0 |
| 2746 | 2026-08-24T19:55:24.491Z | Checking tough v0.22.0 |
| 2747 | 2026-08-24T19:55:24.536Z | Checking petgraph v0.8.3 |
| 2748 | 2026-08-24T19:55:24.624Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2749 | 2026-08-24T19:55:24.833Z | Checking hickory-proto v0.25.2 |
| 2750 | 2026-08-24T19:55:24.918Z | Checking predicates v3.1.4 |
| 2751 | 2026-08-24T19:55:24.942Z | Checking crossterm v0.28.1 |
| 2752 | 2026-08-24T19:55:24.955Z | Checking petgraph v0.6.5 |
| 2753 | 2026-08-24T19:55:25.060Z | Checking toml_edit v0.22.27 |
| 2754 | 2026-08-24T19:55:25.212Z | Checking sha3 v0.10.8 |
| 2755 | 2026-08-24T19:55:25.425Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2756 | 2026-08-24T19:55:25.634Z | Checking ed25519-dalek v2.2.0 |
| 2757 | 2026-08-24T19:55:25.658Z | Checking usdt v0.6.0 |
| 2758 | 2026-08-24T19:55:25.829Z | Checking usdt-impl v0.5.0 |
| 2759 | 2026-08-24T19:55:25.860Z | Checking nix v0.31.2 |
| 2760 | 2026-08-24T19:55:26.099Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2761 | 2026-08-24T19:55:26.102Z | Checking iddqd v0.4.2 |
| 2762 | 2026-08-24T19:55:26.168Z | Checking reqwest v0.13.2 |
| 2763 | 2026-08-24T19:55:26.449Z | Checking oxide-generation v0.1.3 |
| 2764 | 2026-08-24T19:55:26.499Z | Checking itertools v0.15.0 |
| 2765 | 2026-08-24T19:55:26.670Z | Checking itertools v0.13.0 |
| 2766 | 2026-08-24T19:55:26.674Z | Checking strum v0.26.3 |
| 2767 | 2026-08-24T19:55:26.792Z | Checking serde_with v3.21.0 |
| 2768 | 2026-08-24T19:55:27.005Z | Checking derive_more v2.1.1 |
| 2769 | 2026-08-24T19:55:27.005Z | Checking fs-err v3.3.0 |
| 2770 | 2026-08-24T19:55:27.038Z | Checking tokio-stream v0.1.18 |
| 2771 | 2026-08-24T19:55:27.113Z | Checking buf-list v1.1.2 |
| 2772 | 2026-08-24T19:55:27.298Z | Checking camino v1.2.5 |
| 2773 | 2026-08-24T19:55:27.317Z | Checking anyhow v1.0.104 |
| 2774 | 2026-08-24T19:55:27.427Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2775 | 2026-08-24T19:55:27.514Z | Checking openapiv3 v2.2.0 |
| 2776 | 2026-08-24T19:55:27.550Z | Checking peg-runtime v0.8.5 |
| 2777 | 2026-08-24T19:55:27.606Z | Checking lalrpop-util v0.19.12 |
| 2778 | 2026-08-24T19:55:27.620Z | Checking rayon v1.11.0 |
| 2779 | 2026-08-24T19:55:27.685Z | Checking sigpipe v0.1.3 |
| 2780 | 2026-08-24T19:55:27.698Z | Checking glob v0.3.3 |
| 2781 | 2026-08-24T19:55:28.649Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2782 | 2026-08-24T19:55:28.898Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2783 | 2026-08-24T19:55:29.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s |
| 2784 | 2026-08-24T19:55:29.336Z | |
| 2785 | 2026-08-24T19:55:29.336Z | info: running `cargo check --bins` on internal-dns-types (80/377) |
| 2786 | 2026-08-24T19:55:29.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-08-24T19:55:29.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-08-24T19:55:29.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-08-24T19:55:29.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2790 | 2026-08-24T19:55:29.910Z | |
| 2791 | 2026-08-24T19:55:29.910Z | info: running `cargo check --bins` on internal-dns-types-versions (81/377) |
| 2792 | 2026-08-24T19:55:30.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-08-24T19:55:30.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-08-24T19:55:30.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-08-24T19:55:30.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2796 | 2026-08-24T19:55:30.484Z | |
| 2797 | 2026-08-24T19:55:30.484Z | info: running `cargo check --bins` on nexus-types-versions (82/377) |
| 2798 | 2026-08-24T19:55:30.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-08-24T19:55:30.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-08-24T19:55:30.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-08-24T19:55:30.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2802 | 2026-08-24T19:55:31.072Z | |
| 2803 | 2026-08-24T19:55:31.073Z | info: running `cargo check --bins` on oxql-types (83/377) |
| 2804 | 2026-08-24T19:55:31.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-08-24T19:55:31.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-08-24T19:55:31.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-08-24T19:55:31.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2808 | 2026-08-24T19:55:31.648Z | |
| 2809 | 2026-08-24T19:55:31.648Z | info: running `cargo check --bins` on oximeter-types (84/377) |
| 2810 | 2026-08-24T19:55:32.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-08-24T19:55:32.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-08-24T19:55:32.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-08-24T19:55:32.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2814 | 2026-08-24T19:55:32.219Z | |
| 2815 | 2026-08-24T19:55:32.219Z | info: running `cargo check --bins` on oximeter-types-versions (85/377) |
| 2816 | 2026-08-24T19:55:32.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-08-24T19:55:32.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-08-24T19:55:32.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2026-08-24T19:55:32.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2820 | 2026-08-24T19:55:32.784Z | |
| 2821 | 2026-08-24T19:55:32.784Z | info: running `cargo check --bins` on oximeter-macro-impl (86/377) |
| 2822 | 2026-08-24T19:55:33.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-08-24T19:55:33.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-08-24T19:55:33.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2026-08-24T19:55:33.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2826 | 2026-08-24T19:55:33.339Z | |
| 2827 | 2026-08-24T19:55:33.339Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/377) |
| 2828 | 2026-08-24T19:55:33.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-08-24T19:55:33.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-08-24T19:55:33.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2026-08-24T19:55:33.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2832 | 2026-08-24T19:55:33.753Z | |
| 2833 | 2026-08-24T19:55:33.753Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/377) |
| 2834 | 2026-08-24T19:55:34.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-08-24T19:55:34.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-08-24T19:55:34.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2026-08-24T19:55:34.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2838 | 2026-08-24T19:55:34.168Z | |
| 2839 | 2026-08-24T19:55:34.168Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/377) |
| 2840 | 2026-08-24T19:55:34.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-08-24T19:55:34.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-08-24T19:55:34.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2026-08-24T19:55:34.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2844 | 2026-08-24T19:55:34.584Z | |
| 2845 | 2026-08-24T19:55:34.584Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/377) |
| 2846 | 2026-08-24T19:55:34.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-08-24T19:55:34.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-08-24T19:55:34.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2026-08-24T19:55:34.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2850 | 2026-08-24T19:55:35.001Z | |
| 2851 | 2026-08-24T19:55:35.001Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/377) |
| 2852 | 2026-08-24T19:55:35.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-08-24T19:55:35.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-08-24T19:55:35.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2026-08-24T19:55:35.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2856 | 2026-08-24T19:55:35.417Z | |
| 2857 | 2026-08-24T19:55:35.417Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/377) |
| 2858 | 2026-08-24T19:55:35.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-08-24T19:55:35.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-08-24T19:55:35.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2026-08-24T19:55:35.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2862 | 2026-08-24T19:55:35.831Z | |
| 2863 | 2026-08-24T19:55:35.832Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/377) |
| 2864 | 2026-08-24T19:55:36.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-08-24T19:55:36.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-08-24T19:55:36.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-08-24T19:55:36.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2868 | 2026-08-24T19:55:36.246Z | |
| 2869 | 2026-08-24T19:55:36.246Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/377) |
| 2870 | 2026-08-24T19:55:36.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-08-24T19:55:36.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-08-24T19:55:36.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-08-24T19:55:36.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2874 | 2026-08-24T19:55:36.666Z | |
| 2875 | 2026-08-24T19:55:36.666Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/377) |
| 2876 | 2026-08-24T19:55:37.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-08-24T19:55:37.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-08-24T19:55:37.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2026-08-24T19:55:37.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2880 | 2026-08-24T19:55:37.080Z | |
| 2881 | 2026-08-24T19:55:37.080Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/377) |
| 2882 | 2026-08-24T19:55:37.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-08-24T19:55:37.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-08-24T19:55:37.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-08-24T19:55:37.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2886 | 2026-08-24T19:55:37.496Z | |
| 2887 | 2026-08-24T19:55:37.496Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/377) |
| 2888 | 2026-08-24T19:55:37.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-08-24T19:55:37.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-08-24T19:55:37.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-08-24T19:55:37.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2892 | 2026-08-24T19:55:37.908Z | |
| 2893 | 2026-08-24T19:55:37.908Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/377) |
| 2894 | 2026-08-24T19:55:38.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-08-24T19:55:38.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-08-24T19:55:38.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-08-24T19:55:38.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2898 | 2026-08-24T19:55:38.324Z | |
| 2899 | 2026-08-24T19:55:38.324Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/377) |
| 2900 | 2026-08-24T19:55:38.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-08-24T19:55:38.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-08-24T19:55:38.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-08-24T19:55:38.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2904 | 2026-08-24T19:55:38.740Z | |
| 2905 | 2026-08-24T19:55:38.740Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/377) |
| 2906 | 2026-08-24T19:55:39.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-08-24T19:55:39.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-08-24T19:55:39.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-08-24T19:55:39.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2910 | 2026-08-24T19:55:39.152Z | |
| 2911 | 2026-08-24T19:55:39.152Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/377) |
| 2912 | 2026-08-24T19:55:39.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-08-24T19:55:39.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-08-24T19:55:39.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-08-24T19:55:39.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2916 | 2026-08-24T19:55:39.567Z | |
| 2917 | 2026-08-24T19:55:39.567Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/377) |
| 2918 | 2026-08-24T19:55:39.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-08-24T19:55:39.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-08-24T19:55:39.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-08-24T19:55:39.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2922 | 2026-08-24T19:55:39.982Z | |
| 2923 | 2026-08-24T19:55:39.982Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/377) |
| 2924 | 2026-08-24T19:55:40.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-08-24T19:55:40.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-08-24T19:55:40.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-08-24T19:55:40.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2928 | 2026-08-24T19:55:40.398Z | |
| 2929 | 2026-08-24T19:55:40.398Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/377) |
| 2930 | 2026-08-24T19:55:40.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-08-24T19:55:40.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-08-24T19:55:40.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-08-24T19:55:40.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2934 | 2026-08-24T19:55:40.814Z | |
| 2935 | 2026-08-24T19:55:40.814Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/377) |
| 2936 | 2026-08-24T19:55:41.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-08-24T19:55:41.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-08-24T19:55:41.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-08-24T19:55:41.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2940 | 2026-08-24T19:55:41.228Z | |
| 2941 | 2026-08-24T19:55:41.228Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/377) |
| 2942 | 2026-08-24T19:55:41.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-08-24T19:55:41.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-08-24T19:55:41.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2026-08-24T19:55:41.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2946 | 2026-08-24T19:55:41.644Z | |
| 2947 | 2026-08-24T19:55:41.644Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/377) |
| 2948 | 2026-08-24T19:55:42.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2026-08-24T19:55:42.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2026-08-24T19:55:42.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2026-08-24T19:55:42.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2952 | 2026-08-24T19:55:42.058Z | |
| 2953 | 2026-08-24T19:55:42.059Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/377) |
| 2954 | 2026-08-24T19:55:42.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2026-08-24T19:55:42.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2026-08-24T19:55:42.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2957 | 2026-08-24T19:55:42.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2958 | 2026-08-24T19:55:42.476Z | |
| 2959 | 2026-08-24T19:55:42.476Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/377) |
| 2960 | 2026-08-24T19:55:42.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2026-08-24T19:55:42.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2026-08-24T19:55:42.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2963 | 2026-08-24T19:55:42.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2964 | 2026-08-24T19:55:42.894Z | |
| 2965 | 2026-08-24T19:55:42.894Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/377) |
| 2966 | 2026-08-24T19:55:43.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2026-08-24T19:55:43.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2026-08-24T19:55:43.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2969 | 2026-08-24T19:55:43.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2970 | 2026-08-24T19:55:43.311Z | |
| 2971 | 2026-08-24T19:55:43.312Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/377) |
| 2972 | 2026-08-24T19:55:43.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2026-08-24T19:55:43.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2026-08-24T19:55:43.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2975 | 2026-08-24T19:55:43.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2976 | 2026-08-24T19:55:43.730Z | |
| 2977 | 2026-08-24T19:55:43.730Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/377) |
| 2978 | 2026-08-24T19:55:44.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2026-08-24T19:55:44.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2026-08-24T19:55:44.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2981 | 2026-08-24T19:55:44.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2982 | 2026-08-24T19:55:44.146Z | |
| 2983 | 2026-08-24T19:55:44.146Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/377) |
| 2984 | 2026-08-24T19:55:44.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2026-08-24T19:55:44.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2026-08-24T19:55:44.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2987 | 2026-08-24T19:55:44.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2988 | 2026-08-24T19:55:44.565Z | |
| 2989 | 2026-08-24T19:55:44.565Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/377) |
| 2990 | 2026-08-24T19:55:44.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2026-08-24T19:55:44.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2026-08-24T19:55:44.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2993 | 2026-08-24T19:55:44.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2994 | 2026-08-24T19:55:44.984Z | |
| 2995 | 2026-08-24T19:55:44.984Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/377) |
| 2996 | 2026-08-24T19:55:45.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2026-08-24T19:55:45.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2026-08-24T19:55:45.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2999 | 2026-08-24T19:55:45.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3000 | 2026-08-24T19:55:45.407Z | |
| 3001 | 2026-08-24T19:55:45.407Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/377) |
| 3002 | 2026-08-24T19:55:45.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2026-08-24T19:55:45.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2026-08-24T19:55:45.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2026-08-24T19:55:45.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3006 | 2026-08-24T19:55:45.825Z | |
| 3007 | 2026-08-24T19:55:45.825Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/377) |
| 3008 | 2026-08-24T19:55:46.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2026-08-24T19:55:46.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2026-08-24T19:55:46.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2026-08-24T19:55:46.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3012 | 2026-08-24T19:55:46.243Z | |
| 3013 | 2026-08-24T19:55:46.243Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/377) |
| 3014 | 2026-08-24T19:55:46.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2026-08-24T19:55:46.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2026-08-24T19:55:46.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2026-08-24T19:55:46.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3018 | 2026-08-24T19:55:46.664Z | |
| 3019 | 2026-08-24T19:55:46.664Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/377) |
| 3020 | 2026-08-24T19:55:47.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2026-08-24T19:55:47.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2026-08-24T19:55:47.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2026-08-24T19:55:47.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3024 | 2026-08-24T19:55:47.086Z | |
| 3025 | 2026-08-24T19:55:47.086Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/377) |
| 3026 | 2026-08-24T19:55:47.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-24T19:55:47.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-24T19:55:47.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-24T19:55:47.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3030 | 2026-08-24T19:55:47.508Z | |
| 3031 | 2026-08-24T19:55:47.508Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/377) |
| 3032 | 2026-08-24T19:55:47.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-24T19:55:47.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-24T19:55:47.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-24T19:55:47.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3036 | 2026-08-24T19:55:47.927Z | |
| 3037 | 2026-08-24T19:55:47.927Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/377) |
| 3038 | 2026-08-24T19:55:48.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-24T19:55:48.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-24T19:55:48.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-24T19:55:48.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3042 | 2026-08-24T19:55:48.345Z | |
| 3043 | 2026-08-24T19:55:48.345Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/377) |
| 3044 | 2026-08-24T19:55:48.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-24T19:55:48.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-24T19:55:48.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-24T19:55:48.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3048 | 2026-08-24T19:55:48.764Z | |
| 3049 | 2026-08-24T19:55:48.764Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/377) |
| 3050 | 2026-08-24T19:55:49.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-24T19:55:49.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-24T19:55:49.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-24T19:55:49.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3054 | 2026-08-24T19:55:49.182Z | |
| 3055 | 2026-08-24T19:55:49.182Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/377) |
| 3056 | 2026-08-24T19:55:49.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-24T19:55:49.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-24T19:55:49.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-08-24T19:55:49.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3060 | 2026-08-24T19:55:49.599Z | |
| 3061 | 2026-08-24T19:55:49.599Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/377) |
| 3062 | 2026-08-24T19:55:49.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-08-24T19:55:49.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-08-24T19:55:49.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-08-24T19:55:49.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3066 | 2026-08-24T19:55:50.016Z | |
| 3067 | 2026-08-24T19:55:50.016Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3068 | 2026-08-24T19:55:50.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-08-24T19:55:50.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-08-24T19:55:50.694Z | Compiling multer v3.1.0 |
| 3071 | 2026-08-24T19:55:50.808Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-08-24T19:55:50.808Z | Compiling async-stream-impl v0.3.6 |
| 3073 | 2026-08-24T19:55:50.825Z | Compiling dropshot v0.17.1 |
| 3074 | 2026-08-24T19:55:50.838Z | Compiling parse-display-derive v0.10.0 |
| 3075 | 2026-08-24T19:55:50.842Z | Compiling dropshot_endpoint v0.17.1 |
| 3076 | 2026-08-24T19:55:50.849Z | Compiling newtype-uuid-macros v0.1.0 |
| 3077 | 2026-08-24T19:55:50.878Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3078 | 2026-08-24T19:55:51.017Z | Checking thread_local v1.1.9 |
| 3079 | 2026-08-24T19:55:51.052Z | Checking match_cfg v0.1.0 |
| 3080 | 2026-08-24T19:55:51.139Z | Checking compression-core v0.4.31 |
| 3081 | 2026-08-24T19:55:51.183Z | Checking hostname v0.3.1 |
| 3082 | 2026-08-24T19:55:51.199Z | Checking crossbeam-channel v0.5.15 |
| 3083 | 2026-08-24T19:55:51.259Z | Checking compression-codecs v0.4.37 |
| 3084 | 2026-08-24T19:55:51.277Z | Checking atomicwrites v0.4.4 |
| 3085 | 2026-08-24T19:55:51.290Z | Checking slog-json v2.6.1 |
| 3086 | 2026-08-24T19:55:51.383Z | Checking serde_spanned v1.1.1 |
| 3087 | 2026-08-24T19:55:51.397Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3088 | 2026-08-24T19:55:51.423Z | Checking is-terminal v0.4.17 |
| 3089 | 2026-08-24T19:55:51.441Z | Checking take_mut v0.2.2 |
| 3090 | 2026-08-24T19:55:51.508Z | Checking term v1.2.1 |
| 3091 | 2026-08-24T19:55:51.509Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3092 | 2026-08-24T19:55:51.534Z | Checking debug-ignore v1.0.5 |
| 3093 | 2026-08-24T19:55:51.546Z | Checking slog-async v2.8.0 |
| 3094 | 2026-08-24T19:55:51.589Z | Checking slog-bunyan v2.5.0 |
| 3095 | 2026-08-24T19:55:51.589Z | Checking async-compression v0.4.41 |
| 3096 | 2026-08-24T19:55:51.624Z | Checking async-stream v0.3.6 |
| 3097 | 2026-08-24T19:55:51.689Z | Checking toml v1.1.2+spec-1.1.0 |
| 3098 | 2026-08-24T19:55:51.711Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3099 | 2026-08-24T19:55:51.711Z | Checking progenitor-client v0.14.0 |
| 3100 | 2026-08-24T19:55:51.738Z | Checking slog-term v2.9.2 |
| 3101 | 2026-08-24T19:55:51.814Z | Checking sha1 v0.11.0 |
| 3102 | 2026-08-24T19:55:51.829Z | Checking waitgroup v0.1.2 |
| 3103 | 2026-08-24T19:55:51.925Z | Checking rustls-pemfile v2.2.0 |
| 3104 | 2026-08-24T19:55:51.943Z | Checking backon v1.6.0 |
| 3105 | 2026-08-24T19:55:51.957Z | Checking serde_path_to_error v0.1.20 |
| 3106 | 2026-08-24T19:55:51.992Z | Checking hostname v0.4.2 |
| 3107 | 2026-08-24T19:55:52.005Z | Checking instant v0.1.13 |
| 3108 | 2026-08-24T19:55:52.100Z | Checking backoff v0.4.0 |
| 3109 | 2026-08-24T19:55:52.103Z | Checking progenitor-extras v0.2.0 |
| 3110 | 2026-08-24T19:55:52.244Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3111 | 2026-08-24T19:55:52.274Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3112 | 2026-08-24T19:55:52.287Z | Checking regress v0.10.5 |
| 3113 | 2026-08-24T19:55:52.299Z | Checking itertools v0.14.0 |
| 3114 | 2026-08-24T19:55:52.444Z | Checking macaddr v1.0.1 |
| 3115 | 2026-08-24T19:55:52.544Z | Checking parse-display v0.10.0 |
| 3116 | 2026-08-24T19:55:52.630Z | Checking humantime v2.3.0 |
| 3117 | 2026-08-24T19:55:53.406Z | Compiling prettyplease v0.2.37 |
| 3118 | 2026-08-24T19:55:53.689Z | Checking num-rational v0.4.2 |
| 3119 | 2026-08-24T19:55:53.959Z | Checking num-complex v0.4.6 |
| 3120 | 2026-08-24T19:55:54.436Z | Compiling num v0.4.3 |
| 3121 | 2026-08-24T19:55:54.505Z | Compiling usdt-attr-macro v0.5.0 |
| 3122 | 2026-08-24T19:55:54.519Z | Compiling usdt-macro v0.5.0 |
| 3123 | 2026-08-24T19:55:54.537Z | Checking memmap v0.7.0 |
| 3124 | 2026-08-24T19:55:54.550Z | Checking float-ord v0.3.2 |
| 3125 | 2026-08-24T19:55:54.593Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3126 | 2026-08-24T19:55:54.660Z | Compiling convert_case v0.4.0 |
| 3127 | 2026-08-24T19:55:54.999Z | Checking newline-converter v0.3.0 |
| 3128 | 2026-08-24T19:55:55.020Z | Compiling derive_more v0.99.20 |
| 3129 | 2026-08-24T19:55:55.110Z | Checking console v0.15.11 |
| 3130 | 2026-08-24T19:55:55.243Z | Compiling toml v0.8.23 |
| 3131 | 2026-08-24T19:55:55.276Z | Checking usdt v0.5.0 |
| 3132 | 2026-08-24T19:55:55.383Z | Checking linked-hash-map v0.5.6 |
| 3133 | 2026-08-24T19:55:55.446Z | Compiling minimal-lexical v0.2.1 |
| 3134 | 2026-08-24T19:55:55.553Z | Checking lru-cache v0.1.2 |
| 3135 | 2026-08-24T19:55:55.671Z | Compiling nom v7.1.3 |
| 3136 | 2026-08-24T19:55:55.699Z | Checking expectorate v1.2.0 |
| 3137 | 2026-08-24T19:55:55.903Z | Checking camino-tempfile v1.4.1 |
| 3138 | 2026-08-24T19:55:56.063Z | Checking hickory-proto v0.24.4 |
| 3139 | 2026-08-24T19:55:56.163Z | Checking phf_shared v0.12.1 |
| 3140 | 2026-08-24T19:55:56.300Z | Compiling slog-dtrace v0.3.0 |
| 3141 | 2026-08-24T19:55:56.328Z | Compiling unicode-xid v0.2.6 |
| 3142 | 2026-08-24T19:55:56.456Z | Checking resolv-conf v0.7.6 |
| 3143 | 2026-08-24T19:55:56.639Z | Compiling chrono-tz v0.10.4 |
| 3144 | 2026-08-24T19:55:56.752Z | Checking heck v0.5.0 |
| 3145 | 2026-08-24T19:55:56.876Z | Compiling const_format_proc_macros v0.2.34 |
| 3146 | 2026-08-24T19:55:56.879Z | Checking phf v0.12.1 |
| 3147 | 2026-08-24T19:55:57.009Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3148 | 2026-08-24T19:55:57.027Z | Checking tokio-dtrace v0.1.1 |
| 3149 | 2026-08-24T19:55:57.236Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3150 | 2026-08-24T19:55:57.381Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3151 | 2026-08-24T19:55:57.485Z | Compiling derive-where v1.6.0 |
| 3152 | 2026-08-24T19:55:57.629Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3153 | 2026-08-24T19:55:57.734Z | Checking highway v1.3.0 |
| 3154 | 2026-08-24T19:55:57.915Z | Checking hickory-resolver v0.24.4 |
| 3155 | 2026-08-24T19:55:57.968Z | Checking const_format v0.2.35 |
| 3156 | 2026-08-24T19:55:58.203Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3157 | 2026-08-24T19:55:58.679Z | Checking oxide-tokio-rt v0.1.4 |
| 3158 | 2026-08-24T19:55:58.802Z | Checking qorb v0.4.1 |
| 3159 | 2026-08-24T19:55:58.956Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3160 | 2026-08-24T19:55:59.055Z | Checking gethostname v0.5.0 |
| 3161 | 2026-08-24T19:55:59.076Z | Checking bcs v0.1.6 |
| 3162 | 2026-08-24T19:55:59.141Z | Checking termtree v0.5.1 |
| 3163 | 2026-08-24T19:55:59.156Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3164 | 2026-08-24T19:55:59.227Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3165 | 2026-08-24T19:55:59.227Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3166 | 2026-08-24T19:56:02.236Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3167 | 2026-08-24T19:56:05.414Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3168 | 2026-08-24T19:56:07.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.62s |
| 3169 | 2026-08-24T19:56:07.813Z | |
| 3170 | 2026-08-24T19:56:07.813Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3171 | 2026-08-24T19:56:08.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-08-24T19:56:08.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-08-24T19:56:08.497Z | Compiling ar_archive_writer v0.5.1 |
| 3174 | 2026-08-24T19:56:08.503Z | Compiling stacker v0.1.23 |
| 3175 | 2026-08-24T19:56:08.613Z | Compiling cfg_aliases v0.1.1 |
| 3176 | 2026-08-24T19:56:08.620Z | Compiling proc-macro-error v1.0.4 |
| 3177 | 2026-08-24T19:56:08.627Z | Checking fd-lock v4.0.4 |
| 3178 | 2026-08-24T19:56:08.628Z | Checking nibble_vec v0.1.0 |
| 3179 | 2026-08-24T19:56:08.632Z | Checking vte v0.14.1 |
| 3180 | 2026-08-24T19:56:08.632Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3181 | 2026-08-24T19:56:08.670Z | Compiling nix v0.28.0 |
| 3182 | 2026-08-24T19:56:08.730Z | Checking endian-type v0.1.2 |
| 3183 | 2026-08-24T19:56:08.769Z | Checking bytecount v0.6.9 |
| 3184 | 2026-08-24T19:56:08.774Z | Checking strip-ansi-escapes v0.2.1 |
| 3185 | 2026-08-24T19:56:08.849Z | Checking radix_trie v0.2.1 |
| 3186 | 2026-08-24T19:56:08.866Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3187 | 2026-08-24T19:56:08.885Z | Checking papergrid v0.11.0 |
| 3188 | 2026-08-24T19:56:08.893Z | Compiling peg-macros v0.8.5 |
| 3189 | 2026-08-24T19:56:08.902Z | Compiling tabled_derive v0.7.0 |
| 3190 | 2026-08-24T19:56:09.037Z | Checking winnow v0.6.26 |
| 3191 | 2026-08-24T19:56:09.050Z | Compiling sqlparser_derive v0.5.0 |
| 3192 | 2026-08-24T19:56:09.318Z | Checking unicode_categories v0.1.1 |
| 3193 | 2026-08-24T19:56:09.425Z | Compiling psm v0.1.30 |
| 3194 | 2026-08-24T19:56:09.471Z | Checking nu-ansi-term v0.50.3 |
| 3195 | 2026-08-24T19:56:09.484Z | Checking home v0.5.12 |
| 3196 | 2026-08-24T19:56:09.641Z | Checking crossterm v0.29.0 |
| 3197 | 2026-08-24T19:56:09.678Z | Checking reedline v0.40.0 |
| 3198 | 2026-08-24T19:56:09.796Z | Checking display-error-chain v0.2.2 |
| 3199 | 2026-08-24T19:56:09.846Z | Checking tabled v0.15.0 |
| 3200 | 2026-08-24T19:56:09.956Z | Checking rustyline v14.0.0 |
| 3201 | 2026-08-24T19:56:10.161Z | Checking sqlformat v0.3.5 |
| 3202 | 2026-08-24T19:56:10.175Z | Checking recursive v0.1.1 |
| 3203 | 2026-08-24T19:56:10.197Z | Checking peg v0.8.5 |
| 3204 | 2026-08-24T19:56:10.257Z | Checking sqlparser v0.61.0 |
| 3205 | 2026-08-24T19:56:21.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3206 | 2026-08-24T19:56:21.690Z | |
| 3207 | 2026-08-24T19:56:21.691Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3208 | 2026-08-24T19:56:22.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-08-24T19:56:22.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-08-24T19:56:22.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3211 | 2026-08-24T19:56:25.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 3212 | 2026-08-24T19:56:26.045Z | |
| 3213 | 2026-08-24T19:56:26.045Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3214 | 2026-08-24T19:56:26.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-08-24T19:56:26.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-08-24T19:56:26.709Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-08-24T19:56:29.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 3218 | 2026-08-24T19:56:29.409Z | |
| 3219 | 2026-08-24T19:56:29.409Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3220 | 2026-08-24T19:56:29.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-08-24T19:56:29.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-08-24T19:56:30.106Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-08-24T19:56:36.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 3224 | 2026-08-24T19:56:36.716Z | |
| 3225 | 2026-08-24T19:56:36.716Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3226 | 2026-08-24T19:56:36.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2026-08-24T19:56:36.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2026-08-24T19:56:36.716Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3229 | 2026-08-24T19:56:37.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3230 | 2026-08-24T19:56:37.741Z | |
| 3231 | 2026-08-24T19:56:37.741Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3232 | 2026-08-24T19:56:38.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2026-08-24T19:56:38.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2026-08-24T19:56:38.408Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-08-24T19:56:41.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 3236 | 2026-08-24T19:56:41.239Z | |
| 3237 | 2026-08-24T19:56:41.239Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3238 | 2026-08-24T19:56:41.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2026-08-24T19:56:41.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2026-08-24T19:56:41.911Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3241 | 2026-08-24T19:56:44.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 3242 | 2026-08-24T19:56:44.796Z | |
| 3243 | 2026-08-24T19:56:44.796Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3244 | 2026-08-24T19:56:45.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2026-08-24T19:56:45.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2026-08-24T19:56:45.466Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3247 | 2026-08-24T19:56:48.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 3248 | 2026-08-24T19:56:49.133Z | |
| 3249 | 2026-08-24T19:56:49.133Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3250 | 2026-08-24T19:56:49.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2026-08-24T19:56:49.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2026-08-24T19:56:49.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2026-08-24T19:56:49.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3254 | 2026-08-24T19:56:49.705Z | |
| 3255 | 2026-08-24T19:56:49.706Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3256 | 2026-08-24T19:56:50.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2026-08-24T19:56:50.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2026-08-24T19:56:50.336Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3259 | 2026-08-24T19:56:50.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3260 | 2026-08-24T19:56:50.880Z | |
| 3261 | 2026-08-24T19:56:50.880Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3262 | 2026-08-24T19:56:51.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2026-08-24T19:56:51.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2026-08-24T19:56:51.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2026-08-24T19:56:51.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3266 | 2026-08-24T19:56:51.461Z | |
| 3267 | 2026-08-24T19:56:51.461Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3268 | 2026-08-24T19:56:51.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2026-08-24T19:56:51.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2026-08-24T19:56:51.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2026-08-24T19:56:51.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3272 | 2026-08-24T19:56:52.074Z | |
| 3273 | 2026-08-24T19:56:52.074Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3274 | 2026-08-24T19:56:52.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2026-08-24T19:56:52.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2026-08-24T19:56:52.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2026-08-24T19:56:52.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3278 | 2026-08-24T19:56:52.661Z | |
| 3279 | 2026-08-24T19:56:52.661Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3280 | 2026-08-24T19:56:53.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-08-24T19:56:53.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-08-24T19:56:53.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-08-24T19:56:53.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3284 | 2026-08-24T19:56:53.239Z | |
| 3285 | 2026-08-24T19:56:53.239Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3286 | 2026-08-24T19:56:53.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-08-24T19:56:53.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-08-24T19:56:53.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2026-08-24T19:56:53.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3290 | 2026-08-24T19:56:53.813Z | |
| 3291 | 2026-08-24T19:56:53.814Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3292 | 2026-08-24T19:56:54.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2026-08-24T19:56:54.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2026-08-24T19:56:54.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2026-08-24T19:56:54.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3296 | 2026-08-24T19:56:54.395Z | |
| 3297 | 2026-08-24T19:56:54.395Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3298 | 2026-08-24T19:56:54.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2026-08-24T19:56:54.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2026-08-24T19:56:54.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2026-08-24T19:56:54.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3302 | 2026-08-24T19:56:54.973Z | |
| 3303 | 2026-08-24T19:56:54.973Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3304 | 2026-08-24T19:56:55.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-08-24T19:56:55.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-08-24T19:56:55.798Z | Compiling crucible-workspace-hack v0.1.0 |
| 3307 | 2026-08-24T19:56:55.798Z | Compiling regress v0.11.1 |
| 3308 | 2026-08-24T19:56:55.798Z | Checking secrecy v0.10.3 |
| 3309 | 2026-08-24T19:56:55.799Z | Checking half v2.7.1 |
| 3310 | 2026-08-24T19:56:55.803Z | Checking ciborium-io v0.2.2 |
| 3311 | 2026-08-24T19:56:55.803Z | Checking inout v0.1.4 |
| 3312 | 2026-08-24T19:56:55.803Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3313 | 2026-08-24T19:56:55.803Z | Checking universal-hash v0.5.1 |
| 3314 | 2026-08-24T19:56:56.008Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3315 | 2026-08-24T19:56:56.059Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3316 | 2026-08-24T19:56:56.091Z | Checking cipher v0.4.4 |
| 3317 | 2026-08-24T19:56:56.107Z | Checking opaque-debug v0.3.1 |
| 3318 | 2026-08-24T19:56:56.185Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3319 | 2026-08-24T19:56:56.206Z | Checking poly1305 v0.8.0 |
| 3320 | 2026-08-24T19:56:56.224Z | Checking ciborium-ll v0.2.2 |
| 3321 | 2026-08-24T19:56:56.263Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3322 | 2026-08-24T19:56:56.323Z | Checking chacha20 v0.9.1 |
| 3323 | 2026-08-24T19:56:56.389Z | Checking ciborium v0.2.2 |
| 3324 | 2026-08-24T19:56:56.455Z | Checking password-hash v0.5.0 |
| 3325 | 2026-08-24T19:56:56.471Z | Checking blake2 v0.10.6 |
| 3326 | 2026-08-24T19:56:56.518Z | Checking aead v0.5.2 |
| 3327 | 2026-08-24T19:56:56.656Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3328 | 2026-08-24T19:56:56.670Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3329 | 2026-08-24T19:56:56.686Z | Checking indent_write v2.2.0 |
| 3330 | 2026-08-24T19:56:56.705Z | Checking argon2 v0.5.3 |
| 3331 | 2026-08-24T19:56:56.805Z | Checking chacha20poly1305 v0.10.1 |
| 3332 | 2026-08-24T19:56:56.819Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3333 | 2026-08-24T19:56:56.913Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3334 | 2026-08-24T19:56:56.932Z | Compiling unsafe-libyaml v0.2.11 |
| 3335 | 2026-08-24T19:56:57.048Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3336 | 2026-08-24T19:56:57.216Z | Checking thiserror-no-std v2.0.2 |
| 3337 | 2026-08-24T19:56:57.257Z | Compiling heapless v0.8.0 |
| 3338 | 2026-08-24T19:56:57.306Z | Checking vsss-rs v3.3.4 |
| 3339 | 2026-08-24T19:56:57.450Z | Compiling serde_yaml v0.9.34+deprecated |
| 3340 | 2026-08-24T19:56:57.544Z | Compiling typify-impl v0.6.2 |
| 3341 | 2026-08-24T19:56:57.675Z | Compiling proc-macro-crate v3.4.0 |
| 3342 | 2026-08-24T19:56:58.142Z | Compiling ingot-macros v0.2.0 |
| 3343 | 2026-08-24T19:56:58.210Z | Compiling num_enum_derive v0.7.6 |
| 3344 | 2026-08-24T19:56:58.366Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3345 | 2026-08-24T19:56:58.410Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3346 | 2026-08-24T19:56:58.467Z | Checking hash32 v0.3.1 |
| 3347 | 2026-08-24T19:56:58.598Z | Compiling smoltcp v0.11.0 |
| 3348 | 2026-08-24T19:56:58.870Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3349 | 2026-08-24T19:56:58.952Z | Checking tabwriter v1.4.1 |
| 3350 | 2026-08-24T19:56:59.100Z | Checking cobs v0.3.0 |
| 3351 | 2026-08-24T19:56:59.115Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3352 | 2026-08-24T19:56:59.181Z | Checking swrite v0.1.0 |
| 3353 | 2026-08-24T19:56:59.244Z | Checking postcard v1.1.3 |
| 3354 | 2026-08-24T19:56:59.263Z | Checking num_enum v0.7.6 |
| 3355 | 2026-08-24T19:56:59.306Z | Compiling proc-macro-crate v1.3.1 |
| 3356 | 2026-08-24T19:56:59.325Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3357 | 2026-08-24T19:56:59.377Z | Compiling foreign-types-macros v0.2.3 |
| 3358 | 2026-08-24T19:56:59.526Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3359 | 2026-08-24T19:56:59.543Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3360 | 2026-08-24T19:56:59.543Z | Checking colored v3.1.1 |
| 3361 | 2026-08-24T19:56:59.709Z | Checking foreign-types-shared v0.3.1 |
| 3362 | 2026-08-24T19:56:59.755Z | Compiling num_enum_derive v0.5.11 |
| 3363 | 2026-08-24T19:56:59.877Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3364 | 2026-08-24T19:56:59.908Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3365 | 2026-08-24T19:56:59.965Z | Checking foreign-types v0.5.0 |
| 3366 | 2026-08-24T19:57:00.045Z | Checking cstr-argument v0.1.2 |
| 3367 | 2026-08-24T19:57:00.168Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3368 | 2026-08-24T19:57:00.309Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3369 | 2026-08-24T19:57:00.353Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3370 | 2026-08-24T19:57:00.389Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3371 | 2026-08-24T19:57:00.420Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3372 | 2026-08-24T19:57:00.453Z | Compiling zone_cfg_derive v0.3.1 |
| 3373 | 2026-08-24T19:57:00.520Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3374 | 2026-08-24T19:57:00.637Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3375 | 2026-08-24T19:57:00.739Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3376 | 2026-08-24T19:57:00.778Z | Checking num_enum v0.5.11 |
| 3377 | 2026-08-24T19:57:00.891Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3378 | 2026-08-24T19:57:00.912Z | Checking itertools v0.12.1 |
| 3379 | 2026-08-24T19:57:00.967Z | Checking ingot-types v0.2.0 |
| 3380 | 2026-08-24T19:57:01.068Z | Compiling num-derive v0.4.2 |
| 3381 | 2026-08-24T19:57:01.110Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3382 | 2026-08-24T19:57:01.293Z | Compiling semver v0.1.20 |
| 3383 | 2026-08-24T19:57:01.334Z | Checking ingot v0.2.1 |
| 3384 | 2026-08-24T19:57:01.576Z | Compiling rustc_version v0.1.7 |
| 3385 | 2026-08-24T19:57:01.591Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3386 | 2026-08-24T19:57:01.751Z | Checking smf v0.2.3 |
| 3387 | 2026-08-24T19:57:01.804Z | Checking nom v8.0.0 |
| 3388 | 2026-08-24T19:57:01.925Z | Checking zone v0.3.1 |
| 3389 | 2026-08-24T19:57:01.988Z | Checking csv-core v0.1.13 |
| 3390 | 2026-08-24T19:57:02.003Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3391 | 2026-08-24T19:57:02.070Z | Compiling typify-macro v0.6.2 |
| 3392 | 2026-08-24T19:57:02.188Z | Checking whoami v1.6.1 |
| 3393 | 2026-08-24T19:57:02.250Z | Checking csv v1.4.0 |
| 3394 | 2026-08-24T19:57:02.267Z | Compiling newtype_derive v0.1.6 |
| 3395 | 2026-08-24T19:57:02.336Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3396 | 2026-08-24T19:57:02.363Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3397 | 2026-08-24T19:57:02.452Z | Compiling cancel-safe-futures v0.1.5 |
| 3398 | 2026-08-24T19:57:02.521Z | Compiling serde_tokenstream v0.3.0 |
| 3399 | 2026-08-24T19:57:02.623Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3400 | 2026-08-24T19:57:02.682Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3401 | 2026-08-24T19:57:02.757Z | Compiling libefi-sys v0.1.0 |
| 3402 | 2026-08-24T19:57:02.843Z | Compiling oxide-generation-macros v0.2.0 |
| 3403 | 2026-08-24T19:57:02.934Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3404 | 2026-08-24T19:57:02.986Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3405 | 2026-08-24T19:57:03.050Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3406 | 2026-08-24T19:57:03.234Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3407 | 2026-08-24T19:57:03.295Z | Checking oxide-update-engine-types v0.1.2 |
| 3408 | 2026-08-24T19:57:03.367Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3409 | 2026-08-24T19:57:03.432Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3410 | 2026-08-24T19:57:03.589Z | Compiling bitfield-struct v0.6.2 |
| 3411 | 2026-08-24T19:57:03.721Z | Checking linear-map v1.2.0 |
| 3412 | 2026-08-24T19:57:03.841Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3413 | 2026-08-24T19:57:03.874Z | Compiling typify v0.6.2 |
| 3414 | 2026-08-24T19:57:03.909Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3415 | 2026-08-24T19:57:03.987Z | Compiling progenitor-impl v0.14.0 |
| 3416 | 2026-08-24T19:57:04.074Z | Checking steno v0.4.1 |
| 3417 | 2026-08-24T19:57:04.106Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3418 | 2026-08-24T19:57:04.195Z | Checking oxide-update-engine v0.1.2 |
| 3419 | 2026-08-24T19:57:04.216Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3420 | 2026-08-24T19:57:04.616Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3421 | 2026-08-24T19:57:04.637Z | Checking sha1 v0.10.6 |
| 3422 | 2026-08-24T19:57:04.782Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3423 | 2026-08-24T19:57:04.809Z | Checking utf-8 v0.7.6 |
| 3424 | 2026-08-24T19:57:04.861Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3425 | 2026-08-24T19:57:04.888Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3426 | 2026-08-24T19:57:04.946Z | Checking tungstenite v0.21.0 |
| 3427 | 2026-08-24T19:57:05.040Z | Checking ignore v0.4.25 |
| 3428 | 2026-08-24T19:57:05.067Z | Checking anstyle-parse v0.2.7 |
| 3429 | 2026-08-24T19:57:05.096Z | Compiling xshell-macros v0.2.7 |
| 3430 | 2026-08-24T19:57:05.119Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3431 | 2026-08-24T19:57:05.217Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-08-24T19:57:05.339Z | Checking anstream v0.6.21 |
| 3433 | 2026-08-24T19:57:05.373Z | Checking tokio-tungstenite v0.21.0 |
| 3434 | 2026-08-24T19:57:05.421Z | Checking predicates-tree v1.0.13 |
| 3435 | 2026-08-24T19:57:05.446Z | Checking globwalk v0.9.1 |
| 3436 | 2026-08-24T19:57:05.468Z | Checking xshell v0.2.7 |
| 3437 | 2026-08-24T19:57:05.529Z | Checking filetime v0.2.27 |
| 3438 | 2026-08-24T19:57:05.545Z | Checking xattr v1.6.1 |
| 3439 | 2026-08-24T19:57:05.620Z | Checking tagptr v0.2.0 |
| 3440 | 2026-08-24T19:57:05.646Z | Checking camino-tempfile-ext v0.3.3 |
| 3441 | 2026-08-24T19:57:05.661Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3442 | 2026-08-24T19:57:05.665Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3443 | 2026-08-24T19:57:05.689Z | Checking tar v0.4.46 |
| 3444 | 2026-08-24T19:57:05.760Z | Checking moka v0.12.13 |
| 3445 | 2026-08-24T19:57:05.804Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3446 | 2026-08-24T19:57:05.835Z | Checking rand_seeder v0.4.0 |
| 3447 | 2026-08-24T19:57:05.839Z | Checking half v1.8.3 |
| 3448 | 2026-08-24T19:57:05.945Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3449 | 2026-08-24T19:57:05.982Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3450 | 2026-08-24T19:57:06.049Z | Checking serde_cbor v0.11.2 |
| 3451 | 2026-08-24T19:57:06.066Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3452 | 2026-08-24T19:57:06.280Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3453 | 2026-08-24T19:57:06.318Z | Checking digest-io v0.1.0 |
| 3454 | 2026-08-24T19:57:06.394Z | Checking hickory-resolver v0.25.2 |
| 3455 | 2026-08-24T19:57:06.422Z | Compiling petname v2.0.2 |
| 3456 | 2026-08-24T19:57:06.447Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3457 | 2026-08-24T19:57:06.553Z | Compiling progenitor-macro v0.14.0 |
| 3458 | 2026-08-24T19:57:06.807Z | Checking rawzip v0.4.4 |
| 3459 | 2026-08-24T19:57:06.948Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3460 | 2026-08-24T19:57:07.130Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3461 | 2026-08-24T19:57:07.152Z | Checking sapling-renderdag v0.1.0 |
| 3462 | 2026-08-24T19:57:07.290Z | Checking subprocess v0.2.15 |
| 3463 | 2026-08-24T19:57:07.402Z | Checking sync-ptr v0.1.4 |
| 3464 | 2026-08-24T19:57:07.520Z | Checking colored v2.2.0 |
| 3465 | 2026-08-24T19:57:07.577Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3466 | 2026-08-24T19:57:07.596Z | Checking assert_matches v1.5.0 |
| 3467 | 2026-08-24T19:57:07.783Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3468 | 2026-08-24T19:57:07.845Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3469 | 2026-08-24T19:57:07.942Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3470 | 2026-08-24T19:57:07.978Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-24T19:57:08.473Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3472 | 2026-08-24T19:57:08.473Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3473 | 2026-08-24T19:57:09.561Z | Checking progenitor v0.14.0 |
| 3474 | 2026-08-24T19:57:09.696Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3475 | 2026-08-24T19:57:09.699Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3476 | 2026-08-24T19:57:09.700Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3477 | 2026-08-24T19:57:09.700Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3478 | 2026-08-24T19:57:09.700Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3479 | 2026-08-24T19:57:09.700Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3480 | 2026-08-24T19:57:09.874Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3481 | 2026-08-24T19:57:10.113Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3482 | 2026-08-24T19:57:10.245Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3483 | 2026-08-24T19:57:10.267Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3484 | 2026-08-24T19:57:10.350Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3485 | 2026-08-24T19:57:10.585Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3486 | 2026-08-24T19:57:11.268Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3487 | 2026-08-24T19:57:11.435Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3488 | 2026-08-24T19:57:11.919Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3489 | 2026-08-24T19:57:12.733Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3490 | 2026-08-24T19:57:21.351Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3491 | 2026-08-24T19:57:28.541Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3492 | 2026-08-24T19:57:28.541Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3493 | 2026-08-24T19:57:28.544Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3494 | 2026-08-24T19:57:30.045Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3495 | 2026-08-24T19:57:31.305Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3496 | 2026-08-24T19:57:33.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.54s |
| 3497 | 2026-08-24T19:57:33.724Z | |
| 3498 | 2026-08-24T19:57:33.724Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3499 | 2026-08-24T19:57:34.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-08-24T19:57:34.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-08-24T19:57:34.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-08-24T19:57:34.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3503 | 2026-08-24T19:57:34.347Z | |
| 3504 | 2026-08-24T19:57:34.347Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3505 | 2026-08-24T19:57:34.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-08-24T19:57:34.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-08-24T19:57:34.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-08-24T19:57:34.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3509 | 2026-08-24T19:57:34.926Z | |
| 3510 | 2026-08-24T19:57:34.926Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3511 | 2026-08-24T19:57:35.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-08-24T19:57:35.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-08-24T19:57:35.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-08-24T19:57:35.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3515 | 2026-08-24T19:57:35.503Z | |
| 3516 | 2026-08-24T19:57:35.503Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3517 | 2026-08-24T19:57:35.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-08-24T19:57:35.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-08-24T19:57:35.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-08-24T19:57:35.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3521 | 2026-08-24T19:57:36.081Z | |
| 3522 | 2026-08-24T19:57:36.081Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3523 | 2026-08-24T19:57:36.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-08-24T19:57:36.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-08-24T19:57:36.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-08-24T19:57:36.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3527 | 2026-08-24T19:57:36.646Z | |
| 3528 | 2026-08-24T19:57:36.646Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3529 | 2026-08-24T19:57:37.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-08-24T19:57:37.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-08-24T19:57:37.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-08-24T19:57:37.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3533 | 2026-08-24T19:57:37.211Z | |
| 3534 | 2026-08-24T19:57:37.211Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3535 | 2026-08-24T19:57:37.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-08-24T19:57:37.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-08-24T19:57:37.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-08-24T19:57:37.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3539 | 2026-08-24T19:57:37.769Z | |
| 3540 | 2026-08-24T19:57:37.769Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3541 | 2026-08-24T19:57:38.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-08-24T19:57:38.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-08-24T19:57:38.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-08-24T19:57:38.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3545 | 2026-08-24T19:57:38.325Z | |
| 3546 | 2026-08-24T19:57:38.325Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3547 | 2026-08-24T19:57:38.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-08-24T19:57:38.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-08-24T19:57:38.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-08-24T19:57:38.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3551 | 2026-08-24T19:57:38.904Z | |
| 3552 | 2026-08-24T19:57:38.904Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3553 | 2026-08-24T19:57:39.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-08-24T19:57:39.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-08-24T19:57:39.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-08-24T19:57:39.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3557 | 2026-08-24T19:57:39.498Z | |
| 3558 | 2026-08-24T19:57:39.498Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3559 | 2026-08-24T19:57:39.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-08-24T19:57:39.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-08-24T19:57:39.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-08-24T19:57:39.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3563 | 2026-08-24T19:57:40.082Z | |
| 3564 | 2026-08-24T19:57:40.082Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3565 | 2026-08-24T19:57:40.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-08-24T19:57:40.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-08-24T19:57:40.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-08-24T19:57:40.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3569 | 2026-08-24T19:57:40.668Z | |
| 3570 | 2026-08-24T19:57:40.668Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3571 | 2026-08-24T19:57:41.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-08-24T19:57:41.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-08-24T19:57:41.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2026-08-24T19:57:41.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3575 | 2026-08-24T19:57:41.242Z | |
| 3576 | 2026-08-24T19:57:41.242Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3577 | 2026-08-24T19:57:41.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-08-24T19:57:41.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-08-24T19:57:41.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-08-24T19:57:41.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3581 | 2026-08-24T19:57:41.825Z | |
| 3582 | 2026-08-24T19:57:41.825Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3583 | 2026-08-24T19:57:42.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-08-24T19:57:42.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-08-24T19:57:42.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-08-24T19:57:42.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3587 | 2026-08-24T19:57:42.410Z | |
| 3588 | 2026-08-24T19:57:42.410Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3589 | 2026-08-24T19:57:42.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-08-24T19:57:42.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-08-24T19:57:42.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-08-24T19:57:42.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3593 | 2026-08-24T19:57:42.964Z | |
| 3594 | 2026-08-24T19:57:42.964Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3595 | 2026-08-24T19:57:43.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-08-24T19:57:43.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-08-24T19:57:43.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-08-24T19:57:43.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3599 | 2026-08-24T19:57:43.578Z | |
| 3600 | 2026-08-24T19:57:43.578Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3601 | 2026-08-24T19:57:44.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-08-24T19:57:44.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-08-24T19:57:44.305Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3604 | 2026-08-24T19:57:44.309Z | Checking void v1.0.2 |
| 3605 | 2026-08-24T19:57:44.309Z | Checking tungstenite v0.23.0 |
| 3606 | 2026-08-24T19:57:44.309Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3607 | 2026-08-24T19:57:44.309Z | Checking dropshot-api-manager-types v0.8.0 |
| 3608 | 2026-08-24T19:57:44.309Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3609 | 2026-08-24T19:57:44.309Z | Checking nix v0.27.1 |
| 3610 | 2026-08-24T19:57:44.309Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3611 | 2026-08-24T19:57:44.510Z | Checking lzss v0.8.2 |
| 3612 | 2026-08-24T19:57:44.567Z | Checking kstat-rs v0.2.5 |
| 3613 | 2026-08-24T19:57:44.620Z | Checking fxhash v0.2.1 |
| 3614 | 2026-08-24T19:57:44.686Z | Checking serde_bytes v0.11.19 |
| 3615 | 2026-08-24T19:57:44.708Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3616 | 2026-08-24T19:57:44.722Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3617 | 2026-08-24T19:57:44.735Z | Checking signal-hook-tokio v0.3.1 |
| 3618 | 2026-08-24T19:57:44.746Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3619 | 2026-08-24T19:57:44.878Z | Checking tokio-tungstenite v0.23.1 |
| 3620 | 2026-08-24T19:57:44.917Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3621 | 2026-08-24T19:57:45.999Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3622 | 2026-08-24T19:57:46.537Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3623 | 2026-08-24T19:57:48.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
| 3624 | 2026-08-24T19:57:48.857Z | |
| 3625 | 2026-08-24T19:57:48.858Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3626 | 2026-08-24T19:57:49.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-08-24T19:57:49.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-08-24T19:57:49.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-08-24T19:57:49.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3630 | 2026-08-24T19:57:49.427Z | |
| 3631 | 2026-08-24T19:57:49.427Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3632 | 2026-08-24T19:57:49.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-08-24T19:57:49.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-08-24T19:57:49.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-08-24T19:57:49.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3636 | 2026-08-24T19:57:49.994Z | |
| 3637 | 2026-08-24T19:57:49.994Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3638 | 2026-08-24T19:57:50.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-08-24T19:57:50.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-08-24T19:57:50.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-08-24T19:57:50.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3642 | 2026-08-24T19:57:50.546Z | |
| 3643 | 2026-08-24T19:57:50.546Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3644 | 2026-08-24T19:57:51.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-08-24T19:57:51.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-08-24T19:57:51.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-08-24T19:57:51.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3648 | 2026-08-24T19:57:51.135Z | |
| 3649 | 2026-08-24T19:57:51.135Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3650 | 2026-08-24T19:57:51.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-08-24T19:57:51.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-08-24T19:57:51.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-08-24T19:57:51.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3654 | 2026-08-24T19:57:51.701Z | |
| 3655 | 2026-08-24T19:57:51.701Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3656 | 2026-08-24T19:57:52.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-08-24T19:57:52.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-08-24T19:57:52.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-08-24T19:57:52.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3660 | 2026-08-24T19:57:52.269Z | |
| 3661 | 2026-08-24T19:57:52.269Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3662 | 2026-08-24T19:57:52.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-08-24T19:57:52.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-08-24T19:57:52.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-08-24T19:57:52.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3666 | 2026-08-24T19:57:52.843Z | |
| 3667 | 2026-08-24T19:57:52.843Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3668 | 2026-08-24T19:57:53.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-08-24T19:57:53.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-08-24T19:57:53.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-08-24T19:57:53.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3672 | 2026-08-24T19:57:53.434Z | |
| 3673 | 2026-08-24T19:57:53.434Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3674 | 2026-08-24T19:57:53.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-08-24T19:57:53.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-08-24T19:57:53.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-08-24T19:57:53.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3678 | 2026-08-24T19:57:54.010Z | |
| 3679 | 2026-08-24T19:57:54.010Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3680 | 2026-08-24T19:57:54.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-08-24T19:57:54.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-08-24T19:57:54.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-08-24T19:57:54.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3684 | 2026-08-24T19:57:54.583Z | |
| 3685 | 2026-08-24T19:57:54.583Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3686 | 2026-08-24T19:57:55.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-08-24T19:57:55.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-08-24T19:57:55.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-08-24T19:57:55.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3690 | 2026-08-24T19:57:55.157Z | |
| 3691 | 2026-08-24T19:57:55.157Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3692 | 2026-08-24T19:57:55.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-08-24T19:57:55.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-08-24T19:57:55.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-08-24T19:57:55.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3696 | 2026-08-24T19:57:55.734Z | |
| 3697 | 2026-08-24T19:57:55.734Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3698 | 2026-08-24T19:57:56.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-08-24T19:57:56.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-08-24T19:57:56.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-08-24T19:57:56.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3702 | 2026-08-24T19:57:56.310Z | |
| 3703 | 2026-08-24T19:57:56.311Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3704 | 2026-08-24T19:57:56.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-08-24T19:57:56.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-08-24T19:57:56.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-08-24T19:57:56.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3708 | 2026-08-24T19:57:56.887Z | |
| 3709 | 2026-08-24T19:57:56.887Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3710 | 2026-08-24T19:57:57.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-08-24T19:57:57.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-08-24T19:57:57.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-08-24T19:57:57.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3714 | 2026-08-24T19:57:57.465Z | |
| 3715 | 2026-08-24T19:57:57.465Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3716 | 2026-08-24T19:57:57.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-08-24T19:57:57.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-08-24T19:57:57.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-08-24T19:57:57.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3720 | 2026-08-24T19:57:58.041Z | |
| 3721 | 2026-08-24T19:57:58.041Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3722 | 2026-08-24T19:57:58.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-08-24T19:57:58.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-08-24T19:57:58.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-08-24T19:57:58.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3726 | 2026-08-24T19:57:58.611Z | |
| 3727 | 2026-08-24T19:57:58.611Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3728 | 2026-08-24T19:57:59.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-08-24T19:57:59.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-08-24T19:57:59.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-08-24T19:57:59.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3732 | 2026-08-24T19:57:59.188Z | |
| 3733 | 2026-08-24T19:57:59.188Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3734 | 2026-08-24T19:57:59.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-08-24T19:57:59.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-08-24T19:57:59.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-08-24T19:57:59.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3738 | 2026-08-24T19:57:59.761Z | |
| 3739 | 2026-08-24T19:57:59.761Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3740 | 2026-08-24T19:58:00.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-08-24T19:58:00.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-08-24T19:58:00.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-08-24T19:58:00.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3744 | 2026-08-24T19:58:00.331Z | |
| 3745 | 2026-08-24T19:58:00.331Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3746 | 2026-08-24T19:58:00.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-08-24T19:58:00.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-08-24T19:58:00.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-08-24T19:58:00.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3750 | 2026-08-24T19:58:00.905Z | |
| 3751 | 2026-08-24T19:58:00.905Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3752 | 2026-08-24T19:58:01.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-08-24T19:58:01.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-08-24T19:58:01.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-08-24T19:58:01.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3756 | 2026-08-24T19:58:01.487Z | |
| 3757 | 2026-08-24T19:58:01.487Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3758 | 2026-08-24T19:58:01.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-08-24T19:58:01.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-08-24T19:58:01.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-08-24T19:58:01.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3762 | 2026-08-24T19:58:02.073Z | |
| 3763 | 2026-08-24T19:58:02.073Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3764 | 2026-08-24T19:58:02.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-08-24T19:58:02.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-08-24T19:58:02.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-08-24T19:58:02.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3768 | 2026-08-24T19:58:02.657Z | |
| 3769 | 2026-08-24T19:58:02.658Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3770 | 2026-08-24T19:58:03.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-08-24T19:58:03.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-08-24T19:58:03.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-08-24T19:58:03.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3774 | 2026-08-24T19:58:03.245Z | |
| 3775 | 2026-08-24T19:58:03.245Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3776 | 2026-08-24T19:58:03.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-08-24T19:58:03.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-08-24T19:58:03.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-08-24T19:58:03.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3780 | 2026-08-24T19:58:03.831Z | |
| 3781 | 2026-08-24T19:58:03.831Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3782 | 2026-08-24T19:58:04.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-08-24T19:58:04.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-08-24T19:58:04.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-08-24T19:58:04.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3786 | 2026-08-24T19:58:04.422Z | |
| 3787 | 2026-08-24T19:58:04.423Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3788 | 2026-08-24T19:58:04.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-08-24T19:58:04.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-08-24T19:58:04.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-08-24T19:58:04.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3792 | 2026-08-24T19:58:05.018Z | |
| 3793 | 2026-08-24T19:58:05.018Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3794 | 2026-08-24T19:58:05.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-08-24T19:58:05.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-08-24T19:58:05.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-08-24T19:58:05.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3798 | 2026-08-24T19:58:05.616Z | |
| 3799 | 2026-08-24T19:58:05.616Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3800 | 2026-08-24T19:58:06.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-08-24T19:58:06.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-08-24T19:58:06.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-08-24T19:58:06.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3804 | 2026-08-24T19:58:06.210Z | |
| 3805 | 2026-08-24T19:58:06.210Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3806 | 2026-08-24T19:58:06.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-08-24T19:58:06.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-08-24T19:58:06.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-08-24T19:58:06.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3810 | 2026-08-24T19:58:06.802Z | |
| 3811 | 2026-08-24T19:58:06.802Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3812 | 2026-08-24T19:58:07.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-08-24T19:58:07.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-08-24T19:58:07.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-08-24T19:58:07.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3816 | 2026-08-24T19:58:07.399Z | |
| 3817 | 2026-08-24T19:58:07.399Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3818 | 2026-08-24T19:58:07.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-08-24T19:58:07.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-08-24T19:58:07.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-08-24T19:58:07.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3822 | 2026-08-24T19:58:07.991Z | |
| 3823 | 2026-08-24T19:58:07.991Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3824 | 2026-08-24T19:58:08.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-08-24T19:58:08.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-08-24T19:58:08.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2026-08-24T19:58:08.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3828 | 2026-08-24T19:58:08.572Z | |
| 3829 | 2026-08-24T19:58:08.572Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3830 | 2026-08-24T19:58:09.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2026-08-24T19:58:09.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2026-08-24T19:58:09.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2026-08-24T19:58:09.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3834 | 2026-08-24T19:58:09.156Z | |
| 3835 | 2026-08-24T19:58:09.156Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3836 | 2026-08-24T19:58:09.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2026-08-24T19:58:09.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2026-08-24T19:58:09.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2026-08-24T19:58:09.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3840 | 2026-08-24T19:58:09.747Z | |
| 3841 | 2026-08-24T19:58:09.747Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3842 | 2026-08-24T19:58:10.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-08-24T19:58:10.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-08-24T19:58:10.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2026-08-24T19:58:10.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3846 | 2026-08-24T19:58:10.336Z | |
| 3847 | 2026-08-24T19:58:10.336Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3848 | 2026-08-24T19:58:10.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-08-24T19:58:10.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-08-24T19:58:10.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2026-08-24T19:58:10.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3852 | 2026-08-24T19:58:10.926Z | |
| 3853 | 2026-08-24T19:58:10.926Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3854 | 2026-08-24T19:58:11.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-08-24T19:58:11.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-08-24T19:58:11.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2026-08-24T19:58:11.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3858 | 2026-08-24T19:58:11.515Z | |
| 3859 | 2026-08-24T19:58:11.515Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3860 | 2026-08-24T19:58:12.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-08-24T19:58:12.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-08-24T19:58:12.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2026-08-24T19:58:12.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3864 | 2026-08-24T19:58:12.104Z | |
| 3865 | 2026-08-24T19:58:12.104Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3866 | 2026-08-24T19:58:12.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-08-24T19:58:12.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-08-24T19:58:12.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2026-08-24T19:58:12.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3870 | 2026-08-24T19:58:12.680Z | |
| 3871 | 2026-08-24T19:58:12.680Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3872 | 2026-08-24T19:58:13.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-08-24T19:58:13.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-08-24T19:58:13.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3875 | 2026-08-24T19:58:13.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3876 | 2026-08-24T19:58:13.250Z | |
| 3877 | 2026-08-24T19:58:13.250Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3878 | 2026-08-24T19:58:13.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-08-24T19:58:13.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-08-24T19:58:13.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3881 | 2026-08-24T19:58:13.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3882 | 2026-08-24T19:58:13.819Z | |
| 3883 | 2026-08-24T19:58:13.819Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3884 | 2026-08-24T19:58:14.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-08-24T19:58:14.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-08-24T19:58:14.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3887 | 2026-08-24T19:58:14.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3888 | 2026-08-24T19:58:14.389Z | |
| 3889 | 2026-08-24T19:58:14.389Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3890 | 2026-08-24T19:58:14.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-08-24T19:58:14.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-08-24T19:58:14.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-08-24T19:58:14.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3894 | 2026-08-24T19:58:14.960Z | |
| 3895 | 2026-08-24T19:58:14.961Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3896 | 2026-08-24T19:58:15.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-08-24T19:58:15.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-08-24T19:58:15.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-08-24T19:58:15.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3900 | 2026-08-24T19:58:15.532Z | |
| 3901 | 2026-08-24T19:58:15.532Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3902 | 2026-08-24T19:58:16.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-08-24T19:58:16.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-08-24T19:58:16.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-08-24T19:58:16.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3906 | 2026-08-24T19:58:16.104Z | |
| 3907 | 2026-08-24T19:58:16.104Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3908 | 2026-08-24T19:58:16.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-08-24T19:58:16.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-08-24T19:58:16.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-08-24T19:58:16.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3912 | 2026-08-24T19:58:16.678Z | |
| 3913 | 2026-08-24T19:58:16.678Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3914 | 2026-08-24T19:58:17.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-08-24T19:58:17.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-08-24T19:58:17.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-08-24T19:58:17.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3918 | 2026-08-24T19:58:17.250Z | |
| 3919 | 2026-08-24T19:58:17.250Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3920 | 2026-08-24T19:58:17.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-08-24T19:58:17.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-08-24T19:58:17.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-08-24T19:58:17.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3924 | 2026-08-24T19:58:17.825Z | |
| 3925 | 2026-08-24T19:58:17.825Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3926 | 2026-08-24T19:58:18.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-08-24T19:58:18.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-08-24T19:58:18.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-08-24T19:58:18.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3930 | 2026-08-24T19:58:18.395Z | |
| 3931 | 2026-08-24T19:58:18.395Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3932 | 2026-08-24T19:58:18.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-08-24T19:58:18.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-08-24T19:58:18.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-08-24T19:58:18.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3936 | 2026-08-24T19:58:18.965Z | |
| 3937 | 2026-08-24T19:58:18.965Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3938 | 2026-08-24T19:58:19.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-08-24T19:58:19.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-08-24T19:58:19.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-08-24T19:58:19.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3942 | 2026-08-24T19:58:19.532Z | |
| 3943 | 2026-08-24T19:58:19.532Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3944 | 2026-08-24T19:58:20.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-08-24T19:58:20.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-08-24T19:58:20.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-08-24T19:58:20.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3948 | 2026-08-24T19:58:20.101Z | |
| 3949 | 2026-08-24T19:58:20.101Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3950 | 2026-08-24T19:58:20.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-08-24T19:58:20.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-08-24T19:58:20.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-08-24T19:58:20.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3954 | 2026-08-24T19:58:20.676Z | |
| 3955 | 2026-08-24T19:58:20.676Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3956 | 2026-08-24T19:58:21.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-08-24T19:58:21.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-08-24T19:58:21.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-08-24T19:58:21.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3960 | 2026-08-24T19:58:21.240Z | |
| 3961 | 2026-08-24T19:58:21.240Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3962 | 2026-08-24T19:58:21.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-08-24T19:58:21.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-08-24T19:58:21.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-08-24T19:58:21.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3966 | 2026-08-24T19:58:21.825Z | |
| 3967 | 2026-08-24T19:58:21.825Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3968 | 2026-08-24T19:58:22.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-08-24T19:58:22.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-08-24T19:58:22.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-08-24T19:58:22.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3972 | 2026-08-24T19:58:22.414Z | |
| 3973 | 2026-08-24T19:58:22.414Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3974 | 2026-08-24T19:58:22.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-08-24T19:58:22.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-08-24T19:58:22.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-08-24T19:58:22.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3978 | 2026-08-24T19:58:23.001Z | |
| 3979 | 2026-08-24T19:58:23.002Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3980 | 2026-08-24T19:58:23.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-08-24T19:58:23.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-08-24T19:58:23.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-08-24T19:58:23.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3984 | 2026-08-24T19:58:23.589Z | |
| 3985 | 2026-08-24T19:58:23.589Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3986 | 2026-08-24T19:58:24.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-08-24T19:58:24.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-08-24T19:58:24.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-08-24T19:58:24.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3990 | 2026-08-24T19:58:24.175Z | |
| 3991 | 2026-08-24T19:58:24.175Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3992 | 2026-08-24T19:58:24.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-08-24T19:58:24.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-08-24T19:58:24.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-08-24T19:58:24.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3996 | 2026-08-24T19:58:24.762Z | |
| 3997 | 2026-08-24T19:58:24.762Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 3998 | 2026-08-24T19:58:25.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-08-24T19:58:25.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-08-24T19:58:25.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-08-24T19:58:25.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4002 | 2026-08-24T19:58:25.352Z | |
| 4003 | 2026-08-24T19:58:25.353Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4004 | 2026-08-24T19:58:25.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-08-24T19:58:25.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-08-24T19:58:25.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-08-24T19:58:25.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4008 | 2026-08-24T19:58:25.932Z | |
| 4009 | 2026-08-24T19:58:25.933Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4010 | 2026-08-24T19:58:26.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-08-24T19:58:26.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-08-24T19:58:26.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-08-24T19:58:26.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4014 | 2026-08-24T19:58:26.519Z | |
| 4015 | 2026-08-24T19:58:26.519Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4016 | 2026-08-24T19:58:27.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-08-24T19:58:27.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-08-24T19:58:27.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-08-24T19:58:27.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4020 | 2026-08-24T19:58:27.107Z | |
| 4021 | 2026-08-24T19:58:27.107Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4022 | 2026-08-24T19:58:27.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-08-24T19:58:27.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-08-24T19:58:27.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-08-24T19:58:27.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4026 | 2026-08-24T19:58:27.686Z | |
| 4027 | 2026-08-24T19:58:27.686Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4028 | 2026-08-24T19:58:28.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-08-24T19:58:28.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-08-24T19:58:28.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-08-24T19:58:28.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4032 | 2026-08-24T19:58:28.339Z | |
| 4033 | 2026-08-24T19:58:28.340Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4034 | 2026-08-24T19:58:28.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-08-24T19:58:28.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-08-24T19:58:28.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4037 | 2026-08-24T19:58:28.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4038 | 2026-08-24T19:58:28.853Z | |
| 4039 | 2026-08-24T19:58:28.853Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4040 | 2026-08-24T19:58:29.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4041 | 2026-08-24T19:58:29.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4042 | 2026-08-24T19:58:29.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4043 | 2026-08-24T19:58:29.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4044 | 2026-08-24T19:58:29.440Z | |
| 4045 | 2026-08-24T19:58:29.440Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4046 | 2026-08-24T19:58:29.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4047 | 2026-08-24T19:58:29.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4048 | 2026-08-24T19:58:29.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4049 | 2026-08-24T19:58:29.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4050 | 2026-08-24T19:58:30.026Z | |
| 4051 | 2026-08-24T19:58:30.027Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4052 | 2026-08-24T19:58:30.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4053 | 2026-08-24T19:58:30.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4054 | 2026-08-24T19:58:30.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4055 | 2026-08-24T19:58:30.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4056 | 2026-08-24T19:58:30.632Z | |
| 4057 | 2026-08-24T19:58:30.632Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4058 | 2026-08-24T19:58:31.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4059 | 2026-08-24T19:58:31.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4060 | 2026-08-24T19:58:31.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4061 | 2026-08-24T19:58:31.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4062 | 2026-08-24T19:58:31.203Z | |
| 4063 | 2026-08-24T19:58:31.204Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4064 | 2026-08-24T19:58:31.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-08-24T19:58:31.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-08-24T19:58:31.844Z | Compiling parking_lot_core v0.8.6 |
| 4067 | 2026-08-24T19:58:31.847Z | Compiling git-stub v1.0.0 |
| 4068 | 2026-08-24T19:58:31.847Z | Checking prefix-trie v0.7.0 |
| 4069 | 2026-08-24T19:58:31.964Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4070 | 2026-08-24T19:58:32.073Z | Compiling git-stub-vcs v0.1.0 |
| 4071 | 2026-08-24T19:58:32.232Z | Checking hickory-server v0.25.2 |
| 4072 | 2026-08-24T19:58:32.341Z | Checking parking_lot v0.11.2 |
| 4073 | 2026-08-24T19:58:32.368Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4074 | 2026-08-24T19:58:32.503Z | Checking sled v0.34.7 |
| 4075 | 2026-08-24T19:58:34.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4076 | 2026-08-24T19:58:34.568Z | |
| 4077 | 2026-08-24T19:58:34.569Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4078 | 2026-08-24T19:58:35.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-24T19:58:35.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-24T19:58:35.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-24T19:58:35.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4082 | 2026-08-24T19:58:35.135Z | |
| 4083 | 2026-08-24T19:58:35.135Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4084 | 2026-08-24T19:58:35.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-24T19:58:35.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-24T19:58:35.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-24T19:58:35.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4088 | 2026-08-24T19:58:35.740Z | |
| 4089 | 2026-08-24T19:58:35.740Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4090 | 2026-08-24T19:58:36.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-24T19:58:36.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-24T19:58:36.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-24T19:58:36.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4094 | 2026-08-24T19:58:36.317Z | |
| 4095 | 2026-08-24T19:58:36.317Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4096 | 2026-08-24T19:58:36.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-24T19:58:36.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-24T19:58:37.013Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4099 | 2026-08-24T19:58:37.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 4100 | 2026-08-24T19:58:37.717Z | |
| 4101 | 2026-08-24T19:58:37.717Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4102 | 2026-08-24T19:58:38.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-24T19:58:38.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-24T19:58:38.534Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4105 | 2026-08-24T19:58:38.664Z | Compiling rfc6979 v0.4.0 |
| 4106 | 2026-08-24T19:58:38.664Z | Compiling hashbrown v0.14.5 |
| 4107 | 2026-08-24T19:58:38.680Z | Compiling salty v0.3.0 |
| 4108 | 2026-08-24T19:58:38.692Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4109 | 2026-08-24T19:58:38.703Z | Compiling primeorder v0.13.6 |
| 4110 | 2026-08-24T19:58:38.719Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4111 | 2026-08-24T19:58:38.773Z | Compiling ecdsa v0.16.9 |
| 4112 | 2026-08-24T19:58:38.845Z | Compiling sha1 v0.10.6 |
| 4113 | 2026-08-24T19:58:38.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4114 | 2026-08-24T19:58:39.026Z | Compiling proc-macro-error2 v2.0.1 |
| 4115 | 2026-08-24T19:58:39.127Z | Compiling p384 v0.13.1 |
| 4116 | 2026-08-24T19:58:39.145Z | Compiling chumsky v0.9.3 |
| 4117 | 2026-08-24T19:58:39.161Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4118 | 2026-08-24T19:58:39.217Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4119 | 2026-08-24T19:58:39.326Z | Compiling knus-derive v3.4.0 |
| 4120 | 2026-08-24T19:58:39.377Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4121 | 2026-08-24T19:58:39.404Z | Checking libscf-sys v1.2.0 |
| 4122 | 2026-08-24T19:58:39.436Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4123 | 2026-08-24T19:58:39.530Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4124 | 2026-08-24T19:58:39.650Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4125 | 2026-08-24T19:58:39.667Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4126 | 2026-08-24T19:58:39.850Z | Checking corncobs v0.1.4 |
| 4127 | 2026-08-24T19:58:39.878Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4128 | 2026-08-24T19:58:39.882Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4129 | 2026-08-24T19:58:39.908Z | Checking papergrid v0.18.0 |
| 4130 | 2026-08-24T19:58:39.917Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4131 | 2026-08-24T19:58:39.972Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4132 | 2026-08-24T19:58:40.053Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4133 | 2026-08-24T19:58:40.073Z | Checking secrecy v0.8.0 |
| 4134 | 2026-08-24T19:58:40.195Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4135 | 2026-08-24T19:58:40.218Z | Compiling unicase v2.9.0 |
| 4136 | 2026-08-24T19:58:40.352Z | Compiling illumos-nvpair-sys v0.2.0 |
| 4137 | 2026-08-24T19:58:40.414Z | Compiling mime_guess v2.0.5 |
| 4138 | 2026-08-24T19:58:40.429Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4139 | 2026-08-24T19:58:40.443Z | Compiling progenitor-impl v0.13.0 |
| 4140 | 2026-08-24T19:58:40.551Z | Checking crc8 v0.1.1 |
| 4141 | 2026-08-24T19:58:40.671Z | Checking tabled v0.21.0 |
| 4142 | 2026-08-24T19:58:40.674Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4143 | 2026-08-24T19:58:40.702Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4144 | 2026-08-24T19:58:40.717Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4145 | 2026-08-24T19:58:40.762Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4146 | 2026-08-24T19:58:40.765Z | Compiling knus v3.4.0 |
| 4147 | 2026-08-24T19:58:41.270Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4148 | 2026-08-24T19:58:41.535Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4149 | 2026-08-24T19:58:41.648Z | Checking progenitor-client v0.13.0 |
| 4150 | 2026-08-24T19:58:41.677Z | Checking http-range v0.1.5 |
| 4151 | 2026-08-24T19:58:41.802Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4152 | 2026-08-24T19:58:41.833Z | Checking illumos-nvpair v0.3.0 |
| 4153 | 2026-08-24T19:58:41.880Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4154 | 2026-08-24T19:58:41.985Z | Checking scuffle v0.1.0 |
| 4155 | 2026-08-24T19:58:41.995Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4156 | 2026-08-24T19:58:42.203Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4157 | 2026-08-24T19:58:42.570Z | Checking nanorand v0.7.0 |
| 4158 | 2026-08-24T19:58:42.600Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4159 | 2026-08-24T19:58:42.776Z | Checking flume v0.11.1 |
| 4160 | 2026-08-24T19:58:42.810Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4161 | 2026-08-24T19:58:42.861Z | Checking hyper-staticfile v0.10.1 |
| 4162 | 2026-08-24T19:58:42.913Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4163 | 2026-08-24T19:58:42.938Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4164 | 2026-08-24T19:58:43.029Z | Compiling progenitor-macro v0.13.0 |
| 4165 | 2026-08-24T19:58:43.048Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4166 | 2026-08-24T19:58:43.099Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4167 | 2026-08-24T19:58:43.141Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4168 | 2026-08-24T19:58:43.351Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4169 | 2026-08-24T19:58:43.396Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4170 | 2026-08-24T19:58:43.448Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4171 | 2026-08-24T19:58:43.518Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4172 | 2026-08-24T19:58:43.768Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4173 | 2026-08-24T19:58:43.818Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4174 | 2026-08-24T19:58:43.909Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4175 | 2026-08-24T19:58:45.298Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4176 | 2026-08-24T19:58:46.294Z | Checking progenitor v0.13.0 |
| 4177 | 2026-08-24T19:58:46.432Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4178 | 2026-08-24T19:58:47.301Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4179 | 2026-08-24T19:58:48.370Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4180 | 2026-08-24T19:58:48.685Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4181 | 2026-08-24T19:58:48.942Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4182 | 2026-08-24T19:58:48.946Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4183 | 2026-08-24T19:59:02.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.49s |
| 4184 | 2026-08-24T19:59:02.219Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4185 | 2026-08-24T19:59:02.219Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4186 | 2026-08-24T19:59:02.415Z | |
| 4187 | 2026-08-24T19:59:02.415Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4188 | 2026-08-24T19:59:02.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-08-24T19:59:02.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-08-24T19:59:03.192Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4191 | 2026-08-24T19:59:13.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
| 4192 | 2026-08-24T19:59:13.716Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4193 | 2026-08-24T19:59:13.716Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4194 | 2026-08-24T19:59:13.914Z | |
| 4195 | 2026-08-24T19:59:13.914Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4196 | 2026-08-24T19:59:14.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-08-24T19:59:14.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-08-24T19:59:14.685Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4199 | 2026-08-24T19:59:25.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s |
| 4200 | 2026-08-24T19:59:25.136Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4201 | 2026-08-24T19:59:25.136Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4202 | 2026-08-24T19:59:25.334Z | |
| 4203 | 2026-08-24T19:59:25.334Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4204 | 2026-08-24T19:59:25.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-08-24T19:59:25.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-08-24T19:59:26.107Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4207 | 2026-08-24T19:59:36.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 4208 | 2026-08-24T19:59:36.623Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4209 | 2026-08-24T19:59:36.623Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4210 | 2026-08-24T19:59:36.824Z | |
| 4211 | 2026-08-24T19:59:36.824Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4212 | 2026-08-24T19:59:37.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-08-24T19:59:37.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-08-24T19:59:37.591Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4215 | 2026-08-24T19:59:48.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 4216 | 2026-08-24T19:59:48.086Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4217 | 2026-08-24T19:59:48.086Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4218 | 2026-08-24T19:59:48.282Z | |
| 4219 | 2026-08-24T19:59:48.282Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4220 | 2026-08-24T19:59:48.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-08-24T19:59:48.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-08-24T19:59:49.054Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4223 | 2026-08-24T19:59:59.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 4224 | 2026-08-24T19:59:59.550Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4225 | 2026-08-24T19:59:59.550Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4226 | 2026-08-24T19:59:59.755Z | |
| 4227 | 2026-08-24T19:59:59.755Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4228 | 2026-08-24T20:00:00.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-08-24T20:00:00.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-08-24T20:00:00.552Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4231 | 2026-08-24T20:00:11.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 4232 | 2026-08-24T20:00:11.116Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4233 | 2026-08-24T20:00:11.117Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4234 | 2026-08-24T20:00:11.309Z | |
| 4235 | 2026-08-24T20:00:11.309Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4236 | 2026-08-24T20:00:11.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-08-24T20:00:11.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-08-24T20:00:12.085Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4239 | 2026-08-24T20:00:22.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 4240 | 2026-08-24T20:00:22.619Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4241 | 2026-08-24T20:00:22.619Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4242 | 2026-08-24T20:00:22.811Z | |
| 4243 | 2026-08-24T20:00:22.811Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4244 | 2026-08-24T20:00:23.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-08-24T20:00:23.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-08-24T20:00:23.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4247 | 2026-08-24T20:00:23.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4248 | 2026-08-24T20:00:23.387Z | |
| 4249 | 2026-08-24T20:00:23.388Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4250 | 2026-08-24T20:00:23.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-08-24T20:00:23.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-08-24T20:00:23.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4253 | 2026-08-24T20:00:23.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4254 | 2026-08-24T20:00:23.978Z | |
| 4255 | 2026-08-24T20:00:23.978Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4256 | 2026-08-24T20:00:24.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-08-24T20:00:24.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-08-24T20:00:24.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2026-08-24T20:00:24.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4260 | 2026-08-24T20:00:24.538Z | |
| 4261 | 2026-08-24T20:00:24.539Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4262 | 2026-08-24T20:00:25.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-08-24T20:00:25.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-08-24T20:00:25.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-08-24T20:00:25.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4266 | 2026-08-24T20:00:25.156Z | |
| 4267 | 2026-08-24T20:00:25.156Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4268 | 2026-08-24T20:00:25.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-08-24T20:00:25.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-08-24T20:00:25.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4271 | 2026-08-24T20:00:25.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4272 | 2026-08-24T20:00:25.717Z | |
| 4273 | 2026-08-24T20:00:25.717Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4274 | 2026-08-24T20:00:26.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-08-24T20:00:26.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-08-24T20:00:26.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4277 | 2026-08-24T20:00:26.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4278 | 2026-08-24T20:00:26.281Z | |
| 4279 | 2026-08-24T20:00:26.281Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4280 | 2026-08-24T20:00:26.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-08-24T20:00:26.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-08-24T20:00:26.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4283 | 2026-08-24T20:00:26.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4284 | 2026-08-24T20:00:26.847Z | |
| 4285 | 2026-08-24T20:00:26.847Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4286 | 2026-08-24T20:00:27.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-08-24T20:00:27.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-08-24T20:00:27.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-08-24T20:00:27.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4290 | 2026-08-24T20:00:27.406Z | |
| 4291 | 2026-08-24T20:00:27.406Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4292 | 2026-08-24T20:00:27.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-08-24T20:00:27.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-08-24T20:00:27.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-08-24T20:00:27.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4296 | 2026-08-24T20:00:27.997Z | |
| 4297 | 2026-08-24T20:00:27.997Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4298 | 2026-08-24T20:00:28.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-08-24T20:00:28.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-08-24T20:00:28.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-08-24T20:00:28.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4302 | 2026-08-24T20:00:28.642Z | |
| 4303 | 2026-08-24T20:00:28.642Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4304 | 2026-08-24T20:00:29.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-08-24T20:00:29.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-08-24T20:00:29.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-08-24T20:00:29.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4308 | 2026-08-24T20:00:29.158Z | |
| 4309 | 2026-08-24T20:00:29.158Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4310 | 2026-08-24T20:00:29.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-08-24T20:00:29.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-08-24T20:00:29.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4313 | 2026-08-24T20:00:29.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4314 | 2026-08-24T20:00:29.769Z | |
| 4315 | 2026-08-24T20:00:29.769Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4316 | 2026-08-24T20:00:30.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-08-24T20:00:30.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-08-24T20:00:30.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4319 | 2026-08-24T20:00:30.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4320 | 2026-08-24T20:00:30.342Z | |
| 4321 | 2026-08-24T20:00:30.342Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4322 | 2026-08-24T20:00:30.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-08-24T20:00:30.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-08-24T20:00:30.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4325 | 2026-08-24T20:00:30.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4326 | 2026-08-24T20:00:30.934Z | |
| 4327 | 2026-08-24T20:00:30.934Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4328 | 2026-08-24T20:00:31.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-08-24T20:00:31.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-08-24T20:00:31.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4331 | 2026-08-24T20:00:31.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4332 | 2026-08-24T20:00:31.530Z | |
| 4333 | 2026-08-24T20:00:31.530Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4334 | 2026-08-24T20:00:32.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4335 | 2026-08-24T20:00:32.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4336 | 2026-08-24T20:00:32.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4337 | 2026-08-24T20:00:32.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4338 | 2026-08-24T20:00:32.123Z | |
| 4339 | 2026-08-24T20:00:32.123Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4340 | 2026-08-24T20:00:32.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-08-24T20:00:32.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-08-24T20:00:32.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4343 | 2026-08-24T20:00:32.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4344 | 2026-08-24T20:00:32.718Z | |
| 4345 | 2026-08-24T20:00:32.718Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4346 | 2026-08-24T20:00:33.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-08-24T20:00:33.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-08-24T20:00:33.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4349 | 2026-08-24T20:00:33.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4350 | 2026-08-24T20:00:33.311Z | |
| 4351 | 2026-08-24T20:00:33.311Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4352 | 2026-08-24T20:00:33.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-08-24T20:00:33.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-08-24T20:00:33.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4355 | 2026-08-24T20:00:33.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4356 | 2026-08-24T20:00:33.894Z | |
| 4357 | 2026-08-24T20:00:33.894Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4358 | 2026-08-24T20:00:34.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4359 | 2026-08-24T20:00:34.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4360 | 2026-08-24T20:00:34.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4361 | 2026-08-24T20:00:34.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4362 | 2026-08-24T20:00:34.487Z | |
| 4363 | 2026-08-24T20:00:34.487Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4364 | 2026-08-24T20:00:35.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4365 | 2026-08-24T20:00:35.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4366 | 2026-08-24T20:00:35.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4367 | 2026-08-24T20:00:35.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4368 | 2026-08-24T20:00:35.104Z | |
| 4369 | 2026-08-24T20:00:35.105Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4370 | 2026-08-24T20:00:35.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-08-24T20:00:35.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-08-24T20:00:35.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4373 | 2026-08-24T20:00:35.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4374 | 2026-08-24T20:00:39.411Z | |
| 4375 | 2026-08-24T20:00:39.411Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4376 | 2026-08-24T20:00:39.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-08-24T20:00:39.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-08-24T20:00:39.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4379 | 2026-08-24T20:00:39.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4380 | 2026-08-24T20:00:39.463Z | |
| 4381 | 2026-08-24T20:00:39.463Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4382 | 2026-08-24T20:00:39.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-08-24T20:00:39.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-08-24T20:00:39.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4385 | 2026-08-24T20:00:39.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4386 | 2026-08-24T20:00:39.463Z | |
| 4387 | 2026-08-24T20:00:39.463Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4388 | 2026-08-24T20:00:39.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-08-24T20:00:39.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-08-24T20:00:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4391 | 2026-08-24T20:00:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4392 | 2026-08-24T20:00:39.464Z | |
| 4393 | 2026-08-24T20:00:39.464Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4394 | 2026-08-24T20:00:39.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-08-24T20:00:39.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-08-24T20:00:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4397 | 2026-08-24T20:00:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4398 | 2026-08-24T20:00:39.464Z | |
| 4399 | 2026-08-24T20:00:39.464Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4400 | 2026-08-24T20:00:39.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-08-24T20:00:39.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-08-24T20:00:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4403 | 2026-08-24T20:00:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4404 | 2026-08-24T20:00:39.464Z | |
| 4405 | 2026-08-24T20:00:39.464Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4406 | 2026-08-24T20:00:39.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4407 | 2026-08-24T20:00:39.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4408 | 2026-08-24T20:00:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4409 | 2026-08-24T20:00:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4410 | 2026-08-24T20:00:39.464Z | |
| 4411 | 2026-08-24T20:00:39.464Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4412 | 2026-08-24T20:00:39.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-08-24T20:00:39.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-08-24T20:00:39.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4415 | 2026-08-24T20:00:39.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4416 | 2026-08-24T20:00:39.853Z | |
| 4417 | 2026-08-24T20:00:39.853Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4418 | 2026-08-24T20:00:40.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4419 | 2026-08-24T20:00:40.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4420 | 2026-08-24T20:00:40.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4421 | 2026-08-24T20:00:40.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4422 | 2026-08-24T20:00:40.438Z | |
| 4423 | 2026-08-24T20:00:40.438Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4424 | 2026-08-24T20:00:40.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-08-24T20:00:40.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-08-24T20:00:40.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4427 | 2026-08-24T20:00:40.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4428 | 2026-08-24T20:00:40.961Z | |
| 4429 | 2026-08-24T20:00:40.962Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4430 | 2026-08-24T20:00:41.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-08-24T20:00:41.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-08-24T20:00:41.653Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4433 | 2026-08-24T20:00:42.072Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4434 | 2026-08-24T20:00:43.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
| 4435 | 2026-08-24T20:00:43.412Z | |
| 4436 | 2026-08-24T20:00:43.412Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4437 | 2026-08-24T20:00:43.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-08-24T20:00:43.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-08-24T20:00:43.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-08-24T20:00:43.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4441 | 2026-08-24T20:00:43.976Z | |
| 4442 | 2026-08-24T20:00:43.976Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4443 | 2026-08-24T20:00:44.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-08-24T20:00:44.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-08-24T20:00:44.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-08-24T20:00:44.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4447 | 2026-08-24T20:00:44.546Z | |
| 4448 | 2026-08-24T20:00:44.546Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4449 | 2026-08-24T20:00:45.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-08-24T20:00:45.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-08-24T20:00:45.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-08-24T20:00:45.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4453 | 2026-08-24T20:00:45.142Z | |
| 4454 | 2026-08-24T20:00:45.142Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4455 | 2026-08-24T20:00:45.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-08-24T20:00:45.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-08-24T20:00:45.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-08-24T20:00:45.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4459 | 2026-08-24T20:00:45.689Z | |
| 4460 | 2026-08-24T20:00:45.689Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4461 | 2026-08-24T20:00:46.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-08-24T20:00:46.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-08-24T20:00:46.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4464 | 2026-08-24T20:00:46.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4465 | 2026-08-24T20:00:46.258Z | |
| 4466 | 2026-08-24T20:00:46.258Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4467 | 2026-08-24T20:00:46.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-08-24T20:00:46.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-08-24T20:00:46.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4470 | 2026-08-24T20:00:46.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4471 | 2026-08-24T20:00:46.813Z | |
| 4472 | 2026-08-24T20:00:46.814Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4473 | 2026-08-24T20:00:47.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-24T20:00:47.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-24T20:00:47.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4476 | 2026-08-24T20:00:47.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4477 | 2026-08-24T20:00:47.381Z | |
| 4478 | 2026-08-24T20:00:47.381Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4479 | 2026-08-24T20:00:47.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4480 | 2026-08-24T20:00:47.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4481 | 2026-08-24T20:00:47.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4482 | 2026-08-24T20:00:47.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4483 | 2026-08-24T20:00:47.972Z | |
| 4484 | 2026-08-24T20:00:47.972Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4485 | 2026-08-24T20:00:48.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4486 | 2026-08-24T20:00:48.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4487 | 2026-08-24T20:00:48.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4488 | 2026-08-24T20:00:48.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4489 | 2026-08-24T20:00:48.550Z | |
| 4490 | 2026-08-24T20:00:48.550Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4491 | 2026-08-24T20:00:49.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-08-24T20:00:49.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-08-24T20:00:49.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4494 | 2026-08-24T20:00:49.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4495 | 2026-08-24T20:00:49.123Z | |
| 4496 | 2026-08-24T20:00:49.123Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4497 | 2026-08-24T20:00:49.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-08-24T20:00:49.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-08-24T20:00:49.790Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4500 | 2026-08-24T20:00:49.797Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4501 | 2026-08-24T20:00:50.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4502 | 2026-08-24T20:00:51.138Z | |
| 4503 | 2026-08-24T20:00:51.139Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4504 | 2026-08-24T20:00:51.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4505 | 2026-08-24T20:00:51.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4506 | 2026-08-24T20:00:51.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4507 | 2026-08-24T20:00:51.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4508 | 2026-08-24T20:00:51.698Z | |
| 4509 | 2026-08-24T20:00:51.698Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4510 | 2026-08-24T20:00:52.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4511 | 2026-08-24T20:00:52.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4512 | 2026-08-24T20:00:52.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4513 | 2026-08-24T20:00:52.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4514 | 2026-08-24T20:00:52.353Z | |
| 4515 | 2026-08-24T20:00:52.353Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4516 | 2026-08-24T20:00:52.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-08-24T20:00:52.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-08-24T20:00:52.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4519 | 2026-08-24T20:00:52.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4520 | 2026-08-24T20:00:52.991Z | |
| 4521 | 2026-08-24T20:00:52.991Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4522 | 2026-08-24T20:00:53.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-08-24T20:00:53.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-08-24T20:00:53.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4525 | 2026-08-24T20:00:53.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4526 | 2026-08-24T20:00:53.610Z | |
| 4527 | 2026-08-24T20:00:53.610Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4528 | 2026-08-24T20:00:54.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-08-24T20:00:54.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-08-24T20:00:54.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4531 | 2026-08-24T20:00:54.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4532 | 2026-08-24T20:00:54.233Z | |
| 4533 | 2026-08-24T20:00:54.233Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4534 | 2026-08-24T20:00:54.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-08-24T20:00:54.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-08-24T20:00:54.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4537 | 2026-08-24T20:00:54.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4538 | 2026-08-24T20:00:54.787Z | |
| 4539 | 2026-08-24T20:00:54.787Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4540 | 2026-08-24T20:00:55.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-08-24T20:00:55.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-08-24T20:00:55.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4543 | 2026-08-24T20:00:55.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4544 | 2026-08-24T20:00:55.339Z | |
| 4545 | 2026-08-24T20:00:55.339Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4546 | 2026-08-24T20:00:55.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-08-24T20:00:55.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-08-24T20:00:55.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4549 | 2026-08-24T20:00:55.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4550 | 2026-08-24T20:00:55.956Z | |
| 4551 | 2026-08-24T20:00:55.956Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4552 | 2026-08-24T20:00:56.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4553 | 2026-08-24T20:00:56.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4554 | 2026-08-24T20:00:56.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4555 | 2026-08-24T20:00:56.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4556 | 2026-08-24T20:00:56.511Z | |
| 4557 | 2026-08-24T20:00:56.512Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4558 | 2026-08-24T20:00:57.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-08-24T20:00:57.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-08-24T20:00:57.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4561 | 2026-08-24T20:00:57.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4562 | 2026-08-24T20:00:57.120Z | |
| 4563 | 2026-08-24T20:00:57.121Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4564 | 2026-08-24T20:00:57.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4565 | 2026-08-24T20:00:57.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4566 | 2026-08-24T20:00:57.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4567 | 2026-08-24T20:00:57.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4568 | 2026-08-24T20:00:57.737Z | |
| 4569 | 2026-08-24T20:00:57.737Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4570 | 2026-08-24T20:00:58.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4571 | 2026-08-24T20:00:58.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4572 | 2026-08-24T20:00:58.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4573 | 2026-08-24T20:00:58.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4574 | 2026-08-24T20:00:58.288Z | |
| 4575 | 2026-08-24T20:00:58.288Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4576 | 2026-08-24T20:00:58.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4577 | 2026-08-24T20:00:58.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4578 | 2026-08-24T20:00:58.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4579 | 2026-08-24T20:00:58.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4580 | 2026-08-24T20:00:58.852Z | |
| 4581 | 2026-08-24T20:00:58.853Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4582 | 2026-08-24T20:00:59.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4583 | 2026-08-24T20:00:59.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4584 | 2026-08-24T20:00:59.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4585 | 2026-08-24T20:00:59.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4586 | 2026-08-24T20:00:59.404Z | |
| 4587 | 2026-08-24T20:00:59.404Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4588 | 2026-08-24T20:00:59.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4589 | 2026-08-24T20:00:59.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4590 | 2026-08-24T20:00:59.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4591 | 2026-08-24T20:00:59.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4592 | 2026-08-24T20:01:00.015Z | |
| 4593 | 2026-08-24T20:01:00.015Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4594 | 2026-08-24T20:01:00.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4595 | 2026-08-24T20:01:00.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4596 | 2026-08-24T20:01:00.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4597 | 2026-08-24T20:01:00.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4598 | 2026-08-24T20:01:00.632Z | |
| 4599 | 2026-08-24T20:01:00.632Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4600 | 2026-08-24T20:01:01.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4601 | 2026-08-24T20:01:01.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4602 | 2026-08-24T20:01:01.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4603 | 2026-08-24T20:01:01.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4604 | 2026-08-24T20:01:01.248Z | |
| 4605 | 2026-08-24T20:01:01.249Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4606 | 2026-08-24T20:01:01.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4607 | 2026-08-24T20:01:01.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4608 | 2026-08-24T20:01:01.979Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4609 | 2026-08-24T20:01:01.979Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4610 | 2026-08-24T20:01:02.620Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4611 | 2026-08-24T20:01:04.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4612 | 2026-08-24T20:01:04.503Z | |
| 4613 | 2026-08-24T20:01:04.503Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4614 | 2026-08-24T20:01:04.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4615 | 2026-08-24T20:01:04.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4616 | 2026-08-24T20:01:04.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4617 | 2026-08-24T20:01:04.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4618 | 2026-08-24T20:01:05.065Z | |
| 4619 | 2026-08-24T20:01:05.065Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4620 | 2026-08-24T20:01:05.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-08-24T20:01:05.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-08-24T20:01:05.672Z | Checking yasna v0.5.2 |
| 4623 | 2026-08-24T20:01:06.071Z | Checking rcgen v0.12.1 |
| 4624 | 2026-08-24T20:01:06.325Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4625 | 2026-08-24T20:01:06.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4626 | 2026-08-24T20:01:06.673Z | |
| 4627 | 2026-08-24T20:01:06.673Z | info: running `cargo check --bins` on clickana (313/377) |
| 4628 | 2026-08-24T20:01:07.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-08-24T20:01:07.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-08-24T20:01:07.309Z | Compiling instability v0.3.11 |
| 4631 | 2026-08-24T20:01:07.321Z | Checking castaway v0.2.4 |
| 4632 | 2026-08-24T20:01:07.321Z | Compiling indoc v2.0.7 |
| 4633 | 2026-08-24T20:01:07.321Z | Checking unicode-truncate v1.1.0 |
| 4634 | 2026-08-24T20:01:07.321Z | Checking lru v0.12.5 |
| 4635 | 2026-08-24T20:01:07.322Z | Checking cassowary v0.3.0 |
| 4636 | 2026-08-24T20:01:07.541Z | Checking compact_str v0.8.1 |
| 4637 | 2026-08-24T20:01:08.321Z | Checking ratatui v0.29.0 |
| 4638 | 2026-08-24T20:01:13.578Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4639 | 2026-08-24T20:01:13.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4640 | 2026-08-24T20:01:13.628Z | |
| 4641 | 2026-08-24T20:01:13.628Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4642 | 2026-08-24T20:01:13.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-08-24T20:01:13.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-08-24T20:01:13.629Z | Checking headers-core v0.3.0 |
| 4645 | 2026-08-24T20:01:13.629Z | Checking port-file v0.1.0 |
| 4646 | 2026-08-24T20:01:13.629Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4647 | 2026-08-24T20:01:13.629Z | Checking headers v0.4.1 |
| 4648 | 2026-08-24T20:01:13.629Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4649 | 2026-08-24T20:01:13.629Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4650 | 2026-08-24T20:01:13.629Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4651 | 2026-08-24T20:01:13.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 4652 | 2026-08-24T20:01:13.802Z | |
| 4653 | 2026-08-24T20:01:13.802Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4654 | 2026-08-24T20:01:14.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4655 | 2026-08-24T20:01:14.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4656 | 2026-08-24T20:01:14.306Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4657 | 2026-08-24T20:01:15.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4658 | 2026-08-24T20:01:15.247Z | |
| 4659 | 2026-08-24T20:01:15.247Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4660 | 2026-08-24T20:01:15.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-08-24T20:01:15.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-08-24T20:01:15.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4663 | 2026-08-24T20:01:15.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4664 | 2026-08-24T20:01:15.663Z | |
| 4665 | 2026-08-24T20:01:15.663Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4666 | 2026-08-24T20:01:16.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4667 | 2026-08-24T20:01:16.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4668 | 2026-08-24T20:01:16.284Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4669 | 2026-08-24T20:01:16.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4670 | 2026-08-24T20:01:16.821Z | |
| 4671 | 2026-08-24T20:01:16.822Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4672 | 2026-08-24T20:01:17.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4673 | 2026-08-24T20:01:17.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4674 | 2026-08-24T20:01:17.532Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4675 | 2026-08-24T20:01:18.615Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4676 | 2026-08-24T20:01:18.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4677 | 2026-08-24T20:01:19.155Z | |
| 4678 | 2026-08-24T20:01:19.155Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4679 | 2026-08-24T20:01:19.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-24T20:01:19.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-24T20:01:19.866Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4682 | 2026-08-24T20:01:20.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4683 | 2026-08-24T20:01:20.806Z | |
| 4684 | 2026-08-24T20:01:20.807Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4685 | 2026-08-24T20:01:21.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-24T20:01:21.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-24T20:01:21.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4688 | 2026-08-24T20:01:21.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4689 | 2026-08-24T20:01:21.418Z | |
| 4690 | 2026-08-24T20:01:21.418Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4691 | 2026-08-24T20:01:21.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-24T20:01:21.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-24T20:01:22.023Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4694 | 2026-08-24T20:01:22.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4695 | 2026-08-24T20:01:22.871Z | |
| 4696 | 2026-08-24T20:01:22.871Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4697 | 2026-08-24T20:01:23.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-24T20:01:23.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-24T20:01:23.608Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4700 | 2026-08-24T20:01:23.608Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4701 | 2026-08-24T20:01:23.611Z | Checking git-stub v1.0.0 |
| 4702 | 2026-08-24T20:01:23.611Z | Compiling trait-variant v0.1.2 |
| 4703 | 2026-08-24T20:01:23.611Z | Checking maplit v1.0.2 |
| 4704 | 2026-08-24T20:01:23.612Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4705 | 2026-08-24T20:01:23.725Z | Checking drift v0.2.0 |
| 4706 | 2026-08-24T20:01:23.730Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4707 | 2026-08-24T20:01:23.843Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4708 | 2026-08-24T20:01:23.864Z | Checking git-stub-vcs v0.1.0 |
| 4709 | 2026-08-24T20:01:23.950Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4710 | 2026-08-24T20:01:24.010Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4711 | 2026-08-24T20:01:24.054Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4712 | 2026-08-24T20:01:24.069Z | Checking dropshot-api-manager v0.8.0 |
| 4713 | 2026-08-24T20:01:24.084Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4714 | 2026-08-24T20:01:24.228Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4715 | 2026-08-24T20:01:24.460Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4716 | 2026-08-24T20:01:24.929Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4717 | 2026-08-24T20:01:25.884Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4718 | 2026-08-24T20:01:26.874Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4719 | 2026-08-24T20:01:27.668Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4720 | 2026-08-24T20:01:28.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4721 | 2026-08-24T20:01:28.310Z | |
| 4722 | 2026-08-24T20:01:28.310Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4723 | 2026-08-24T20:01:28.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-08-24T20:01:28.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-08-24T20:01:28.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4726 | 2026-08-24T20:01:28.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4727 | 2026-08-24T20:01:28.876Z | |
| 4728 | 2026-08-24T20:01:28.876Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4729 | 2026-08-24T20:01:29.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-08-24T20:01:29.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-08-24T20:01:29.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4732 | 2026-08-24T20:01:29.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4733 | 2026-08-24T20:01:29.483Z | |
| 4734 | 2026-08-24T20:01:29.483Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4735 | 2026-08-24T20:01:30.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-08-24T20:01:30.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-08-24T20:01:30.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4738 | 2026-08-24T20:01:30.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4739 | 2026-08-24T20:01:30.099Z | |
| 4740 | 2026-08-24T20:01:30.099Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4741 | 2026-08-24T20:01:30.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4742 | 2026-08-24T20:01:30.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4743 | 2026-08-24T20:01:30.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4744 | 2026-08-24T20:01:30.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4745 | 2026-08-24T20:01:30.697Z | |
| 4746 | 2026-08-24T20:01:30.697Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4747 | 2026-08-24T20:01:31.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4748 | 2026-08-24T20:01:31.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4749 | 2026-08-24T20:01:31.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4750 | 2026-08-24T20:01:31.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4751 | 2026-08-24T20:01:31.268Z | |
| 4752 | 2026-08-24T20:01:31.269Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4753 | 2026-08-24T20:01:31.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4754 | 2026-08-24T20:01:31.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4755 | 2026-08-24T20:01:31.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4756 | 2026-08-24T20:01:31.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4757 | 2026-08-24T20:01:31.820Z | |
| 4758 | 2026-08-24T20:01:31.821Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4759 | 2026-08-24T20:01:32.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4760 | 2026-08-24T20:01:32.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4761 | 2026-08-24T20:01:32.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4762 | 2026-08-24T20:01:32.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4763 | 2026-08-24T20:01:32.407Z | |
| 4764 | 2026-08-24T20:01:32.408Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4765 | 2026-08-24T20:01:32.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4766 | 2026-08-24T20:01:32.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4767 | 2026-08-24T20:01:32.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4768 | 2026-08-24T20:01:32.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4769 | 2026-08-24T20:01:32.978Z | |
| 4770 | 2026-08-24T20:01:32.978Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4771 | 2026-08-24T20:01:33.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4772 | 2026-08-24T20:01:33.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4773 | 2026-08-24T20:01:33.597Z | Compiling blake3 v1.8.5 |
| 4774 | 2026-08-24T20:01:33.704Z | Checking arrayvec v0.7.6 |
| 4775 | 2026-08-24T20:01:33.709Z | Checking constant_time_eq v0.4.2 |
| 4776 | 2026-08-24T20:01:33.709Z | Checking arrayref v0.3.9 |
| 4777 | 2026-08-24T20:01:33.727Z | Checking cargo-platform v0.3.2 |
| 4778 | 2026-08-24T20:01:33.727Z | Checking topological-sort v0.2.2 |
| 4779 | 2026-08-24T20:01:33.734Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4780 | 2026-08-24T20:01:33.877Z | Checking cargo_metadata v0.23.1 |
| 4781 | 2026-08-24T20:01:34.465Z | Checking omicron-zone-package v0.12.3 |
| 4782 | 2026-08-24T20:01:35.161Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4783 | 2026-08-24T20:01:35.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 4784 | 2026-08-24T20:01:36.150Z | |
| 4785 | 2026-08-24T20:01:36.150Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4786 | 2026-08-24T20:01:36.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4787 | 2026-08-24T20:01:36.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4788 | 2026-08-24T20:01:36.877Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4789 | 2026-08-24T20:01:37.489Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4790 | 2026-08-24T20:01:38.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4791 | 2026-08-24T20:01:38.190Z | |
| 4792 | 2026-08-24T20:01:38.190Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4793 | 2026-08-24T20:01:38.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-08-24T20:01:38.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-08-24T20:01:39.161Z | Compiling darling_core v0.21.3 |
| 4796 | 2026-08-24T20:01:39.161Z | Compiling vergen-lib v0.1.6 |
| 4797 | 2026-08-24T20:01:39.161Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4798 | 2026-08-24T20:01:39.168Z | Compiling diesel_derives v2.3.7 |
| 4799 | 2026-08-24T20:01:39.168Z | Checking scheduled-thread-pool v0.2.7 |
| 4800 | 2026-08-24T20:01:39.168Z | Compiling vergen-gitcl v1.0.8 |
| 4801 | 2026-08-24T20:01:39.168Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4802 | 2026-08-24T20:01:39.168Z | Compiling dirs-sys-next v0.1.2 |
| 4803 | 2026-08-24T20:01:39.470Z | Compiling glob v0.3.3 |
| 4804 | 2026-08-24T20:01:39.500Z | Compiling crunchy v0.2.4 |
| 4805 | 2026-08-24T20:01:39.515Z | Checking r2d2 v0.8.10 |
| 4806 | 2026-08-24T20:01:39.567Z | Compiling dirs-next v2.0.0 |
| 4807 | 2026-08-24T20:01:39.584Z | Compiling tiny-keccak v2.0.2 |
| 4808 | 2026-08-24T20:01:39.685Z | Checking downcast-rs v2.0.2 |
| 4809 | 2026-08-24T20:01:39.783Z | Compiling term v0.7.0 |
| 4810 | 2026-08-24T20:01:39.814Z | Compiling bit-vec v0.6.3 |
| 4811 | 2026-08-24T20:01:39.850Z | Compiling clang-sys v1.8.1 |
| 4812 | 2026-08-24T20:01:39.880Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4813 | 2026-08-24T20:01:40.039Z | Compiling bit-set v0.5.3 |
| 4814 | 2026-08-24T20:01:40.060Z | Compiling ascii-canvas v3.0.0 |
| 4815 | 2026-08-24T20:01:40.187Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4816 | 2026-08-24T20:01:40.228Z | Compiling itertools v0.10.5 |
| 4817 | 2026-08-24T20:01:40.253Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4818 | 2026-08-24T20:01:40.282Z | Compiling ena v0.14.4 |
| 4819 | 2026-08-24T20:01:40.304Z | Compiling libloading v0.8.9 |
| 4820 | 2026-08-24T20:01:40.331Z | Compiling bindgen v0.71.1 |
| 4821 | 2026-08-24T20:01:40.347Z | Compiling regex-syntax v0.6.29 |
| 4822 | 2026-08-24T20:01:40.486Z | Compiling diff v0.1.13 |
| 4823 | 2026-08-24T20:01:40.745Z | Compiling cexpr v0.6.0 |
| 4824 | 2026-08-24T20:01:40.765Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4825 | 2026-08-24T20:01:40.850Z | Compiling rustc-hash v2.1.1 |
| 4826 | 2026-08-24T20:01:40.952Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4827 | 2026-08-24T20:01:41.188Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4828 | 2026-08-24T20:01:41.280Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4829 | 2026-08-24T20:01:41.303Z | Compiling libxml v0.3.3 |
| 4830 | 2026-08-24T20:01:41.410Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4831 | 2026-08-24T20:01:41.546Z | Compiling strum_macros v0.24.3 |
| 4832 | 2026-08-24T20:01:41.563Z | Compiling indoc v1.0.9 |
| 4833 | 2026-08-24T20:01:41.848Z | Compiling darling_macro v0.21.3 |
| 4834 | 2026-08-24T20:01:41.992Z | Compiling lalrpop v0.19.12 |
| 4835 | 2026-08-24T20:01:42.376Z | Compiling darling v0.21.3 |
| 4836 | 2026-08-24T20:01:42.416Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4837 | 2026-08-24T20:01:42.442Z | Checking derive_builder v0.20.2 |
| 4838 | 2026-08-24T20:01:42.464Z | Compiling dsl_auto_type v0.2.0 |
| 4839 | 2026-08-24T20:01:42.563Z | Compiling oso-derive v0.27.3 |
| 4840 | 2026-08-24T20:01:42.603Z | Checking quick-xml v0.37.5 |
| 4841 | 2026-08-24T20:01:42.906Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4842 | 2026-08-24T20:01:43.063Z | Checking openssl-probe v0.1.6 |
| 4843 | 2026-08-24T20:01:43.209Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4844 | 2026-08-24T20:01:43.477Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4845 | 2026-08-24T20:01:43.651Z | Checking bb8 v0.8.6 |
| 4846 | 2026-08-24T20:01:43.932Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4847 | 2026-08-24T20:01:43.966Z | Checking nonempty v0.12.0 |
| 4848 | 2026-08-24T20:01:44.085Z | Compiling libz-sys v1.1.24 |
| 4849 | 2026-08-24T20:01:44.117Z | Compiling strsim v0.10.0 |
| 4850 | 2026-08-24T20:01:44.163Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4851 | 2026-08-24T20:01:44.438Z | Compiling darling_core v0.13.4 |
| 4852 | 2026-08-24T20:01:44.457Z | Compiling vergen-git2 v9.1.0 |
| 4853 | 2026-08-24T20:01:44.671Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4854 | 2026-08-24T20:01:44.694Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4855 | 2026-08-24T20:01:44.879Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4856 | 2026-08-24T20:01:45.090Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4857 | 2026-08-24T20:01:45.281Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4858 | 2026-08-24T20:01:45.460Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4859 | 2026-08-24T20:01:45.638Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4860 | 2026-08-24T20:01:45.648Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4861 | 2026-08-24T20:01:45.837Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4862 | 2026-08-24T20:01:46.083Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4863 | 2026-08-24T20:01:46.205Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4864 | 2026-08-24T20:01:46.265Z | Compiling darling_macro v0.13.4 |
| 4865 | 2026-08-24T20:01:46.391Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4866 | 2026-08-24T20:01:46.750Z | Compiling darling v0.13.4 |
| 4867 | 2026-08-24T20:01:46.790Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4868 | 2026-08-24T20:01:46.846Z | Compiling serde_with_macros v1.5.2 |
| 4869 | 2026-08-24T20:01:47.204Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4870 | 2026-08-24T20:01:47.723Z | Compiling serde_with v1.14.0 |
| 4871 | 2026-08-24T20:01:47.799Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4872 | 2026-08-24T20:01:47.989Z | Checking twox-hash v2.1.2 |
| 4873 | 2026-08-24T20:01:48.136Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4874 | 2026-08-24T20:01:48.324Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4875 | 2026-08-24T20:01:48.351Z | Checking diesel v2.3.7 |
| 4876 | 2026-08-24T20:01:48.885Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4877 | 2026-08-24T20:01:49.850Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4878 | 2026-08-24T20:01:50.081Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4879 | 2026-08-24T20:01:50.471Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4880 | 2026-08-24T20:01:50.776Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4881 | 2026-08-24T20:01:51.419Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4882 | 2026-08-24T20:01:51.603Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4883 | 2026-08-24T20:01:51.622Z | Checking libsw-core v0.3.2 |
| 4884 | 2026-08-24T20:01:51.768Z | Checking atty v0.2.14 |
| 4885 | 2026-08-24T20:01:51.865Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4886 | 2026-08-24T20:01:52.043Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4887 | 2026-08-24T20:01:52.066Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4888 | 2026-08-24T20:01:52.103Z | Checking libsw v3.5.0 |
| 4889 | 2026-08-24T20:01:52.212Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4890 | 2026-08-24T20:01:52.309Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4891 | 2026-08-24T20:01:53.492Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4892 | 2026-08-24T20:01:53.723Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4893 | 2026-08-24T20:01:54.201Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4894 | 2026-08-24T20:01:54.336Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4895 | 2026-08-24T20:01:54.401Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4896 | 2026-08-24T20:01:54.584Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4897 | 2026-08-24T20:01:54.730Z | Checking fatfs v0.3.6 |
| 4898 | 2026-08-24T20:01:55.195Z | Checking console v0.16.2 |
| 4899 | 2026-08-24T20:01:55.299Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4900 | 2026-08-24T20:01:55.497Z | Checking unit-prefix v0.5.2 |
| 4901 | 2026-08-24T20:01:55.624Z | Compiling seq-macro v0.3.6 |
| 4902 | 2026-08-24T20:01:56.122Z | Checking indicatif v0.18.4 |
| 4903 | 2026-08-24T20:01:56.522Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4904 | 2026-08-24T20:01:56.630Z | Checking oxide-update-engine-display v0.1.2 |
| 4905 | 2026-08-24T20:01:56.933Z | Checking support-bundle-viewer v0.1.2 |
| 4906 | 2026-08-24T20:01:57.190Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4907 | 2026-08-24T20:01:57.226Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4908 | 2026-08-24T20:01:57.491Z | Checking multimap v0.10.1 |
| 4909 | 2026-08-24T20:02:03.241Z | Checking diesel-dtrace v0.5.0 |
| 4910 | 2026-08-24T20:02:03.489Z | Checking async-bb8-diesel v0.2.1 |
| 4911 | 2026-08-24T20:02:06.374Z | Compiling samael v0.0.19 |
| 4912 | 2026-08-24T20:02:09.699Z | Compiling git2 v0.20.4 |
| 4913 | 2026-08-24T20:02:12.696Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4914 | 2026-08-24T20:02:13.065Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4915 | 2026-08-24T20:02:14.178Z | Compiling polar-core v0.27.3 |
| 4916 | 2026-08-24T20:02:19.264Z | Checking oso v0.27.3 |
| 4917 | 2026-08-24T20:02:50.715Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4918 | 2026-08-24T20:04:06.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4919 | 2026-08-24T20:04:06.745Z | |
| 4920 | 2026-08-24T20:04:06.745Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4921 | 2026-08-24T20:04:07.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4922 | 2026-08-24T20:04:07.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4923 | 2026-08-24T20:04:07.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4924 | 2026-08-24T20:04:07.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4925 | 2026-08-24T20:04:07.436Z | |
| 4926 | 2026-08-24T20:04:07.436Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4927 | 2026-08-24T20:04:07.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4928 | 2026-08-24T20:04:07.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4929 | 2026-08-24T20:04:07.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4930 | 2026-08-24T20:04:07.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4931 | 2026-08-24T20:04:08.099Z | |
| 4932 | 2026-08-24T20:04:08.099Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4933 | 2026-08-24T20:04:08.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4934 | 2026-08-24T20:04:08.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4935 | 2026-08-24T20:04:08.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4936 | 2026-08-24T20:04:08.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4937 | 2026-08-24T20:04:08.746Z | |
| 4938 | 2026-08-24T20:04:08.746Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4939 | 2026-08-24T20:04:09.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4940 | 2026-08-24T20:04:09.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4941 | 2026-08-24T20:04:09.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4942 | 2026-08-24T20:04:09.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4943 | 2026-08-24T20:04:09.329Z | |
| 4944 | 2026-08-24T20:04:09.329Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4945 | 2026-08-24T20:04:09.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4946 | 2026-08-24T20:04:09.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4947 | 2026-08-24T20:04:10.187Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4948 | 2026-08-24T20:04:10.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4949 | 2026-08-24T20:04:11.189Z | |
| 4950 | 2026-08-24T20:04:11.189Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4951 | 2026-08-24T20:04:11.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4952 | 2026-08-24T20:04:11.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4953 | 2026-08-24T20:04:12.019Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4954 | 2026-08-24T20:04:51.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.48s |
| 4955 | 2026-08-24T20:04:51.884Z | |
| 4956 | 2026-08-24T20:04:51.884Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4957 | 2026-08-24T20:04:52.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4958 | 2026-08-24T20:04:52.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4959 | 2026-08-24T20:04:52.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4960 | 2026-08-24T20:04:52.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4961 | 2026-08-24T20:04:52.445Z | |
| 4962 | 2026-08-24T20:04:52.445Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4963 | 2026-08-24T20:04:52.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4964 | 2026-08-24T20:04:52.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4965 | 2026-08-24T20:04:52.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4966 | 2026-08-24T20:04:52.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4967 | 2026-08-24T20:04:53.012Z | |
| 4968 | 2026-08-24T20:04:53.012Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4969 | 2026-08-24T20:04:53.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4970 | 2026-08-24T20:04:53.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4971 | 2026-08-24T20:04:53.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4972 | 2026-08-24T20:04:53.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4973 | 2026-08-24T20:04:53.636Z | |
| 4974 | 2026-08-24T20:04:53.636Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4975 | 2026-08-24T20:04:54.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4976 | 2026-08-24T20:04:54.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4977 | 2026-08-24T20:04:54.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4978 | 2026-08-24T20:04:54.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4979 | 2026-08-24T20:04:54.268Z | |
| 4980 | 2026-08-24T20:04:54.268Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4981 | 2026-08-24T20:04:54.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4982 | 2026-08-24T20:04:54.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4983 | 2026-08-24T20:04:54.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4984 | 2026-08-24T20:04:54.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4985 | 2026-08-24T20:04:54.904Z | |
| 4986 | 2026-08-24T20:04:54.904Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4987 | 2026-08-24T20:04:55.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4988 | 2026-08-24T20:04:55.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4989 | 2026-08-24T20:04:55.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4990 | 2026-08-24T20:04:55.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4991 | 2026-08-24T20:04:55.519Z | |
| 4992 | 2026-08-24T20:04:55.519Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4993 | 2026-08-24T20:04:56.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4994 | 2026-08-24T20:04:56.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4995 | 2026-08-24T20:04:56.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4996 | 2026-08-24T20:04:56.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4997 | 2026-08-24T20:04:56.150Z | |
| 4998 | 2026-08-24T20:04:56.150Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 4999 | 2026-08-24T20:04:56.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5000 | 2026-08-24T20:04:56.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5001 | 2026-08-24T20:04:56.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5002 | 2026-08-24T20:04:56.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5003 | 2026-08-24T20:04:56.783Z | |
| 5004 | 2026-08-24T20:04:56.783Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5005 | 2026-08-24T20:04:57.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5006 | 2026-08-24T20:04:57.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5007 | 2026-08-24T20:04:57.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5008 | 2026-08-24T20:04:57.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5009 | 2026-08-24T20:04:57.397Z | |
| 5010 | 2026-08-24T20:04:57.397Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5011 | 2026-08-24T20:04:57.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5012 | 2026-08-24T20:04:57.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5013 | 2026-08-24T20:04:57.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5014 | 2026-08-24T20:04:57.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5015 | 2026-08-24T20:04:58.025Z | |
| 5016 | 2026-08-24T20:04:58.025Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5017 | 2026-08-24T20:04:58.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5018 | 2026-08-24T20:04:58.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5019 | 2026-08-24T20:04:58.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5020 | 2026-08-24T20:04:58.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5021 | 2026-08-24T20:04:58.657Z | |
| 5022 | 2026-08-24T20:04:58.657Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5023 | 2026-08-24T20:04:59.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5024 | 2026-08-24T20:04:59.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5025 | 2026-08-24T20:04:59.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5026 | 2026-08-24T20:04:59.560Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5027 | 2026-08-24T20:04:59.751Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5028 | 2026-08-24T20:04:59.779Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5029 | 2026-08-24T20:04:59.798Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5030 | 2026-08-24T20:04:59.801Z | Checking diff v0.1.13 |
| 5031 | 2026-08-24T20:04:59.813Z | Checking yansi v1.0.1 |
| 5032 | 2026-08-24T20:04:59.842Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5033 | 2026-08-24T20:04:59.881Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5034 | 2026-08-24T20:05:00.073Z | Checking pretty_assertions v1.4.1 |
| 5035 | 2026-08-24T20:05:00.845Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5036 | 2026-08-24T20:05:00.877Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5037 | 2026-08-24T20:05:26.160Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5038 | 2026-08-24T20:05:26.164Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5039 | 2026-08-24T20:05:26.164Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5040 | 2026-08-24T20:05:26.164Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5041 | 2026-08-24T20:05:26.164Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5042 | 2026-08-24T20:05:26.164Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5043 | 2026-08-24T20:05:26.179Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5044 | 2026-08-24T20:05:27.039Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5045 | 2026-08-24T20:05:27.039Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5046 | 2026-08-24T20:05:28.325Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5047 | 2026-08-24T20:06:07.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5048 | 2026-08-24T20:06:07.270Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5049 | 2026-08-24T20:06:07.270Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5050 | 2026-08-24T20:06:07.480Z | |
| 5051 | 2026-08-24T20:06:07.481Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5052 | 2026-08-24T20:06:07.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5053 | 2026-08-24T20:06:07.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5054 | 2026-08-24T20:06:08.191Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5055 | 2026-08-24T20:06:08.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 5056 | 2026-08-24T20:06:09.032Z | |
| 5057 | 2026-08-24T20:06:09.032Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5058 | 2026-08-24T20:06:09.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5059 | 2026-08-24T20:06:09.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5060 | 2026-08-24T20:06:09.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5061 | 2026-08-24T20:06:09.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5062 | 2026-08-24T20:06:09.602Z | |
| 5063 | 2026-08-24T20:06:09.602Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5064 | 2026-08-24T20:06:10.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5065 | 2026-08-24T20:06:10.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5066 | 2026-08-24T20:06:10.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5067 | 2026-08-24T20:06:10.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5068 | 2026-08-24T20:06:10.192Z | |
| 5069 | 2026-08-24T20:06:10.192Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5070 | 2026-08-24T20:06:10.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5071 | 2026-08-24T20:06:10.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5072 | 2026-08-24T20:06:10.969Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5073 | 2026-08-24T20:06:11.092Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5074 | 2026-08-24T20:06:11.095Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5075 | 2026-08-24T20:06:38.586Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5076 | 2026-08-24T20:06:38.993Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5077 | 2026-08-24T20:06:40.770Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5078 | 2026-08-24T20:06:41.258Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5079 | 2026-08-24T20:06:44.422Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5080 | 2026-08-24T20:07:08.563Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5081 | 2026-08-24T20:07:09.305Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5082 | 2026-08-24T20:07:11.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5083 | 2026-08-24T20:07:11.234Z | |
| 5084 | 2026-08-24T20:07:11.234Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5085 | 2026-08-24T20:07:11.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5086 | 2026-08-24T20:07:11.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5087 | 2026-08-24T20:07:11.953Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5088 | 2026-08-24T20:07:12.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5089 | 2026-08-24T20:07:12.853Z | |
| 5090 | 2026-08-24T20:07:12.853Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5091 | 2026-08-24T20:07:13.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5092 | 2026-08-24T20:07:13.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5093 | 2026-08-24T20:07:13.479Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5094 | 2026-08-24T20:07:13.483Z | Compiling fs-err v2.11.0 |
| 5095 | 2026-08-24T20:07:13.598Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5096 | 2026-08-24T20:07:13.609Z | Checking parse-size v1.1.0 |
| 5097 | 2026-08-24T20:07:13.618Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5098 | 2026-08-24T20:07:13.618Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5099 | 2026-08-24T20:07:13.621Z | Checking shell-words v1.1.1 |
| 5100 | 2026-08-24T20:07:13.708Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5101 | 2026-08-24T20:07:14.043Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-08-24T20:07:14.224Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5103 | 2026-08-24T20:07:14.898Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5104 | 2026-08-24T20:07:15.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
| 5105 | 2026-08-24T20:07:16.038Z | |
| 5106 | 2026-08-24T20:07:16.038Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5107 | 2026-08-24T20:07:16.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5108 | 2026-08-24T20:07:16.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5109 | 2026-08-24T20:07:16.673Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5110 | 2026-08-24T20:07:17.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 5111 | 2026-08-24T20:07:17.347Z | |
| 5112 | 2026-08-24T20:07:17.347Z | info: running `cargo check --bins` on schema (359/377) |
| 5113 | 2026-08-24T20:07:17.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5114 | 2026-08-24T20:07:17.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5115 | 2026-08-24T20:07:18.073Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5116 | 2026-08-24T20:07:18.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5117 | 2026-08-24T20:07:18.982Z | |
| 5118 | 2026-08-24T20:07:18.982Z | info: running `cargo check --bins` on xtask (360/377) |
| 5119 | 2026-08-24T20:07:19.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5120 | 2026-08-24T20:07:19.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5121 | 2026-08-24T20:07:19.387Z | Checking serde_core v1.0.228 |
| 5122 | 2026-08-24T20:07:19.387Z | Checking libc v0.2.185 |
| 5123 | 2026-08-24T20:07:19.467Z | Checking bitflags v2.11.0 |
| 5124 | 2026-08-24T20:07:19.473Z | Checking scroll v0.12.0 |
| 5125 | 2026-08-24T20:07:19.476Z | Checking thiserror v1.0.69 |
| 5126 | 2026-08-24T20:07:19.479Z | Checking log v0.4.33 |
| 5127 | 2026-08-24T20:07:19.492Z | Checking indexmap v2.14.0 |
| 5128 | 2026-08-24T20:07:19.492Z | Checking zerocopy v0.7.35 |
| 5129 | 2026-08-24T20:07:19.565Z | Checking syn v2.0.117 |
| 5130 | 2026-08-24T20:07:19.609Z | Checking dtrace-parser v0.2.0 |
| 5131 | 2026-08-24T20:07:19.620Z | Checking once_cell v1.21.3 |
| 5132 | 2026-08-24T20:07:19.683Z | Checking goblin v0.8.2 |
| 5133 | 2026-08-24T20:07:19.747Z | Checking errno v0.3.14 |
| 5134 | 2026-08-24T20:07:19.787Z | Checking thread-id v4.2.2 |
| 5135 | 2026-08-24T20:07:19.836Z | Checking getrandom v0.4.3 |
| 5136 | 2026-08-24T20:07:19.863Z | Checking rustix v1.1.4 |
| 5137 | 2026-08-24T20:07:19.874Z | Checking memmap v0.7.0 |
| 5138 | 2026-08-24T20:07:19.963Z | Checking thiserror v2.0.18 |
| 5139 | 2026-08-24T20:07:19.981Z | Checking fs-err v3.3.0 |
| 5140 | 2026-08-24T20:07:19.996Z | Checking tabled v0.15.0 |
| 5141 | 2026-08-24T20:07:20.024Z | Checking anyhow v1.0.104 |
| 5142 | 2026-08-24T20:07:20.612Z | Checking terminal_size v0.4.3 |
| 5143 | 2026-08-24T20:07:20.612Z | Checking tempfile v3.27.0 |
| 5144 | 2026-08-24T20:07:20.724Z | Checking clap_builder v4.6.0 |
| 5145 | 2026-08-24T20:07:20.729Z | Checking textwrap v0.16.2 |
| 5146 | 2026-08-24T20:07:20.912Z | Checking serde v1.0.228 |
| 5147 | 2026-08-24T20:07:20.915Z | Checking serde_json v1.0.151 |
| 5148 | 2026-08-24T20:07:20.915Z | Checking camino v1.2.5 |
| 5149 | 2026-08-24T20:07:20.940Z | Checking semver v1.0.28 |
| 5150 | 2026-08-24T20:07:21.078Z | Checking cargo-platform v0.3.2 |
| 5151 | 2026-08-24T20:07:21.155Z | Checking camino-tempfile v1.4.1 |
| 5152 | 2026-08-24T20:07:25.325Z | Checking serde_spanned v0.6.9 |
| 5153 | 2026-08-24T20:07:25.325Z | Checking toml_datetime v0.6.11 |
| 5154 | 2026-08-24T20:07:25.389Z | Checking macaddr v1.0.1 |
| 5155 | 2026-08-24T20:07:25.389Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5156 | 2026-08-24T20:07:25.389Z | Checking toml_edit v0.22.27 |
| 5157 | 2026-08-24T20:07:25.390Z | Checking dof v0.3.0 |
| 5158 | 2026-08-24T20:07:25.390Z | Checking cargo_metadata v0.23.1 |
| 5159 | 2026-08-24T20:07:25.390Z | Checking usdt-impl v0.5.0 |
| 5160 | 2026-08-24T20:07:25.390Z | Checking clap v4.6.1 |
| 5161 | 2026-08-24T20:07:25.390Z | Checking usdt v0.5.0 |
| 5162 | 2026-08-24T20:07:25.390Z | Checking toml v0.8.23 |
| 5163 | 2026-08-24T20:07:25.390Z | Checking cargo_toml v0.21.0 |
| 5164 | 2026-08-24T20:07:25.390Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5165 | 2026-08-24T20:07:25.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
| 5166 | 2026-08-24T20:07:25.390Z | |
| 5167 | 2026-08-24T20:07:25.390Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5168 | 2026-08-24T20:07:25.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5169 | 2026-08-24T20:07:25.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5170 | 2026-08-24T20:07:25.390Z | Checking arc-swap v1.8.2 |
| 5171 | 2026-08-24T20:07:25.390Z | Checking slog-scope v4.4.1 |
| 5172 | 2026-08-24T20:07:25.426Z | Checking slog-stdlog v4.1.1 |
| 5173 | 2026-08-24T20:07:25.426Z | Checking slog-envlogger v2.2.0 |
| 5174 | 2026-08-24T20:07:25.426Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5175 | 2026-08-24T20:07:29.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 5176 | 2026-08-24T20:07:29.023Z | |
| 5177 | 2026-08-24T20:07:29.023Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5178 | 2026-08-24T20:07:29.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5179 | 2026-08-24T20:07:29.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5180 | 2026-08-24T20:07:29.023Z | Checking cpubits v0.1.1 |
| 5181 | 2026-08-24T20:07:29.023Z | Checking pem-rfc7468 v1.0.0 |
| 5182 | 2026-08-24T20:07:29.023Z | Checking universal-hash v0.6.1 |
| 5183 | 2026-08-24T20:07:29.023Z | Checking pbkdf2 v0.13.0 |
| 5184 | 2026-08-24T20:07:29.023Z | Checking ctr v0.10.1 |
| 5185 | 2026-08-24T20:07:29.023Z | Checking aead v0.6.1 |
| 5186 | 2026-08-24T20:07:29.023Z | Checking aes v0.9.1 |
| 5187 | 2026-08-24T20:07:29.023Z | Checking crypto-bigint v0.7.5 |
| 5188 | 2026-08-24T20:07:29.023Z | Checking salsa20 v0.11.0 |
| 5189 | 2026-08-24T20:07:29.023Z | Checking polyval v0.7.1 |
| 5190 | 2026-08-24T20:07:29.024Z | Checking der v0.8.0 |
| 5191 | 2026-08-24T20:07:29.024Z | Checking cbc v0.2.1 |
| 5192 | 2026-08-24T20:07:29.024Z | Checking ff v0.14.0 |
| 5193 | 2026-08-24T20:07:29.024Z | Checking scrypt v0.12.0 |
| 5194 | 2026-08-24T20:07:29.024Z | Checking signature v3.0.0 |
| 5195 | 2026-08-24T20:07:29.024Z | Checking ghash v0.6.0 |
| 5196 | 2026-08-24T20:07:29.024Z | Checking group v0.14.0 |
| 5197 | 2026-08-24T20:07:29.024Z | Checking base16ct v1.0.0 |
| 5198 | 2026-08-24T20:07:29.024Z | Checking hkdf v0.13.0 |
| 5199 | 2026-08-24T20:07:29.024Z | Compiling curve25519-dalek v5.0.0 |
| 5200 | 2026-08-24T20:07:29.024Z | Checking keccak v0.2.0 |
| 5201 | 2026-08-24T20:07:29.024Z | Checking aes-gcm v0.11.0 |
| 5202 | 2026-08-24T20:07:29.024Z | Checking wnaf v0.14.0 |
| 5203 | 2026-08-24T20:07:29.024Z | Checking poly1305 v0.9.0 |
| 5204 | 2026-08-24T20:07:29.024Z | Checking blowfish v0.10.0 |
| 5205 | 2026-08-24T20:07:29.024Z | Checking blake2 v0.11.0-rc.6 |
| 5206 | 2026-08-24T20:07:29.024Z | Checking sha3 v0.11.0 |
| 5207 | 2026-08-24T20:07:29.024Z | Checking kem v0.3.0 |
| 5208 | 2026-08-24T20:07:29.024Z | Checking bcrypt-pbkdf v0.11.0 |
| 5209 | 2026-08-24T20:07:29.024Z | Checking module-lattice v0.2.3 |
| 5210 | 2026-08-24T20:07:29.024Z | Checking sponge-cursor v0.1.0 |
| 5211 | 2026-08-24T20:07:29.024Z | Checking argon2 v0.6.0-rc.8 |
| 5212 | 2026-08-24T20:07:29.024Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5213 | 2026-08-24T20:07:29.024Z | Checking sha3 v0.12.0 |
| 5214 | 2026-08-24T20:07:29.024Z | Checking spki v0.8.0 |
| 5215 | 2026-08-24T20:07:29.024Z | Checking sec1 v0.8.1 |
| 5216 | 2026-08-24T20:07:29.025Z | Checking ml-kem v0.3.2 |
| 5217 | 2026-08-24T20:07:29.025Z | Checking internal-russh-num-bigint v0.5.0 |
| 5218 | 2026-08-24T20:07:29.025Z | Checking num-bigint v0.4.6 |
| 5219 | 2026-08-24T20:07:29.025Z | Checking pkcs5 v0.8.1 |
| 5220 | 2026-08-24T20:07:29.025Z | Checking pkcs1 v0.8.0-rc.4 |
| 5221 | 2026-08-24T20:07:29.025Z | Checking generic-array v1.4.3 |
| 5222 | 2026-08-24T20:07:29.025Z | Checking russh-util v0.52.0 |
| 5223 | 2026-08-24T20:07:29.025Z | Checking pkcs8 v0.11.0 |
| 5224 | 2026-08-24T20:07:29.025Z | Compiling enum_dispatch v0.3.13 |
| 5225 | 2026-08-24T20:07:29.025Z | Compiling delegate v0.13.5 |
| 5226 | 2026-08-24T20:07:29.025Z | Checking ed25519 v3.0.0 |
| 5227 | 2026-08-24T20:07:29.025Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5228 | 2026-08-24T20:07:29.025Z | Checking hex-literal v1.1.0 |
| 5229 | 2026-08-24T20:07:29.025Z | Checking ed25519-dalek v3.0.0 |
| 5230 | 2026-08-24T20:07:29.025Z | Checking md5 v0.8.0 |
| 5231 | 2026-08-24T20:07:29.025Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5232 | 2026-08-24T20:07:29.025Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5233 | 2026-08-24T20:07:29.025Z | Checking socket2 v0.5.10 |
| 5234 | 2026-08-24T20:07:29.025Z | Checking internet-checksum v0.2.1 |
| 5235 | 2026-08-24T20:07:29.025Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5236 | 2026-08-24T20:07:29.025Z | Checking elliptic-curve v0.14.1 |
| 5237 | 2026-08-24T20:07:29.025Z | Checking primefield v0.14.0 |
| 5238 | 2026-08-24T20:07:29.025Z | Checking rfc6979 v0.6.0 |
| 5239 | 2026-08-24T20:07:29.025Z | Checking ssh-encoding v0.3.0 |
| 5240 | 2026-08-24T20:07:29.048Z | Checking crypto-primes v0.7.2 |
| 5241 | 2026-08-24T20:07:29.943Z | Checking ssh-cipher v0.3.0 |
| 5242 | 2026-08-24T20:07:29.943Z | Checking russh-cryptovec v0.62.0 |
| 5243 | 2026-08-24T20:07:29.970Z | Checking ecdsa v0.17.0 |
| 5244 | 2026-08-24T20:07:29.970Z | Checking primeorder v0.14.0 |
| 5245 | 2026-08-24T20:07:29.971Z | Checking p256 v0.14.0 |
| 5246 | 2026-08-24T20:07:29.971Z | Checking p384 v0.14.0 |
| 5247 | 2026-08-24T20:07:29.971Z | Checking p521 v0.14.0 |
| 5248 | 2026-08-24T20:07:29.985Z | Checking rsa v0.10.0-rc.18 |
| 5249 | 2026-08-24T20:07:32.541Z | Checking ssh-key v0.7.0-rc.11 |
| 5250 | 2026-08-24T20:07:33.272Z | Checking russh v0.62.4 |
| 5251 | 2026-08-24T20:07:46.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.95s |
| 5252 | 2026-08-24T20:07:46.657Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5253 | 2026-08-24T20:07:46.657Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5254 | 2026-08-24T20:07:46.864Z | |
| 5255 | 2026-08-24T20:07:46.864Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5256 | 2026-08-24T20:07:47.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5257 | 2026-08-24T20:07:47.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5258 | 2026-08-24T20:07:47.501Z | Checking termios v0.3.3 |
| 5259 | 2026-08-24T20:07:47.790Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5260 | 2026-08-24T20:07:48.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5261 | 2026-08-24T20:07:48.454Z | |
| 5262 | 2026-08-24T20:07:48.454Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5263 | 2026-08-24T20:07:48.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5264 | 2026-08-24T20:07:48.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5265 | 2026-08-24T20:07:49.127Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5266 | 2026-08-24T20:07:49.821Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5267 | 2026-08-24T20:07:51.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 5268 | 2026-08-24T20:07:51.589Z | |
| 5269 | 2026-08-24T20:07:51.589Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5270 | 2026-08-24T20:07:52.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5271 | 2026-08-24T20:07:52.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5272 | 2026-08-24T20:07:52.218Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5273 | 2026-08-24T20:07:52.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5274 | 2026-08-24T20:07:52.824Z | |
| 5275 | 2026-08-24T20:07:52.824Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5276 | 2026-08-24T20:07:53.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5277 | 2026-08-24T20:07:53.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5278 | 2026-08-24T20:07:53.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5279 | 2026-08-24T20:07:53.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5280 | 2026-08-24T20:07:53.380Z | |
| 5281 | 2026-08-24T20:07:53.380Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5282 | 2026-08-24T20:07:53.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5283 | 2026-08-24T20:07:53.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5284 | 2026-08-24T20:07:53.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5285 | 2026-08-24T20:07:53.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5286 | 2026-08-24T20:07:53.937Z | |
| 5287 | 2026-08-24T20:07:53.937Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5288 | 2026-08-24T20:07:54.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5289 | 2026-08-24T20:07:54.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5290 | 2026-08-24T20:07:54.678Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5291 | 2026-08-24T20:07:55.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 5292 | 2026-08-24T20:07:55.468Z | |
| 5293 | 2026-08-24T20:07:55.468Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5294 | 2026-08-24T20:07:55.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5295 | 2026-08-24T20:07:55.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5296 | 2026-08-24T20:07:56.103Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5297 | 2026-08-24T20:07:56.103Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5298 | 2026-08-24T20:07:57.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 5299 | 2026-08-24T20:07:57.201Z | |
| 5300 | 2026-08-24T20:07:57.201Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5301 | 2026-08-24T20:07:57.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5302 | 2026-08-24T20:07:57.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5303 | 2026-08-24T20:07:57.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5304 | 2026-08-24T20:07:57.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5305 | 2026-08-24T20:07:57.754Z | |
| 5306 | 2026-08-24T20:07:57.754Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5307 | 2026-08-24T20:07:58.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5308 | 2026-08-24T20:07:58.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5309 | 2026-08-24T20:07:58.422Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5310 | 2026-08-24T20:07:59.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5311 | 2026-08-24T20:07:59.697Z | |
| 5312 | 2026-08-24T20:07:59.697Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5313 | 2026-08-24T20:08:00.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5314 | 2026-08-24T20:08:00.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5315 | 2026-08-24T20:08:00.490Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5316 | 2026-08-24T20:08:00.827Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5317 | 2026-08-24T20:08:01.332Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5318 | 2026-08-24T20:08:01.332Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5319 | 2026-08-24T20:08:07.977Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5320 | 2026-08-24T20:08:07.980Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5321 | 2026-08-24T20:08:07.980Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5322 | 2026-08-24T20:08:08.598Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5323 | 2026-08-24T20:08:08.598Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5324 | 2026-08-24T20:08:08.602Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5325 | 2026-08-24T20:08:08.602Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5326 | 2026-08-24T20:08:09.368Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5327 | 2026-08-24T20:08:10.018Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5328 | 2026-08-24T20:08:10.249Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5329 | 2026-08-24T20:08:10.451Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5330 | 2026-08-24T20:08:11.311Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5331 | 2026-08-24T20:08:11.954Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5332 | 2026-08-24T20:08:16.791Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5333 | 2026-08-24T20:08:24.041Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5334 | 2026-08-24T20:08:24.044Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5335 | 2026-08-24T20:08:24.044Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5336 | 2026-08-24T20:08:24.044Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5337 | 2026-08-24T20:08:25.531Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5338 | 2026-08-24T20:08:26.803Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5339 | 2026-08-24T20:08:27.484Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5340 | 2026-08-24T20:08:28.757Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5341 | 2026-08-24T20:08:29.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s |
| 5342 | 2026-08-24T20:08:29.506Z | |
| 5343 | 2026-08-24T20:08:29.506Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5344 | 2026-08-24T20:08:30.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5345 | 2026-08-24T20:08:30.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5346 | 2026-08-24T20:08:30.204Z | Checking rtoolbox v0.0.3 |
| 5347 | 2026-08-24T20:08:30.204Z | Checking tui-tree-widget v0.23.1 |
| 5348 | 2026-08-24T20:08:30.209Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5349 | 2026-08-24T20:08:30.209Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5350 | 2026-08-24T20:08:30.429Z | Checking rpassword v7.5.4 |
| 5351 | 2026-08-24T20:08:33.188Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5352 | 2026-08-24T20:08:35.029Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5353 | 2026-08-24T20:08:35.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
| 5354 | 2026-08-24T20:08:36.153Z | |
| 5355 | 2026-08-24T20:08:36.153Z | info: running `cargo check --bins` on wicket (374/377) |
| 5356 | 2026-08-24T20:08:36.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5357 | 2026-08-24T20:08:36.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5358 | 2026-08-24T20:08:36.838Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5359 | 2026-08-24T20:08:37.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5360 | 2026-08-24T20:08:37.387Z | |
| 5361 | 2026-08-24T20:08:37.387Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5362 | 2026-08-24T20:08:37.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5363 | 2026-08-24T20:08:37.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5364 | 2026-08-24T20:08:38.076Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5365 | 2026-08-24T20:08:41.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 5366 | 2026-08-24T20:08:41.810Z | |
| 5367 | 2026-08-24T20:08:41.810Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5368 | 2026-08-24T20:08:42.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5369 | 2026-08-24T20:08:42.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5370 | 2026-08-24T20:08:42.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5371 | 2026-08-24T20:08:42.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5372 | 2026-08-24T20:08:42.368Z | |
| 5373 | 2026-08-24T20:08:42.368Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5374 | 2026-08-24T20:08:42.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5375 | 2026-08-24T20:08:42.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5376 | 2026-08-24T20:08:43.028Z | Checking uzers v0.12.2 |
| 5377 | 2026-08-24T20:08:43.300Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5378 | 2026-08-24T20:08:44.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5379 | 2026-08-24T20:08:44.285Z | |
| 5380 | 2026-08-24T20:08:44.285Z | real 14:23.463419827 |
| 5381 | 2026-08-24T20:08:44.285Z | user 21:38.263874449 |
| 5382 | 2026-08-24T20:08:44.285Z | sys 4:24.052278884 |
| 5383 | 2026-08-24T20:08:44.285Z | trap 0.337033492 |
| 5384 | 2026-08-24T20:08:44.285Z | tflt 0.628116802 |
| 5385 | 2026-08-24T20:08:44.285Z | dflt 0.921282978 |
| 5386 | 2026-08-24T20:08:44.285Z | kflt 0.004923130 |
| 5387 | 2026-08-24T20:08:44.285Z | lock 1:28:08.070208560 |
| 5388 | 2026-08-24T20:08:44.285Z | slp 1:42:22.975015286 |
| 5389 | 2026-08-24T20:08:44.285Z | lat 1:01.252909097 |
| 5390 | 2026-08-24T20:08:44.289Z | stop 4:13.580671972 |
| 5391 | 2026-08-24T20:08:44.289Z | process exited: duration 996542 ms, exit code 0 |
| |
| 5392 | 2026-08-24T20:08:44.295Z | found 0 output files |