|
|
|
| 1 | 2026-08-31T14:21:32.433Z | job assigned to worker 01M1C33FMV8ZJTPT9FX82AYM2P [factory aws, i-0582d346b734da4de] (queued for 57 s) |
| |
| 2 | 2026-08-31T14:21:38.226Z | starting task 0: "setup" |
| 3 | 2026-08-31T14:21:38.240Z | ++ uname -s |
| 4 | 2026-08-31T14:21:38.249Z | + kern=SunOS |
| 5 | 2026-08-31T14:21:38.249Z | + build_user=build |
| 6 | 2026-08-31T14:21:38.250Z | + build_uid=12345 |
| 7 | 2026-08-31T14:21:38.250Z | + work_dir=/work |
| 8 | 2026-08-31T14:21:38.250Z | + input_dir=/input |
| 9 | 2026-08-31T14:21:38.250Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T14:21:38.250Z | + case "$kern" in |
| 11 | 2026-08-31T14:21:38.250Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T14:21:38.250Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T14:21:40.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T14:21:40.360Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T14:21:40.375Z | + home_fs=zfs |
| 16 | 2026-08-31T14:21:40.375Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T14:21:40.375Z | + mkdir -p /home/build |
| 18 | 2026-08-31T14:21:40.375Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T14:21:42.379Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T14:21:42.395Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-08-31T14:21:42.436Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T14:21:42.446Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-31T14:21:42.446Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-31T14:21:42.446Z | * rust toolchain profile = "default" |
| 25 | 2026-08-31T14:21:42.446Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-31T14:21:42.446Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T14:21:42.446Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T14:21:42.446Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T14:21:42.446Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-31T14:21:42.540Z | info: downloading installer |
| 31 | 2026-08-31T14:21:43.913Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T14:21:43.913Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T14:21:43.913Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T14:21:43.913Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T14:21:43.933Z | info: profile set to default |
| 36 | 2026-08-31T14:21:43.933Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T14:21:43.933Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-31T14:21:44.027Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-31T14:21:44.031Z | info: downloading 6 components |
| 40 | 2026-08-31T14:21:57.528Z | |
| 41 | 2026-08-31T14:21:57.528Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-31T14:21:57.561Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-31T14:21:57.561Z | |
| 44 | 2026-08-31T14:21:57.561Z | |
| 45 | 2026-08-31T14:21:57.562Z | Rust is installed now. Great! |
| 46 | 2026-08-31T14:21:57.562Z | |
| 47 | 2026-08-31T14:21:57.594Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T14:21:57.595Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T14:21:57.595Z | |
| 50 | 2026-08-31T14:21:57.595Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T14:21:57.595Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T14:21:57.595Z | |
| 53 | 2026-08-31T14:21:57.595Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T14:21:57.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T14:21:57.595Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T14:21:57.595Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T14:21:57.595Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T14:21:57.595Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T14:21:57.595Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T14:21:57.595Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T14:21:57.595Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T14:21:57.661Z | + rustup --version |
| 63 | 2026-08-31T14:21:57.691Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T14:21:57.764Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T14:21:57.764Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-31T14:21:57.764Z | + cargo --version |
| 67 | 2026-08-31T14:21:57.788Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-31T14:21:57.788Z | + rustc --version |
| 69 | 2026-08-31T14:21:57.788Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-31T14:21:57.788Z | process exited: duration 15302 ms, exit code 0 |
| |
| 71 | 2026-08-31T14:21:57.842Z | starting task 2: "authentication" |
| 72 | 2026-08-31T14:21:57.864Z | process exited: duration 40 ms, exit code 0 |
| |
| 73 | 2026-08-31T14:21:57.908Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T14:21:57.924Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-31T14:21:57.924Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-31T14:21:57.939Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-31T14:22:12.412Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-31T14:22:12.412Z | + git fetch origin c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6 |
| 79 | 2026-08-31T14:22:12.713Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-31T14:22:12.713Z | * branch c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6 -> FETCH_HEAD |
| 81 | 2026-08-31T14:22:12.721Z | + [[ -n '' ]] |
| 82 | 2026-08-31T14:22:12.721Z | + git reset --hard c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6 |
| 83 | 2026-08-31T14:22:12.942Z | HEAD is now at c28413b20 [workspace-hack] regenerate for itertools 0.15 pulled in by the main merge |
| 84 | 2026-08-31T14:22:12.953Z | process exited: duration 15051 ms, exit code 0 |
| |
| 85 | 2026-08-31T14:22:12.961Z | starting task 4: "build" |
| 86 | 2026-08-31T14:22:12.968Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-31T14:22:12.972Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-31T14:22:12.972Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-31T14:22:12.972Z | +++ uname -s |
| 90 | 2026-08-31T14:22:12.972Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-31T14:22:12.972Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-31T14:22:12.972Z | + cargo --version |
| 93 | 2026-08-31T14:22:12.991Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-31T14:22:13.008Z | + rustc --version |
| 95 | 2026-08-31T14:22:13.017Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-31T14:22:13.017Z | + source ./env.sh |
| 97 | 2026-08-31T14:22:13.017Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-31T14:22:13.017Z | ++ set -o xtrace |
| 99 | 2026-08-31T14:22:13.017Z | ++++ dirname ./env.sh |
| 100 | 2026-08-31T14:22:13.017Z | +++ readlink -f . |
| 101 | 2026-08-31T14:22:13.017Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-31T14:22:13.017Z | ++ 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-31T14:22:13.017Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ 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-31T14:22:13.018Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-31T14:22:13.018Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-31T14:22:13.018Z | + 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-31T14:22:13.018Z | + 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-31T14:22:13.018Z | + banner prerequisites |
| 117 | 2026-08-31T14:22:13.033Z | |
| 118 | 2026-08-31T14:22:13.034Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-31T14:22:13.034Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-31T14:22:13.034Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-31T14:22:13.034Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-31T14:22:13.034Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-31T14:22:13.034Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-31T14:22:13.034Z | |
| 125 | 2026-08-31T14:22:13.034Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-31T14:22:15.101Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-31T14:22:15.497Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-31T14:22:17.757Z | Planning: Solver setup ... Done (2.148s) |
| 129 | 2026-08-31T14:22:17.828Z | Planning: Running solver ... Done (0.064s) |
| 130 | 2026-08-31T14:22:17.879Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-31T14:22:17.887Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-31T14:22:17.909Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-31T14:22:17.922Z | Planning: Package planning ... Done (0.014s) |
| 134 | 2026-08-31T14:22:17.936Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-08-31T14:22:18.144Z | Planning: Checking for conflicting actions ... Done (0.224s) |
| 136 | 2026-08-31T14:22:18.154Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-31T14:22:18.939Z | Planning: Evaluating mediators ... Done (0.793s) |
| 138 | 2026-08-31T14:22:18.943Z | Planning: Planning completed in 3.42 seconds |
| 139 | 2026-08-31T14:22:18.948Z | Packages to install: 2 |
| 140 | 2026-08-31T14:22:18.948Z | Estimated space available: 156.00 GB |
| 141 | 2026-08-31T14:22:18.948Z | Estimated space to be consumed: 83.65 MB |
| 142 | 2026-08-31T14:22:18.948Z | Create boot environment: No |
| 143 | 2026-08-31T14:22:18.948Z | Create backup boot environment: No |
| 144 | 2026-08-31T14:22:18.948Z | Rebuild boot archive: No |
| 145 | 2026-08-31T14:22:18.948Z | |
| 146 | 2026-08-31T14:22:18.948Z | Changed packages: |
| 147 | 2026-08-31T14:22:18.948Z | helios |
| 148 | 2026-08-31T14:22:18.948Z | developer/build-essential |
| 149 | 2026-08-31T14:22:18.948Z | None -> 11-3.0 |
| 150 | 2026-08-31T14:22:18.948Z | library/libxmlsec1 |
| 151 | 2026-08-31T14:22:18.948Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-31T14:22:18.978Z | |
| 153 | 2026-08-31T14:22:18.978Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-31T14:22:19.040Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 155 | 2026-08-31T14:22:19.113Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-31T14:22:19.153Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-31T14:22:19.191Z | Finalize: Updating package state database ... Done (0.037s) |
| 158 | 2026-08-31T14:22:19.200Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-31T14:22:19.300Z | Finalize: Updating image state ... Done (0.096s) |
| 160 | 2026-08-31T14:22:21.781Z | Finalize: Creating fast lookup database ... Done (2.411s) |
| 161 | 2026-08-31T14:22:21.864Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-31T14:22:21.900Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-31T14:22:21.922Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-31T14:22:22.264Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-31T14:22:22.369Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-31T14:22:22.375Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-31T14:22:22.533Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-31T14:22:22.537Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-08-31T14:22:22.551Z | Mediators to change: 2 |
| 170 | 2026-08-31T14:22:22.551Z | Create boot environment: No |
| 171 | 2026-08-31T14:22:22.551Z | Create backup boot environment: No |
| 172 | 2026-08-31T14:22:22.588Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-31T14:22:22.588Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-31T14:22:22.646Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-31T14:22:24.584Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-31T14:22:24.648Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-31T14:22:24.653Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-31T14:22:24.740Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-31T14:22:25.022Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-31T14:22:25.132Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-31T14:22:25.138Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-31T14:22:25.285Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-31T14:22:25.291Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-08-31T14:22:25.310Z | Mediators to change: 1 |
| 185 | 2026-08-31T14:22:25.310Z | Create boot environment: No |
| 186 | 2026-08-31T14:22:25.310Z | Create backup boot environment: No |
| 187 | 2026-08-31T14:22:25.449Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-31T14:22:25.449Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-31T14:22:25.498Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-31T14:22:27.433Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-31T14:22:27.494Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-31T14:22:27.500Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-31T14:22:27.577Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-31T14:22:27.887Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-31T14:22:27.887Z | apache system 2.4 system |
| 196 | 2026-08-31T14:22:27.887Z | clang system 15 system |
| 197 | 2026-08-31T14:22:27.887Z | csh system system illumos |
| 198 | 2026-08-31T14:22:27.887Z | ctags system system illumos |
| 199 | 2026-08-31T14:22:27.887Z | file vendor vendor darwinsys |
| 200 | 2026-08-31T14:22:27.887Z | file system system illumos |
| 201 | 2026-08-31T14:22:27.887Z | gcc vendor 14 vendor |
| 202 | 2026-08-31T14:22:27.887Z | gcc system 13 system |
| 203 | 2026-08-31T14:22:27.887Z | gcc system 10 system |
| 204 | 2026-08-31T14:22:27.888Z | go system 1.25 system |
| 205 | 2026-08-31T14:22:27.888Z | llvm system 15 system |
| 206 | 2026-08-31T14:22:27.888Z | mariadb system 11.4 system |
| 207 | 2026-08-31T14:22:27.888Z | mta vendor vendor dma |
| 208 | 2026-08-31T14:22:27.888Z | openjdk system 17 system |
| 209 | 2026-08-31T14:22:27.888Z | openjdk system 11 system |
| 210 | 2026-08-31T14:22:27.888Z | openssl vendor 3 vendor |
| 211 | 2026-08-31T14:22:27.888Z | perl system 5.40 system |
| 212 | 2026-08-31T14:22:27.888Z | postgresql system 18 system |
| 213 | 2026-08-31T14:22:27.888Z | postgresql system 17 system |
| 214 | 2026-08-31T14:22:27.888Z | python vendor 3 vendor |
| 215 | 2026-08-31T14:22:27.888Z | python system 2 system |
| 216 | 2026-08-31T14:22:27.888Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-31T14:22:27.888Z | ruby system 3.4 system |
| 218 | 2026-08-31T14:22:27.888Z | ruby system 3.0 system |
| 219 | 2026-08-31T14:22:27.888Z | words vendor vendor american-english |
| 220 | 2026-08-31T14:22:27.888Z | words system system australian-english |
| 221 | 2026-08-31T14:22:27.888Z | words system system british-english |
| 222 | 2026-08-31T14:22:27.888Z | words system system canadian-english |
| 223 | 2026-08-31T14:22:27.888Z | words system system french |
| 224 | 2026-08-31T14:22:27.888Z | words system system italian |
| 225 | 2026-08-31T14:22:27.888Z | words system system ngerman |
| 226 | 2026-08-31T14:22:27.888Z | words system system ogerman |
| 227 | 2026-08-31T14:22:27.888Z | words system system spanish |
| 228 | 2026-08-31T14:22:28.142Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-31T14:22:28.142Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-31T14:22:28.669Z | FMRI IFO |
| 231 | 2026-08-31T14:22:28.669Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-31T14:22:28.669Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-31T14:22:28.669Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-31T14:22:28.669Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-31T14:22:28.669Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-31T14:22:28.669Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-31T14:22:28.669Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-31T14:22:28.669Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-31T14:22:28.670Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-31T14:22:28.991Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-31T14:22:29.433Z | Updating crates.io index |
| 242 | 2026-08-31T14:22:29.473Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-31T14:22:29.617Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-31T14:22:30.139Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 245 | 2026-08-31T14:22:30.335Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-08-31T14:22:31.796Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-08-31T14:22:32.627Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-08-31T14:22:34.427Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-08-31T14:22:35.998Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-08-31T14:22:36.297Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 251 | 2026-08-31T14:22:36.561Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-08-31T14:22:43.348Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-31T14:22:43.348Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-08-31T14:22:43.348Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 255 | 2026-08-31T14:22:43.348Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 256 | 2026-08-31T14:22:43.348Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 257 | 2026-08-31T14:22:43.348Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 258 | 2026-08-31T14:22:43.349Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-08-31T14:22:43.500Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-08-31T14:22:43.773Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 261 | 2026-08-31T14:22:44.163Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 262 | 2026-08-31T14:22:44.719Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 263 | 2026-08-31T14:22:44.978Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 264 | 2026-08-31T14:22:45.526Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 265 | 2026-08-31T14:22:45.807Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 266 | 2026-08-31T14:22:46.106Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-08-31T14:22:46.596Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-08-31T14:22:46.883Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-08-31T14:22:47.282Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-08-31T14:22:47.981Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-08-31T14:22:48.268Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-08-31T14:22:48.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-08-31T14:22:49.234Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 274 | 2026-08-31T14:22:49.701Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-08-31T14:22:50.495Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-08-31T14:22:51.169Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-08-31T14:22:51.379Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-08-31T14:22:51.380Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 279 | 2026-08-31T14:22:51.399Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-08-31T14:22:52.322Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-08-31T14:22:52.531Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-08-31T14:22:54.426Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-31T14:22:54.717Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-08-31T14:22:58.101Z | Downloading crates ... |
| 285 | 2026-08-31T14:22:58.715Z | Downloaded autocfg v1.5.0 |
| 286 | 2026-08-31T14:22:58.715Z | Downloaded pest_derive v2.8.6 |
| 287 | 2026-08-31T14:22:58.715Z | Downloaded anstream v1.0.0 |
| 288 | 2026-08-31T14:22:58.715Z | Downloaded itoa v1.0.17 |
| 289 | 2026-08-31T14:22:58.715Z | Downloaded is_terminal_polyfill v1.70.2 |
| 290 | 2026-08-31T14:22:58.715Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-08-31T14:22:58.715Z | Downloaded crypto-common v0.1.7 |
| 292 | 2026-08-31T14:22:58.715Z | Downloaded clap_lex v1.0.0 |
| 293 | 2026-08-31T14:22:58.715Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-08-31T14:22:58.715Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-08-31T14:22:58.715Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-08-31T14:22:58.715Z | Downloaded fs-err v3.3.0 |
| 297 | 2026-08-31T14:22:58.716Z | Downloaded zmij v1.0.21 |
| 298 | 2026-08-31T14:22:58.716Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-08-31T14:22:58.716Z | Downloaded cpufeatures v0.2.17 |
| 300 | 2026-08-31T14:22:58.716Z | Downloaded zerocopy v0.7.35 |
| 301 | 2026-08-31T14:22:58.716Z | Downloaded zerocopy-derive v0.7.35 |
| 302 | 2026-08-31T14:22:58.716Z | Downloaded memmap v0.7.0 |
| 303 | 2026-08-31T14:22:58.716Z | Downloaded errno v0.3.14 |
| 304 | 2026-08-31T14:22:58.716Z | Downloaded anstyle-parse v1.0.0 |
| 305 | 2026-08-31T14:22:58.716Z | Downloaded winnow v0.7.14 |
| 306 | 2026-08-31T14:22:58.716Z | Downloaded fnv v1.0.7 |
| 307 | 2026-08-31T14:22:58.716Z | Downloaded anstyle-query v1.1.5 |
| 308 | 2026-08-31T14:22:58.716Z | Downloaded colorchoice v1.0.4 |
| 309 | 2026-08-31T14:22:58.716Z | Downloaded dof v0.3.0 |
| 310 | 2026-08-31T14:22:58.716Z | Downloaded cargo-platform v0.3.2 |
| 311 | 2026-08-31T14:22:58.717Z | Downloaded heck v0.5.0 |
| 312 | 2026-08-31T14:22:58.717Z | Downloaded clap_derive v4.6.1 |
| 313 | 2026-08-31T14:22:58.717Z | Downloaded indexmap v2.14.0 |
| 314 | 2026-08-31T14:22:58.717Z | Downloaded cargo_toml v0.21.0 |
| 315 | 2026-08-31T14:22:58.717Z | Downloaded cargo_metadata v0.23.1 |
| 316 | 2026-08-31T14:22:58.717Z | Downloaded version_check v0.9.5 |
| 317 | 2026-08-31T14:22:58.717Z | Downloaded heck v0.4.1 |
| 318 | 2026-08-31T14:22:58.717Z | Downloaded proc-macro-error-attr v1.0.4 |
| 319 | 2026-08-31T14:22:58.717Z | Downloaded block-buffer v0.10.4 |
| 320 | 2026-08-31T14:22:58.717Z | Downloaded scroll_derive v0.12.1 |
| 321 | 2026-08-31T14:22:58.717Z | Downloaded toml_write v0.1.2 |
| 322 | 2026-08-31T14:22:58.717Z | Downloaded swrite v0.1.0 |
| 323 | 2026-08-31T14:22:58.717Z | Downloaded unicode-linebreak v0.1.5 |
| 324 | 2026-08-31T14:22:58.717Z | Downloaded smawk v0.3.2 |
| 325 | 2026-08-31T14:22:58.717Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-08-31T14:22:58.718Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2026-08-31T14:22:58.718Z | Downloaded strsim v0.11.1 |
| 328 | 2026-08-31T14:22:58.718Z | Downloaded usdt-attr-macro v0.5.0 |
| 329 | 2026-08-31T14:22:58.718Z | Downloaded usdt-macro v0.5.0 |
| 330 | 2026-08-31T14:22:58.718Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-08-31T14:22:58.718Z | Downloaded plain v0.2.3 |
| 332 | 2026-08-31T14:22:58.718Z | Downloaded usdt v0.5.0 |
| 333 | 2026-08-31T14:22:58.718Z | Downloaded utf8parse v0.2.2 |
| 334 | 2026-08-31T14:22:58.718Z | Downloaded bytecount v0.6.9 |
| 335 | 2026-08-31T14:22:58.718Z | Downloaded camino-tempfile v1.4.1 |
| 336 | 2026-08-31T14:22:58.718Z | Downloaded macaddr v1.0.1 |
| 337 | 2026-08-31T14:22:58.719Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-08-31T14:22:58.719Z | Downloaded terminal_size v0.4.3 |
| 339 | 2026-08-31T14:22:58.719Z | Downloaded thiserror-impl v1.0.69 |
| 340 | 2026-08-31T14:22:58.719Z | Downloaded anstyle v1.0.14 |
| 341 | 2026-08-31T14:22:58.719Z | Downloaded byteorder v1.5.0 |
| 342 | 2026-08-31T14:22:58.719Z | Downloaded digest v0.10.7 |
| 343 | 2026-08-31T14:22:58.719Z | Downloaded once_cell v1.21.3 |
| 344 | 2026-08-31T14:22:58.719Z | Downloaded anyhow v1.0.104 |
| 345 | 2026-08-31T14:22:58.719Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-08-31T14:22:58.719Z | Downloaded toml_datetime v0.6.11 |
| 347 | 2026-08-31T14:22:58.719Z | Downloaded quote v1.0.45 |
| 348 | 2026-08-31T14:22:58.719Z | Downloaded thiserror v1.0.69 |
| 349 | 2026-08-31T14:22:58.719Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-08-31T14:22:58.719Z | Downloaded camino v1.2.5 |
| 351 | 2026-08-31T14:22:58.719Z | Downloaded thiserror v2.0.18 |
| 352 | 2026-08-31T14:22:58.719Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-08-31T14:22:58.719Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-08-31T14:22:58.719Z | Downloaded pest_meta v2.8.6 |
| 355 | 2026-08-31T14:22:58.719Z | Downloaded clap v4.6.1 |
| 356 | 2026-08-31T14:22:58.719Z | Downloaded thiserror-impl v2.0.18 |
| 357 | 2026-08-31T14:22:58.719Z | Downloaded serde_tokenstream v0.2.3 |
| 358 | 2026-08-31T14:22:58.719Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-08-31T14:22:58.719Z | Downloaded semver v1.0.28 |
| 360 | 2026-08-31T14:22:58.719Z | Downloaded toml v0.8.23 |
| 361 | 2026-08-31T14:22:58.719Z | Downloaded scroll v0.12.0 |
| 362 | 2026-08-31T14:22:58.719Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-08-31T14:22:58.719Z | Downloaded log v0.4.33 |
| 364 | 2026-08-31T14:22:58.719Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-08-31T14:22:58.719Z | Downloaded serde_core v1.0.229 |
| 366 | 2026-08-31T14:22:58.719Z | Downloaded getrandom v0.4.3 |
| 367 | 2026-08-31T14:22:58.719Z | Downloaded textwrap v0.16.2 |
| 368 | 2026-08-31T14:22:58.719Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-08-31T14:22:58.719Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-08-31T14:22:58.719Z | Downloaded memchr v2.8.0 |
| 371 | 2026-08-31T14:22:58.719Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-08-31T14:22:58.719Z | Downloaded toml_edit v0.22.27 |
| 373 | 2026-08-31T14:22:58.719Z | Downloaded serde v1.0.229 |
| 374 | 2026-08-31T14:22:58.719Z | Downloaded serde_derive v1.0.229 |
| 375 | 2026-08-31T14:22:58.719Z | Downloaded hashbrown v0.17.0 |
| 376 | 2026-08-31T14:22:58.720Z | Downloaded pest v2.8.6 |
| 377 | 2026-08-31T14:22:58.720Z | Downloaded typenum v1.20.1 |
| 378 | 2026-08-31T14:22:58.720Z | Downloaded clap_builder v4.6.0 |
| 379 | 2026-08-31T14:22:58.720Z | Downloaded goblin v0.8.2 |
| 380 | 2026-08-31T14:22:58.720Z | Downloaded serde_json v1.0.151 |
| 381 | 2026-08-31T14:22:58.720Z | Downloaded tabled v0.15.0 |
| 382 | 2026-08-31T14:22:58.720Z | Downloaded syn v1.0.109 |
| 383 | 2026-08-31T14:22:58.720Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-08-31T14:22:58.720Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-08-31T14:22:58.961Z | Downloaded syn v2.0.117 |
| 386 | 2026-08-31T14:22:58.962Z | Downloaded syn v3.0.3 |
| 387 | 2026-08-31T14:22:58.962Z | Downloaded rustix v1.1.4 |
| 388 | 2026-08-31T14:22:58.963Z | Downloaded libc v0.2.185 |
| 389 | 2026-08-31T14:22:58.963Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-08-31T14:22:58.963Z | Compiling unicode-ident v1.0.24 |
| 391 | 2026-08-31T14:22:58.963Z | Compiling quote v1.0.45 |
| 392 | 2026-08-31T14:22:58.963Z | Compiling serde_core v1.0.229 |
| 393 | 2026-08-31T14:22:58.963Z | Compiling libc v0.2.185 |
| 394 | 2026-08-31T14:22:58.963Z | Compiling version_check v0.9.5 |
| 395 | 2026-08-31T14:22:58.963Z | Compiling memchr v2.8.0 |
| 396 | 2026-08-31T14:22:58.963Z | Compiling serde v1.0.229 |
| 397 | 2026-08-31T14:22:58.963Z | Compiling zmij v1.0.21 |
| 398 | 2026-08-31T14:22:58.963Z | Compiling thiserror v1.0.69 |
| 399 | 2026-08-31T14:22:58.963Z | Compiling itoa v1.0.17 |
| 400 | 2026-08-31T14:22:58.963Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-08-31T14:22:58.963Z | Compiling byteorder v1.5.0 |
| 402 | 2026-08-31T14:22:58.963Z | Compiling pest v2.8.6 |
| 403 | 2026-08-31T14:22:58.963Z | Compiling rustix v1.1.4 |
| 404 | 2026-08-31T14:22:58.964Z | Compiling errno v0.3.14 |
| 405 | 2026-08-31T14:22:58.964Z | Compiling bitflags v2.11.0 |
| 406 | 2026-08-31T14:22:58.964Z | Compiling serde_json v1.0.151 |
| 407 | 2026-08-31T14:22:59.255Z | Compiling syn v2.0.117 |
| 408 | 2026-08-31T14:22:59.255Z | Compiling syn v3.0.3 |
| 409 | 2026-08-31T14:22:59.255Z | Compiling thread-id v4.2.2 |
| 410 | 2026-08-31T14:22:59.255Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-08-31T14:22:59.255Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-08-31T14:22:59.475Z | Compiling syn v1.0.109 |
| 413 | 2026-08-31T14:22:59.475Z | Compiling camino v1.2.5 |
| 414 | 2026-08-31T14:22:59.631Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-08-31T14:22:59.738Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-08-31T14:22:59.833Z | Compiling plain v0.2.3 |
| 417 | 2026-08-31T14:22:59.913Z | Compiling log v0.4.33 |
| 418 | 2026-08-31T14:23:00.106Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-08-31T14:23:00.287Z | Compiling equivalent v1.0.2 |
| 420 | 2026-08-31T14:23:00.400Z | Compiling getrandom v0.4.3 |
| 421 | 2026-08-31T14:23:00.400Z | Compiling utf8parse v0.2.2 |
| 422 | 2026-08-31T14:23:00.441Z | Compiling indexmap v2.14.0 |
| 423 | 2026-08-31T14:23:00.478Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-08-31T14:23:00.618Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-08-31T14:23:01.108Z | Compiling pest_generator v2.8.6 |
| 426 | 2026-08-31T14:23:01.394Z | Compiling serde_derive v1.0.229 |
| 427 | 2026-08-31T14:23:01.395Z | Compiling toml_write v0.1.2 |
| 428 | 2026-08-31T14:23:01.395Z | Compiling winnow v0.7.14 |
| 429 | 2026-08-31T14:23:01.395Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-08-31T14:23:01.395Z | Compiling thiserror v2.0.18 |
| 431 | 2026-08-31T14:23:01.395Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-08-31T14:23:01.638Z | Compiling is_terminal_polyfill v1.70.2 |
| 433 | 2026-08-31T14:23:01.638Z | Compiling colorchoice v1.0.4 |
| 434 | 2026-08-31T14:23:01.638Z | Compiling pretty-hex v0.4.1 |
| 435 | 2026-08-31T14:23:01.638Z | Compiling autocfg v1.5.0 |
| 436 | 2026-08-31T14:23:01.958Z | Compiling anstyle v1.0.14 |
| 437 | 2026-08-31T14:23:02.298Z | Compiling anstream v1.0.0 |
| 438 | 2026-08-31T14:23:02.299Z | Compiling clap_lex v1.0.0 |
| 439 | 2026-08-31T14:23:02.299Z | Compiling fs-err v3.3.0 |
| 440 | 2026-08-31T14:23:03.258Z | Compiling bytecount v0.6.9 |
| 441 | 2026-08-31T14:23:03.258Z | Compiling fastrand v2.3.0 |
| 442 | 2026-08-31T14:23:03.259Z | Compiling anyhow v1.0.104 |
| 443 | 2026-08-31T14:23:03.259Z | Compiling strsim v0.11.1 |
| 444 | 2026-08-31T14:23:03.259Z | Compiling heck v0.4.1 |
| 445 | 2026-08-31T14:23:03.259Z | Compiling once_cell v1.21.3 |
| 446 | 2026-08-31T14:23:03.259Z | Compiling fnv v1.0.7 |
| 447 | 2026-08-31T14:23:03.259Z | Compiling unicode-width v0.1.14 |
| 448 | 2026-08-31T14:23:03.259Z | Compiling heck v0.5.0 |
| 449 | 2026-08-31T14:23:03.259Z | Compiling tempfile v3.27.0 |
| 450 | 2026-08-31T14:23:03.259Z | Compiling clap_builder v4.6.0 |
| 451 | 2026-08-31T14:23:03.912Z | Compiling thiserror-impl v1.0.69 |
| 452 | 2026-08-31T14:23:03.913Z | Compiling zerocopy-derive v0.7.35 |
| 453 | 2026-08-31T14:23:03.913Z | Compiling pest_derive v2.8.6 |
| 454 | 2026-08-31T14:23:03.913Z | Compiling scroll_derive v0.12.1 |
| 455 | 2026-08-31T14:23:03.913Z | Compiling thiserror-impl v2.0.18 |
| 456 | 2026-08-31T14:23:03.913Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-31T14:23:03.913Z | Compiling clap_derive v4.6.1 |
| 458 | 2026-08-31T14:23:04.451Z | Compiling scroll v0.12.0 |
| 459 | 2026-08-31T14:23:04.451Z | Compiling zerocopy v0.7.35 |
| 460 | 2026-08-31T14:23:04.451Z | Compiling goblin v0.8.2 |
| 461 | 2026-08-31T14:23:04.452Z | Compiling papergrid v0.11.0 |
| 462 | 2026-08-31T14:23:04.452Z | Compiling dtrace-parser v0.2.0 |
| 463 | 2026-08-31T14:23:04.940Z | Compiling serde_spanned v0.6.9 |
| 464 | 2026-08-31T14:23:04.940Z | Compiling toml_datetime v0.6.11 |
| 465 | 2026-08-31T14:23:04.940Z | Compiling dof v0.3.0 |
| 466 | 2026-08-31T14:23:04.940Z | Compiling serde_tokenstream v0.2.3 |
| 467 | 2026-08-31T14:23:04.940Z | Compiling toml_edit v0.22.27 |
| 468 | 2026-08-31T14:23:05.343Z | Compiling semver v1.0.28 |
| 469 | 2026-08-31T14:23:05.343Z | Compiling cargo-platform v0.3.2 |
| 470 | 2026-08-31T14:23:05.344Z | Compiling memmap v0.7.0 |
| 471 | 2026-08-31T14:23:05.466Z | Compiling unicode-linebreak v0.1.5 |
| 472 | 2026-08-31T14:23:05.466Z | Compiling smawk v0.3.2 |
| 473 | 2026-08-31T14:23:05.466Z | Compiling unicode-width v0.2.0 |
| 474 | 2026-08-31T14:23:05.467Z | Compiling cargo_metadata v0.23.1 |
| 475 | 2026-08-31T14:23:05.467Z | Compiling clap v4.6.1 |
| 476 | 2026-08-31T14:23:05.531Z | Compiling tabled v0.15.0 |
| 477 | 2026-08-31T14:23:05.531Z | Compiling textwrap v0.16.2 |
| 478 | 2026-08-31T14:23:05.531Z | Compiling usdt-macro v0.5.0 |
| 479 | 2026-08-31T14:23:05.670Z | Compiling usdt-attr-macro v0.5.0 |
| 480 | 2026-08-31T14:23:05.764Z | Compiling macaddr v1.0.1 |
| 481 | 2026-08-31T14:23:06.352Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-31T14:23:06.888Z | Compiling toml v0.8.23 |
| 483 | 2026-08-31T14:23:07.171Z | Compiling cargo_toml v0.21.0 |
| 484 | 2026-08-31T14:23:07.171Z | Compiling usdt v0.5.0 |
| 485 | 2026-08-31T14:23:07.171Z | Compiling camino-tempfile v1.4.1 |
| 486 | 2026-08-31T14:23:07.171Z | Compiling swrite v0.1.0 |
| 487 | 2026-08-31T14:23:08.533Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-08-31T14:23:10.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.14s |
| 489 | 2026-08-31T14:23:12.046Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-08-31T14:23:12.046Z | Downloading crates ... |
| 491 | 2026-08-31T14:23:12.046Z | Downloaded async-stream v0.3.6 |
| 492 | 2026-08-31T14:23:12.046Z | Downloaded addr2line v0.25.1 |
| 493 | 2026-08-31T14:23:12.047Z | Downloaded bit-set v0.5.3 |
| 494 | 2026-08-31T14:23:12.047Z | Downloaded aead v0.5.2 |
| 495 | 2026-08-31T14:23:12.047Z | Downloaded async-recursion v1.1.1 |
| 496 | 2026-08-31T14:23:12.047Z | Downloaded async-stream-impl v0.3.6 |
| 497 | 2026-08-31T14:23:12.047Z | Downloaded ascii-canvas v3.0.0 |
| 498 | 2026-08-31T14:23:12.047Z | Downloaded bitfield-struct v0.6.2 |
| 499 | 2026-08-31T14:23:12.047Z | Downloaded env_filter v2.0.0 |
| 500 | 2026-08-31T14:23:12.047Z | Downloaded atomic-waker v1.1.2 |
| 501 | 2026-08-31T14:23:12.047Z | Downloaded atty v0.2.14 |
| 502 | 2026-08-31T14:23:12.047Z | Downloaded backtrace-ext v0.2.1 |
| 503 | 2026-08-31T14:23:12.047Z | Downloaded const-oid v0.10.2 |
| 504 | 2026-08-31T14:23:12.047Z | Downloaded bit-set v0.8.0 |
| 505 | 2026-08-31T14:23:12.048Z | Downloaded futures-core v0.3.32 |
| 506 | 2026-08-31T14:23:12.048Z | Downloaded ff v0.14.0 |
| 507 | 2026-08-31T14:23:12.048Z | Downloaded foreign-types v0.5.0 |
| 508 | 2026-08-31T14:23:12.048Z | Downloaded env_logger v0.11.11 |
| 509 | 2026-08-31T14:23:12.048Z | Downloaded array-init v0.0.4 |
| 510 | 2026-08-31T14:23:12.048Z | Downloaded base16ct v0.2.0 |
| 511 | 2026-08-31T14:23:12.048Z | Downloaded bb8 v0.8.6 |
| 512 | 2026-08-31T14:23:12.049Z | Downloaded fatfs v0.3.6 |
| 513 | 2026-08-31T14:23:12.049Z | Downloaded futures-task v0.3.32 |
| 514 | 2026-08-31T14:23:12.049Z | Downloaded foreign-types-shared v0.1.1 |
| 515 | 2026-08-31T14:23:12.049Z | Downloaded funty v2.0.0 |
| 516 | 2026-08-31T14:23:12.049Z | Downloaded adler2 v2.0.1 |
| 517 | 2026-08-31T14:23:12.049Z | Downloaded ff v0.13.1 |
| 518 | 2026-08-31T14:23:12.049Z | Downloaded futures-sink v0.3.32 |
| 519 | 2026-08-31T14:23:12.049Z | Downloaded generic-array v1.4.3 |
| 520 | 2026-08-31T14:23:12.049Z | Downloaded base16ct v1.0.0 |
| 521 | 2026-08-31T14:23:12.049Z | Downloaded bitfield-macros v0.19.4 |
| 522 | 2026-08-31T14:23:12.049Z | Downloaded futures-executor v0.3.32 |
| 523 | 2026-08-31T14:23:12.049Z | Downloaded futures-macro v0.3.32 |
| 524 | 2026-08-31T14:23:12.049Z | Downloaded embedded-io v0.6.1 |
| 525 | 2026-08-31T14:23:12.050Z | Downloaded enum_dispatch v0.3.13 |
| 526 | 2026-08-31T14:23:12.050Z | Downloaded assert_matches v1.5.0 |
| 527 | 2026-08-31T14:23:12.050Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 528 | 2026-08-31T14:23:12.050Z | Downloaded embedded-io v0.4.0 |
| 529 | 2026-08-31T14:23:12.050Z | Downloaded http-range v0.1.5 |
| 530 | 2026-08-31T14:23:12.050Z | Downloaded fixedbitset v0.5.7 |
| 531 | 2026-08-31T14:23:12.050Z | Downloaded arrayref v0.3.9 |
| 532 | 2026-08-31T14:23:12.050Z | Downloaded atomicwrites v0.4.4 |
| 533 | 2026-08-31T14:23:12.050Z | Downloaded cfg_aliases v0.2.1 |
| 534 | 2026-08-31T14:23:12.050Z | Downloaded futures-channel v0.3.32 |
| 535 | 2026-08-31T14:23:12.050Z | Downloaded enum-as-inner v0.6.1 |
| 536 | 2026-08-31T14:23:12.051Z | Downloaded fixedbitset v0.4.2 |
| 537 | 2026-08-31T14:23:12.052Z | Downloaded castaway v0.2.4 |
| 538 | 2026-08-31T14:23:12.052Z | Downloaded aead v0.6.1 |
| 539 | 2026-08-31T14:23:12.052Z | Downloaded float-cmp v0.10.0 |
| 540 | 2026-08-31T14:23:12.052Z | Downloaded foreign-types-macros v0.2.3 |
| 541 | 2026-08-31T14:23:12.052Z | Downloaded flagset v0.4.7 |
| 542 | 2026-08-31T14:23:12.052Z | Downloaded futures-io v0.3.32 |
| 543 | 2026-08-31T14:23:12.052Z | Downloaded fd-lock v4.0.4 |
| 544 | 2026-08-31T14:23:12.053Z | Downloaded float-ord v0.3.2 |
| 545 | 2026-08-31T14:23:12.053Z | Downloaded fxhash v0.2.1 |
| 546 | 2026-08-31T14:23:12.053Z | Downloaded bit-vec v0.6.3 |
| 547 | 2026-08-31T14:23:12.053Z | Downloaded bitfield v0.19.4 |
| 548 | 2026-08-31T14:23:12.053Z | Downloaded hubpack v0.1.2 |
| 549 | 2026-08-31T14:23:12.053Z | Downloaded endian-type v0.1.2 |
| 550 | 2026-08-31T14:23:12.053Z | Downloaded futures v0.3.32 |
| 551 | 2026-08-31T14:23:12.053Z | Downloaded backoff v0.4.0 |
| 552 | 2026-08-31T14:23:12.053Z | Downloaded foreign-types-shared v0.3.1 |
| 553 | 2026-08-31T14:23:12.054Z | Downloaded fallible-iterator v0.2.0 |
| 554 | 2026-08-31T14:23:12.054Z | Downloaded filetime v0.2.27 |
| 555 | 2026-08-31T14:23:12.054Z | Downloaded ciborium-io v0.2.2 |
| 556 | 2026-08-31T14:23:12.054Z | Downloaded hostname v0.3.1 |
| 557 | 2026-08-31T14:23:12.054Z | Downloaded gethostname v0.5.0 |
| 558 | 2026-08-31T14:23:12.054Z | Downloaded headers-core v0.3.0 |
| 559 | 2026-08-31T14:23:12.054Z | Downloaded hostname v0.4.2 |
| 560 | 2026-08-31T14:23:12.054Z | Downloaded ciborium-ll v0.2.2 |
| 561 | 2026-08-31T14:23:12.055Z | Downloaded http-body v1.0.1 |
| 562 | 2026-08-31T14:23:12.055Z | Downloaded block-padding v0.4.2 |
| 563 | 2026-08-31T14:23:12.056Z | Downloaded cfg_aliases v0.1.1 |
| 564 | 2026-08-31T14:23:12.056Z | Downloaded httpdate v1.0.3 |
| 565 | 2026-08-31T14:23:12.056Z | Downloaded form_urlencoded v1.2.2 |
| 566 | 2026-08-31T14:23:12.056Z | Downloaded hex v0.4.3 |
| 567 | 2026-08-31T14:23:12.056Z | Downloaded globwalk v0.9.1 |
| 568 | 2026-08-31T14:23:12.056Z | Downloaded hex-literal v1.1.0 |
| 569 | 2026-08-31T14:23:12.056Z | Downloaded hash32 v0.3.1 |
| 570 | 2026-08-31T14:23:12.056Z | Downloaded ghash v0.6.0 |
| 571 | 2026-08-31T14:23:12.056Z | Downloaded cobs v0.3.0 |
| 572 | 2026-08-31T14:23:12.056Z | Downloaded foldhash v0.1.5 |
| 573 | 2026-08-31T14:23:12.056Z | Downloaded find-msvc-tools v0.1.9 |
| 574 | 2026-08-31T14:23:12.056Z | Downloaded foldhash v0.2.0 |
| 575 | 2026-08-31T14:23:12.057Z | Downloaded git-stub v1.0.0 |
| 576 | 2026-08-31T14:23:12.057Z | Downloaded newline-converter v0.3.0 |
| 577 | 2026-08-31T14:23:12.057Z | Downloaded hash32 v0.2.1 |
| 578 | 2026-08-31T14:23:12.057Z | Downloaded nibble_vec v0.1.0 |
| 579 | 2026-08-31T14:23:12.057Z | Downloaded nodrop v0.1.14 |
| 580 | 2026-08-31T14:23:12.057Z | Downloaded anstream v0.6.21 |
| 581 | 2026-08-31T14:23:12.057Z | Downloaded hubpack_derive v0.1.1 |
| 582 | 2026-08-31T14:23:12.057Z | Downloaded parse-display v0.10.0 |
| 583 | 2026-08-31T14:23:12.058Z | Downloaded async-trait v0.1.89 |
| 584 | 2026-08-31T14:23:12.058Z | Downloaded home v0.5.12 |
| 585 | 2026-08-31T14:23:12.084Z | Downloaded phf_shared v0.13.1 |
| 586 | 2026-08-31T14:23:12.084Z | Downloaded anstyle-parse v0.2.7 |
| 587 | 2026-08-31T14:23:12.084Z | Downloaded compression-core v0.4.31 |
| 588 | 2026-08-31T14:23:12.084Z | Downloaded bit-vec v0.8.0 |
| 589 | 2026-08-31T14:23:12.946Z | Downloaded byte-wrapper v0.1.0 |
| 590 | 2026-08-31T14:23:12.946Z | Downloaded precomputed-hash v0.1.1 |
| 591 | 2026-08-31T14:23:12.946Z | Downloaded powerfmt v0.2.0 |
| 592 | 2026-08-31T14:23:12.946Z | Downloaded normalize-line-endings v0.3.0 |
| 593 | 2026-08-31T14:23:12.946Z | Downloaded num_threads v0.1.7 |
| 594 | 2026-08-31T14:23:12.946Z | Downloaded foreign-types v0.3.2 |
| 595 | 2026-08-31T14:23:12.946Z | Downloaded argon2 v0.5.3 |
| 596 | 2026-08-31T14:23:12.946Z | Downloaded fs-err v2.11.0 |
| 597 | 2026-08-31T14:23:12.946Z | Downloaded group v0.13.0 |
| 598 | 2026-08-31T14:23:12.946Z | Downloaded base64ct v1.8.3 |
| 599 | 2026-08-31T14:23:12.947Z | Downloaded ena v0.14.4 |
| 600 | 2026-08-31T14:23:12.947Z | Downloaded arrayvec v0.7.6 |
| 601 | 2026-08-31T14:23:12.947Z | Downloaded async-compression v0.4.41 |
| 602 | 2026-08-31T14:23:12.947Z | Downloaded openssl-macros v0.1.1 |
| 603 | 2026-08-31T14:23:12.947Z | Downloaded openssl-probe v0.1.6 |
| 604 | 2026-08-31T14:23:12.947Z | Downloaded oxide-generation-macros v0.2.0 |
| 605 | 2026-08-31T14:23:12.947Z | Downloaded psl-types v2.0.11 |
| 606 | 2026-08-31T14:23:12.947Z | Downloaded rfc6979 v0.4.0 |
| 607 | 2026-08-31T14:23:12.947Z | Downloaded proc-macro-crate v1.3.1 |
| 608 | 2026-08-31T14:23:12.947Z | Downloaded radium v0.7.0 |
| 609 | 2026-08-31T14:23:12.947Z | Downloaded proc-macro-crate v3.4.0 |
| 610 | 2026-08-31T14:23:12.947Z | Downloaded rustc-hash v2.1.1 |
| 611 | 2026-08-31T14:23:12.947Z | Downloaded same-file v1.0.6 |
| 612 | 2026-08-31T14:23:12.949Z | Downloaded scopeguard v1.2.0 |
| 613 | 2026-08-31T14:23:12.949Z | Downloaded scroll_derive v0.13.1 |
| 614 | 2026-08-31T14:23:12.949Z | Downloaded block-buffer v0.12.1 |
| 615 | 2026-08-31T14:23:12.949Z | Downloaded cipher v0.4.4 |
| 616 | 2026-08-31T14:23:12.949Z | Downloaded cmake v0.1.57 |
| 617 | 2026-08-31T14:23:12.949Z | Downloaded compression-codecs v0.4.37 |
| 618 | 2026-08-31T14:23:12.949Z | Downloaded signature v3.0.0 |
| 619 | 2026-08-31T14:23:12.949Z | Downloaded signature v2.2.0 |
| 620 | 2026-08-31T14:23:12.949Z | Downloaded bitflags v1.3.2 |
| 621 | 2026-08-31T14:23:12.949Z | Downloaded sqlparser_derive v0.5.0 |
| 622 | 2026-08-31T14:23:12.949Z | Downloaded bs58 v0.5.1 |
| 623 | 2026-08-31T14:23:12.950Z | Downloaded cbc v0.2.1 |
| 624 | 2026-08-31T14:23:12.950Z | Downloaded blowfish v0.10.0 |
| 625 | 2026-08-31T14:23:12.950Z | Downloaded chacha20 v0.9.1 |
| 626 | 2026-08-31T14:23:12.950Z | Downloaded slog-envlogger v2.2.0 |
| 627 | 2026-08-31T14:23:12.950Z | Downloaded subtle v2.6.1 |
| 628 | 2026-08-31T14:23:12.950Z | Downloaded supports-unicode v3.0.0 |
| 629 | 2026-08-31T14:23:12.950Z | Downloaded git-stub-vcs v0.1.0 |
| 630 | 2026-08-31T14:23:12.950Z | Downloaded glob v0.3.3 |
| 631 | 2026-08-31T14:23:12.950Z | Downloaded cexpr v0.6.0 |
| 632 | 2026-08-31T14:23:12.950Z | Downloaded ref-cast v1.0.25 |
| 633 | 2026-08-31T14:23:12.950Z | Downloaded ref-cast-impl v1.0.25 |
| 634 | 2026-08-31T14:23:12.950Z | Downloaded highway v1.3.0 |
| 635 | 2026-08-31T14:23:12.950Z | Downloaded serde_bytes v0.11.19 |
| 636 | 2026-08-31T14:23:12.951Z | Downloaded globset v0.4.18 |
| 637 | 2026-08-31T14:23:12.951Z | Downloaded cassowary v0.3.0 |
| 638 | 2026-08-31T14:23:12.951Z | Downloaded async-bb8-diesel v0.2.1 |
| 639 | 2026-08-31T14:23:12.951Z | Downloaded argon2 v0.6.0-rc.8 |
| 640 | 2026-08-31T14:23:12.951Z | Downloaded backon v1.6.0 |
| 641 | 2026-08-31T14:23:12.952Z | Downloaded group v0.14.0 |
| 642 | 2026-08-31T14:23:12.952Z | Downloaded http-body-util v0.1.3 |
| 643 | 2026-08-31T14:23:12.952Z | Downloaded pbkdf2 v0.13.0 |
| 644 | 2026-08-31T14:23:12.952Z | Downloaded pkg-config v0.3.32 |
| 645 | 2026-08-31T14:23:12.952Z | Downloaded ppv-lite86 v0.2.21 |
| 646 | 2026-08-31T14:23:12.952Z | Downloaded structmeta v0.3.0 |
| 647 | 2026-08-31T14:23:12.952Z | Downloaded supports-hyperlinks v3.2.0 |
| 648 | 2026-08-31T14:23:12.952Z | Downloaded colored v2.2.0 |
| 649 | 2026-08-31T14:23:12.952Z | Downloaded console v0.16.2 |
| 650 | 2026-08-31T14:23:12.952Z | Downloaded fs_extra v1.3.0 |
| 651 | 2026-08-31T14:23:12.952Z | Downloaded rand_core v0.10.0 |
| 652 | 2026-08-31T14:23:12.952Z | Downloaded hmac v0.13.0 |
| 653 | 2026-08-31T14:23:12.952Z | Downloaded stable_deref_trait v1.2.1 |
| 654 | 2026-08-31T14:23:12.952Z | Downloaded erased-serde v0.3.31 |
| 655 | 2026-08-31T14:23:12.953Z | Downloaded progenitor-extras v0.2.0 |
| 656 | 2026-08-31T14:23:12.953Z | Downloaded rand_core v0.9.5 |
| 657 | 2026-08-31T14:23:12.953Z | Downloaded num-integer v0.1.46 |
| 658 | 2026-08-31T14:23:12.953Z | Downloaded num_enum v0.5.11 |
| 659 | 2026-08-31T14:23:12.953Z | Downloaded pem v3.0.6 |
| 660 | 2026-08-31T14:23:12.953Z | Downloaded pem-rfc7468 v0.7.0 |
| 661 | 2026-08-31T14:23:12.953Z | Downloaded pem-rfc7468 v1.0.0 |
| 662 | 2026-08-31T14:23:12.953Z | Downloaded tower-layer v0.3.3 |
| 663 | 2026-08-31T14:23:12.953Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 664 | 2026-08-31T14:23:12.953Z | Downloaded rpassword v7.5.4 |
| 665 | 2026-08-31T14:23:12.953Z | Downloaded universal-hash v0.5.1 |
| 666 | 2026-08-31T14:23:12.953Z | Downloaded hmac v0.12.1 |
| 667 | 2026-08-31T14:23:12.953Z | Downloaded unit-prefix v0.5.2 |
| 668 | 2026-08-31T14:23:12.953Z | Downloaded usdt-attr-macro v0.6.0 |
| 669 | 2026-08-31T14:23:12.953Z | Downloaded utf8_iter v1.0.4 |
| 670 | 2026-08-31T14:23:12.954Z | Downloaded ciborium v0.2.2 |
| 671 | 2026-08-31T14:23:12.954Z | Downloaded cipher v0.5.2 |
| 672 | 2026-08-31T14:23:12.954Z | Downloaded cancel-safe-futures v0.1.5 |
| 673 | 2026-08-31T14:23:12.954Z | Downloaded console v0.15.11 |
| 674 | 2026-08-31T14:23:12.954Z | Downloaded const-oid v0.9.6 |
| 675 | 2026-08-31T14:23:12.954Z | Downloaded scroll v0.13.0 |
| 676 | 2026-08-31T14:23:12.954Z | Downloaded serde_tokenstream v0.3.0 |
| 677 | 2026-08-31T14:23:12.954Z | Downloaded serde_with_macros v1.5.2 |
| 678 | 2026-08-31T14:23:12.954Z | Downloaded smallvec v0.6.14 |
| 679 | 2026-08-31T14:23:12.954Z | Downloaded slog-term v2.9.2 |
| 680 | 2026-08-31T14:23:12.954Z | Downloaded bzip2 v0.4.4 |
| 681 | 2026-08-31T14:23:12.954Z | Downloaded bzip2 v0.6.1 |
| 682 | 2026-08-31T14:23:12.954Z | Downloaded camino-tempfile-ext v0.3.3 |
| 683 | 2026-08-31T14:23:12.954Z | Downloaded serde-hex v0.1.0 |
| 684 | 2026-08-31T14:23:12.955Z | Downloaded slab v0.4.12 |
| 685 | 2026-08-31T14:23:12.955Z | Downloaded waitgroup v0.1.2 |
| 686 | 2026-08-31T14:23:12.955Z | Downloaded zerofrom v0.1.6 |
| 687 | 2026-08-31T14:23:12.955Z | Downloaded httparse v1.10.1 |
| 688 | 2026-08-31T14:23:12.955Z | Downloaded blake2 v0.10.6 |
| 689 | 2026-08-31T14:23:14.304Z | Downloaded getrandom v0.2.17 |
| 690 | 2026-08-31T14:23:14.304Z | Downloaded half v1.8.3 |
| 691 | 2026-08-31T14:23:14.304Z | Downloaded parking_lot_core v0.9.12 |
| 692 | 2026-08-31T14:23:14.304Z | Downloaded pkcs1 v0.7.5 |
| 693 | 2026-08-31T14:23:14.304Z | Downloaded pkcs8 v0.11.0 |
| 694 | 2026-08-31T14:23:14.304Z | Downloaded strum_macros v0.24.3 |
| 695 | 2026-08-31T14:23:14.304Z | Downloaded bcs v0.1.6 |
| 696 | 2026-08-31T14:23:14.304Z | Downloaded allocator-api2 v0.2.21 |
| 697 | 2026-08-31T14:23:14.304Z | Downloaded termios v0.3.3 |
| 698 | 2026-08-31T14:23:14.304Z | Downloaded tiny-keccak v2.0.2 |
| 699 | 2026-08-31T14:23:14.304Z | Downloaded buf-list v1.1.2 |
| 700 | 2026-08-31T14:23:14.304Z | Downloaded spki v0.8.0 |
| 701 | 2026-08-31T14:23:14.304Z | Downloaded stacker v0.1.23 |
| 702 | 2026-08-31T14:23:14.304Z | Downloaded cstr-argument v0.1.2 |
| 703 | 2026-08-31T14:23:14.305Z | Downloaded darling_macro v0.21.3 |
| 704 | 2026-08-31T14:23:14.305Z | Downloaded defmt v0.3.100 |
| 705 | 2026-08-31T14:23:14.305Z | Downloaded difflib v0.4.0 |
| 706 | 2026-08-31T14:23:14.305Z | Downloaded ahash v0.8.12 |
| 707 | 2026-08-31T14:23:14.305Z | Downloaded arc-swap v1.8.2 |
| 708 | 2026-08-31T14:23:14.305Z | Downloaded clang-sys v1.8.1 |
| 709 | 2026-08-31T14:23:14.305Z | Downloaded display-error-chain v0.2.2 |
| 710 | 2026-08-31T14:23:14.305Z | Downloaded tokio-test v0.4.5 |
| 711 | 2026-08-31T14:23:14.305Z | Downloaded psm v0.1.30 |
| 712 | 2026-08-31T14:23:14.305Z | Downloaded tinystr v0.8.2 |
| 713 | 2026-08-31T14:23:14.305Z | Downloaded tokio-native-tls v0.3.1 |
| 714 | 2026-08-31T14:23:14.305Z | Downloaded instant v0.1.13 |
| 715 | 2026-08-31T14:23:14.305Z | Downloaded indoc v1.0.9 |
| 716 | 2026-08-31T14:23:14.305Z | Downloaded managed v0.8.0 |
| 717 | 2026-08-31T14:23:14.305Z | Downloaded elliptic-curve v0.14.1 |
| 718 | 2026-08-31T14:23:14.305Z | Downloaded idna_adapter v1.2.1 |
| 719 | 2026-08-31T14:23:14.306Z | Downloaded vergen-lib v9.1.0 |
| 720 | 2026-08-31T14:23:14.306Z | Downloaded flate2 v1.1.9 |
| 721 | 2026-08-31T14:23:14.306Z | Downloaded lzss v0.8.2 |
| 722 | 2026-08-31T14:23:14.306Z | Downloaded smallvec v1.15.1 |
| 723 | 2026-08-31T14:23:14.306Z | Downloaded tap v1.0.1 |
| 724 | 2026-08-31T14:23:14.306Z | Downloaded memoffset v0.9.1 |
| 725 | 2026-08-31T14:23:14.307Z | Downloaded wyz v0.5.1 |
| 726 | 2026-08-31T14:23:14.307Z | Downloaded cmov v0.5.4 |
| 727 | 2026-08-31T14:23:14.307Z | Downloaded colored v3.1.1 |
| 728 | 2026-08-31T14:23:14.307Z | Downloaded crc-catalog v2.4.0 |
| 729 | 2026-08-31T14:23:14.307Z | Downloaded blake2 v0.11.0-rc.6 |
| 730 | 2026-08-31T14:23:14.307Z | Downloaded chacha20 v0.10.0 |
| 731 | 2026-08-31T14:23:14.307Z | Downloaded wait-timeout v0.2.1 |
| 732 | 2026-08-31T14:23:14.307Z | Downloaded multimap v0.10.1 |
| 733 | 2026-08-31T14:23:14.307Z | Downloaded nonempty v0.12.0 |
| 734 | 2026-08-31T14:23:14.307Z | Downloaded const_format_proc_macros v0.2.34 |
| 735 | 2026-08-31T14:23:14.307Z | Downloaded constant_time_eq v0.4.2 |
| 736 | 2026-08-31T14:23:14.307Z | Downloaded getrandom v0.3.4 |
| 737 | 2026-08-31T14:23:14.307Z | Downloaded base64 v0.22.1 |
| 738 | 2026-08-31T14:23:14.307Z | Downloaded oxide-update-engine-types v0.1.2 |
| 739 | 2026-08-31T14:23:14.307Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-08-31T14:23:14.307Z | Downloaded ctutils v0.4.2 |
| 741 | 2026-08-31T14:23:14.308Z | Downloaded headers v0.4.1 |
| 742 | 2026-08-31T14:23:14.308Z | Downloaded progenitor-impl v0.13.0 |
| 743 | 2026-08-31T14:23:14.308Z | Downloaded daft v0.1.8 |
| 744 | 2026-08-31T14:23:14.308Z | Downloaded opaque-debug v0.3.1 |
| 745 | 2026-08-31T14:23:14.308Z | Downloaded derive_builder_core v0.20.2 |
| 746 | 2026-08-31T14:23:14.308Z | Downloaded password-hash v0.6.1 |
| 747 | 2026-08-31T14:23:14.308Z | Downloaded unicase v2.9.0 |
| 748 | 2026-08-31T14:23:14.308Z | Downloaded ed25519 v2.2.3 |
| 749 | 2026-08-31T14:23:14.308Z | Downloaded potential_utf v0.1.4 |
| 750 | 2026-08-31T14:23:14.308Z | Downloaded russh-util v0.52.0 |
| 751 | 2026-08-31T14:23:14.308Z | Downloaded rand_chacha v0.3.1 |
| 752 | 2026-08-31T14:23:14.308Z | Downloaded semver v0.1.20 |
| 753 | 2026-08-31T14:23:14.308Z | Downloaded libefi-sys v0.1.0 |
| 754 | 2026-08-31T14:23:14.308Z | Downloaded lock_api v0.4.14 |
| 755 | 2026-08-31T14:23:14.308Z | Downloaded expectorate v1.2.0 |
| 756 | 2026-08-31T14:23:14.308Z | Downloaded rustls-platform-verifier v0.6.2 |
| 757 | 2026-08-31T14:23:14.308Z | Downloaded defmt v1.0.1 |
| 758 | 2026-08-31T14:23:14.309Z | Downloaded postcard v1.1.3 |
| 759 | 2026-08-31T14:23:14.309Z | Downloaded yasna v0.5.2 |
| 760 | 2026-08-31T14:23:14.309Z | Downloaded crc32fast v1.5.0 |
| 761 | 2026-08-31T14:23:14.309Z | Downloaded displaydoc v0.2.5 |
| 762 | 2026-08-31T14:23:14.309Z | Downloaded mime_guess v2.0.5 |
| 763 | 2026-08-31T14:23:14.309Z | Downloaded sha1 v0.10.6 |
| 764 | 2026-08-31T14:23:14.309Z | Downloaded sha1 v0.11.0 |
| 765 | 2026-08-31T14:23:14.309Z | Downloaded tagptr v0.2.0 |
| 766 | 2026-08-31T14:23:14.309Z | Downloaded ipnetwork v0.21.1 |
| 767 | 2026-08-31T14:23:14.309Z | Downloaded serde_plain v1.0.2 |
| 768 | 2026-08-31T14:23:14.309Z | Downloaded serde_urlencoded v0.7.1 |
| 769 | 2026-08-31T14:23:14.309Z | Downloaded nu-ansi-term v0.50.3 |
| 770 | 2026-08-31T14:23:14.309Z | Downloaded heapless v0.8.0 |
| 771 | 2026-08-31T14:23:14.309Z | Downloaded omicron-zone-package v0.12.3 |
| 772 | 2026-08-31T14:23:14.309Z | Downloaded half v2.7.1 |
| 773 | 2026-08-31T14:23:14.309Z | Downloaded chacha20poly1305 v0.10.1 |
| 774 | 2026-08-31T14:23:14.309Z | Downloaded papergrid v0.18.0 |
| 775 | 2026-08-31T14:23:14.309Z | Downloaded oxnet v0.1.6 |
| 776 | 2026-08-31T14:23:14.309Z | Downloaded termtree v0.5.1 |
| 777 | 2026-08-31T14:23:14.310Z | Downloaded tower-service v0.3.3 |
| 778 | 2026-08-31T14:23:14.310Z | Downloaded void v1.0.2 |
| 779 | 2026-08-31T14:23:14.310Z | Downloaded newtype-uuid v1.3.2 |
| 780 | 2026-08-31T14:23:14.310Z | Downloaded siphasher v1.0.2 |
| 781 | 2026-08-31T14:23:14.310Z | Downloaded heapless v0.7.17 |
| 782 | 2026-08-31T14:23:14.310Z | Downloaded sync_wrapper v1.0.2 |
| 783 | 2026-08-31T14:23:14.310Z | Downloaded flume v0.11.1 |
| 784 | 2026-08-31T14:23:14.310Z | Downloaded darling v0.21.3 |
| 785 | 2026-08-31T14:23:14.310Z | Downloaded darling v0.23.0 |
| 786 | 2026-08-31T14:23:14.310Z | Downloaded progenitor v0.13.0 |
| 787 | 2026-08-31T14:23:14.310Z | Downloaded ed25519 v3.0.0 |
| 788 | 2026-08-31T14:23:14.310Z | Downloaded bytes v1.11.1 |
| 789 | 2026-08-31T14:23:14.987Z | Downloaded chumsky v0.9.3 |
| 790 | 2026-08-31T14:23:14.987Z | Downloaded typify-macro v0.6.2 |
| 791 | 2026-08-31T14:23:14.987Z | Downloaded rayon-core v1.13.0 |
| 792 | 2026-08-31T14:23:14.987Z | Downloaded yoke-derive v0.8.1 |
| 793 | 2026-08-31T14:23:14.987Z | Downloaded iana-time-zone v0.1.65 |
| 794 | 2026-08-31T14:23:14.987Z | Downloaded toml v0.7.8 |
| 795 | 2026-08-31T14:23:14.987Z | Downloaded ar_archive_writer v0.5.1 |
| 796 | 2026-08-31T14:23:14.987Z | Downloaded proc-macro-error2 v2.0.1 |
| 797 | 2026-08-31T14:23:14.987Z | Downloaded base64 v0.21.7 |
| 798 | 2026-08-31T14:23:14.987Z | Downloaded num-rational v0.4.2 |
| 799 | 2026-08-31T14:23:14.988Z | Downloaded num_enum v0.7.6 |
| 800 | 2026-08-31T14:23:14.988Z | Downloaded oxide-generation v0.1.3 |
| 801 | 2026-08-31T14:23:14.988Z | Downloaded crc v3.4.0 |
| 802 | 2026-08-31T14:23:14.988Z | Downloaded crunchy v0.2.4 |
| 803 | 2026-08-31T14:23:14.988Z | Downloaded darling_macro v0.20.11 |
| 804 | 2026-08-31T14:23:14.988Z | Downloaded hickory-resolver v0.25.2 |
| 805 | 2026-08-31T14:23:14.988Z | Downloaded signal-hook v0.3.18 |
| 806 | 2026-08-31T14:23:14.988Z | Downloaded untrusted v0.7.1 |
| 807 | 2026-08-31T14:23:14.988Z | Downloaded untrusted v0.9.0 |
| 808 | 2026-08-31T14:23:14.988Z | Downloaded want v0.3.1 |
| 809 | 2026-08-31T14:23:14.988Z | Downloaded xattr v1.6.1 |
| 810 | 2026-08-31T14:23:14.988Z | Downloaded packed_struct v0.10.1 |
| 811 | 2026-08-31T14:23:14.988Z | Downloaded knus-derive v3.4.0 |
| 812 | 2026-08-31T14:23:14.988Z | Downloaded ml-kem v0.3.2 |
| 813 | 2026-08-31T14:23:14.988Z | Downloaded rand_core v0.6.4 |
| 814 | 2026-08-31T14:23:14.989Z | Downloaded phc v0.6.1 |
| 815 | 2026-08-31T14:23:14.989Z | Downloaded pkcs8 v0.10.2 |
| 816 | 2026-08-31T14:23:14.989Z | Downloaded hickory-resolver v0.24.4 |
| 817 | 2026-08-31T14:23:14.989Z | Downloaded predicates v3.1.4 |
| 818 | 2026-08-31T14:23:14.989Z | Downloaded rand_chacha v0.9.0 |
| 819 | 2026-08-31T14:23:14.989Z | Downloaded resolv-conf v0.7.6 |
| 820 | 2026-08-31T14:23:14.989Z | Downloaded rfc6979 v0.6.0 |
| 821 | 2026-08-31T14:23:14.989Z | Downloaded parking_lot_core v0.8.6 |
| 822 | 2026-08-31T14:23:14.989Z | Downloaded p384 v0.14.0 |
| 823 | 2026-08-31T14:23:14.989Z | Downloaded peg-macros v0.8.5 |
| 824 | 2026-08-31T14:23:14.989Z | Downloaded dtrace-parser v0.3.0 |
| 825 | 2026-08-31T14:23:14.989Z | Downloaded dunce v1.0.5 |
| 826 | 2026-08-31T14:23:14.989Z | Downloaded typify v0.6.2 |
| 827 | 2026-08-31T14:23:14.989Z | Downloaded tls_codec v0.4.2 |
| 828 | 2026-08-31T14:23:14.989Z | Downloaded ingot-types v0.2.0 |
| 829 | 2026-08-31T14:23:14.989Z | Downloaded r2d2 v0.8.10 |
| 830 | 2026-08-31T14:23:14.990Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 831 | 2026-08-31T14:23:14.990Z | Downloaded crucible-workspace-hack v0.1.0 |
| 832 | 2026-08-31T14:23:14.990Z | Downloaded internet-checksum v0.2.1 |
| 833 | 2026-08-31T14:23:14.990Z | Downloaded is_ci v1.2.0 |
| 834 | 2026-08-31T14:23:14.990Z | Downloaded slog-stdlog v4.1.1 |
| 835 | 2026-08-31T14:23:14.990Z | Downloaded smf v0.2.3 |
| 836 | 2026-08-31T14:23:14.990Z | Downloaded cc v1.2.56 |
| 837 | 2026-08-31T14:23:14.990Z | Downloaded rustls-pki-types v1.14.0 |
| 838 | 2026-08-31T14:23:14.990Z | Downloaded salsa20 v0.11.0 |
| 839 | 2026-08-31T14:23:14.990Z | Downloaded scrypt v0.12.0 |
| 840 | 2026-08-31T14:23:14.990Z | Downloaded maplit v1.0.2 |
| 841 | 2026-08-31T14:23:14.990Z | Downloaded md-5 v0.10.6 |
| 842 | 2026-08-31T14:23:14.990Z | Downloaded md5 v0.8.0 |
| 843 | 2026-08-31T14:23:14.990Z | Downloaded num v0.4.3 |
| 844 | 2026-08-31T14:23:14.990Z | Downloaded num-derive v0.4.2 |
| 845 | 2026-08-31T14:23:14.991Z | Downloaded hashbrown v0.12.3 |
| 846 | 2026-08-31T14:23:14.991Z | Downloaded signal-hook-registry v1.4.8 |
| 847 | 2026-08-31T14:23:14.991Z | Downloaded slog-scope v4.4.1 |
| 848 | 2026-08-31T14:23:14.991Z | Downloaded static_assertions v1.1.0 |
| 849 | 2026-08-31T14:23:14.991Z | Downloaded dirs-sys-next v0.1.2 |
| 850 | 2026-08-31T14:23:14.991Z | Downloaded samael v0.0.19 |
| 851 | 2026-08-31T14:23:14.991Z | Downloaded uuid v1.23.4 |
| 852 | 2026-08-31T14:23:14.991Z | Downloaded sqlformat v0.3.5 |
| 853 | 2026-08-31T14:23:14.991Z | Downloaded yansi v1.0.1 |
| 854 | 2026-08-31T14:23:14.991Z | Downloaded zerotrie v0.2.3 |
| 855 | 2026-08-31T14:23:14.991Z | Downloaded libbz2-rs-sys v0.2.2 |
| 856 | 2026-08-31T14:23:14.991Z | Downloaded backtrace v0.3.76 |
| 857 | 2026-08-31T14:23:14.991Z | Downloaded bumpalo v3.20.2 |
| 858 | 2026-08-31T14:23:14.991Z | Downloaded peg-runtime v0.8.5 |
| 859 | 2026-08-31T14:23:14.992Z | Downloaded inout v0.1.4 |
| 860 | 2026-08-31T14:23:14.992Z | Downloaded lalrpop-util v0.19.12 |
| 861 | 2026-08-31T14:23:14.992Z | Downloaded libscf-sys v1.2.0 |
| 862 | 2026-08-31T14:23:14.992Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 863 | 2026-08-31T14:23:14.992Z | Downloaded tui-tree-widget v0.23.1 |
| 864 | 2026-08-31T14:23:14.992Z | Downloaded time-macros v0.2.27 |
| 865 | 2026-08-31T14:23:14.992Z | Downloaded der_derive v0.7.3 |
| 866 | 2026-08-31T14:23:14.992Z | Downloaded http v1.4.2 |
| 867 | 2026-08-31T14:23:14.992Z | Downloaded hashbrown v0.13.2 |
| 868 | 2026-08-31T14:23:14.992Z | Downloaded term v1.2.1 |
| 869 | 2026-08-31T14:23:14.992Z | Downloaded parse-size v1.1.0 |
| 870 | 2026-08-31T14:23:14.992Z | Downloaded postgres-types v0.2.12 |
| 871 | 2026-08-31T14:23:14.992Z | Downloaded hickory-server v0.25.2 |
| 872 | 2026-08-31T14:23:14.992Z | Downloaded scheduled-thread-pool v0.2.7 |
| 873 | 2026-08-31T14:23:14.993Z | Downloaded tokio-tungstenite v0.21.0 |
| 874 | 2026-08-31T14:23:14.993Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 875 | 2026-08-31T14:23:14.993Z | Downloaded hyper-staticfile v0.10.1 |
| 876 | 2026-08-31T14:23:14.993Z | Downloaded zerovec-derive v0.11.2 |
| 877 | 2026-08-31T14:23:14.993Z | Downloaded serde-big-array v0.5.1 |
| 878 | 2026-08-31T14:23:14.993Z | Downloaded icu_provider v2.1.1 |
| 879 | 2026-08-31T14:23:14.993Z | Downloaded ignore v0.4.25 |
| 880 | 2026-08-31T14:23:14.993Z | Downloaded keccak v0.2.0 |
| 881 | 2026-08-31T14:23:14.993Z | Downloaded daft-derive v0.1.8 |
| 882 | 2026-08-31T14:23:14.993Z | Downloaded num_enum_derive v0.7.6 |
| 883 | 2026-08-31T14:23:14.993Z | Downloaded serde_repr v0.1.20 |
| 884 | 2026-08-31T14:23:14.993Z | Downloaded knus v3.4.0 |
| 885 | 2026-08-31T14:23:14.994Z | Downloaded defmt-macros v1.0.1 |
| 886 | 2026-08-31T14:23:14.994Z | Downloaded native-tls v0.2.18 |
| 887 | 2026-08-31T14:23:14.994Z | Downloaded trait-variant v0.1.2 |
| 888 | 2026-08-31T14:23:14.994Z | Downloaded oxide-update-engine-display v0.1.2 |
| 889 | 2026-08-31T14:23:15.564Z | Downloaded usdt-macro v0.6.0 |
| 890 | 2026-08-31T14:23:15.564Z | Downloaded wnaf v0.14.0 |
| 891 | 2026-08-31T14:23:15.565Z | Downloaded progenitor v0.14.0 |
| 892 | 2026-08-31T14:23:15.565Z | Downloaded progenitor-client v0.13.0 |
| 893 | 2026-08-31T14:23:15.565Z | Downloaded serde_spanned v1.1.1 |
| 894 | 2026-08-31T14:23:15.565Z | Downloaded signal-hook-tokio v0.3.1 |
| 895 | 2026-08-31T14:23:15.565Z | Downloaded peg v0.8.5 |
| 896 | 2026-08-31T14:23:15.565Z | Downloaded pin-project-internal v1.1.11 |
| 897 | 2026-08-31T14:23:15.565Z | Downloaded sync-ptr v0.1.4 |
| 898 | 2026-08-31T14:23:15.565Z | Downloaded tabwriter v1.4.1 |
| 899 | 2026-08-31T14:23:15.565Z | Downloaded crypto-common v0.2.2 |
| 900 | 2026-08-31T14:23:15.565Z | Downloaded darling_macro v0.13.4 |
| 901 | 2026-08-31T14:23:15.566Z | Downloaded derive_builder_macro v0.20.2 |
| 902 | 2026-08-31T14:23:15.566Z | Downloaded libsw v3.5.0 |
| 903 | 2026-08-31T14:23:15.566Z | Downloaded derive_builder v0.20.2 |
| 904 | 2026-08-31T14:23:15.566Z | Downloaded humantime v2.3.0 |
| 905 | 2026-08-31T14:23:15.566Z | Downloaded rustls-pemfile v2.2.0 |
| 906 | 2026-08-31T14:23:15.566Z | Downloaded aes v0.9.1 |
| 907 | 2026-08-31T14:23:15.567Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 908 | 2026-08-31T14:23:15.567Z | Downloaded slog-json v2.6.1 |
| 909 | 2026-08-31T14:23:15.567Z | Downloaded snafu-derive v0.8.9 |
| 910 | 2026-08-31T14:23:15.567Z | Downloaded unicode-segmentation v1.12.0 |
| 911 | 2026-08-31T14:23:15.567Z | Downloaded whoami v1.6.1 |
| 912 | 2026-08-31T14:23:15.567Z | Downloaded ed25519-dalek v2.2.0 |
| 913 | 2026-08-31T14:23:15.567Z | Downloaded strum_macros v0.26.4 |
| 914 | 2026-08-31T14:23:15.567Z | Downloaded new_debug_unreachable v1.0.6 |
| 915 | 2026-08-31T14:23:15.568Z | Downloaded rustyline v14.0.0 |
| 916 | 2026-08-31T14:23:15.568Z | Downloaded scuffle v0.1.0 |
| 917 | 2026-08-31T14:23:15.568Z | Downloaded cookie_store v0.22.1 |
| 918 | 2026-08-31T14:23:15.568Z | Downloaded openssl-probe v0.2.1 |
| 919 | 2026-08-31T14:23:15.568Z | Downloaded packed_struct_codegen v0.10.1 |
| 920 | 2026-08-31T14:23:15.568Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-08-31T14:23:15.568Z | Downloaded quinn-udp v0.5.14 |
| 922 | 2026-08-31T14:23:15.568Z | Downloaded rustc-demangle v0.1.27 |
| 923 | 2026-08-31T14:23:15.568Z | Downloaded vergen-git2 v9.1.0 |
| 924 | 2026-08-31T14:23:15.568Z | Downloaded lazy_static v1.5.0 |
| 925 | 2026-08-31T14:23:15.569Z | Downloaded lru v0.12.5 |
| 926 | 2026-08-31T14:23:15.569Z | Downloaded phf_shared v0.12.1 |
| 927 | 2026-08-31T14:23:15.569Z | Downloaded crossbeam-deque v0.8.6 |
| 928 | 2026-08-31T14:23:15.569Z | Downloaded convert_case v0.10.0 |
| 929 | 2026-08-31T14:23:15.569Z | Downloaded rand_xorshift v0.4.0 |
| 930 | 2026-08-31T14:23:15.569Z | Downloaded similar v2.7.0 |
| 931 | 2026-08-31T14:23:15.569Z | Downloaded derive_more-impl v2.1.1 |
| 932 | 2026-08-31T14:23:15.569Z | Downloaded drift v0.2.0 |
| 933 | 2026-08-31T14:23:15.569Z | Downloaded hashbrown v0.14.5 |
| 934 | 2026-08-31T14:23:15.569Z | Downloaded des v0.9.0 |
| 935 | 2026-08-31T14:23:15.569Z | Downloaded ctr v0.10.1 |
| 936 | 2026-08-31T14:23:15.569Z | Downloaded recursive v0.1.1 |
| 937 | 2026-08-31T14:23:15.569Z | Downloaded spki v0.7.3 |
| 938 | 2026-08-31T14:23:15.570Z | Downloaded ssh-cipher v0.3.0 |
| 939 | 2026-08-31T14:23:15.570Z | Downloaded synstructure v0.13.2 |
| 940 | 2026-08-31T14:23:15.570Z | Downloaded ssh-encoding v0.3.0 |
| 941 | 2026-08-31T14:23:15.570Z | Downloaded predicates-core v1.0.10 |
| 942 | 2026-08-31T14:23:15.570Z | Downloaded ingot v0.2.1 |
| 943 | 2026-08-31T14:23:15.570Z | Downloaded const_format v0.2.35 |
| 944 | 2026-08-31T14:23:15.570Z | Downloaded publicsuffix v2.3.0 |
| 945 | 2026-08-31T14:23:15.570Z | Downloaded jobserver v0.1.34 |
| 946 | 2026-08-31T14:23:15.570Z | Downloaded litrs v1.0.0 |
| 947 | 2026-08-31T14:23:15.570Z | Downloaded signal-hook-mio v0.2.5 |
| 948 | 2026-08-31T14:23:15.570Z | Downloaded nanorand v0.7.0 |
| 949 | 2026-08-31T14:23:15.570Z | Downloaded num-complex v0.4.6 |
| 950 | 2026-08-31T14:23:15.570Z | Downloaded tokio-stream v0.1.18 |
| 951 | 2026-08-31T14:23:15.571Z | Downloaded parse-display-derive v0.10.0 |
| 952 | 2026-08-31T14:23:15.571Z | Downloaded password-hash v0.5.0 |
| 953 | 2026-08-31T14:23:15.571Z | Downloaded poly1305 v0.8.0 |
| 954 | 2026-08-31T14:23:15.571Z | Downloaded tinyvec_macros v0.1.1 |
| 955 | 2026-08-31T14:23:15.571Z | Downloaded thread-id v5.1.0 |
| 956 | 2026-08-31T14:23:15.571Z | Downloaded unicode-truncate v1.1.0 |
| 957 | 2026-08-31T14:23:15.571Z | Downloaded zeroize_derive v1.5.0 |
| 958 | 2026-08-31T14:23:15.571Z | Downloaded rustc_version v0.4.1 |
| 959 | 2026-08-31T14:23:15.571Z | Downloaded pin-project v1.1.11 |
| 960 | 2026-08-31T14:23:15.571Z | Downloaded supports-color v3.0.2 |
| 961 | 2026-08-31T14:23:15.571Z | Downloaded toml_edit v0.19.15 |
| 962 | 2026-08-31T14:23:15.572Z | Downloaded deranged v0.5.8 |
| 963 | 2026-08-31T14:23:15.572Z | Downloaded derive-ex v0.1.8 |
| 964 | 2026-08-31T14:23:15.572Z | Downloaded num-bigint v0.4.6 |
| 965 | 2026-08-31T14:23:15.572Z | Downloaded hashbrown v0.16.1 |
| 966 | 2026-08-31T14:23:15.572Z | Downloaded cookie v0.18.1 |
| 967 | 2026-08-31T14:23:15.572Z | Downloaded port-file v0.1.0 |
| 968 | 2026-08-31T14:23:15.572Z | Downloaded cpufeatures v0.3.0 |
| 969 | 2026-08-31T14:23:15.572Z | Downloaded ecdsa v0.17.0 |
| 970 | 2026-08-31T14:23:15.572Z | Downloaded usdt v0.6.0 |
| 971 | 2026-08-31T14:23:15.572Z | Downloaded libsw-core v0.3.2 |
| 972 | 2026-08-31T14:23:15.572Z | Downloaded oxide-tokio-rt v0.1.4 |
| 973 | 2026-08-31T14:23:15.573Z | Downloaded downcast-rs v2.0.2 |
| 974 | 2026-08-31T14:23:15.573Z | Downloaded futures-util v0.3.32 |
| 975 | 2026-08-31T14:23:15.573Z | Downloaded hyper-util v0.1.20 |
| 976 | 2026-08-31T14:23:15.573Z | Downloaded schemars_derive v0.8.22 |
| 977 | 2026-08-31T14:23:15.573Z | Downloaded shlex v1.3.0 |
| 978 | 2026-08-31T14:23:15.573Z | Downloaded is-terminal v0.4.17 |
| 979 | 2026-08-31T14:23:15.573Z | Downloaded match_cfg v0.1.0 |
| 980 | 2026-08-31T14:23:15.573Z | Downloaded crypto-bigint v0.5.5 |
| 981 | 2026-08-31T14:23:15.573Z | Downloaded stringprep v0.1.5 |
| 982 | 2026-08-31T14:23:15.573Z | Downloaded primefield v0.14.0 |
| 983 | 2026-08-31T14:23:15.573Z | Downloaded primeorder v0.13.6 |
| 984 | 2026-08-31T14:23:15.574Z | Downloaded subprocess v0.2.15 |
| 985 | 2026-08-31T14:23:15.574Z | Downloaded unicode-properties v0.1.4 |
| 986 | 2026-08-31T14:23:15.574Z | Downloaded primeorder v0.14.0 |
| 987 | 2026-08-31T14:23:15.574Z | Downloaded tls_codec_derive v0.4.2 |
| 988 | 2026-08-31T14:23:15.574Z | Downloaded maybe-uninit v2.0.0 |
| 989 | 2026-08-31T14:23:16.061Z | Downloaded tokio-rustls v0.26.4 |
| 990 | 2026-08-31T14:23:16.061Z | Downloaded twox-hash v2.1.2 |
| 991 | 2026-08-31T14:23:16.061Z | Downloaded darling_macro v0.23.0 |
| 992 | 2026-08-31T14:23:16.061Z | Downloaded digest-io v0.1.0 |
| 993 | 2026-08-31T14:23:16.061Z | Downloaded num-conv v0.2.0 |
| 994 | 2026-08-31T14:23:16.061Z | Downloaded hashbrown v0.15.5 |
| 995 | 2026-08-31T14:23:16.061Z | Downloaded quick-error v1.2.3 |
| 996 | 2026-08-31T14:23:16.061Z | Downloaded indent_write v2.2.0 |
| 997 | 2026-08-31T14:23:16.061Z | Downloaded oso v0.27.3 |
| 998 | 2026-08-31T14:23:16.061Z | Downloaded vergen-gitcl v1.0.8 |
| 999 | 2026-08-31T14:23:16.061Z | Downloaded vergen-lib v0.1.6 |
| 1000 | 2026-08-31T14:23:16.061Z | Downloaded vsss-rs v3.3.4 |
| 1001 | 2026-08-31T14:23:16.062Z | Downloaded support-bundle-viewer v0.1.2 |
| 1002 | 2026-08-31T14:23:16.062Z | Downloaded phf_shared v0.11.3 |
| 1003 | 2026-08-31T14:23:16.062Z | Downloaded tower v0.5.3 |
| 1004 | 2026-08-31T14:23:16.062Z | Downloaded serde_derive_internals v0.29.1 |
| 1005 | 2026-08-31T14:23:16.062Z | Downloaded csv-core v0.1.13 |
| 1006 | 2026-08-31T14:23:16.062Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1007 | 2026-08-31T14:23:16.062Z | Downloaded delegate v0.13.5 |
| 1008 | 2026-08-31T14:23:16.062Z | Downloaded diesel-dtrace v0.5.0 |
| 1009 | 2026-08-31T14:23:16.062Z | Downloaded ipnet v2.12.0 |
| 1010 | 2026-08-31T14:23:16.062Z | Downloaded litemap v0.8.1 |
| 1011 | 2026-08-31T14:23:16.062Z | Downloaded sha2 v0.11.0 |
| 1012 | 2026-08-31T14:23:16.062Z | Downloaded string_cache v0.8.9 |
| 1013 | 2026-08-31T14:23:16.063Z | Downloaded darling_core v0.20.11 |
| 1014 | 2026-08-31T14:23:16.063Z | Downloaded libloading v0.8.9 |
| 1015 | 2026-08-31T14:23:16.063Z | Downloaded num-traits v0.2.19 |
| 1016 | 2026-08-31T14:23:16.063Z | Downloaded tracing-attributes v0.1.31 |
| 1017 | 2026-08-31T14:23:16.063Z | Downloaded icu_normalizer v2.1.1 |
| 1018 | 2026-08-31T14:23:16.063Z | Downloaded steno v0.4.1 |
| 1019 | 2026-08-31T14:23:16.063Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1020 | 2026-08-31T14:23:16.063Z | Downloaded tokio-postgres v0.7.16 |
| 1021 | 2026-08-31T14:23:16.063Z | Downloaded vergen v9.1.0 |
| 1022 | 2026-08-31T14:23:16.063Z | Downloaded zone_cfg_derive v0.3.1 |
| 1023 | 2026-08-31T14:23:16.064Z | Downloaded defmt-parser v1.0.0 |
| 1024 | 2026-08-31T14:23:16.064Z | Downloaded dyn-clone v1.0.20 |
| 1025 | 2026-08-31T14:23:16.064Z | Downloaded slog v2.8.2 |
| 1026 | 2026-08-31T14:23:16.064Z | Downloaded tokio-macros v2.7.0 |
| 1027 | 2026-08-31T14:23:16.064Z | Downloaded pretty_assertions v1.4.1 |
| 1028 | 2026-08-31T14:23:16.064Z | Downloaded try-lock v0.2.5 |
| 1029 | 2026-08-31T14:23:16.064Z | Downloaded rand_pcg v0.10.2 |
| 1030 | 2026-08-31T14:23:16.064Z | Downloaded document-features v0.2.12 |
| 1031 | 2026-08-31T14:23:16.064Z | Downloaded ecdsa v0.16.9 |
| 1032 | 2026-08-31T14:23:16.064Z | Downloaded illumos-nvpair v0.3.0 |
| 1033 | 2026-08-31T14:23:16.064Z | Downloaded keccak v0.1.6 |
| 1034 | 2026-08-31T14:23:16.065Z | Downloaded zerofrom-derive v0.1.6 |
| 1035 | 2026-08-31T14:23:16.065Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1036 | 2026-08-31T14:23:16.065Z | Downloaded num-iter v0.1.45 |
| 1037 | 2026-08-31T14:23:16.065Z | Downloaded num_enum_derive v0.5.11 |
| 1038 | 2026-08-31T14:23:16.065Z | Downloaded newtype_derive v0.1.6 |
| 1039 | 2026-08-31T14:23:16.066Z | Downloaded rustls-webpki v0.103.13 |
| 1040 | 2026-08-31T14:23:16.066Z | Downloaded schemars v0.8.22 |
| 1041 | 2026-08-31T14:23:16.066Z | Downloaded unicode_categories v0.1.1 |
| 1042 | 2026-08-31T14:23:16.066Z | Downloaded aes-gcm v0.11.0 |
| 1043 | 2026-08-31T14:23:16.066Z | Downloaded der v0.8.0 |
| 1044 | 2026-08-31T14:23:16.066Z | Downloaded icu_locale_core v2.1.1 |
| 1045 | 2026-08-31T14:23:16.066Z | Downloaded icu_normalizer_data v2.1.1 |
| 1046 | 2026-08-31T14:23:16.066Z | Downloaded serde_path_to_error v0.1.20 |
| 1047 | 2026-08-31T14:23:16.066Z | Downloaded vte v0.14.1 |
| 1048 | 2026-08-31T14:23:16.066Z | Downloaded zopfli v0.8.3 |
| 1049 | 2026-08-31T14:23:16.066Z | Downloaded strum v0.27.2 |
| 1050 | 2026-08-31T14:23:16.066Z | Downloaded simd-adler32 v0.3.8 |
| 1051 | 2026-08-31T14:23:16.066Z | Downloaded linear-map v1.2.0 |
| 1052 | 2026-08-31T14:23:16.066Z | Downloaded owo-colors v4.3.0 |
| 1053 | 2026-08-31T14:23:16.066Z | Downloaded oxide-update-engine v0.1.2 |
| 1054 | 2026-08-31T14:23:16.067Z | Downloaded ryu v1.0.23 |
| 1055 | 2026-08-31T14:23:16.067Z | Downloaded thread_local v1.1.9 |
| 1056 | 2026-08-31T14:23:16.067Z | Downloaded miniz_oxide v0.8.9 |
| 1057 | 2026-08-31T14:23:16.067Z | Downloaded linked-hash-map v0.5.6 |
| 1058 | 2026-08-31T14:23:16.067Z | Downloaded walkdir v2.5.0 |
| 1059 | 2026-08-31T14:23:16.067Z | Downloaded derive-where v1.6.0 |
| 1060 | 2026-08-31T14:23:16.067Z | Downloaded diesel_derives v2.3.7 |
| 1061 | 2026-08-31T14:23:16.067Z | Downloaded itertools v0.10.5 |
| 1062 | 2026-08-31T14:23:16.067Z | Downloaded xshell v0.2.7 |
| 1063 | 2026-08-31T14:23:16.067Z | Downloaded memmap2 v0.9.10 |
| 1064 | 2026-08-31T14:23:16.067Z | Downloaded corncobs v0.1.4 |
| 1065 | 2026-08-31T14:23:16.067Z | Downloaded dropshot_endpoint v0.17.1 |
| 1066 | 2026-08-31T14:23:16.068Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1067 | 2026-08-31T14:23:16.068Z | Downloaded whoami v2.1.0 |
| 1068 | 2026-08-31T14:23:16.068Z | Downloaded progenitor-macro v0.13.0 |
| 1069 | 2026-08-31T14:23:16.068Z | Downloaded topological-sort v0.2.2 |
| 1070 | 2026-08-31T14:23:16.068Z | Downloaded hkdf v0.13.0 |
| 1071 | 2026-08-31T14:23:16.068Z | Downloaded time-core v0.1.8 |
| 1072 | 2026-08-31T14:23:16.068Z | Downloaded predicates-tree v1.0.13 |
| 1073 | 2026-08-31T14:23:16.068Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-31T14:23:16.068Z | Downloaded darling_core v0.23.0 |
| 1075 | 2026-08-31T14:23:16.068Z | Downloaded either v1.15.0 |
| 1076 | 2026-08-31T14:23:16.068Z | Downloaded reedline v0.40.0 |
| 1077 | 2026-08-31T14:23:16.068Z | Downloaded zip v4.6.1 |
| 1078 | 2026-08-31T14:23:16.068Z | Downloaded unicode-xid v0.2.6 |
| 1079 | 2026-08-31T14:23:16.068Z | Downloaded universal-hash v0.6.1 |
| 1080 | 2026-08-31T14:23:16.069Z | Downloaded crc8 v0.1.1 |
| 1081 | 2026-08-31T14:23:16.069Z | Downloaded crossbeam-epoch v0.9.18 |
| 1082 | 2026-08-31T14:23:16.069Z | Downloaded h2 v0.4.15 |
| 1083 | 2026-08-31T14:23:16.069Z | Downloaded icu_collections v2.1.1 |
| 1084 | 2026-08-31T14:23:16.069Z | Downloaded serde_cbor v0.11.2 |
| 1085 | 2026-08-31T14:23:16.069Z | Downloaded serde_with_macros v3.21.0 |
| 1086 | 2026-08-31T14:23:16.070Z | Downloaded crossterm v0.28.1 |
| 1087 | 2026-08-31T14:23:16.070Z | Downloaded aho-corasick v1.1.4 |
| 1088 | 2026-08-31T14:23:16.070Z | Downloaded unsafe-libyaml v0.2.11 |
| 1089 | 2026-08-31T14:23:16.914Z | Downloaded inout v0.2.2 |
| 1090 | 2026-08-31T14:23:16.914Z | Downloaded ingot-macros v0.2.0 |
| 1091 | 2026-08-31T14:23:16.915Z | Downloaded critical-section v1.2.0 |
| 1092 | 2026-08-31T14:23:16.915Z | Downloaded jiff-static v0.2.34 |
| 1093 | 2026-08-31T14:23:16.915Z | Downloaded kem v0.3.0 |
| 1094 | 2026-08-31T14:23:16.915Z | Downloaded kstat-rs v0.2.5 |
| 1095 | 2026-08-31T14:23:16.915Z | Downloaded tower-http v0.6.8 |
| 1096 | 2026-08-31T14:23:16.915Z | Downloaded slog-bunyan v2.5.0 |
| 1097 | 2026-08-31T14:23:16.915Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1098 | 2026-08-31T14:23:16.915Z | Downloaded serdect v0.4.3 |
| 1099 | 2026-08-31T14:23:16.915Z | Downloaded tokio-tungstenite v0.23.1 |
| 1100 | 2026-08-31T14:23:16.915Z | Downloaded prefix-trie v0.7.0 |
| 1101 | 2026-08-31T14:23:16.915Z | Downloaded poly1305 v0.9.0 |
| 1102 | 2026-08-31T14:23:16.915Z | Downloaded module-lattice v0.2.3 |
| 1103 | 2026-08-31T14:23:16.916Z | Downloaded testing_table v0.3.0 |
| 1104 | 2026-08-31T14:23:16.916Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-08-31T14:23:16.916Z | Downloaded dof v0.4.0 |
| 1106 | 2026-08-31T14:23:16.916Z | Downloaded lru-slab v0.1.2 |
| 1107 | 2026-08-31T14:23:16.916Z | Downloaded olpc-cjson v0.1.4 |
| 1108 | 2026-08-31T14:23:16.916Z | Downloaded path-slash v0.1.5 |
| 1109 | 2026-08-31T14:23:16.916Z | Downloaded phf v0.12.1 |
| 1110 | 2026-08-31T14:23:16.916Z | Downloaded instability v0.3.11 |
| 1111 | 2026-08-31T14:23:16.916Z | Downloaded crossbeam-channel v0.5.15 |
| 1112 | 2026-08-31T14:23:16.916Z | Downloaded dropshot-api-manager v0.8.0 |
| 1113 | 2026-08-31T14:23:16.916Z | Downloaded rand v0.8.6 |
| 1114 | 2026-08-31T14:23:16.916Z | Downloaded ron v0.8.1 |
| 1115 | 2026-08-31T14:23:16.916Z | Downloaded percent-encoding v2.3.2 |
| 1116 | 2026-08-31T14:23:16.916Z | Downloaded rustversion v1.0.22 |
| 1117 | 2026-08-31T14:23:16.917Z | Downloaded russh-cryptovec v0.62.0 |
| 1118 | 2026-08-31T14:23:16.917Z | Downloaded sigpipe v0.1.3 |
| 1119 | 2026-08-31T14:23:16.917Z | Downloaded progenitor-client v0.14.0 |
| 1120 | 2026-08-31T14:23:16.917Z | Downloaded strum v0.26.3 |
| 1121 | 2026-08-31T14:23:16.917Z | Downloaded parking_lot v0.12.5 |
| 1122 | 2026-08-31T14:23:16.917Z | Downloaded tough v0.22.0 |
| 1123 | 2026-08-31T14:23:16.917Z | Downloaded convert_case v0.4.0 |
| 1124 | 2026-08-31T14:23:16.917Z | Downloaded dirs-next v2.0.0 |
| 1125 | 2026-08-31T14:23:16.917Z | Downloaded sec1 v0.8.1 |
| 1126 | 2026-08-31T14:23:16.917Z | Downloaded socket2 v0.6.3 |
| 1127 | 2026-08-31T14:23:16.917Z | Downloaded data-encoding v2.10.0 |
| 1128 | 2026-08-31T14:23:16.917Z | Downloaded term v0.7.0 |
| 1129 | 2026-08-31T14:23:16.917Z | Downloaded hyper-tls v0.6.0 |
| 1130 | 2026-08-31T14:23:16.917Z | Downloaded structmeta-derive v0.3.0 |
| 1131 | 2026-08-31T14:23:16.917Z | Downloaded rtoolbox v0.0.3 |
| 1132 | 2026-08-31T14:23:16.918Z | Downloaded rustc_version v0.1.7 |
| 1133 | 2026-08-31T14:23:16.918Z | Downloaded take_mut v0.2.2 |
| 1134 | 2026-08-31T14:23:16.918Z | Downloaded secrecy v0.8.0 |
| 1135 | 2026-08-31T14:23:16.918Z | Downloaded crossterm v0.29.0 |
| 1136 | 2026-08-31T14:23:16.918Z | Downloaded winnow v1.0.3 |
| 1137 | 2026-08-31T14:23:16.918Z | Downloaded sapling-renderdag v0.1.0 |
| 1138 | 2026-08-31T14:23:16.918Z | Downloaded sec1 v0.7.3 |
| 1139 | 2026-08-31T14:23:16.918Z | Downloaded slog-async v2.8.0 |
| 1140 | 2026-08-31T14:23:16.918Z | Downloaded slog-dtrace v0.3.0 |
| 1141 | 2026-08-31T14:23:16.918Z | Downloaded zeroize v1.9.0 |
| 1142 | 2026-08-31T14:23:16.918Z | Downloaded zone v0.3.1 |
| 1143 | 2026-08-31T14:23:16.918Z | Downloaded progenitor-macro v0.14.0 |
| 1144 | 2026-08-31T14:23:16.918Z | Downloaded shell-words v1.1.1 |
| 1145 | 2026-08-31T14:23:16.919Z | Downloaded xshell-macros v0.2.7 |
| 1146 | 2026-08-31T14:23:16.919Z | Downloaded paste v1.0.15 |
| 1147 | 2026-08-31T14:23:16.919Z | Downloaded ed25519-dalek v3.0.0 |
| 1148 | 2026-08-31T14:23:16.919Z | Downloaded mime v0.3.17 |
| 1149 | 2026-08-31T14:23:16.919Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1150 | 2026-08-31T14:23:16.919Z | Downloaded strsim v0.10.0 |
| 1151 | 2026-08-31T14:23:16.919Z | Downloaded utf-8 v0.7.6 |
| 1152 | 2026-08-31T14:23:16.919Z | Downloaded darling v0.13.4 |
| 1153 | 2026-08-31T14:23:16.919Z | Downloaded diff v0.1.13 |
| 1154 | 2026-08-31T14:23:16.919Z | Downloaded lru-cache v0.1.2 |
| 1155 | 2026-08-31T14:23:16.919Z | Downloaded tokio-dtrace v0.1.1 |
| 1156 | 2026-08-31T14:23:16.919Z | Downloaded debug-ignore v1.0.5 |
| 1157 | 2026-08-31T14:23:16.919Z | Downloaded schemars v1.2.1 |
| 1158 | 2026-08-31T14:23:16.919Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1159 | 2026-08-31T14:23:16.919Z | Downloaded spin v0.9.8 |
| 1160 | 2026-08-31T14:23:16.920Z | Downloaded rusty-fork v0.3.1 |
| 1161 | 2026-08-31T14:23:16.920Z | Downloaded serde_with v3.21.0 |
| 1162 | 2026-08-31T14:23:16.920Z | Downloaded zstd v0.13.3 |
| 1163 | 2026-08-31T14:23:16.920Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1164 | 2026-08-31T14:23:16.920Z | Downloaded sponge-cursor v0.1.0 |
| 1165 | 2026-08-31T14:23:16.920Z | Downloaded digest v0.11.3 |
| 1166 | 2026-08-31T14:23:16.920Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1167 | 2026-08-31T14:23:16.920Z | Downloaded git2 v0.20.4 |
| 1168 | 2026-08-31T14:23:16.920Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1169 | 2026-08-31T14:23:16.920Z | Downloaded rustls-native-certs v0.8.3 |
| 1170 | 2026-08-31T14:23:16.920Z | Downloaded secrecy v0.10.3 |
| 1171 | 2026-08-31T14:23:16.920Z | Downloaded dsl_auto_type v0.2.0 |
| 1172 | 2026-08-31T14:23:16.920Z | Downloaded yoke v0.8.1 |
| 1173 | 2026-08-31T14:23:16.921Z | Downloaded rsa v0.10.0-rc.18 |
| 1174 | 2026-08-31T14:23:16.921Z | Downloaded ident_case v1.0.1 |
| 1175 | 2026-08-31T14:23:16.921Z | Downloaded oso-derive v0.27.3 |
| 1176 | 2026-08-31T14:23:16.921Z | Downloaded pin-project-lite v0.2.17 |
| 1177 | 2026-08-31T14:23:16.921Z | Downloaded indoc v2.0.7 |
| 1178 | 2026-08-31T14:23:16.921Z | Downloaded postgres-protocol v0.6.10 |
| 1179 | 2026-08-31T14:23:16.921Z | Downloaded strum_macros v0.27.2 |
| 1180 | 2026-08-31T14:23:16.923Z | Downloaded zerovec v0.11.5 |
| 1181 | 2026-08-31T14:23:16.923Z | Downloaded itertools v0.12.1 |
| 1182 | 2026-08-31T14:23:16.923Z | Downloaded p256 v0.14.0 |
| 1183 | 2026-08-31T14:23:16.923Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1184 | 2026-08-31T14:23:16.923Z | Downloaded progenitor-impl v0.14.0 |
| 1185 | 2026-08-31T14:23:16.923Z | Downloaded hyper-rustls v0.27.7 |
| 1186 | 2026-08-31T14:23:16.924Z | Downloaded parking_lot v0.11.2 |
| 1187 | 2026-08-31T14:23:16.924Z | Downloaded seq-macro v0.3.6 |
| 1188 | 2026-08-31T14:23:16.924Z | Downloaded hybrid-array v0.4.13 |
| 1189 | 2026-08-31T14:23:17.822Z | Downloaded uzers v0.12.2 |
| 1190 | 2026-08-31T14:23:17.822Z | Downloaded polyval v0.7.1 |
| 1191 | 2026-08-31T14:23:17.823Z | Downloaded russh v0.62.4 |
| 1192 | 2026-08-31T14:23:17.823Z | Downloaded typed-path v0.9.3 |
| 1193 | 2026-08-31T14:23:17.823Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-08-31T14:23:17.823Z | Downloaded zstd-safe v7.2.4 |
| 1195 | 2026-08-31T14:23:17.823Z | Downloaded writeable v0.6.2 |
| 1196 | 2026-08-31T14:23:17.823Z | Downloaded zip v0.6.6 |
| 1197 | 2026-08-31T14:23:17.823Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1198 | 2026-08-31T14:23:17.823Z | Downloaded miette-derive v7.6.0 |
| 1199 | 2026-08-31T14:23:17.823Z | Downloaded schemars v0.9.0 |
| 1200 | 2026-08-31T14:23:17.824Z | Downloaded cpubits v0.1.1 |
| 1201 | 2026-08-31T14:23:17.824Z | Downloaded rsa v0.9.10 |
| 1202 | 2026-08-31T14:23:17.824Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1203 | 2026-08-31T14:23:17.824Z | Downloaded quinn v0.11.11 |
| 1204 | 2026-08-31T14:23:17.825Z | Downloaded rcgen v0.12.1 |
| 1205 | 2026-08-31T14:23:17.825Z | Downloaded unicode-bidi v0.3.18 |
| 1206 | 2026-08-31T14:23:17.825Z | Downloaded derive_more v0.99.20 |
| 1207 | 2026-08-31T14:23:17.825Z | Downloaded blake3 v1.8.5 |
| 1208 | 2026-08-31T14:23:17.825Z | Downloaded serde_with v1.14.0 |
| 1209 | 2026-08-31T14:23:17.825Z | Downloaded time v0.3.47 |
| 1210 | 2026-08-31T14:23:17.825Z | Downloaded tungstenite v0.21.0 |
| 1211 | 2026-08-31T14:23:17.825Z | Downloaded tungstenite v0.23.0 |
| 1212 | 2026-08-31T14:23:17.825Z | Downloaded salty v0.3.0 |
| 1213 | 2026-08-31T14:23:17.825Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1214 | 2026-08-31T14:23:17.825Z | Downloaded zerocopy v0.6.6 |
| 1215 | 2026-08-31T14:23:17.825Z | Downloaded usdt-impl v0.6.0 |
| 1216 | 2026-08-31T14:23:17.826Z | Downloaded darling v0.20.11 |
| 1217 | 2026-08-31T14:23:17.826Z | Downloaded phf v0.13.1 |
| 1218 | 2026-08-31T14:23:17.826Z | Downloaded rayon v1.11.0 |
| 1219 | 2026-08-31T14:23:17.826Z | Downloaded thiserror-no-std v2.0.2 |
| 1220 | 2026-08-31T14:23:17.826Z | Downloaded rand v0.10.1 |
| 1221 | 2026-08-31T14:23:17.826Z | Downloaded winnow v0.6.26 |
| 1222 | 2026-08-31T14:23:17.826Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-08-31T14:23:17.826Z | Downloaded regex v1.12.3 |
| 1224 | 2026-08-31T14:23:17.826Z | Downloaded tinyvec v1.10.0 |
| 1225 | 2026-08-31T14:23:17.826Z | Downloaded icu_properties v2.1.2 |
| 1226 | 2026-08-31T14:23:17.826Z | Downloaded zerocopy-derive v0.8.55 |
| 1227 | 2026-08-31T14:23:17.826Z | Downloaded pkcs5 v0.8.1 |
| 1228 | 2026-08-31T14:23:17.826Z | Downloaded derive_more v2.1.1 |
| 1229 | 2026-08-31T14:23:17.827Z | Downloaded indexmap v1.9.3 |
| 1230 | 2026-08-31T14:23:17.827Z | Downloaded itertools v0.15.0 |
| 1231 | 2026-08-31T14:23:17.827Z | Downloaded qorb v0.4.1 |
| 1232 | 2026-08-31T14:23:17.827Z | Downloaded jiff-core v0.1.0 |
| 1233 | 2026-08-31T14:23:17.827Z | Downloaded goblin v0.10.5 |
| 1234 | 2026-08-31T14:23:17.827Z | Downloaded crc-any v2.5.0 |
| 1235 | 2026-08-31T14:23:17.827Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1236 | 2026-08-31T14:23:17.827Z | Downloaded darling_core v0.21.3 |
| 1237 | 2026-08-31T14:23:17.827Z | Downloaded test-strategy v0.4.5 |
| 1238 | 2026-08-31T14:23:17.827Z | Downloaded mio v1.2.0 |
| 1239 | 2026-08-31T14:23:17.827Z | Downloaded tar v0.4.46 |
| 1240 | 2026-08-31T14:23:17.827Z | Downloaded multer v3.1.0 |
| 1241 | 2026-08-31T14:23:17.827Z | Downloaded crossbeam-utils v0.8.21 |
| 1242 | 2026-08-31T14:23:17.828Z | Downloaded quick-xml v0.37.5 |
| 1243 | 2026-08-31T14:23:17.828Z | Downloaded gimli v0.32.3 |
| 1244 | 2026-08-31T14:23:17.828Z | Downloaded p521 v0.14.0 |
| 1245 | 2026-08-31T14:23:17.828Z | Downloaded darling_core v0.13.4 |
| 1246 | 2026-08-31T14:23:17.828Z | Downloaded hyper v1.10.1 |
| 1247 | 2026-08-31T14:23:17.828Z | Downloaded proptest v1.11.0 |
| 1248 | 2026-08-31T14:23:17.828Z | Downloaded elliptic-curve v0.13.8 |
| 1249 | 2026-08-31T14:23:17.828Z | Downloaded prettyplease v0.2.37 |
| 1250 | 2026-08-31T14:23:17.828Z | Downloaded bindgen v0.71.1 |
| 1251 | 2026-08-31T14:23:17.828Z | Downloaded snafu v0.8.9 |
| 1252 | 2026-08-31T14:23:17.828Z | Downloaded rand v0.9.2 |
| 1253 | 2026-08-31T14:23:17.828Z | Downloaded socket2 v0.5.10 |
| 1254 | 2026-08-31T14:23:17.828Z | Downloaded itertools v0.13.0 |
| 1255 | 2026-08-31T14:23:17.828Z | Downloaded idna v1.1.0 |
| 1256 | 2026-08-31T14:23:17.829Z | Downloaded miette v7.6.0 |
| 1257 | 2026-08-31T14:23:17.829Z | Downloaded unicode-normalization v0.1.25 |
| 1258 | 2026-08-31T14:23:17.829Z | Downloaded reqwest v0.12.28 |
| 1259 | 2026-08-31T14:23:17.829Z | Downloaded reqwest v0.13.2 |
| 1260 | 2026-08-31T14:23:17.829Z | Downloaded url v2.5.8 |
| 1261 | 2026-08-31T14:23:17.829Z | Downloaded indicatif v0.18.4 |
| 1262 | 2026-08-31T14:23:17.829Z | Downloaded zlib-rs v0.6.2 |
| 1263 | 2026-08-31T14:23:17.829Z | Downloaded itertools v0.14.0 |
| 1264 | 2026-08-31T14:23:17.829Z | Downloaded libm v0.2.16 |
| 1265 | 2026-08-31T14:23:17.829Z | Downloaded rawzip v0.4.4 |
| 1266 | 2026-08-31T14:23:17.829Z | Downloaded tokio-util v0.7.18 |
| 1267 | 2026-08-31T14:23:17.829Z | Downloaded minimal-lexical v0.2.1 |
| 1268 | 2026-08-31T14:23:17.829Z | Downloaded bitvec v1.0.1 |
| 1269 | 2026-08-31T14:23:17.829Z | Downloaded chrono v0.4.45 |
| 1270 | 2026-08-31T14:23:17.830Z | Downloaded x509-cert v0.2.5 |
| 1271 | 2026-08-31T14:23:17.830Z | Downloaded radix_trie v0.2.1 |
| 1272 | 2026-08-31T14:23:17.830Z | Downloaded nix v0.27.1 |
| 1273 | 2026-08-31T14:23:17.830Z | Downloaded crypto-primes v0.7.2 |
| 1274 | 2026-08-31T14:23:17.830Z | Downloaded nix v0.28.0 |
| 1275 | 2026-08-31T14:23:17.830Z | Downloaded iddqd v0.4.2 |
| 1276 | 2026-08-31T14:23:17.830Z | Downloaded der v0.7.10 |
| 1277 | 2026-08-31T14:23:17.830Z | Downloaded openssl-sys v0.9.117 |
| 1278 | 2026-08-31T14:23:17.830Z | Downloaded hickory-proto v0.24.4 |
| 1279 | 2026-08-31T14:23:17.850Z | Downloaded sha3 v0.12.0 |
| 1280 | 2026-08-31T14:23:17.851Z | Downloaded icu_properties_data v2.1.2 |
| 1281 | 2026-08-31T14:23:17.851Z | Downloaded curve25519-dalek v4.1.3 |
| 1282 | 2026-08-31T14:23:17.851Z | Downloaded petname v2.0.2 |
| 1283 | 2026-08-31T14:23:17.851Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-08-31T14:23:17.851Z | Downloaded nom v7.1.3 |
| 1285 | 2026-08-31T14:23:17.851Z | Downloaded object v0.30.4 |
| 1286 | 2026-08-31T14:23:17.851Z | Downloaded vcpkg v0.2.15 |
| 1287 | 2026-08-31T14:23:17.851Z | Downloaded portable-atomic v1.13.1 |
| 1288 | 2026-08-31T14:23:17.851Z | Downloaded crypto-bigint v0.7.5 |
| 1289 | 2026-08-31T14:23:18.746Z | Downloaded num-bigint-dig v0.8.6 |
| 1290 | 2026-08-31T14:23:18.746Z | Downloaded nom v8.0.0 |
| 1291 | 2026-08-31T14:23:18.746Z | Downloaded object v0.37.3 |
| 1292 | 2026-08-31T14:23:18.746Z | Downloaded libxml v0.3.3 |
| 1293 | 2026-08-31T14:23:18.746Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-08-31T14:23:18.746Z | Downloaded diesel v2.3.7 |
| 1295 | 2026-08-31T14:23:18.747Z | Downloaded winnow v0.5.40 |
| 1296 | 2026-08-31T14:23:18.747Z | Downloaded lalrpop v0.19.12 |
| 1297 | 2026-08-31T14:23:18.747Z | Downloaded tracing v0.1.44 |
| 1298 | 2026-08-31T14:23:18.747Z | Downloaded tabled v0.21.0 |
| 1299 | 2026-08-31T14:23:18.747Z | Downloaded iri-string v0.7.10 |
| 1300 | 2026-08-31T14:23:18.747Z | Downloaded regress v0.11.1 |
| 1301 | 2026-08-31T14:23:18.747Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-08-31T14:23:18.747Z | Downloaded sqlparser v0.61.0 |
| 1303 | 2026-08-31T14:23:18.747Z | Downloaded polar-core v0.27.3 |
| 1304 | 2026-08-31T14:23:18.747Z | Downloaded p384 v0.13.1 |
| 1305 | 2026-08-31T14:23:18.747Z | Downloaded zerocopy v0.8.55 |
| 1306 | 2026-08-31T14:23:18.747Z | Downloaded bstr v1.12.1 |
| 1307 | 2026-08-31T14:23:18.747Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-08-31T14:23:18.748Z | Downloaded rustls v0.23.41 |
| 1309 | 2026-08-31T14:23:18.748Z | Downloaded smoltcp v0.9.1 |
| 1310 | 2026-08-31T14:23:18.748Z | Downloaded openssl v0.10.80 |
| 1311 | 2026-08-31T14:23:18.748Z | Downloaded dropshot v0.17.1 |
| 1312 | 2026-08-31T14:23:18.748Z | Downloaded regress v0.10.5 |
| 1313 | 2026-08-31T14:23:18.748Z | Downloaded quinn-proto v0.11.16 |
| 1314 | 2026-08-31T14:23:18.748Z | Downloaded moka v0.12.13 |
| 1315 | 2026-08-31T14:23:18.748Z | Downloaded tokio v1.52.1 |
| 1316 | 2026-08-31T14:23:18.748Z | Downloaded csv v1.4.0 |
| 1317 | 2026-08-31T14:23:18.748Z | Downloaded openapiv3 v2.2.0 |
| 1318 | 2026-08-31T14:23:18.748Z | Downloaded smoltcp v0.11.0 |
| 1319 | 2026-08-31T14:23:18.748Z | Downloaded sha3 v0.10.8 |
| 1320 | 2026-08-31T14:23:18.748Z | Downloaded rustix v0.38.44 |
| 1321 | 2026-08-31T14:23:18.748Z | Downloaded regex-syntax v0.6.29 |
| 1322 | 2026-08-31T14:23:18.749Z | Downloaded nix v0.31.2 |
| 1323 | 2026-08-31T14:23:18.749Z | Downloaded regex-syntax v0.8.10 |
| 1324 | 2026-08-31T14:23:18.749Z | Downloaded curve25519-dalek v5.0.0 |
| 1325 | 2026-08-31T14:23:18.749Z | Downloaded encoding_rs v0.8.35 |
| 1326 | 2026-08-31T14:23:18.749Z | Downloaded ring v0.17.14 |
| 1327 | 2026-08-31T14:23:18.749Z | Downloaded sha3 v0.11.0 |
| 1328 | 2026-08-31T14:23:18.749Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1329 | 2026-08-31T14:23:18.749Z | Downloaded sled v0.34.7 |
| 1330 | 2026-08-31T14:23:18.749Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1331 | 2026-08-31T14:23:18.749Z | Downloaded jiff v0.2.34 |
| 1332 | 2026-08-31T14:23:18.749Z | Downloaded ratatui v0.29.0 |
| 1333 | 2026-08-31T14:23:18.749Z | Downloaded regex-automata v0.4.14 |
| 1334 | 2026-08-31T14:23:18.749Z | Downloaded chrono-tz v0.10.4 |
| 1335 | 2026-08-31T14:23:18.749Z | Downloaded petgraph v0.6.5 |
| 1336 | 2026-08-31T14:23:18.750Z | Downloaded petgraph v0.8.3 |
| 1337 | 2026-08-31T14:23:18.750Z | Downloaded libz-sys v1.1.24 |
| 1338 | 2026-08-31T14:23:18.750Z | Downloaded aws-lc-sys v0.40.0 |
| 1339 | 2026-08-31T14:23:18.750Z | Compiling serde_core v1.0.229 |
| 1340 | 2026-08-31T14:23:18.750Z | Compiling libc v0.2.185 |
| 1341 | 2026-08-31T14:23:18.750Z | Compiling serde v1.0.229 |
| 1342 | 2026-08-31T14:23:18.751Z | Compiling log v0.4.33 |
| 1343 | 2026-08-31T14:23:18.751Z | Compiling smallvec v1.15.1 |
| 1344 | 2026-08-31T14:23:18.751Z | Compiling shlex v1.3.0 |
| 1345 | 2026-08-31T14:23:18.751Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-08-31T14:23:18.751Z | Compiling syn v2.0.117 |
| 1347 | 2026-08-31T14:23:18.751Z | Compiling syn v3.0.3 |
| 1348 | 2026-08-31T14:23:18.751Z | Compiling subtle v2.6.1 |
| 1349 | 2026-08-31T14:23:18.751Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-08-31T14:23:18.751Z | Compiling stable_deref_trait v1.2.1 |
| 1351 | 2026-08-31T14:23:18.751Z | Compiling typenum v1.20.1 |
| 1352 | 2026-08-31T14:23:18.751Z | Compiling lock_api v0.4.14 |
| 1353 | 2026-08-31T14:23:18.751Z | Compiling zerocopy v0.8.55 |
| 1354 | 2026-08-31T14:23:18.751Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-08-31T14:23:18.751Z | Compiling serde_json v1.0.151 |
| 1356 | 2026-08-31T14:23:18.751Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-08-31T14:23:18.752Z | Compiling errno v0.3.14 |
| 1358 | 2026-08-31T14:23:18.752Z | Compiling jobserver v0.1.34 |
| 1359 | 2026-08-31T14:23:18.752Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-08-31T14:23:18.752Z | Compiling libm v0.2.16 |
| 1361 | 2026-08-31T14:23:18.752Z | Compiling cc v1.2.56 |
| 1362 | 2026-08-31T14:23:18.752Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-08-31T14:23:18.752Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-08-31T14:23:18.752Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-08-31T14:23:18.752Z | Compiling once_cell v1.21.3 |
| 1366 | 2026-08-31T14:23:18.752Z | Compiling generic-array v0.14.7 |
| 1367 | 2026-08-31T14:23:18.752Z | Compiling parking_lot_core v0.9.12 |
| 1368 | 2026-08-31T14:23:18.752Z | Compiling getrandom v0.4.3 |
| 1369 | 2026-08-31T14:23:18.752Z | Compiling const-oid v0.9.6 |
| 1370 | 2026-08-31T14:23:18.752Z | Compiling pin-project-lite v0.2.17 |
| 1371 | 2026-08-31T14:23:18.752Z | Compiling rand_core v0.10.0 |
| 1372 | 2026-08-31T14:23:18.753Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-08-31T14:23:18.753Z | Compiling signal-hook-registry v1.4.8 |
| 1374 | 2026-08-31T14:23:18.753Z | Compiling litemap v0.8.1 |
| 1375 | 2026-08-31T14:23:18.753Z | Compiling writeable v0.6.2 |
| 1376 | 2026-08-31T14:23:18.753Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-08-31T14:23:18.753Z | Compiling synstructure v0.13.2 |
| 1378 | 2026-08-31T14:23:18.753Z | Compiling futures-core v0.3.32 |
| 1379 | 2026-08-31T14:23:18.753Z | Compiling parking_lot v0.12.5 |
| 1380 | 2026-08-31T14:23:18.753Z | Compiling semver v1.0.28 |
| 1381 | 2026-08-31T14:23:18.753Z | Compiling mio v1.2.0 |
| 1382 | 2026-08-31T14:23:18.753Z | Compiling icu_normalizer_data v2.1.1 |
| 1383 | 2026-08-31T14:23:18.753Z | Compiling icu_properties_data v2.1.2 |
| 1384 | 2026-08-31T14:23:18.753Z | Compiling socket2 v0.6.3 |
| 1385 | 2026-08-31T14:23:18.753Z | Compiling rustix v1.1.4 |
| 1386 | 2026-08-31T14:23:18.753Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-08-31T14:23:18.754Z | Compiling futures-sink v0.3.32 |
| 1388 | 2026-08-31T14:23:18.754Z | Compiling indexmap v2.14.0 |
| 1389 | 2026-08-31T14:23:19.651Z | Compiling futures-channel v0.3.32 |
| 1390 | 2026-08-31T14:23:19.652Z | Compiling utf8_iter v1.0.4 |
| 1391 | 2026-08-31T14:23:19.652Z | Compiling futures-task v0.3.32 |
| 1392 | 2026-08-31T14:23:19.652Z | Compiling futures-io v0.3.32 |
| 1393 | 2026-08-31T14:23:19.665Z | Compiling serde_derive v1.0.229 |
| 1394 | 2026-08-31T14:23:19.666Z | Compiling slab v0.4.12 |
| 1395 | 2026-08-31T14:23:19.666Z | Compiling form_urlencoded v1.2.2 |
| 1396 | 2026-08-31T14:23:19.666Z | Compiling rustversion v1.0.22 |
| 1397 | 2026-08-31T14:23:19.666Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-08-31T14:23:19.666Z | Compiling iana-time-zone v0.1.65 |
| 1399 | 2026-08-31T14:23:19.666Z | Compiling cmake v0.1.57 |
| 1400 | 2026-08-31T14:23:19.666Z | Compiling flagset v0.4.7 |
| 1401 | 2026-08-31T14:23:19.666Z | Compiling pem-rfc7468 v0.7.0 |
| 1402 | 2026-08-31T14:23:19.666Z | Compiling regex-syntax v0.8.10 |
| 1403 | 2026-08-31T14:23:19.666Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-31T14:23:19.667Z | Compiling dunce v1.0.5 |
| 1405 | 2026-08-31T14:23:19.667Z | Compiling ident_case v1.0.1 |
| 1406 | 2026-08-31T14:23:19.667Z | Compiling zeroize_derive v1.5.0 |
| 1407 | 2026-08-31T14:23:19.667Z | Compiling zerofrom-derive v0.1.6 |
| 1408 | 2026-08-31T14:23:20.517Z | Compiling zerocopy-derive v0.8.55 |
| 1409 | 2026-08-31T14:23:20.517Z | Compiling yoke-derive v0.8.1 |
| 1410 | 2026-08-31T14:23:20.517Z | Compiling zerovec-derive v0.11.2 |
| 1411 | 2026-08-31T14:23:20.517Z | Compiling displaydoc v0.2.5 |
| 1412 | 2026-08-31T14:23:20.517Z | Compiling tokio-macros v2.7.0 |
| 1413 | 2026-08-31T14:23:20.518Z | Compiling futures-macro v0.3.32 |
| 1414 | 2026-08-31T14:23:20.518Z | Compiling thiserror-impl v2.0.18 |
| 1415 | 2026-08-31T14:23:20.518Z | Compiling zerofrom v0.1.6 |
| 1416 | 2026-08-31T14:23:20.518Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-08-31T14:23:20.518Z | Compiling aws-lc-sys v0.40.0 |
| 1418 | 2026-08-31T14:23:20.518Z | Compiling yoke v0.8.1 |
| 1419 | 2026-08-31T14:23:20.518Z | Compiling zerovec v0.11.5 |
| 1420 | 2026-08-31T14:23:21.523Z | Compiling zerotrie v0.2.3 |
| 1421 | 2026-08-31T14:23:21.523Z | Compiling futures-util v0.3.32 |
| 1422 | 2026-08-31T14:23:21.523Z | Compiling tinystr v0.8.2 |
| 1423 | 2026-08-31T14:23:21.524Z | Compiling potential_utf v0.1.4 |
| 1424 | 2026-08-31T14:23:21.524Z | Compiling rand_core v0.9.5 |
| 1425 | 2026-08-31T14:23:21.524Z | Compiling icu_locale_core v2.1.1 |
| 1426 | 2026-08-31T14:23:21.524Z | Compiling zeroize v1.9.0 |
| 1427 | 2026-08-31T14:23:21.524Z | Compiling bytes v1.11.1 |
| 1428 | 2026-08-31T14:23:21.524Z | Compiling icu_collections v2.1.1 |
| 1429 | 2026-08-31T14:23:21.524Z | Compiling chrono v0.4.45 |
| 1430 | 2026-08-31T14:23:22.309Z | Compiling icu_provider v2.1.1 |
| 1431 | 2026-08-31T14:23:22.309Z | Compiling tokio v1.52.1 |
| 1432 | 2026-08-31T14:23:22.309Z | Compiling block-buffer v0.10.4 |
| 1433 | 2026-08-31T14:23:22.309Z | Compiling crypto-common v0.1.7 |
| 1434 | 2026-08-31T14:23:22.309Z | Compiling icu_normalizer v2.1.1 |
| 1435 | 2026-08-31T14:23:22.309Z | Compiling icu_properties v2.1.2 |
| 1436 | 2026-08-31T14:23:22.309Z | Compiling digest v0.10.7 |
| 1437 | 2026-08-31T14:23:22.309Z | Compiling der v0.7.10 |
| 1438 | 2026-08-31T14:23:23.067Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-08-31T14:23:23.067Z | Compiling uuid v1.23.4 |
| 1440 | 2026-08-31T14:23:23.067Z | Compiling base64 v0.22.1 |
| 1441 | 2026-08-31T14:23:23.067Z | Compiling idna_adapter v1.2.1 |
| 1442 | 2026-08-31T14:23:23.067Z | Compiling http v1.4.2 |
| 1443 | 2026-08-31T14:23:23.067Z | Compiling ppv-lite86 v0.2.21 |
| 1444 | 2026-08-31T14:23:23.068Z | Compiling idna v1.1.0 |
| 1445 | 2026-08-31T14:23:23.951Z | Compiling spki v0.7.3 |
| 1446 | 2026-08-31T14:23:23.951Z | Compiling syn v1.0.109 |
| 1447 | 2026-08-31T14:23:23.951Z | Compiling url v2.5.8 |
| 1448 | 2026-08-31T14:23:23.951Z | Compiling vcpkg v0.2.15 |
| 1449 | 2026-08-31T14:23:23.951Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2026-08-31T14:23:23.951Z | Compiling tracing-attributes v0.1.31 |
| 1451 | 2026-08-31T14:23:24.898Z | Compiling rustc_version v0.4.1 |
| 1452 | 2026-08-31T14:23:24.898Z | Compiling serde_derive_internals v0.29.1 |
| 1453 | 2026-08-31T14:23:24.898Z | Compiling tracing-core v0.1.36 |
| 1454 | 2026-08-31T14:23:24.898Z | Compiling openssl-sys v0.9.117 |
| 1455 | 2026-08-31T14:23:24.898Z | Compiling schemars v0.8.22 |
| 1456 | 2026-08-31T14:23:24.898Z | Compiling aws-lc-rs v1.16.3 |
| 1457 | 2026-08-31T14:23:24.899Z | Compiling simd-adler32 v0.3.8 |
| 1458 | 2026-08-31T14:23:24.899Z | Compiling dyn-clone v1.0.20 |
| 1459 | 2026-08-31T14:23:24.899Z | Compiling cpufeatures v0.2.17 |
| 1460 | 2026-08-31T14:23:24.899Z | Compiling rand v0.9.2 |
| 1461 | 2026-08-31T14:23:24.899Z | Compiling http-body v1.0.1 |
| 1462 | 2026-08-31T14:23:24.899Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-08-31T14:23:24.899Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-08-31T14:23:24.899Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-08-31T14:23:25.974Z | Compiling tracing v0.1.44 |
| 1466 | 2026-08-31T14:23:25.974Z | Compiling spin v0.9.8 |
| 1467 | 2026-08-31T14:23:25.974Z | Compiling crc32fast v1.5.0 |
| 1468 | 2026-08-31T14:23:25.974Z | Compiling cmov v0.5.4 |
| 1469 | 2026-08-31T14:23:25.974Z | Compiling httparse v1.10.1 |
| 1470 | 2026-08-31T14:23:25.974Z | Compiling tinyvec_macros v0.1.1 |
| 1471 | 2026-08-31T14:23:25.974Z | Compiling openssl-probe v0.2.1 |
| 1472 | 2026-08-31T14:23:25.975Z | Compiling tokio-util v0.7.18 |
| 1473 | 2026-08-31T14:23:25.975Z | Compiling adler2 v2.0.1 |
| 1474 | 2026-08-31T14:23:25.975Z | Compiling miniz_oxide v0.8.9 |
| 1475 | 2026-08-31T14:23:25.975Z | Compiling tempfile v3.27.0 |
| 1476 | 2026-08-31T14:23:25.975Z | Compiling tinyvec v1.10.0 |
| 1477 | 2026-08-31T14:23:27.044Z | Compiling ctutils v0.4.2 |
| 1478 | 2026-08-31T14:23:27.044Z | Compiling pest_generator v2.8.6 |
| 1479 | 2026-08-31T14:23:27.044Z | Compiling sha2 v0.10.9 |
| 1480 | 2026-08-31T14:23:27.044Z | Compiling terminal_size v0.4.3 |
| 1481 | 2026-08-31T14:23:27.045Z | Compiling aho-corasick v1.1.4 |
| 1482 | 2026-08-31T14:23:27.045Z | Compiling radium v0.7.0 |
| 1483 | 2026-08-31T14:23:27.045Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-08-31T14:23:27.045Z | Compiling tower-layer v0.3.3 |
| 1485 | 2026-08-31T14:23:27.045Z | Compiling atomic-waker v1.1.2 |
| 1486 | 2026-08-31T14:23:28.074Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-08-31T14:23:28.074Z | Compiling untrusted v0.7.1 |
| 1488 | 2026-08-31T14:23:28.074Z | Compiling want v0.3.1 |
| 1489 | 2026-08-31T14:23:28.074Z | Compiling h2 v0.4.15 |
| 1490 | 2026-08-31T14:23:28.075Z | Compiling regex-automata v0.4.14 |
| 1491 | 2026-08-31T14:23:28.075Z | Compiling pest_derive v2.8.6 |
| 1492 | 2026-08-31T14:23:28.075Z | Compiling hybrid-array v0.4.13 |
| 1493 | 2026-08-31T14:23:28.075Z | Compiling ipnet v2.12.0 |
| 1494 | 2026-08-31T14:23:28.875Z | Compiling darling_core v0.20.11 |
| 1495 | 2026-08-31T14:23:28.875Z | Compiling scroll_derive v0.13.1 |
| 1496 | 2026-08-31T14:23:28.875Z | Compiling foreign-types-shared v0.1.1 |
| 1497 | 2026-08-31T14:23:28.875Z | Compiling httpdate v1.0.3 |
| 1498 | 2026-08-31T14:23:28.876Z | Compiling maybe-uninit v2.0.0 |
| 1499 | 2026-08-31T14:23:28.876Z | Compiling untrusted v0.9.0 |
| 1500 | 2026-08-31T14:23:28.876Z | Compiling openssl v0.10.80 |
| 1501 | 2026-08-31T14:23:28.876Z | Compiling rustls v0.23.41 |
| 1502 | 2026-08-31T14:23:28.876Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-31T14:23:31.220Z | Compiling wyz v0.5.1 |
| 1504 | 2026-08-31T14:23:31.220Z | Compiling foreign-types v0.3.2 |
| 1505 | 2026-08-31T14:23:31.220Z | Compiling unicode-normalization v0.1.25 |
| 1506 | 2026-08-31T14:23:31.220Z | Compiling scroll v0.13.0 |
| 1507 | 2026-08-31T14:23:31.221Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-08-31T14:23:31.221Z | Compiling signature v2.2.0 |
| 1509 | 2026-08-31T14:23:31.221Z | Compiling hex v0.4.3 |
| 1510 | 2026-08-31T14:23:31.221Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-08-31T14:23:31.221Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-08-31T14:23:31.221Z | Compiling num-integer v0.1.46 |
| 1513 | 2026-08-31T14:23:31.221Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1514 | 2026-08-31T14:23:31.221Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1515 | 2026-08-31T14:23:31.221Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-08-31T14:23:31.221Z | Compiling ahash v0.8.12 |
| 1517 | 2026-08-31T14:23:32.813Z | Compiling funty v2.0.0 |
| 1518 | 2026-08-31T14:23:32.813Z | Compiling packed_struct v0.10.1 |
| 1519 | 2026-08-31T14:23:32.813Z | Compiling hyper v1.10.1 |
| 1520 | 2026-08-31T14:23:32.814Z | Compiling darling_macro v0.20.11 |
| 1521 | 2026-08-31T14:23:32.815Z | Compiling quick-error v1.2.3 |
| 1522 | 2026-08-31T14:23:32.815Z | Compiling bit-vec v0.8.0 |
| 1523 | 2026-08-31T14:23:32.815Z | Compiling native-tls v0.2.18 |
| 1524 | 2026-08-31T14:23:32.815Z | Compiling time-core v0.1.8 |
| 1525 | 2026-08-31T14:23:32.815Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-08-31T14:23:32.815Z | Compiling powerfmt v0.2.0 |
| 1527 | 2026-08-31T14:23:32.815Z | Compiling num-conv v0.2.0 |
| 1528 | 2026-08-31T14:23:32.815Z | Compiling darling v0.20.11 |
| 1529 | 2026-08-31T14:23:32.815Z | Compiling deranged v0.5.8 |
| 1530 | 2026-08-31T14:23:32.815Z | Compiling time-macros v0.2.27 |
| 1531 | 2026-08-31T14:23:32.816Z | Compiling bit-set v0.8.0 |
| 1532 | 2026-08-31T14:23:32.816Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-08-31T14:23:32.816Z | Compiling rusty-fork v0.3.1 |
| 1534 | 2026-08-31T14:23:32.816Z | Compiling bitvec v1.0.1 |
| 1535 | 2026-08-31T14:23:32.816Z | Compiling clap_builder v4.6.0 |
| 1536 | 2026-08-31T14:23:32.816Z | Compiling hyper-util v0.1.20 |
| 1537 | 2026-08-31T14:23:33.811Z | Compiling num-iter v0.1.45 |
| 1538 | 2026-08-31T14:23:33.811Z | Compiling rand v0.8.6 |
| 1539 | 2026-08-31T14:23:33.811Z | Compiling goblin v0.10.5 |
| 1540 | 2026-08-31T14:23:33.811Z | Compiling packed_struct_codegen v0.10.1 |
| 1541 | 2026-08-31T14:23:33.811Z | Compiling lazy_static v1.5.0 |
| 1542 | 2026-08-31T14:23:33.811Z | Compiling hmac v0.12.1 |
| 1543 | 2026-08-31T14:23:33.811Z | Compiling rand_xorshift v0.4.0 |
| 1544 | 2026-08-31T14:23:33.811Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-08-31T14:23:33.811Z | Compiling serde_spanned v0.6.9 |
| 1546 | 2026-08-31T14:23:33.811Z | Compiling clap_derive v4.6.1 |
| 1547 | 2026-08-31T14:23:33.812Z | Compiling bitfield-macros v0.19.4 |
| 1548 | 2026-08-31T14:23:35.340Z | Compiling zerocopy-derive v0.6.6 |
| 1549 | 2026-08-31T14:23:35.340Z | Compiling sync_wrapper v1.0.2 |
| 1550 | 2026-08-31T14:23:35.340Z | Compiling indexmap v1.9.3 |
| 1551 | 2026-08-31T14:23:35.340Z | Compiling num_threads v0.1.7 |
| 1552 | 2026-08-31T14:23:35.340Z | Compiling crossbeam-utils v0.8.21 |
| 1553 | 2026-08-31T14:23:35.340Z | Compiling unarray v0.1.4 |
| 1554 | 2026-08-31T14:23:35.340Z | Compiling siphasher v1.0.2 |
| 1555 | 2026-08-31T14:23:35.340Z | Compiling zlib-rs v0.6.2 |
| 1556 | 2026-08-31T14:23:35.340Z | Compiling crc-catalog v2.4.0 |
| 1557 | 2026-08-31T14:23:35.340Z | Compiling usdt-impl v0.6.0 |
| 1558 | 2026-08-31T14:23:35.340Z | Compiling unicode-segmentation v1.12.0 |
| 1559 | 2026-08-31T14:23:35.341Z | Compiling paste v1.0.15 |
| 1560 | 2026-08-31T14:23:35.341Z | Compiling nodrop v0.1.14 |
| 1561 | 2026-08-31T14:23:35.341Z | Compiling object v0.37.3 |
| 1562 | 2026-08-31T14:23:35.341Z | Compiling clap v4.6.1 |
| 1563 | 2026-08-31T14:23:35.342Z | Compiling array-init v0.0.4 |
| 1564 | 2026-08-31T14:23:35.342Z | Compiling crc v3.4.0 |
| 1565 | 2026-08-31T14:23:35.342Z | Compiling zerocopy v0.6.6 |
| 1566 | 2026-08-31T14:23:35.342Z | Compiling dof v0.4.0 |
| 1567 | 2026-08-31T14:23:36.824Z | Compiling proptest v1.11.0 |
| 1568 | 2026-08-31T14:23:36.824Z | Compiling time v0.3.47 |
| 1569 | 2026-08-31T14:23:36.824Z | Compiling tower v0.5.3 |
| 1570 | 2026-08-31T14:23:38.014Z | Compiling bitfield v0.19.4 |
| 1571 | 2026-08-31T14:23:38.014Z | Compiling smallvec v0.6.14 |
| 1572 | 2026-08-31T14:23:38.014Z | Compiling derive_builder_core v0.20.2 |
| 1573 | 2026-08-31T14:23:38.014Z | Compiling dtrace-parser v0.3.0 |
| 1574 | 2026-08-31T14:23:38.014Z | Compiling flate2 v1.1.9 |
| 1575 | 2026-08-31T14:23:39.256Z | Compiling ipnetwork v0.21.1 |
| 1576 | 2026-08-31T14:23:39.256Z | Compiling pkcs1 v0.7.5 |
| 1577 | 2026-08-31T14:23:39.256Z | Compiling http-body-util v0.1.3 |
| 1578 | 2026-08-31T14:23:39.256Z | Compiling heapless v0.7.17 |
| 1579 | 2026-08-31T14:23:39.256Z | Compiling slog v2.8.2 |
| 1580 | 2026-08-31T14:23:39.256Z | Compiling darling_core v0.23.0 |
| 1581 | 2026-08-31T14:23:39.256Z | Compiling structmeta-derive v0.3.0 |
| 1582 | 2026-08-31T14:23:39.257Z | Compiling scroll_derive v0.12.1 |
| 1583 | 2026-08-31T14:23:39.257Z | Compiling thread-id v5.1.0 |
| 1584 | 2026-08-31T14:23:39.257Z | Compiling cookie v0.18.1 |
| 1585 | 2026-08-31T14:23:39.257Z | Compiling env_filter v2.0.0 |
| 1586 | 2026-08-31T14:23:39.257Z | Compiling winnow v0.5.40 |
| 1587 | 2026-08-31T14:23:39.257Z | Compiling hashbrown v0.12.3 |
| 1588 | 2026-08-31T14:23:40.207Z | Compiling ryu v1.0.23 |
| 1589 | 2026-08-31T14:23:40.207Z | Compiling base64 v0.21.7 |
| 1590 | 2026-08-31T14:23:40.207Z | Compiling gimli v0.32.3 |
| 1591 | 2026-08-31T14:23:40.207Z | Compiling anyhow v1.0.104 |
| 1592 | 2026-08-31T14:23:40.207Z | Compiling unicode-properties v0.1.4 |
| 1593 | 2026-08-31T14:23:40.207Z | Compiling signal-hook v0.3.18 |
| 1594 | 2026-08-31T14:23:40.207Z | Compiling iri-string v0.7.10 |
| 1595 | 2026-08-31T14:23:40.207Z | Compiling unicode-bidi v0.3.18 |
| 1596 | 2026-08-31T14:23:40.207Z | Compiling allocator-api2 v0.2.21 |
| 1597 | 2026-08-31T14:23:40.207Z | Compiling zstd-safe v7.2.4 |
| 1598 | 2026-08-31T14:23:40.207Z | Compiling stringprep v0.1.5 |
| 1599 | 2026-08-31T14:23:41.272Z | Compiling toml_edit v0.19.15 |
| 1600 | 2026-08-31T14:23:41.272Z | Compiling darling_macro v0.23.0 |
| 1601 | 2026-08-31T14:23:41.272Z | Compiling addr2line v0.25.1 |
| 1602 | 2026-08-31T14:23:41.273Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-08-31T14:23:41.273Z | Compiling ron v0.8.1 |
| 1604 | 2026-08-31T14:23:41.273Z | Compiling structmeta v0.3.0 |
| 1605 | 2026-08-31T14:23:42.171Z | Compiling serde_urlencoded v0.7.1 |
| 1606 | 2026-08-31T14:23:42.171Z | Compiling scroll v0.12.0 |
| 1607 | 2026-08-31T14:23:42.172Z | Compiling env_logger v0.11.11 |
| 1608 | 2026-08-31T14:23:42.172Z | Compiling rsa v0.9.10 |
| 1609 | 2026-08-31T14:23:42.172Z | Compiling oxnet v0.1.6 |
| 1610 | 2026-08-31T14:23:42.172Z | Compiling derive_builder_macro v0.20.2 |
| 1611 | 2026-08-31T14:23:42.172Z | Compiling newtype-uuid v1.3.2 |
| 1612 | 2026-08-31T14:23:42.172Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1613 | 2026-08-31T14:23:42.172Z | Compiling hashbrown v0.13.2 |
| 1614 | 2026-08-31T14:23:42.172Z | Compiling bzip2 v0.4.4 |
| 1615 | 2026-08-31T14:23:43.255Z | Compiling serde-hex v0.1.0 |
| 1616 | 2026-08-31T14:23:43.255Z | Compiling tokio-native-tls v0.3.1 |
| 1617 | 2026-08-31T14:23:43.255Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1618 | 2026-08-31T14:23:45.135Z | Compiling camino v1.2.5 |
| 1619 | 2026-08-31T14:23:45.135Z | Compiling bstr v1.12.1 |
| 1620 | 2026-08-31T14:23:46.012Z | Compiling crypto-common v0.2.2 |
| 1621 | 2026-08-31T14:23:46.012Z | Compiling block-buffer v0.12.1 |
| 1622 | 2026-08-31T14:23:46.012Z | Compiling block-padding v0.4.2 |
| 1623 | 2026-08-31T14:23:46.012Z | Compiling rustls-native-certs v0.8.3 |
| 1624 | 2026-08-31T14:23:46.012Z | Compiling curve25519-dalek v4.1.3 |
| 1625 | 2026-08-31T14:23:46.012Z | Compiling x509-cert v0.2.5 |
| 1626 | 2026-08-31T14:23:46.012Z | Compiling md-5 v0.10.6 |
| 1627 | 2026-08-31T14:23:46.012Z | Compiling serde_tokenstream v0.2.3 |
| 1628 | 2026-08-31T14:23:46.012Z | Compiling erased-serde v0.3.31 |
| 1629 | 2026-08-31T14:23:46.012Z | Compiling vergen-lib v9.1.0 |
| 1630 | 2026-08-31T14:23:46.012Z | Compiling pin-project-internal v1.1.11 |
| 1631 | 2026-08-31T14:23:46.012Z | Compiling zerocopy-derive v0.7.35 |
| 1632 | 2026-08-31T14:23:46.013Z | Compiling async-trait v0.1.89 |
| 1633 | 2026-08-31T14:23:46.013Z | Compiling daft-derive v0.1.8 |
| 1634 | 2026-08-31T14:23:47.044Z | Compiling hash32 v0.2.1 |
| 1635 | 2026-08-31T14:23:47.044Z | Compiling memoffset v0.9.1 |
| 1636 | 2026-08-31T14:23:47.045Z | Compiling encoding_rs v0.8.35 |
| 1637 | 2026-08-31T14:23:47.045Z | Compiling cfg_aliases v0.2.1 |
| 1638 | 2026-08-31T14:23:47.045Z | Compiling crc-any v2.5.0 |
| 1639 | 2026-08-31T14:23:47.045Z | Compiling owo-colors v4.3.0 |
| 1640 | 2026-08-31T14:23:47.045Z | Compiling ref-cast v1.0.25 |
| 1641 | 2026-08-31T14:23:47.045Z | Compiling fallible-iterator v0.2.0 |
| 1642 | 2026-08-31T14:23:47.045Z | Compiling smoltcp v0.9.1 |
| 1643 | 2026-08-31T14:23:47.045Z | Compiling psl-types v2.0.11 |
| 1644 | 2026-08-31T14:23:47.045Z | Compiling rustc-demangle v0.1.27 |
| 1645 | 2026-08-31T14:23:47.045Z | Compiling mime v0.3.17 |
| 1646 | 2026-08-31T14:23:47.045Z | Compiling rustix v0.38.44 |
| 1647 | 2026-08-31T14:23:47.045Z | Compiling litrs v1.0.0 |
| 1648 | 2026-08-31T14:23:47.045Z | Compiling publicsuffix v2.3.0 |
| 1649 | 2026-08-31T14:23:47.046Z | Compiling backtrace v0.3.76 |
| 1650 | 2026-08-31T14:23:47.046Z | Compiling postgres-protocol v0.6.10 |
| 1651 | 2026-08-31T14:23:47.046Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1652 | 2026-08-31T14:23:47.817Z | Compiling nix v0.31.2 |
| 1653 | 2026-08-31T14:23:47.817Z | Compiling daft v0.1.8 |
| 1654 | 2026-08-31T14:23:47.817Z | Compiling document-features v0.2.12 |
| 1655 | 2026-08-31T14:23:47.817Z | Compiling pin-project v1.1.11 |
| 1656 | 2026-08-31T14:23:47.817Z | Compiling zerocopy v0.7.35 |
| 1657 | 2026-08-31T14:23:47.817Z | Compiling inout v0.2.2 |
| 1658 | 2026-08-31T14:23:47.817Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1659 | 2026-08-31T14:23:47.817Z | Compiling object v0.30.4 |
| 1660 | 2026-08-31T14:23:47.817Z | Compiling hyper-tls v0.6.0 |
| 1661 | 2026-08-31T14:23:47.818Z | Compiling zip v0.6.6 |
| 1662 | 2026-08-31T14:23:47.818Z | Compiling derive_builder v0.20.2 |
| 1663 | 2026-08-31T14:23:48.891Z | Compiling toml v0.7.8 |
| 1664 | 2026-08-31T14:23:48.891Z | Compiling goblin v0.8.2 |
| 1665 | 2026-08-31T14:23:48.891Z | Compiling derive-ex v0.1.8 |
| 1666 | 2026-08-31T14:23:48.891Z | Compiling darling v0.23.0 |
| 1667 | 2026-08-31T14:23:48.891Z | Compiling convert_case v0.10.0 |
| 1668 | 2026-08-31T14:23:50.021Z | Compiling phf_shared v0.13.1 |
| 1669 | 2026-08-31T14:23:50.021Z | Compiling regex v1.12.3 |
| 1670 | 2026-08-31T14:23:50.021Z | Compiling hubpack_derive v0.1.1 |
| 1671 | 2026-08-31T14:23:50.021Z | Compiling futures-executor v0.3.32 |
| 1672 | 2026-08-31T14:23:50.021Z | Compiling vergen v9.1.0 |
| 1673 | 2026-08-31T14:23:50.022Z | Compiling ref-cast-impl v1.0.25 |
| 1674 | 2026-08-31T14:23:50.022Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1675 | 2026-08-31T14:23:50.022Z | Compiling strum_macros v0.27.2 |
| 1676 | 2026-08-31T14:23:50.022Z | Compiling snafu-derive v0.8.9 |
| 1677 | 2026-08-31T14:23:50.022Z | Compiling cargo-platform v0.3.2 |
| 1678 | 2026-08-31T14:23:50.022Z | Compiling ff v0.13.1 |
| 1679 | 2026-08-31T14:23:50.835Z | Compiling fs-err v3.3.0 |
| 1680 | 2026-08-31T14:23:50.836Z | Compiling path-slash v0.1.5 |
| 1681 | 2026-08-31T14:23:50.836Z | Compiling bitflags v1.3.2 |
| 1682 | 2026-08-31T14:23:50.836Z | Compiling base16ct v0.2.0 |
| 1683 | 2026-08-31T14:23:50.836Z | Compiling foldhash v0.1.5 |
| 1684 | 2026-08-31T14:23:50.836Z | Compiling either v1.15.0 |
| 1685 | 2026-08-31T14:23:50.836Z | Compiling jiff-core v0.1.0 |
| 1686 | 2026-08-31T14:23:50.836Z | Compiling foldhash v0.2.0 |
| 1687 | 2026-08-31T14:23:50.836Z | Compiling managed v0.8.0 |
| 1688 | 2026-08-31T14:23:50.836Z | Compiling libbz2-rs-sys v0.2.2 |
| 1689 | 2026-08-31T14:23:50.836Z | Compiling is_ci v1.2.0 |
| 1690 | 2026-08-31T14:23:52.062Z | Compiling bumpalo v3.20.2 |
| 1691 | 2026-08-31T14:23:52.062Z | Compiling same-file v1.0.6 |
| 1692 | 2026-08-31T14:23:52.062Z | Compiling strum v0.27.2 |
| 1693 | 2026-08-31T14:23:52.063Z | Compiling walkdir v2.5.0 |
| 1694 | 2026-08-31T14:23:52.063Z | Compiling bzip2 v0.6.1 |
| 1695 | 2026-08-31T14:23:52.063Z | Compiling jiff v0.2.34 |
| 1696 | 2026-08-31T14:23:52.063Z | Compiling zopfli v0.8.3 |
| 1697 | 2026-08-31T14:23:52.063Z | Compiling supports-color v3.0.2 |
| 1698 | 2026-08-31T14:23:52.063Z | Compiling textwrap v0.16.2 |
| 1699 | 2026-08-31T14:23:52.063Z | Compiling snafu v0.8.9 |
| 1700 | 2026-08-31T14:23:52.064Z | Compiling hashbrown v0.16.1 |
| 1701 | 2026-08-31T14:23:52.959Z | Compiling hashbrown v0.15.5 |
| 1702 | 2026-08-31T14:23:52.959Z | Compiling sec1 v0.7.3 |
| 1703 | 2026-08-31T14:23:52.959Z | Compiling dof v0.3.0 |
| 1704 | 2026-08-31T14:23:52.959Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1705 | 2026-08-31T14:23:52.959Z | Compiling group v0.13.0 |
| 1706 | 2026-08-31T14:23:52.959Z | Compiling cargo_metadata v0.23.1 |
| 1707 | 2026-08-31T14:23:52.959Z | Compiling test-strategy v0.4.5 |
| 1708 | 2026-08-31T14:23:54.044Z | Compiling hubpack v0.1.2 |
| 1709 | 2026-08-31T14:23:54.044Z | Compiling futures v0.3.32 |
| 1710 | 2026-08-31T14:23:54.045Z | Compiling phf v0.13.1 |
| 1711 | 2026-08-31T14:23:54.045Z | Compiling derive_more-impl v2.1.1 |
| 1712 | 2026-08-31T14:23:55.066Z | Compiling signal-hook-mio v0.2.5 |
| 1713 | 2026-08-31T14:23:55.066Z | Compiling serde_with_macros v3.21.0 |
| 1714 | 2026-08-31T14:23:55.066Z | Compiling cookie_store v0.22.1 |
| 1715 | 2026-08-31T14:23:55.066Z | Compiling zstd v0.13.3 |
| 1716 | 2026-08-31T14:23:55.066Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-08-31T14:23:55.066Z | Compiling cipher v0.5.2 |
| 1718 | 2026-08-31T14:23:55.066Z | Compiling backtrace-ext v0.2.1 |
| 1719 | 2026-08-31T14:23:56.044Z | Compiling postgres-types v0.2.12 |
| 1720 | 2026-08-31T14:23:56.044Z | Compiling usdt-attr-macro v0.6.0 |
| 1721 | 2026-08-31T14:23:56.044Z | Compiling usdt-macro v0.6.0 |
| 1722 | 2026-08-31T14:23:56.045Z | Compiling globset v0.4.18 |
| 1723 | 2026-08-31T14:23:56.045Z | Compiling phf_shared v0.11.3 |
| 1724 | 2026-08-31T14:23:57.257Z | Compiling hkdf v0.12.4 |
| 1725 | 2026-08-31T14:23:57.257Z | Compiling dtrace-parser v0.2.0 |
| 1726 | 2026-08-31T14:23:57.257Z | Compiling byte-wrapper v0.1.0 |
| 1727 | 2026-08-31T14:23:57.257Z | Compiling ed25519 v2.2.3 |
| 1728 | 2026-08-31T14:23:57.257Z | Compiling olpc-cjson v0.1.4 |
| 1729 | 2026-08-31T14:23:57.257Z | Compiling pem v3.0.6 |
| 1730 | 2026-08-31T14:23:57.257Z | Compiling crypto-bigint v0.5.5 |
| 1731 | 2026-08-31T14:23:57.257Z | Compiling serde_plain v1.0.2 |
| 1732 | 2026-08-31T14:23:57.257Z | Compiling serde-big-array v0.5.1 |
| 1733 | 2026-08-31T14:23:57.257Z | Compiling strum_macros v0.26.4 |
| 1734 | 2026-08-31T14:23:57.258Z | Compiling miette-derive v7.6.0 |
| 1735 | 2026-08-31T14:23:57.258Z | Compiling serde_repr v0.1.20 |
| 1736 | 2026-08-31T14:23:57.258Z | Compiling enum-as-inner v0.6.1 |
| 1737 | 2026-08-31T14:23:57.986Z | Compiling async-recursion v1.1.1 |
| 1738 | 2026-08-31T14:23:57.986Z | Compiling float-cmp v0.10.0 |
| 1739 | 2026-08-31T14:23:57.986Z | Compiling memmap2 v0.9.10 |
| 1740 | 2026-08-31T14:23:57.986Z | Compiling thread-id v4.2.2 |
| 1741 | 2026-08-31T14:23:57.987Z | Compiling normalize-line-endings v0.3.0 |
| 1742 | 2026-08-31T14:23:57.987Z | Compiling winnow v1.0.3 |
| 1743 | 2026-08-31T14:23:57.987Z | Compiling keccak v0.1.6 |
| 1744 | 2026-08-31T14:23:57.987Z | Compiling fixedbitset v0.5.7 |
| 1745 | 2026-08-31T14:23:57.987Z | Compiling supports-hyperlinks v3.2.0 |
| 1746 | 2026-08-31T14:23:57.987Z | Compiling precomputed-hash v0.1.1 |
| 1747 | 2026-08-31T14:23:57.987Z | Compiling static_assertions v1.1.0 |
| 1748 | 2026-08-31T14:23:58.891Z | Compiling cpufeatures v0.3.0 |
| 1749 | 2026-08-31T14:23:58.892Z | Compiling data-encoding v2.10.0 |
| 1750 | 2026-08-31T14:23:58.892Z | Compiling difflib v0.4.0 |
| 1751 | 2026-08-31T14:23:58.892Z | Compiling typed-path v0.9.3 |
| 1752 | 2026-08-31T14:23:58.892Z | Compiling whoami v2.1.0 |
| 1753 | 2026-08-31T14:23:58.892Z | Compiling fixedbitset v0.4.2 |
| 1754 | 2026-08-31T14:23:58.892Z | Compiling predicates-core v1.0.10 |
| 1755 | 2026-08-31T14:23:58.892Z | Compiling new_debug_unreachable v1.0.6 |
| 1756 | 2026-08-31T14:23:58.892Z | Compiling supports-unicode v3.0.0 |
| 1757 | 2026-08-31T14:23:58.893Z | Compiling const-oid v0.10.2 |
| 1758 | 2026-08-31T14:23:58.893Z | Compiling predicates v3.1.4 |
| 1759 | 2026-08-31T14:23:59.928Z | Compiling string_cache v0.8.9 |
| 1760 | 2026-08-31T14:23:59.929Z | Compiling miette v7.6.0 |
| 1761 | 2026-08-31T14:23:59.929Z | Compiling tokio-postgres v0.7.16 |
| 1762 | 2026-08-31T14:23:59.929Z | Compiling digest v0.11.3 |
| 1763 | 2026-08-31T14:23:59.929Z | Compiling petgraph v0.6.5 |
| 1764 | 2026-08-31T14:23:59.929Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1765 | 2026-08-31T14:23:59.929Z | Compiling hickory-proto v0.25.2 |
| 1766 | 2026-08-31T14:23:59.929Z | Compiling strum v0.26.3 |
| 1767 | 2026-08-31T14:23:59.929Z | Compiling chacha20 v0.10.0 |
| 1768 | 2026-08-31T14:23:59.929Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1769 | 2026-08-31T14:23:59.930Z | Compiling petgraph v0.8.3 |
| 1770 | 2026-08-31T14:23:59.930Z | Compiling toml_edit v0.22.27 |
| 1771 | 2026-08-31T14:23:59.930Z | Compiling sha3 v0.10.8 |
| 1772 | 2026-08-31T14:24:00.907Z | Compiling usdt v0.6.0 |
| 1773 | 2026-08-31T14:24:00.907Z | Compiling usdt-impl v0.5.0 |
| 1774 | 2026-08-31T14:24:00.908Z | Compiling elliptic-curve v0.13.8 |
| 1775 | 2026-08-31T14:24:01.957Z | Compiling ed25519-dalek v2.2.0 |
| 1776 | 2026-08-31T14:24:01.957Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1777 | 2026-08-31T14:24:01.957Z | Compiling crossterm v0.28.1 |
| 1778 | 2026-08-31T14:24:01.957Z | Compiling serde_with v3.21.0 |
| 1779 | 2026-08-31T14:24:03.305Z | Compiling derive_more v2.1.1 |
| 1780 | 2026-08-31T14:24:03.305Z | Compiling zip v4.6.1 |
| 1781 | 2026-08-31T14:24:03.305Z | Compiling iddqd v0.4.2 |
| 1782 | 2026-08-31T14:24:03.305Z | Compiling itertools v0.15.0 |
| 1783 | 2026-08-31T14:24:04.280Z | Compiling itertools v0.13.0 |
| 1784 | 2026-08-31T14:24:04.280Z | Compiling similar v2.7.0 |
| 1785 | 2026-08-31T14:24:04.280Z | Compiling crossbeam-epoch v0.9.18 |
| 1786 | 2026-08-31T14:24:04.281Z | Compiling heck v0.4.1 |
| 1787 | 2026-08-31T14:24:04.281Z | Compiling tokio-stream v0.1.18 |
| 1788 | 2026-08-31T14:24:04.281Z | Compiling buf-list v1.1.2 |
| 1789 | 2026-08-31T14:24:04.281Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1790 | 2026-08-31T14:24:05.096Z | Compiling openapiv3 v2.2.0 |
| 1791 | 2026-08-31T14:24:05.096Z | Compiling peg-runtime v0.8.5 |
| 1792 | 2026-08-31T14:24:05.096Z | Compiling lalrpop-util v0.19.12 |
| 1793 | 2026-08-31T14:24:05.096Z | Compiling thread_local v1.1.9 |
| 1794 | 2026-08-31T14:24:05.096Z | Compiling slog-async v2.8.0 |
| 1795 | 2026-08-31T14:24:05.096Z | Compiling crossbeam-channel v0.5.15 |
| 1796 | 2026-08-31T14:24:05.096Z | Compiling is-terminal v0.4.17 |
| 1797 | 2026-08-31T14:24:05.096Z | Compiling filetime v0.2.27 |
| 1798 | 2026-08-31T14:24:05.096Z | Compiling take_mut v0.2.2 |
| 1799 | 2026-08-31T14:24:05.097Z | Compiling xattr v1.6.1 |
| 1800 | 2026-08-31T14:24:05.097Z | Compiling term v1.2.1 |
| 1801 | 2026-08-31T14:24:05.097Z | Compiling camino-tempfile v1.4.1 |
| 1802 | 2026-08-31T14:24:05.097Z | Compiling tar v0.4.46 |
| 1803 | 2026-08-31T14:24:05.097Z | Compiling slog-term v2.9.2 |
| 1804 | 2026-08-31T14:24:10.597Z | Compiling rustls-webpki v0.103.13 |
| 1805 | 2026-08-31T14:24:13.315Z | Compiling tokio-rustls v0.26.4 |
| 1806 | 2026-08-31T14:24:13.315Z | Compiling rustls-platform-verifier v0.6.2 |
| 1807 | 2026-08-31T14:24:14.278Z | Compiling tough v0.22.0 |
| 1808 | 2026-08-31T14:24:14.278Z | Compiling hyper-rustls v0.27.7 |
| 1809 | 2026-08-31T14:24:14.279Z | Compiling reqwest v0.13.2 |
| 1810 | 2026-08-31T14:24:15.886Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1811 | 2026-08-31T14:24:16.678Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1812 | 2026-08-31T14:24:19.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1813 | 2026-08-31T14:24:19.355Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1814 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.691 INFO Starting download, target: Cockroach |
| 1815 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Starting download, target: Clickhouse |
| 1816 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Starting download, target: Console |
| 1817 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Starting download, target: DendriteStub |
| 1818 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Starting download, target: MaghemiteMgd |
| 1819 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Starting download, target: MaghemiteDdmd |
| 1820 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Starting download, target: TransceiverControl |
| 1821 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1822 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1823 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1824 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1825 | 2026-08-31T14:24:19.356Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1826 | 2026-08-31T14:24:19.357Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1827 | 2026-08-31T14:24:19.357Z | Aug 31 14:24:17.692 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1828 | 2026-08-31T14:24:20.685Z | Aug 31 14:24:19.414 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1829 | 2026-08-31T14:24:21.060Z | Aug 31 14:24:19.426 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1830 | 2026-08-31T14:24:21.061Z | Aug 31 14:24:19.654 INFO Download complete, target: Console |
| 1831 | 2026-08-31T14:24:27.361Z | Aug 31 14:24:26.095 INFO Checking that binary works, target: Clickhouse |
| 1832 | 2026-08-31T14:24:27.460Z | Aug 31 14:24:26.183 INFO Download complete, target: Clickhouse |
| 1833 | 2026-08-31T14:24:49.554Z | Aug 31 14:24:48.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1834 | 2026-08-31T14:24:49.741Z | Aug 31 14:24:48.581 INFO Download complete, target: TransceiverControl |
| 1835 | 2026-08-31T14:26:44.837Z | Aug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: Cockroach |
| 1836 | 2026-08-31T14:26:44.837Z | Aug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: MaghemiteDdmd |
| 1837 | 2026-08-31T14:26:44.837Z | Aug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd |
| 1838 | 2026-08-31T14:26:44.837Z | Aug 31 14:26:43.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd |
| 1839 | 2026-08-31T14:26:44.903Z | Aug 31 14:26:43.639 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach |
| 1840 | 2026-08-31T14:26:44.903Z | Aug 31 14:26:43.639 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd |
| 1841 | 2026-08-31T14:26:44.903Z | Aug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: DendriteStub |
| 1842 | 2026-08-31T14:26:44.904Z | Aug 31 14:26:43.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub |
| 1843 | 2026-08-31T14:27:45.450Z | Aug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mg-ddm.tar.gz), target: MaghemiteDdmd |
| 1844 | 2026-08-31T14:27:45.450Z | Aug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach |
| 1845 | 2026-08-31T14:27:45.658Z | Aug 31 14:27:43.653 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 3/3), target: MaghemiteDdmd |
| 1846 | 2026-08-31T14:27:45.659Z | Aug 31 14:27:43.653 INFO Downloading out/downloads/cockroach.tgz (attempt 3/3), target: Cockroach |
| 1847 | 2026-08-31T14:27:45.659Z | Aug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd |
| 1848 | 2026-08-31T14:27:45.659Z | Aug 31 14:27:43.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd |
| 1849 | 2026-08-31T14:27:45.659Z | Aug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub |
| 1850 | 2026-08-31T14:27:45.659Z | Aug 31 14:27:43.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub |
| 1851 | 2026-08-31T14:29:07.303Z | Aug 31 14:29:05.461 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1852 | 2026-08-31T14:29:09.403Z | Aug 31 14:29:07.394 INFO Download complete, target: MaghemiteDdmd |
| 1853 | 2026-08-31T14:29:11.787Z | Aug 31 14:29:10.148 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1854 | 2026-08-31T14:29:13.684Z | Aug 31 14:29:12.071 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1855 | 2026-08-31T14:29:14.960Z | Aug 31 14:29:13.004 INFO Download complete, target: DendriteStub |
| 1856 | 2026-08-31T14:29:16.193Z | Aug 31 14:29:14.782 INFO Download complete, target: MaghemiteMgd |
| 1857 | 2026-08-31T14:29:19.841Z | Aug 31 14:29:18.545 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1858 | 2026-08-31T14:29:19.841Z | Aug 31 14:29:18.545 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1859 | 2026-08-31T14:29:24.350Z | Aug 31 14:29:23.137 INFO Checking that binary works, target: Cockroach |
| 1860 | 2026-08-31T14:29:24.449Z | Aug 31 14:29:23.261 INFO Download complete, target: Cockroach |
| 1861 | 2026-08-31T14:29:24.500Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1862 | 2026-08-31T14:29:24.500Z | |
| 1863 | 2026-08-31T14:29:24.500Z | real 7:11.414965018 |
| 1864 | 2026-08-31T14:29:24.500Z | user 7:25.900164712 |
| 1865 | 2026-08-31T14:29:24.500Z | sys 1:28.678006557 |
| 1866 | 2026-08-31T14:29:24.501Z | trap 0.235505862 |
| 1867 | 2026-08-31T14:29:24.501Z | tflt 0.457920993 |
| 1868 | 2026-08-31T14:29:24.501Z | dflt 0.767090833 |
| 1869 | 2026-08-31T14:29:24.501Z | kflt 0.027791910 |
| 1870 | 2026-08-31T14:29:24.501Z | lock 1:48:46.415473005 |
| 1871 | 2026-08-31T14:29:24.501Z | slp 32:10.477443025 |
| 1872 | 2026-08-31T14:29:24.501Z | lat 52.009737180 |
| 1873 | 2026-08-31T14:29:24.501Z | stop 2:46.340932362 |
| 1874 | 2026-08-31T14:29:24.501Z | + banner hack-check |
| 1875 | 2026-08-31T14:29:24.501Z | |
| 1876 | 2026-08-31T14:29:24.501Z | # # ## #### # # #### # # ###### #### # # |
| 1877 | 2026-08-31T14:29:24.501Z | # # # # # # # # # # # # # # # # # |
| 1878 | 2026-08-31T14:29:24.501Z | ###### # # # #### ##### # ###### ##### # #### |
| 1879 | 2026-08-31T14:29:24.501Z | # # ###### # # # # # # # # # # |
| 1880 | 2026-08-31T14:29:24.501Z | # # # # # # # # # # # # # # # # # |
| 1881 | 2026-08-31T14:29:24.501Z | # # # # #### # # #### # # ###### #### # # |
| 1882 | 2026-08-31T14:29:24.501Z | |
| 1883 | 2026-08-31T14:29:24.501Z | + export CARGO_INCREMENTAL=0 |
| 1884 | 2026-08-31T14:29:24.501Z | + CARGO_INCREMENTAL=0 |
| 1885 | 2026-08-31T14:29:24.501Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1886 | 2026-08-31T14:29:24.977Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1887 | 2026-08-31T14:29:25.237Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1888 | 2026-08-31T14:29:26.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1889 | 2026-08-31T14:29:27.068Z | Running `target/debug/xtask check-features --ci` |
| 1890 | 2026-08-31T14:29:27.170Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1891 | 2026-08-31T14:29:27.170Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1892 | 2026-08-31T14:29:27.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1893 | 2026-08-31T14:29:27.514Z | Running `target/debug/xtask download cargo-hack` |
| 1894 | 2026-08-31T14:29:28.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1895 | 2026-08-31T14:29:28.580Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1896 | 2026-08-31T14:29:31.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 1897 | 2026-08-31T14:29:31.284Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1898 | 2026-08-31T14:29:31.331Z | Aug 31 14:29:30.167 INFO Starting download, target: CargoHack |
| 1899 | 2026-08-31T14:29:31.342Z | Aug 31 14:29:30.167 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1900 | 2026-08-31T14:29:31.552Z | Aug 31 14:29:30.396 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1901 | 2026-08-31T14:29:31.670Z | Aug 31 14:29:30.446 INFO Download complete, target: CargoHack |
| 1902 | 2026-08-31T14:29:31.699Z | 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" |
| 1903 | 2026-08-31T14:29:31.699Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1904 | 2026-08-31T14:29:31.792Z | info: running `cargo check --bins` on api_identity (1/379) |
| 1905 | 2026-08-31T14:29:32.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-08-31T14:29:32.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-08-31T14:29:32.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-08-31T14:29:32.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1909 | 2026-08-31T14:29:32.361Z | |
| 1910 | 2026-08-31T14:29:32.361Z | info: running `cargo check --bins` on bootstore (2/379) |
| 1911 | 2026-08-31T14:29:32.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-08-31T14:29:32.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-08-31T14:29:32.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-08-31T14:29:32.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1915 | 2026-08-31T14:29:32.955Z | |
| 1916 | 2026-08-31T14:29:32.955Z | info: running `cargo check --bins` on omicron-ledger (3/379) |
| 1917 | 2026-08-31T14:29:33.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-08-31T14:29:33.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-08-31T14:29:33.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-08-31T14:29:33.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1921 | 2026-08-31T14:29:33.422Z | |
| 1922 | 2026-08-31T14:29:33.422Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/379) |
| 1923 | 2026-08-31T14:29:33.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-08-31T14:29:33.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-08-31T14:29:33.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-08-31T14:29:33.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1927 | 2026-08-31T14:29:33.963Z | |
| 1928 | 2026-08-31T14:29:33.964Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/379) |
| 1929 | 2026-08-31T14:29:34.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-08-31T14:29:34.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-08-31T14:29:34.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-08-31T14:29:34.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1933 | 2026-08-31T14:29:34.522Z | |
| 1934 | 2026-08-31T14:29:34.522Z | info: running `cargo check --bins` on omicron-certificates (6/379) |
| 1935 | 2026-08-31T14:29:34.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-08-31T14:29:35.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-08-31T14:29:35.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-08-31T14:29:35.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1939 | 2026-08-31T14:29:35.090Z | |
| 1940 | 2026-08-31T14:29:35.090Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/379) |
| 1941 | 2026-08-31T14:29:35.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-08-31T14:29:35.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-08-31T14:29:35.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-08-31T14:29:35.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1945 | 2026-08-31T14:29:35.646Z | |
| 1946 | 2026-08-31T14:29:35.646Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/379) |
| 1947 | 2026-08-31T14:29:36.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-08-31T14:29:36.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-08-31T14:29:36.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-08-31T14:29:36.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1951 | 2026-08-31T14:29:36.215Z | |
| 1952 | 2026-08-31T14:29:36.215Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/379) |
| 1953 | 2026-08-31T14:29:36.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-08-31T14:29:36.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-08-31T14:29:36.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-08-31T14:29:36.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1957 | 2026-08-31T14:29:36.592Z | |
| 1958 | 2026-08-31T14:29:36.592Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/379) |
| 1959 | 2026-08-31T14:29:36.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-08-31T14:29:36.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-08-31T14:29:36.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-08-31T14:29:36.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1963 | 2026-08-31T14:29:37.002Z | |
| 1964 | 2026-08-31T14:29:37.002Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/379) |
| 1965 | 2026-08-31T14:29:37.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-08-31T14:29:37.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-08-31T14:29:37.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-08-31T14:29:37.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1969 | 2026-08-31T14:29:37.464Z | |
| 1970 | 2026-08-31T14:29:37.464Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/379) |
| 1971 | 2026-08-31T14:29:37.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-08-31T14:29:37.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-08-31T14:29:37.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-08-31T14:29:37.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1975 | 2026-08-31T14:29:37.808Z | |
| 1976 | 2026-08-31T14:29:37.808Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/379) |
| 1977 | 2026-08-31T14:29:38.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-08-31T14:29:38.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-08-31T14:29:38.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-08-31T14:29:38.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1981 | 2026-08-31T14:29:38.239Z | |
| 1982 | 2026-08-31T14:29:38.239Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/379) |
| 1983 | 2026-08-31T14:29:38.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-08-31T14:29:38.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-08-31T14:29:38.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-08-31T14:29:38.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1987 | 2026-08-31T14:29:38.622Z | |
| 1988 | 2026-08-31T14:29:38.622Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/379) |
| 1989 | 2026-08-31T14:29:38.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-08-31T14:29:38.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-08-31T14:29:38.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-08-31T14:29:38.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1993 | 2026-08-31T14:29:39.021Z | |
| 1994 | 2026-08-31T14:29:39.021Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/379) |
| 1995 | 2026-08-31T14:29:39.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-08-31T14:29:39.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-08-31T14:29:39.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-08-31T14:29:39.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1999 | 2026-08-31T14:29:39.424Z | |
| 2000 | 2026-08-31T14:29:39.424Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/379) |
| 2001 | 2026-08-31T14:29:39.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-08-31T14:29:39.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-08-31T14:29:39.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-08-31T14:29:39.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2005 | 2026-08-31T14:29:39.833Z | |
| 2006 | 2026-08-31T14:29:39.833Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/379) |
| 2007 | 2026-08-31T14:29:40.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-08-31T14:29:40.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-08-31T14:29:40.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-08-31T14:29:40.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2011 | 2026-08-31T14:29:40.253Z | |
| 2012 | 2026-08-31T14:29:40.253Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/379) |
| 2013 | 2026-08-31T14:29:40.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-08-31T14:29:40.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-08-31T14:29:40.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-08-31T14:29:40.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2017 | 2026-08-31T14:29:40.644Z | |
| 2018 | 2026-08-31T14:29:40.645Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/379) |
| 2019 | 2026-08-31T14:29:40.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-08-31T14:29:41.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-08-31T14:29:41.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-08-31T14:29:41.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2023 | 2026-08-31T14:29:41.054Z | |
| 2024 | 2026-08-31T14:29:41.054Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/379) |
| 2025 | 2026-08-31T14:29:41.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-08-31T14:29:41.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-08-31T14:29:41.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-08-31T14:29:41.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2029 | 2026-08-31T14:29:41.483Z | |
| 2030 | 2026-08-31T14:29:41.483Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/379) |
| 2031 | 2026-08-31T14:29:41.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-08-31T14:29:41.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-08-31T14:29:41.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-08-31T14:29:41.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2035 | 2026-08-31T14:29:41.862Z | |
| 2036 | 2026-08-31T14:29:41.862Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/379) |
| 2037 | 2026-08-31T14:29:42.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-08-31T14:29:42.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-08-31T14:29:42.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-08-31T14:29:42.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2041 | 2026-08-31T14:29:42.285Z | |
| 2042 | 2026-08-31T14:29:42.285Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/379) |
| 2043 | 2026-08-31T14:29:42.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-08-31T14:29:42.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-08-31T14:29:42.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-08-31T14:29:42.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2047 | 2026-08-31T14:29:42.675Z | |
| 2048 | 2026-08-31T14:29:42.675Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/379) |
| 2049 | 2026-08-31T14:29:43.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-08-31T14:29:43.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-08-31T14:29:43.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-08-31T14:29:43.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2053 | 2026-08-31T14:29:43.085Z | |
| 2054 | 2026-08-31T14:29:43.085Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/379) |
| 2055 | 2026-08-31T14:29:43.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-08-31T14:29:43.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-08-31T14:29:43.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-08-31T14:29:43.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2059 | 2026-08-31T14:29:43.487Z | |
| 2060 | 2026-08-31T14:29:43.488Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/379) |
| 2061 | 2026-08-31T14:29:43.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-08-31T14:29:43.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-08-31T14:29:43.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-08-31T14:29:43.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2065 | 2026-08-31T14:29:43.892Z | |
| 2066 | 2026-08-31T14:29:43.892Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/379) |
| 2067 | 2026-08-31T14:29:44.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-08-31T14:29:44.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-08-31T14:29:44.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-08-31T14:29:44.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2071 | 2026-08-31T14:29:44.347Z | |
| 2072 | 2026-08-31T14:29:44.347Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/379) |
| 2073 | 2026-08-31T14:29:44.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-08-31T14:29:44.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-08-31T14:29:44.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-08-31T14:29:44.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2077 | 2026-08-31T14:29:44.700Z | |
| 2078 | 2026-08-31T14:29:44.700Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/379) |
| 2079 | 2026-08-31T14:29:45.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-08-31T14:29:45.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-08-31T14:29:45.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-08-31T14:29:45.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2083 | 2026-08-31T14:29:45.106Z | |
| 2084 | 2026-08-31T14:29:45.107Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/379) |
| 2085 | 2026-08-31T14:29:45.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-08-31T14:29:45.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-08-31T14:29:45.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-08-31T14:29:45.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2089 | 2026-08-31T14:29:45.533Z | |
| 2090 | 2026-08-31T14:29:45.533Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/379) |
| 2091 | 2026-08-31T14:29:45.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-08-31T14:29:45.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-08-31T14:29:45.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-08-31T14:29:45.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2095 | 2026-08-31T14:29:45.927Z | |
| 2096 | 2026-08-31T14:29:45.927Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/379) |
| 2097 | 2026-08-31T14:29:46.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-08-31T14:29:46.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-08-31T14:29:46.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-08-31T14:29:46.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2101 | 2026-08-31T14:29:46.336Z | |
| 2102 | 2026-08-31T14:29:46.336Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/379) |
| 2103 | 2026-08-31T14:29:46.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-08-31T14:29:46.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-08-31T14:29:46.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-08-31T14:29:46.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2107 | 2026-08-31T14:29:46.739Z | |
| 2108 | 2026-08-31T14:29:46.739Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/379) |
| 2109 | 2026-08-31T14:29:47.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-08-31T14:29:47.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-08-31T14:29:47.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-08-31T14:29:47.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2113 | 2026-08-31T14:29:47.147Z | |
| 2114 | 2026-08-31T14:29:47.147Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/379) |
| 2115 | 2026-08-31T14:29:47.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-08-31T14:29:47.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-08-31T14:29:47.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-08-31T14:29:47.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2119 | 2026-08-31T14:29:47.554Z | |
| 2120 | 2026-08-31T14:29:47.554Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/379) |
| 2121 | 2026-08-31T14:29:47.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-08-31T14:29:47.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-08-31T14:29:47.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-08-31T14:29:47.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2125 | 2026-08-31T14:29:47.961Z | |
| 2126 | 2026-08-31T14:29:47.961Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/379) |
| 2127 | 2026-08-31T14:29:48.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-08-31T14:29:48.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-08-31T14:29:48.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-08-31T14:29:48.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2131 | 2026-08-31T14:29:48.367Z | |
| 2132 | 2026-08-31T14:29:48.367Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/379) |
| 2133 | 2026-08-31T14:29:48.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-08-31T14:29:48.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-08-31T14:29:48.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-08-31T14:29:48.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2137 | 2026-08-31T14:29:48.779Z | |
| 2138 | 2026-08-31T14:29:48.779Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/379) |
| 2139 | 2026-08-31T14:29:49.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-08-31T14:29:49.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-08-31T14:29:49.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-08-31T14:29:49.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2143 | 2026-08-31T14:29:49.188Z | |
| 2144 | 2026-08-31T14:29:49.188Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/379) |
| 2145 | 2026-08-31T14:29:49.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-08-31T14:29:49.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-08-31T14:29:49.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-08-31T14:29:49.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2149 | 2026-08-31T14:29:49.601Z | |
| 2150 | 2026-08-31T14:29:49.601Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/379) |
| 2151 | 2026-08-31T14:29:50.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-08-31T14:29:50.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-08-31T14:29:50.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-08-31T14:29:50.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2155 | 2026-08-31T14:29:50.052Z | |
| 2156 | 2026-08-31T14:29:50.052Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/379) |
| 2157 | 2026-08-31T14:29:50.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-08-31T14:29:50.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-08-31T14:29:50.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-08-31T14:29:50.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2161 | 2026-08-31T14:29:50.427Z | |
| 2162 | 2026-08-31T14:29:50.427Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/379) |
| 2163 | 2026-08-31T14:29:50.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-08-31T14:29:50.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-08-31T14:29:50.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-08-31T14:29:50.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2167 | 2026-08-31T14:29:50.837Z | |
| 2168 | 2026-08-31T14:29:50.837Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/379) |
| 2169 | 2026-08-31T14:29:51.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-08-31T14:29:51.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-08-31T14:29:51.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-08-31T14:29:51.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2173 | 2026-08-31T14:29:51.241Z | |
| 2174 | 2026-08-31T14:29:51.241Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/379) |
| 2175 | 2026-08-31T14:29:51.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-08-31T14:29:51.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-08-31T14:29:51.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-08-31T14:29:51.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2179 | 2026-08-31T14:29:51.646Z | |
| 2180 | 2026-08-31T14:29:51.646Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/379) |
| 2181 | 2026-08-31T14:29:52.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-08-31T14:29:52.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-08-31T14:29:52.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-08-31T14:29:52.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2185 | 2026-08-31T14:29:52.059Z | |
| 2186 | 2026-08-31T14:29:52.059Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/379) |
| 2187 | 2026-08-31T14:29:52.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-08-31T14:29:52.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-08-31T14:29:52.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-08-31T14:29:52.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2191 | 2026-08-31T14:29:52.473Z | |
| 2192 | 2026-08-31T14:29:52.473Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/379) |
| 2193 | 2026-08-31T14:29:52.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-08-31T14:29:52.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-08-31T14:29:52.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-08-31T14:29:52.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2197 | 2026-08-31T14:29:52.872Z | |
| 2198 | 2026-08-31T14:29:52.872Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/379) |
| 2199 | 2026-08-31T14:29:53.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-08-31T14:29:53.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-08-31T14:29:53.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-08-31T14:29:53.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2203 | 2026-08-31T14:29:53.355Z | |
| 2204 | 2026-08-31T14:29:53.355Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/379) |
| 2205 | 2026-08-31T14:29:53.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-08-31T14:29:53.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-08-31T14:29:53.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-08-31T14:29:53.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2209 | 2026-08-31T14:29:53.688Z | |
| 2210 | 2026-08-31T14:29:53.689Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/379) |
| 2211 | 2026-08-31T14:29:54.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-08-31T14:29:54.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-08-31T14:29:54.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-08-31T14:29:54.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2215 | 2026-08-31T14:29:54.157Z | |
| 2216 | 2026-08-31T14:29:54.157Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/379) |
| 2217 | 2026-08-31T14:29:54.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-08-31T14:29:54.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-08-31T14:29:54.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-08-31T14:29:54.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2221 | 2026-08-31T14:29:54.505Z | |
| 2222 | 2026-08-31T14:29:54.505Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/379) |
| 2223 | 2026-08-31T14:29:54.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-08-31T14:29:54.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-08-31T14:29:54.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-08-31T14:29:54.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2227 | 2026-08-31T14:29:54.908Z | |
| 2228 | 2026-08-31T14:29:54.908Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/379) |
| 2229 | 2026-08-31T14:29:55.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-08-31T14:29:55.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-08-31T14:29:55.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-08-31T14:29:55.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2233 | 2026-08-31T14:29:55.317Z | |
| 2234 | 2026-08-31T14:29:55.317Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/379) |
| 2235 | 2026-08-31T14:29:55.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-08-31T14:29:55.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-08-31T14:29:55.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-08-31T14:29:55.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2239 | 2026-08-31T14:29:55.744Z | |
| 2240 | 2026-08-31T14:29:55.744Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/379) |
| 2241 | 2026-08-31T14:29:56.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-08-31T14:29:56.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-08-31T14:29:56.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-08-31T14:29:56.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2245 | 2026-08-31T14:29:56.141Z | |
| 2246 | 2026-08-31T14:29:56.141Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/379) |
| 2247 | 2026-08-31T14:29:56.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-08-31T14:29:56.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-08-31T14:29:56.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-08-31T14:29:56.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2251 | 2026-08-31T14:29:56.572Z | |
| 2252 | 2026-08-31T14:29:56.572Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/379) |
| 2253 | 2026-08-31T14:29:56.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-08-31T14:29:56.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-08-31T14:29:56.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-08-31T14:29:56.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2257 | 2026-08-31T14:29:56.965Z | |
| 2258 | 2026-08-31T14:29:56.965Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/379) |
| 2259 | 2026-08-31T14:29:57.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-08-31T14:29:57.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-08-31T14:29:57.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-08-31T14:29:57.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2263 | 2026-08-31T14:29:57.419Z | |
| 2264 | 2026-08-31T14:29:57.419Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/379) |
| 2265 | 2026-08-31T14:29:57.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-08-31T14:29:57.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-08-31T14:29:57.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2026-08-31T14:29:57.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2269 | 2026-08-31T14:29:57.790Z | |
| 2270 | 2026-08-31T14:29:57.790Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/379) |
| 2271 | 2026-08-31T14:29:58.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2026-08-31T14:29:58.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2026-08-31T14:29:58.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2026-08-31T14:29:58.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2275 | 2026-08-31T14:29:58.198Z | |
| 2276 | 2026-08-31T14:29:58.198Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/379) |
| 2277 | 2026-08-31T14:29:58.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2026-08-31T14:29:58.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2026-08-31T14:29:58.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2026-08-31T14:29:58.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2281 | 2026-08-31T14:29:58.608Z | |
| 2282 | 2026-08-31T14:29:58.608Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/379) |
| 2283 | 2026-08-31T14:29:58.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2026-08-31T14:29:58.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2026-08-31T14:29:58.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2026-08-31T14:29:58.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2287 | 2026-08-31T14:29:59.019Z | |
| 2288 | 2026-08-31T14:29:59.019Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/379) |
| 2289 | 2026-08-31T14:29:59.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2026-08-31T14:29:59.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2026-08-31T14:29:59.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2026-08-31T14:29:59.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2293 | 2026-08-31T14:29:59.431Z | |
| 2294 | 2026-08-31T14:29:59.431Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/379) |
| 2295 | 2026-08-31T14:29:59.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2026-08-31T14:29:59.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2026-08-31T14:29:59.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2026-08-31T14:29:59.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2299 | 2026-08-31T14:29:59.839Z | |
| 2300 | 2026-08-31T14:29:59.840Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/379) |
| 2301 | 2026-08-31T14:30:00.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2026-08-31T14:30:00.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2026-08-31T14:30:00.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2026-08-31T14:30:00.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2305 | 2026-08-31T14:30:00.256Z | |
| 2306 | 2026-08-31T14:30:00.256Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/379) |
| 2307 | 2026-08-31T14:30:00.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2026-08-31T14:30:00.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2026-08-31T14:30:00.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2026-08-31T14:30:00.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2311 | 2026-08-31T14:30:00.671Z | |
| 2312 | 2026-08-31T14:30:00.672Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/379) |
| 2313 | 2026-08-31T14:30:01.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2026-08-31T14:30:01.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2026-08-31T14:30:01.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2026-08-31T14:30:01.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2317 | 2026-08-31T14:30:01.081Z | |
| 2318 | 2026-08-31T14:30:01.081Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/379) |
| 2319 | 2026-08-31T14:30:01.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2026-08-31T14:30:01.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2026-08-31T14:30:01.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2026-08-31T14:30:01.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2323 | 2026-08-31T14:30:01.492Z | |
| 2324 | 2026-08-31T14:30:01.492Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/379) |
| 2325 | 2026-08-31T14:30:01.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2026-08-31T14:30:01.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2026-08-31T14:30:01.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2328 | 2026-08-31T14:30:01.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2329 | 2026-08-31T14:30:01.906Z | |
| 2330 | 2026-08-31T14:30:01.906Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/379) |
| 2331 | 2026-08-31T14:30:02.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2332 | 2026-08-31T14:30:02.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2333 | 2026-08-31T14:30:02.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2334 | 2026-08-31T14:30:02.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2335 | 2026-08-31T14:30:02.322Z | |
| 2336 | 2026-08-31T14:30:02.322Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/379) |
| 2337 | 2026-08-31T14:30:02.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2338 | 2026-08-31T14:30:02.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2339 | 2026-08-31T14:30:02.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2340 | 2026-08-31T14:30:02.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2341 | 2026-08-31T14:30:02.730Z | |
| 2342 | 2026-08-31T14:30:02.730Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/379) |
| 2343 | 2026-08-31T14:30:03.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2344 | 2026-08-31T14:30:03.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2345 | 2026-08-31T14:30:03.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2346 | 2026-08-31T14:30:03.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2347 | 2026-08-31T14:30:03.135Z | |
| 2348 | 2026-08-31T14:30:03.135Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/379) |
| 2349 | 2026-08-31T14:30:03.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2026-08-31T14:30:03.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2026-08-31T14:30:03.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2352 | 2026-08-31T14:30:03.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2353 | 2026-08-31T14:30:03.572Z | |
| 2354 | 2026-08-31T14:30:03.572Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/379) |
| 2355 | 2026-08-31T14:30:03.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2026-08-31T14:30:03.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2026-08-31T14:30:03.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2358 | 2026-08-31T14:30:03.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2359 | 2026-08-31T14:30:03.967Z | |
| 2360 | 2026-08-31T14:30:03.967Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/379) |
| 2361 | 2026-08-31T14:30:04.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2362 | 2026-08-31T14:30:04.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2363 | 2026-08-31T14:30:04.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2364 | 2026-08-31T14:30:04.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2365 | 2026-08-31T14:30:04.682Z | |
| 2366 | 2026-08-31T14:30:04.682Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/379) |
| 2367 | 2026-08-31T14:30:04.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2368 | 2026-08-31T14:30:04.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2369 | 2026-08-31T14:30:04.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2370 | 2026-08-31T14:30:04.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2371 | 2026-08-31T14:30:04.825Z | |
| 2372 | 2026-08-31T14:30:04.825Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/379) |
| 2373 | 2026-08-31T14:30:05.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2374 | 2026-08-31T14:30:05.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2375 | 2026-08-31T14:30:05.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2376 | 2026-08-31T14:30:05.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2377 | 2026-08-31T14:30:05.189Z | |
| 2378 | 2026-08-31T14:30:05.190Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/379) |
| 2379 | 2026-08-31T14:30:05.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2380 | 2026-08-31T14:30:05.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2381 | 2026-08-31T14:30:05.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2382 | 2026-08-31T14:30:05.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2383 | 2026-08-31T14:30:05.601Z | |
| 2384 | 2026-08-31T14:30:05.601Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/379) |
| 2385 | 2026-08-31T14:30:06.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2386 | 2026-08-31T14:30:06.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2387 | 2026-08-31T14:30:06.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2388 | 2026-08-31T14:30:06.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2389 | 2026-08-31T14:30:06.364Z | |
| 2390 | 2026-08-31T14:30:06.364Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/379) |
| 2391 | 2026-08-31T14:30:06.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2392 | 2026-08-31T14:30:06.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2393 | 2026-08-31T14:30:06.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2394 | 2026-08-31T14:30:06.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2395 | 2026-08-31T14:30:06.421Z | |
| 2396 | 2026-08-31T14:30:06.421Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/379) |
| 2397 | 2026-08-31T14:30:06.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2398 | 2026-08-31T14:30:06.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2399 | 2026-08-31T14:30:06.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2400 | 2026-08-31T14:30:06.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2401 | 2026-08-31T14:30:06.824Z | |
| 2402 | 2026-08-31T14:30:06.824Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/379) |
| 2403 | 2026-08-31T14:30:07.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2404 | 2026-08-31T14:30:07.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2405 | 2026-08-31T14:30:07.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2406 | 2026-08-31T14:30:07.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2407 | 2026-08-31T14:30:07.593Z | |
| 2408 | 2026-08-31T14:30:07.593Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/379) |
| 2409 | 2026-08-31T14:30:07.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2410 | 2026-08-31T14:30:07.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2411 | 2026-08-31T14:30:07.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2412 | 2026-08-31T14:30:07.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2413 | 2026-08-31T14:30:07.646Z | |
| 2414 | 2026-08-31T14:30:07.646Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/379) |
| 2415 | 2026-08-31T14:30:08.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2416 | 2026-08-31T14:30:08.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2417 | 2026-08-31T14:30:08.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2418 | 2026-08-31T14:30:08.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2419 | 2026-08-31T14:30:08.057Z | |
| 2420 | 2026-08-31T14:30:08.057Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/379) |
| 2421 | 2026-08-31T14:30:08.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2422 | 2026-08-31T14:30:08.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2423 | 2026-08-31T14:30:08.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2424 | 2026-08-31T14:30:08.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2425 | 2026-08-31T14:30:08.473Z | |
| 2426 | 2026-08-31T14:30:08.473Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/379) |
| 2427 | 2026-08-31T14:30:08.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2428 | 2026-08-31T14:30:08.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2429 | 2026-08-31T14:30:08.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2430 | 2026-08-31T14:30:08.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2431 | 2026-08-31T14:30:08.877Z | |
| 2432 | 2026-08-31T14:30:08.877Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/379) |
| 2433 | 2026-08-31T14:30:09.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2434 | 2026-08-31T14:30:09.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2435 | 2026-08-31T14:30:09.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2436 | 2026-08-31T14:30:09.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2437 | 2026-08-31T14:30:09.485Z | |
| 2438 | 2026-08-31T14:30:09.485Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/379) |
| 2439 | 2026-08-31T14:30:09.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2440 | 2026-08-31T14:30:09.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2441 | 2026-08-31T14:30:09.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2442 | 2026-08-31T14:30:09.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2443 | 2026-08-31T14:30:10.058Z | |
| 2444 | 2026-08-31T14:30:10.058Z | info: running `cargo check --bins` on nexus-config (91/379) |
| 2445 | 2026-08-31T14:30:10.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2446 | 2026-08-31T14:30:10.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2447 | 2026-08-31T14:30:10.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2448 | 2026-08-31T14:30:10.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2449 | 2026-08-31T14:30:10.654Z | |
| 2450 | 2026-08-31T14:30:10.655Z | info: running `cargo check --bins` on nexus-types (92/379) |
| 2451 | 2026-08-31T14:30:11.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2452 | 2026-08-31T14:30:11.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2453 | 2026-08-31T14:30:11.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2454 | 2026-08-31T14:30:11.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2455 | 2026-08-31T14:30:11.251Z | |
| 2456 | 2026-08-31T14:30:11.251Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/379) |
| 2457 | 2026-08-31T14:30:11.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2458 | 2026-08-31T14:30:11.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2459 | 2026-08-31T14:30:11.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2460 | 2026-08-31T14:30:11.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2461 | 2026-08-31T14:30:11.814Z | |
| 2462 | 2026-08-31T14:30:11.815Z | info: running `cargo check --bins` on omicron-passwords (94/379) |
| 2463 | 2026-08-31T14:30:12.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2464 | 2026-08-31T14:30:12.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2465 | 2026-08-31T14:30:12.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2466 | 2026-08-31T14:30:12.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2467 | 2026-08-31T14:30:12.362Z | |
| 2468 | 2026-08-31T14:30:12.362Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/379) |
| 2469 | 2026-08-31T14:30:12.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2470 | 2026-08-31T14:30:12.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2471 | 2026-08-31T14:30:12.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2472 | 2026-08-31T14:30:13.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2473 | 2026-08-31T14:30:13.269Z | |
| 2474 | 2026-08-31T14:30:13.269Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/379) |
| 2475 | 2026-08-31T14:30:13.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2476 | 2026-08-31T14:30:13.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2477 | 2026-08-31T14:30:13.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2478 | 2026-08-31T14:30:13.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2479 | 2026-08-31T14:30:13.899Z | |
| 2480 | 2026-08-31T14:30:13.899Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/379) |
| 2481 | 2026-08-31T14:30:14.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2482 | 2026-08-31T14:30:14.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2483 | 2026-08-31T14:30:14.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2484 | 2026-08-31T14:30:14.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2485 | 2026-08-31T14:30:14.085Z | |
| 2486 | 2026-08-31T14:30:14.085Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/379) |
| 2487 | 2026-08-31T14:30:14.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2488 | 2026-08-31T14:30:14.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2489 | 2026-08-31T14:30:14.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2490 | 2026-08-31T14:30:14.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2491 | 2026-08-31T14:30:14.621Z | |
| 2492 | 2026-08-31T14:30:14.621Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/379) |
| 2493 | 2026-08-31T14:30:15.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2494 | 2026-08-31T14:30:15.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2495 | 2026-08-31T14:30:15.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2496 | 2026-08-31T14:30:15.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2497 | 2026-08-31T14:30:15.504Z | |
| 2498 | 2026-08-31T14:30:15.504Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/379) |
| 2499 | 2026-08-31T14:30:15.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2500 | 2026-08-31T14:30:15.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2501 | 2026-08-31T14:30:15.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2502 | 2026-08-31T14:30:15.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2503 | 2026-08-31T14:30:15.708Z | |
| 2504 | 2026-08-31T14:30:15.708Z | info: running `cargo check --bins --no-default-features` on gfss (101/379) |
| 2505 | 2026-08-31T14:30:16.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2506 | 2026-08-31T14:30:16.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2507 | 2026-08-31T14:30:16.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2508 | 2026-08-31T14:30:16.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2509 | 2026-08-31T14:30:16.592Z | |
| 2510 | 2026-08-31T14:30:16.592Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/379) |
| 2511 | 2026-08-31T14:30:16.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2512 | 2026-08-31T14:30:16.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2513 | 2026-08-31T14:30:16.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2514 | 2026-08-31T14:30:16.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2515 | 2026-08-31T14:30:16.804Z | |
| 2516 | 2026-08-31T14:30:16.804Z | info: running `cargo check --bins` on trust-quorum-types (103/379) |
| 2517 | 2026-08-31T14:30:17.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2518 | 2026-08-31T14:30:17.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2519 | 2026-08-31T14:30:17.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2520 | 2026-08-31T14:30:17.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2521 | 2026-08-31T14:30:17.348Z | |
| 2522 | 2026-08-31T14:30:17.348Z | info: running `cargo check --bins` on wicketd-commission-types (104/379) |
| 2523 | 2026-08-31T14:30:17.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2524 | 2026-08-31T14:30:17.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2525 | 2026-08-31T14:30:17.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2526 | 2026-08-31T14:30:17.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2527 | 2026-08-31T14:30:18.318Z | |
| 2528 | 2026-08-31T14:30:18.318Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/379) |
| 2529 | 2026-08-31T14:30:18.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2530 | 2026-08-31T14:30:18.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2531 | 2026-08-31T14:30:18.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2532 | 2026-08-31T14:30:18.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2533 | 2026-08-31T14:30:18.476Z | |
| 2534 | 2026-08-31T14:30:18.476Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/379) |
| 2535 | 2026-08-31T14:30:18.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2536 | 2026-08-31T14:30:18.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2537 | 2026-08-31T14:30:18.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2538 | 2026-08-31T14:30:18.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2539 | 2026-08-31T14:30:19.029Z | |
| 2540 | 2026-08-31T14:30:19.029Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/379) |
| 2541 | 2026-08-31T14:30:19.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2542 | 2026-08-31T14:30:19.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2543 | 2026-08-31T14:30:19.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2544 | 2026-08-31T14:30:19.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2545 | 2026-08-31T14:30:19.582Z | |
| 2546 | 2026-08-31T14:30:19.582Z | info: running `cargo check --bins` on clickhouse-admin-types (108/379) |
| 2547 | 2026-08-31T14:30:20.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2548 | 2026-08-31T14:30:20.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2549 | 2026-08-31T14:30:20.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2550 | 2026-08-31T14:30:20.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2551 | 2026-08-31T14:30:20.148Z | |
| 2552 | 2026-08-31T14:30:20.149Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/379) |
| 2553 | 2026-08-31T14:30:20.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2554 | 2026-08-31T14:30:20.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2555 | 2026-08-31T14:30:20.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2556 | 2026-08-31T14:30:20.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2557 | 2026-08-31T14:30:20.710Z | |
| 2558 | 2026-08-31T14:30:20.710Z | info: running `cargo check --bins` on cockroach-admin-types (110/379) |
| 2559 | 2026-08-31T14:30:21.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2560 | 2026-08-31T14:30:21.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2561 | 2026-08-31T14:30:21.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2562 | 2026-08-31T14:30:21.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2563 | 2026-08-31T14:30:21.587Z | |
| 2564 | 2026-08-31T14:30:21.587Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/379) |
| 2565 | 2026-08-31T14:30:21.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2566 | 2026-08-31T14:30:21.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2567 | 2026-08-31T14:30:21.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2568 | 2026-08-31T14:30:21.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2569 | 2026-08-31T14:30:22.208Z | |
| 2570 | 2026-08-31T14:30:22.208Z | info: running `cargo check --bins` on ereport-types (112/379) |
| 2571 | 2026-08-31T14:30:22.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2572 | 2026-08-31T14:30:22.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2573 | 2026-08-31T14:30:22.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2574 | 2026-08-31T14:30:22.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2575 | 2026-08-31T14:30:22.358Z | |
| 2576 | 2026-08-31T14:30:22.358Z | info: running `cargo check --bins` on gateway-client (113/379) |
| 2577 | 2026-08-31T14:30:22.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2578 | 2026-08-31T14:30:22.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2579 | 2026-08-31T14:30:22.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2580 | 2026-08-31T14:30:22.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2581 | 2026-08-31T14:30:22.916Z | |
| 2582 | 2026-08-31T14:30:22.916Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/379) |
| 2583 | 2026-08-31T14:30:23.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2584 | 2026-08-31T14:30:23.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2585 | 2026-08-31T14:30:23.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2586 | 2026-08-31T14:30:23.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2587 | 2026-08-31T14:30:23.647Z | |
| 2588 | 2026-08-31T14:30:23.647Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/379) |
| 2589 | 2026-08-31T14:30:23.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2026-08-31T14:30:23.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2026-08-31T14:30:23.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2592 | 2026-08-31T14:30:23.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2593 | 2026-08-31T14:30:24.023Z | |
| 2594 | 2026-08-31T14:30:24.023Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/379) |
| 2595 | 2026-08-31T14:30:24.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2026-08-31T14:30:24.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2026-08-31T14:30:24.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2598 | 2026-08-31T14:30:24.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2599 | 2026-08-31T14:30:24.927Z | |
| 2600 | 2026-08-31T14:30:24.927Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/379) |
| 2601 | 2026-08-31T14:30:25.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2026-08-31T14:30:25.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2026-08-31T14:30:25.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2604 | 2026-08-31T14:30:25.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2605 | 2026-08-31T14:30:25.169Z | |
| 2606 | 2026-08-31T14:30:25.169Z | info: running `cargo check --bins` on key-manager-types (118/379) |
| 2607 | 2026-08-31T14:30:25.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2026-08-31T14:30:25.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2026-08-31T14:30:25.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2610 | 2026-08-31T14:30:25.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2611 | 2026-08-31T14:30:25.713Z | |
| 2612 | 2026-08-31T14:30:25.713Z | info: running `cargo check --bins` on oxlog (119/379) |
| 2613 | 2026-08-31T14:30:26.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2026-08-31T14:30:26.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2026-08-31T14:30:26.308Z | Checking cfg-if v1.0.4 |
| 2616 | 2026-08-31T14:30:26.313Z | Checking serde_core v1.0.229 |
| 2617 | 2026-08-31T14:30:26.313Z | Checking libc v0.2.185 |
| 2618 | 2026-08-31T14:30:26.427Z | Checking memchr v2.8.0 |
| 2619 | 2026-08-31T14:30:26.434Z | Checking log v0.4.33 |
| 2620 | 2026-08-31T14:30:26.438Z | Checking smallvec v1.15.1 |
| 2621 | 2026-08-31T14:30:26.454Z | Checking subtle v2.6.1 |
| 2622 | 2026-08-31T14:30:26.463Z | Checking itoa v1.0.17 |
| 2623 | 2026-08-31T14:30:26.474Z | Checking scopeguard v1.2.0 |
| 2624 | 2026-08-31T14:30:26.565Z | Checking lock_api v0.4.14 |
| 2625 | 2026-08-31T14:30:26.582Z | Checking typenum v1.20.1 |
| 2626 | 2026-08-31T14:30:26.593Z | Checking stable_deref_trait v1.2.1 |
| 2627 | 2026-08-31T14:30:26.605Z | Checking zerofrom v0.1.6 |
| 2628 | 2026-08-31T14:30:26.617Z | Checking portable-atomic v1.13.1 |
| 2629 | 2026-08-31T14:30:26.657Z | Checking zerocopy v0.8.55 |
| 2630 | 2026-08-31T14:30:26.712Z | Checking yoke v0.8.1 |
| 2631 | 2026-08-31T14:30:26.758Z | Checking critical-section v1.2.0 |
| 2632 | 2026-08-31T14:30:26.787Z | Checking pin-project-lite v0.2.17 |
| 2633 | 2026-08-31T14:30:26.799Z | Checking errno v0.3.14 |
| 2634 | 2026-08-31T14:30:26.849Z | Checking getrandom v0.2.17 |
| 2635 | 2026-08-31T14:30:26.872Z | Checking zerovec v0.11.5 |
| 2636 | 2026-08-31T14:30:26.875Z | Checking const-oid v0.9.6 |
| 2637 | 2026-08-31T14:30:26.909Z | Checking libm v0.2.16 |
| 2638 | 2026-08-31T14:30:26.996Z | Checking rand_core v0.6.4 |
| 2639 | 2026-08-31T14:30:27.015Z | Checking once_cell v1.21.3 |
| 2640 | 2026-08-31T14:30:27.166Z | Checking zmij v1.0.21 |
| 2641 | 2026-08-31T14:30:27.190Z | Checking signal-hook-registry v1.4.8 |
| 2642 | 2026-08-31T14:30:27.700Z | Checking tinystr v0.8.2 |
| 2643 | 2026-08-31T14:30:27.704Z | Checking parking_lot_core v0.9.12 |
| 2644 | 2026-08-31T14:30:27.704Z | Checking percent-encoding v2.3.2 |
| 2645 | 2026-08-31T14:30:27.704Z | Checking futures-core v0.3.32 |
| 2646 | 2026-08-31T14:30:27.704Z | Checking litemap v0.8.1 |
| 2647 | 2026-08-31T14:30:27.704Z | Checking rand_core v0.10.0 |
| 2648 | 2026-08-31T14:30:27.705Z | Checking writeable v0.6.2 |
| 2649 | 2026-08-31T14:30:27.705Z | Checking parking_lot v0.12.5 |
| 2650 | 2026-08-31T14:30:27.705Z | Checking potential_utf v0.1.4 |
| 2651 | 2026-08-31T14:30:27.705Z | Checking num-traits v0.2.19 |
| 2652 | 2026-08-31T14:30:27.705Z | Checking getrandom v0.4.3 |
| 2653 | 2026-08-31T14:30:27.705Z | Checking zerotrie v0.2.3 |
| 2654 | 2026-08-31T14:30:27.705Z | Checking icu_locale_core v2.1.1 |
| 2655 | 2026-08-31T14:30:27.705Z | Checking mio v1.2.0 |
| 2656 | 2026-08-31T14:30:27.705Z | Checking equivalent v1.0.2 |
| 2657 | 2026-08-31T14:30:27.769Z | Checking icu_collections v2.1.1 |
| 2658 | 2026-08-31T14:30:27.784Z | Checking socket2 v0.6.3 |
| 2659 | 2026-08-31T14:30:27.884Z | Checking icu_properties_data v2.1.2 |
| 2660 | 2026-08-31T14:30:27.909Z | Checking serde v1.0.229 |
| 2661 | 2026-08-31T14:30:27.953Z | Checking bitflags v2.11.0 |
| 2662 | 2026-08-31T14:30:28.011Z | Checking serde_json v1.0.151 |
| 2663 | 2026-08-31T14:30:28.018Z | Checking icu_normalizer_data v2.1.1 |
| 2664 | 2026-08-31T14:30:28.071Z | Checking byteorder v1.5.0 |
| 2665 | 2026-08-31T14:30:28.087Z | Checking hashbrown v0.17.0 |
| 2666 | 2026-08-31T14:30:28.525Z | Checking futures-sink v0.3.32 |
| 2667 | 2026-08-31T14:30:28.532Z | Checking getrandom v0.3.4 |
| 2668 | 2026-08-31T14:30:28.532Z | Checking icu_provider v2.1.1 |
| 2669 | 2026-08-31T14:30:28.532Z | Checking futures-channel v0.3.32 |
| 2670 | 2026-08-31T14:30:28.532Z | Checking slab v0.4.12 |
| 2671 | 2026-08-31T14:30:28.532Z | Checking futures-task v0.3.32 |
| 2672 | 2026-08-31T14:30:28.532Z | Checking zeroize v1.9.0 |
| 2673 | 2026-08-31T14:30:28.532Z | Checking bytes v1.11.1 |
| 2674 | 2026-08-31T14:30:28.532Z | Checking icu_properties v2.1.2 |
| 2675 | 2026-08-31T14:30:28.533Z | Checking icu_normalizer v2.1.1 |
| 2676 | 2026-08-31T14:30:28.533Z | Checking futures-io v0.3.32 |
| 2677 | 2026-08-31T14:30:28.533Z | Checking generic-array v0.14.7 |
| 2678 | 2026-08-31T14:30:28.538Z | Checking utf8_iter v1.0.4 |
| 2679 | 2026-08-31T14:30:28.546Z | Checking indexmap v2.14.0 |
| 2680 | 2026-08-31T14:30:28.650Z | Checking futures-util v0.3.32 |
| 2681 | 2026-08-31T14:30:28.663Z | Checking rustix v1.1.4 |
| 2682 | 2026-08-31T14:30:28.707Z | Checking form_urlencoded v1.2.2 |
| 2683 | 2026-08-31T14:30:28.824Z | Checking tokio v1.52.1 |
| 2684 | 2026-08-31T14:30:29.251Z | Checking fnv v1.0.7 |
| 2685 | 2026-08-31T14:30:29.256Z | Checking crypto-common v0.1.7 |
| 2686 | 2026-08-31T14:30:29.257Z | Checking block-buffer v0.10.4 |
| 2687 | 2026-08-31T14:30:29.257Z | Checking base64ct v1.8.3 |
| 2688 | 2026-08-31T14:30:29.257Z | Checking digest v0.10.7 |
| 2689 | 2026-08-31T14:30:29.257Z | Checking iana-time-zone v0.1.65 |
| 2690 | 2026-08-31T14:30:29.257Z | Checking flagset v0.4.7 |
| 2691 | 2026-08-31T14:30:29.257Z | Checking idna_adapter v1.2.1 |
| 2692 | 2026-08-31T14:30:29.257Z | Checking chrono v0.4.45 |
| 2693 | 2026-08-31T14:30:29.270Z | Checking pem-rfc7468 v0.7.0 |
| 2694 | 2026-08-31T14:30:29.380Z | Checking rand_core v0.9.5 |
| 2695 | 2026-08-31T14:30:29.393Z | Checking idna v1.1.0 |
| 2696 | 2026-08-31T14:30:29.401Z | Checking ppv-lite86 v0.2.21 |
| 2697 | 2026-08-31T14:30:29.435Z | Checking der v0.7.10 |
| 2698 | 2026-08-31T14:30:29.483Z | Checking uuid v1.23.4 |
| 2699 | 2026-08-31T14:30:29.496Z | Checking regex-syntax v0.8.10 |
| 2700 | 2026-08-31T14:30:29.575Z | Checking url v2.5.8 |
| 2701 | 2026-08-31T14:30:29.697Z | Checking base64 v0.22.1 |
| 2702 | 2026-08-31T14:30:29.807Z | Checking http v1.4.2 |
| 2703 | 2026-08-31T14:30:29.921Z | Checking rand_chacha v0.9.0 |
| 2704 | 2026-08-31T14:30:30.006Z | Checking tracing-core v0.1.36 |
| 2705 | 2026-08-31T14:30:30.101Z | Checking cpufeatures v0.2.17 |
| 2706 | 2026-08-31T14:30:30.119Z | Checking simd-adler32 v0.3.8 |
| 2707 | 2026-08-31T14:30:30.164Z | Checking spki v0.7.3 |
| 2708 | 2026-08-31T14:30:30.175Z | Checking dyn-clone v1.0.20 |
| 2709 | 2026-08-31T14:30:30.273Z | Checking rand v0.9.2 |
| 2710 | 2026-08-31T14:30:30.289Z | Checking rustls-pki-types v1.14.0 |
| 2711 | 2026-08-31T14:30:30.320Z | Checking tracing v0.1.44 |
| 2712 | 2026-08-31T14:30:30.323Z | Checking pkcs8 v0.10.2 |
| 2713 | 2026-08-31T14:30:30.352Z | Checking http-body v1.0.1 |
| 2714 | 2026-08-31T14:30:30.477Z | Checking semver v1.0.28 |
| 2715 | 2026-08-31T14:30:30.477Z | Checking spin v0.9.8 |
| 2716 | 2026-08-31T14:30:30.511Z | Checking anstyle v1.0.14 |
| 2717 | 2026-08-31T14:30:30.562Z | Checking openssl-probe v0.2.1 |
| 2718 | 2026-08-31T14:30:30.575Z | Checking tinyvec_macros v0.1.1 |
| 2719 | 2026-08-31T14:30:30.639Z | Checking adler2 v2.0.1 |
| 2720 | 2026-08-31T14:30:30.654Z | Checking utf8parse v0.2.2 |
| 2721 | 2026-08-31T14:30:30.665Z | Checking cmov v0.5.4 |
| 2722 | 2026-08-31T14:30:30.679Z | Checking schemars v0.8.22 |
| 2723 | 2026-08-31T14:30:30.694Z | Checking tinyvec v1.10.0 |
| 2724 | 2026-08-31T14:30:30.731Z | Checking sha2 v0.10.9 |
| 2725 | 2026-08-31T14:30:30.749Z | Checking miniz_oxide v0.8.9 |
| 2726 | 2026-08-31T14:30:30.754Z | Checking anstyle-parse v1.0.0 |
| 2727 | 2026-08-31T14:30:30.770Z | Checking terminal_size v0.4.3 |
| 2728 | 2026-08-31T14:30:30.850Z | Checking ctutils v0.4.2 |
| 2729 | 2026-08-31T14:30:30.878Z | Checking aws-lc-sys v0.40.0 |
| 2730 | 2026-08-31T14:30:30.897Z | Checking thiserror v2.0.18 |
| 2731 | 2026-08-31T14:30:30.995Z | Checking try-lock v0.2.5 |
| 2732 | 2026-08-31T14:30:30.995Z | Checking fastrand v2.3.0 |
| 2733 | 2026-08-31T14:30:31.004Z | Checking is_terminal_polyfill v1.70.2 |
| 2734 | 2026-08-31T14:30:31.052Z | Checking anstyle-query v1.1.5 |
| 2735 | 2026-08-31T14:30:31.083Z | Checking atomic-waker v1.1.2 |
| 2736 | 2026-08-31T14:30:31.090Z | Checking tower-layer v0.3.3 |
| 2737 | 2026-08-31T14:30:31.095Z | Checking tower-service v0.3.3 |
| 2738 | 2026-08-31T14:30:31.136Z | Checking untrusted v0.7.1 |
| 2739 | 2026-08-31T14:30:31.171Z | Checking colorchoice v1.0.4 |
| 2740 | 2026-08-31T14:30:31.184Z | Checking want v0.3.1 |
| 2741 | 2026-08-31T14:30:31.197Z | Checking tempfile v3.27.0 |
| 2742 | 2026-08-31T14:30:31.234Z | Checking hybrid-array v0.4.13 |
| 2743 | 2026-08-31T14:30:31.249Z | Checking ipnet v2.12.0 |
| 2744 | 2026-08-31T14:30:31.267Z | Checking anstream v1.0.0 |
| 2745 | 2026-08-31T14:30:31.297Z | Checking crc32fast v1.5.0 |
| 2746 | 2026-08-31T14:30:31.321Z | Checking httparse v1.10.1 |
| 2747 | 2026-08-31T14:30:31.374Z | Checking aws-lc-rs v1.16.3 |
| 2748 | 2026-08-31T14:30:31.387Z | Checking aho-corasick v1.1.4 |
| 2749 | 2026-08-31T14:30:31.431Z | Checking foreign-types-shared v0.1.1 |
| 2750 | 2026-08-31T14:30:31.858Z | Checking untrusted v0.9.0 |
| 2751 | 2026-08-31T14:30:31.862Z | Checking httpdate v1.0.3 |
| 2752 | 2026-08-31T14:30:31.862Z | Checking tap v1.0.1 |
| 2753 | 2026-08-31T14:30:31.862Z | Checking plain v0.2.3 |
| 2754 | 2026-08-31T14:30:31.862Z | Checking foreign-types v0.3.2 |
| 2755 | 2026-08-31T14:30:31.862Z | Checking wyz v0.5.1 |
| 2756 | 2026-08-31T14:30:31.863Z | Checking unicode-normalization v0.1.25 |
| 2757 | 2026-08-31T14:30:31.863Z | Checking rand_chacha v0.3.1 |
| 2758 | 2026-08-31T14:30:31.863Z | Checking signature v2.2.0 |
| 2759 | 2026-08-31T14:30:31.863Z | Checking radium v0.7.0 |
| 2760 | 2026-08-31T14:30:31.863Z | Checking hex v0.4.3 |
| 2761 | 2026-08-31T14:30:31.863Z | Checking num-integer v0.1.46 |
| 2762 | 2026-08-31T14:30:31.941Z | Checking openssl-sys v0.9.117 |
| 2763 | 2026-08-31T14:30:31.975Z | Checking wait-timeout v0.2.1 |
| 2764 | 2026-08-31T14:30:32.002Z | Checking ucd-trie v0.1.7 |
| 2765 | 2026-08-31T14:30:32.018Z | Checking quick-error v1.2.3 |
| 2766 | 2026-08-31T14:30:32.051Z | Checking regex-automata v0.4.14 |
| 2767 | 2026-08-31T14:30:32.063Z | Checking clap_lex v1.0.0 |
| 2768 | 2026-08-31T14:30:32.076Z | Checking tokio-util v0.7.18 |
| 2769 | 2026-08-31T14:30:32.089Z | Checking unicode-ident v1.0.24 |
| 2770 | 2026-08-31T14:30:32.519Z | Checking strsim v0.11.1 |
| 2771 | 2026-08-31T14:30:32.523Z | Checking funty v2.0.0 |
| 2772 | 2026-08-31T14:30:32.523Z | Checking bit-vec v0.8.0 |
| 2773 | 2026-08-31T14:30:32.523Z | Checking rustls-webpki v0.103.13 |
| 2774 | 2026-08-31T14:30:32.523Z | Checking proc-macro2 v1.0.106 |
| 2775 | 2026-08-31T14:30:32.523Z | Checking clap_builder v4.6.0 |
| 2776 | 2026-08-31T14:30:32.523Z | Checking openssl v0.10.80 |
| 2777 | 2026-08-31T14:30:32.523Z | Checking bit-set v0.8.0 |
| 2778 | 2026-08-31T14:30:32.523Z | Checking bitvec v1.0.1 |
| 2779 | 2026-08-31T14:30:32.523Z | Checking pest v2.8.6 |
| 2780 | 2026-08-31T14:30:32.527Z | Checking rusty-fork v0.3.1 |
| 2781 | 2026-08-31T14:30:32.604Z | Checking rustls v0.23.41 |
| 2782 | 2026-08-31T14:30:33.078Z | Checking h2 v0.4.15 |
| 2783 | 2026-08-31T14:30:33.490Z | Checking num-iter v0.1.45 |
| 2784 | 2026-08-31T14:30:33.490Z | Checking rand v0.8.6 |
| 2785 | 2026-08-31T14:30:33.496Z | Checking lazy_static v1.5.0 |
| 2786 | 2026-08-31T14:30:33.496Z | Checking rand_xorshift v0.4.0 |
| 2787 | 2026-08-31T14:30:33.496Z | Checking hmac v0.12.1 |
| 2788 | 2026-08-31T14:30:33.508Z | Checking thiserror v1.0.69 |
| 2789 | 2026-08-31T14:30:33.546Z | Checking maybe-uninit v2.0.0 |
| 2790 | 2026-08-31T14:30:33.600Z | Checking serde_spanned v0.6.9 |
| 2791 | 2026-08-31T14:30:33.600Z | Checking toml_datetime v0.6.11 |
| 2792 | 2026-08-31T14:30:33.625Z | Checking sync_wrapper v1.0.2 |
| 2793 | 2026-08-31T14:30:33.720Z | Checking siphasher v1.0.2 |
| 2794 | 2026-08-31T14:30:33.724Z | Checking nodrop v0.1.14 |
| 2795 | 2026-08-31T14:30:33.724Z | Checking pretty-hex v0.4.1 |
| 2796 | 2026-08-31T14:30:33.799Z | Checking zlib-rs v0.6.2 |
| 2797 | 2026-08-31T14:30:33.814Z | Checking powerfmt v0.2.0 |
| 2798 | 2026-08-31T14:30:33.852Z | Checking crc-catalog v2.4.0 |
| 2799 | 2026-08-31T14:30:33.856Z | Checking unarray v0.1.4 |
| 2800 | 2026-08-31T14:30:34.279Z | Checking array-init v0.0.4 |
| 2801 | 2026-08-31T14:30:34.689Z | Checking crc v3.4.0 |
| 2802 | 2026-08-31T14:30:34.689Z | Checking proptest v1.11.0 |
| 2803 | 2026-08-31T14:30:34.689Z | Checking deranged v0.5.8 |
| 2804 | 2026-08-31T14:30:34.689Z | Checking packed_struct v0.10.1 |
| 2805 | 2026-08-31T14:30:34.689Z | Checking tower v0.5.3 |
| 2806 | 2026-08-31T14:30:35.098Z | Checking native-tls v0.2.18 |
| 2807 | 2026-08-31T14:30:35.098Z | Checking smallvec v0.6.14 |
| 2808 | 2026-08-31T14:30:35.098Z | Checking clap v4.6.1 |
| 2809 | 2026-08-31T14:30:35.098Z | Checking num-bigint-dig v0.8.6 |
| 2810 | 2026-08-31T14:30:35.098Z | Checking flate2 v1.1.9 |
| 2811 | 2026-08-31T14:30:35.098Z | Checking quote v1.0.45 |
| 2812 | 2026-08-31T14:30:35.103Z | Checking ipnetwork v0.21.1 |
| 2813 | 2026-08-31T14:30:35.103Z | Checking pkcs1 v0.7.5 |
| 2814 | 2026-08-31T14:30:35.103Z | Checking http-body-util v0.1.3 |
| 2815 | 2026-08-31T14:30:35.103Z | Checking crossbeam-utils v0.8.21 |
| 2816 | 2026-08-31T14:30:35.103Z | Checking zerocopy v0.6.6 |
| 2817 | 2026-08-31T14:30:35.103Z | Checking bitfield v0.19.4 |
| 2818 | 2026-08-31T14:30:35.108Z | Checking ahash v0.8.12 |
| 2819 | 2026-08-31T14:30:35.155Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2820 | 2026-08-31T14:30:35.237Z | Checking scroll v0.13.0 |
| 2821 | 2026-08-31T14:30:35.294Z | Checking env_filter v2.0.0 |
| 2822 | 2026-08-31T14:30:35.307Z | Checking unicode-properties v0.1.4 |
| 2823 | 2026-08-31T14:30:35.331Z | Checking num-conv v0.2.0 |
| 2824 | 2026-08-31T14:30:35.758Z | Checking winnow v0.5.40 |
| 2825 | 2026-08-31T14:30:35.762Z | Checking num_threads v0.1.7 |
| 2826 | 2026-08-31T14:30:35.762Z | Checking hashbrown v0.12.3 |
| 2827 | 2026-08-31T14:30:35.763Z | Checking ryu v1.0.23 |
| 2828 | 2026-08-31T14:30:35.763Z | Checking allocator-api2 v0.2.21 |
| 2829 | 2026-08-31T14:30:35.763Z | Checking hyper v1.10.1 |
| 2830 | 2026-08-31T14:30:35.763Z | Checking iri-string v0.7.10 |
| 2831 | 2026-08-31T14:30:35.763Z | Checking unicode-bidi v0.3.18 |
| 2832 | 2026-08-31T14:30:35.763Z | Checking time-core v0.1.8 |
| 2833 | 2026-08-31T14:30:35.763Z | Checking gimli v0.32.3 |
| 2834 | 2026-08-31T14:30:35.763Z | Checking base64 v0.21.7 |
| 2835 | 2026-08-31T14:30:35.763Z | Checking newtype-uuid v1.3.2 |
| 2836 | 2026-08-31T14:30:35.797Z | Checking stringprep v0.1.5 |
| 2837 | 2026-08-31T14:30:35.844Z | Checking indexmap v1.9.3 |
| 2838 | 2026-08-31T14:30:35.940Z | Checking time v0.3.47 |
| 2839 | 2026-08-31T14:30:35.954Z | Checking serde_urlencoded v0.7.1 |
| 2840 | 2026-08-31T14:30:35.965Z | Checking ron v0.8.1 |
| 2841 | 2026-08-31T14:30:36.149Z | Checking goblin v0.10.5 |
| 2842 | 2026-08-31T14:30:36.164Z | Checking rsa v0.9.10 |
| 2843 | 2026-08-31T14:30:36.399Z | Checking hyper-util v0.1.20 |
| 2844 | 2026-08-31T14:30:36.465Z | Checking env_logger v0.11.11 |
| 2845 | 2026-08-31T14:30:36.491Z | Checking toml_edit v0.19.15 |
| 2846 | 2026-08-31T14:30:36.495Z | Checking tower-http v0.6.8 |
| 2847 | 2026-08-31T14:30:36.624Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2848 | 2026-08-31T14:30:36.646Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2849 | 2026-08-31T14:30:36.762Z | Checking crossbeam-epoch v0.9.18 |
| 2850 | 2026-08-31T14:30:36.776Z | Checking hashbrown v0.13.2 |
| 2851 | 2026-08-31T14:30:36.977Z | Checking bzip2 v0.4.4 |
| 2852 | 2026-08-31T14:30:37.045Z | Checking oxnet v0.1.6 |
| 2853 | 2026-08-31T14:30:37.135Z | Checking syn v2.0.117 |
| 2854 | 2026-08-31T14:30:37.188Z | Checking serde-hex v0.1.0 |
| 2855 | 2026-08-31T14:30:37.251Z | Checking addr2line v0.25.1 |
| 2856 | 2026-08-31T14:30:37.299Z | Checking tokio-native-tls v0.3.1 |
| 2857 | 2026-08-31T14:30:37.519Z | Checking bstr v1.12.1 |
| 2858 | 2026-08-31T14:30:37.534Z | Checking block-buffer v0.12.1 |
| 2859 | 2026-08-31T14:30:37.534Z | Checking crypto-common v0.2.2 |
| 2860 | 2026-08-31T14:30:37.633Z | Checking block-padding v0.4.2 |
| 2861 | 2026-08-31T14:30:37.688Z | Checking rustls-native-certs v0.8.3 |
| 2862 | 2026-08-31T14:30:38.178Z | Checking x509-cert v0.2.5 |
| 2863 | 2026-08-31T14:30:38.185Z | Checking scroll v0.12.0 |
| 2864 | 2026-08-31T14:30:38.185Z | Checking object v0.37.3 |
| 2865 | 2026-08-31T14:30:38.186Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2866 | 2026-08-31T14:30:38.186Z | Checking md-5 v0.10.6 |
| 2867 | 2026-08-31T14:30:38.186Z | Checking hash32 v0.2.1 |
| 2868 | 2026-08-31T14:30:38.238Z | Checking encoding_rs v0.8.35 |
| 2869 | 2026-08-31T14:30:38.304Z | Checking psl-types v2.0.11 |
| 2870 | 2026-08-31T14:30:38.410Z | Checking mime v0.3.17 |
| 2871 | 2026-08-31T14:30:38.828Z | Checking crc-any v2.5.0 |
| 2872 | 2026-08-31T14:30:38.832Z | Checking either v1.15.0 |
| 2873 | 2026-08-31T14:30:38.832Z | Checking fallible-iterator v0.2.0 |
| 2874 | 2026-08-31T14:30:38.832Z | Checking rustc-demangle v0.1.27 |
| 2875 | 2026-08-31T14:30:38.832Z | Checking dof v0.4.0 |
| 2876 | 2026-08-31T14:30:38.832Z | Checking publicsuffix v2.3.0 |
| 2877 | 2026-08-31T14:30:38.832Z | Checking heapless v0.7.17 |
| 2878 | 2026-08-31T14:30:38.832Z | Checking zstd-safe v7.2.4 |
| 2879 | 2026-08-31T14:30:38.929Z | Checking postgres-protocol v0.6.10 |
| 2880 | 2026-08-31T14:30:38.991Z | Checking goblin v0.8.2 |
| 2881 | 2026-08-31T14:30:39.549Z | Checking inout v0.2.2 |
| 2882 | 2026-08-31T14:30:39.553Z | Checking hyper-tls v0.6.0 |
| 2883 | 2026-08-31T14:30:39.553Z | Checking toml v0.7.8 |
| 2884 | 2026-08-31T14:30:39.553Z | Checking daft v0.1.8 |
| 2885 | 2026-08-31T14:30:39.553Z | Checking object v0.30.4 |
| 2886 | 2026-08-31T14:30:39.553Z | Checking zip v0.6.6 |
| 2887 | 2026-08-31T14:30:39.553Z | Checking cookie v0.18.1 |
| 2888 | 2026-08-31T14:30:39.553Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2889 | 2026-08-31T14:30:39.553Z | Checking tokio-rustls v0.26.4 |
| 2890 | 2026-08-31T14:30:39.633Z | Checking phf_shared v0.13.1 |
| 2891 | 2026-08-31T14:30:39.650Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2892 | 2026-08-31T14:30:39.669Z | Checking dtrace-parser v0.3.0 |
| 2893 | 2026-08-31T14:30:39.680Z | Checking pin-project v1.1.11 |
| 2894 | 2026-08-31T14:30:39.747Z | Checking zerocopy v0.7.35 |
| 2895 | 2026-08-31T14:30:39.766Z | Checking signal-hook v0.3.18 |
| 2896 | 2026-08-31T14:30:40.219Z | Checking futures-executor v0.3.32 |
| 2897 | 2026-08-31T14:30:40.222Z | Checking ff v0.13.1 |
| 2898 | 2026-08-31T14:30:40.222Z | Checking thread-id v5.1.0 |
| 2899 | 2026-08-31T14:30:40.222Z | Checking path-slash v0.1.5 |
| 2900 | 2026-08-31T14:30:40.223Z | Checking is_ci v1.2.0 |
| 2901 | 2026-08-31T14:30:40.223Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2902 | 2026-08-31T14:30:40.223Z | Checking unicode-linebreak v0.1.5 |
| 2903 | 2026-08-31T14:30:40.223Z | Checking foldhash v0.1.5 |
| 2904 | 2026-08-31T14:30:40.223Z | Checking backtrace v0.3.76 |
| 2905 | 2026-08-31T14:30:40.223Z | Checking bitflags v1.3.2 |
| 2906 | 2026-08-31T14:30:40.229Z | Checking unicode-width v0.2.0 |
| 2907 | 2026-08-31T14:30:40.240Z | Checking bumpalo v3.20.2 |
| 2908 | 2026-08-31T14:30:40.252Z | Checking libbz2-rs-sys v0.2.2 |
| 2909 | 2026-08-31T14:30:40.668Z | Checking same-file v1.0.6 |
| 2910 | 2026-08-31T14:30:40.673Z | Checking managed v0.8.0 |
| 2911 | 2026-08-31T14:30:40.674Z | Checking foldhash v0.2.0 |
| 2912 | 2026-08-31T14:30:40.674Z | Checking smawk v0.3.2 |
| 2913 | 2026-08-31T14:30:40.674Z | Compiling rayon-core v1.13.0 |
| 2914 | 2026-08-31T14:30:40.674Z | Checking base16ct v0.2.0 |
| 2915 | 2026-08-31T14:30:40.674Z | Checking jiff-core v0.1.0 |
| 2916 | 2026-08-31T14:30:40.674Z | Checking textwrap v0.16.2 |
| 2917 | 2026-08-31T14:30:40.674Z | Checking hashbrown v0.16.1 |
| 2918 | 2026-08-31T14:30:40.674Z | Checking bzip2 v0.6.1 |
| 2919 | 2026-08-31T14:30:40.674Z | Checking smoltcp v0.9.1 |
| 2920 | 2026-08-31T14:30:40.674Z | Checking sec1 v0.7.3 |
| 2921 | 2026-08-31T14:30:40.782Z | Checking backtrace-ext v0.2.1 |
| 2922 | 2026-08-31T14:30:40.795Z | Checking zopfli v0.8.3 |
| 2923 | 2026-08-31T14:30:40.871Z | Checking walkdir v2.5.0 |
| 2924 | 2026-08-31T14:30:40.876Z | Checking dof v0.3.0 |
| 2925 | 2026-08-31T14:30:40.896Z | Checking hashbrown v0.15.5 |
| 2926 | 2026-08-31T14:30:41.048Z | Checking supports-color v3.0.2 |
| 2927 | 2026-08-31T14:30:41.090Z | Checking usdt-impl v0.6.0 |
| 2928 | 2026-08-31T14:30:41.111Z | Checking group v0.13.0 |
| 2929 | 2026-08-31T14:30:41.156Z | Checking futures v0.3.32 |
| 2930 | 2026-08-31T14:30:41.174Z | Checking signal-hook-mio v0.2.5 |
| 2931 | 2026-08-31T14:30:41.227Z | Checking phf v0.13.1 |
| 2932 | 2026-08-31T14:30:41.240Z | Checking snafu v0.8.9 |
| 2933 | 2026-08-31T14:30:41.252Z | Checking jiff v0.2.34 |
| 2934 | 2026-08-31T14:30:41.255Z | Checking hyper-rustls v0.27.7 |
| 2935 | 2026-08-31T14:30:41.276Z | Checking cookie_store v0.22.1 |
| 2936 | 2026-08-31T14:30:41.365Z | Checking reqwest v0.12.28 |
| 2937 | 2026-08-31T14:30:41.370Z | Checking cipher v0.5.2 |
| 2938 | 2026-08-31T14:30:41.370Z | Checking postgres-types v0.2.12 |
| 2939 | 2026-08-31T14:30:41.417Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2940 | 2026-08-31T14:30:41.461Z | Checking zstd v0.13.3 |
| 2941 | 2026-08-31T14:30:41.474Z | Checking globset v0.4.18 |
| 2942 | 2026-08-31T14:30:41.602Z | Checking rustls-platform-verifier v0.6.2 |
| 2943 | 2026-08-31T14:30:41.615Z | Checking crossbeam-deque v0.8.6 |
| 2944 | 2026-08-31T14:30:41.643Z | Checking phf_shared v0.11.3 |
| 2945 | 2026-08-31T14:30:41.683Z | Checking regex v1.12.3 |
| 2946 | 2026-08-31T14:30:41.733Z | Checking hkdf v0.12.4 |
| 2947 | 2026-08-31T14:30:41.746Z | Checking dtrace-parser v0.2.0 |
| 2948 | 2026-08-31T14:30:41.749Z | Checking olpc-cjson v0.1.4 |
| 2949 | 2026-08-31T14:30:41.782Z | Checking curve25519-dalek v4.1.3 |
| 2950 | 2026-08-31T14:30:41.785Z | Checking ref-cast v1.0.25 |
| 2951 | 2026-08-31T14:30:41.950Z | Checking strum v0.27.2 |
| 2952 | 2026-08-31T14:30:42.358Z | Checking byte-wrapper v0.1.0 |
| 2953 | 2026-08-31T14:30:42.358Z | Checking hubpack v0.1.2 |
| 2954 | 2026-08-31T14:30:42.362Z | Checking ed25519 v2.2.3 |
| 2955 | 2026-08-31T14:30:42.362Z | Checking memoffset v0.9.1 |
| 2956 | 2026-08-31T14:30:42.362Z | Checking owo-colors v4.3.0 |
| 2957 | 2026-08-31T14:30:42.362Z | Checking rustix v0.38.44 |
| 2958 | 2026-08-31T14:30:42.362Z | Checking pem v3.0.6 |
| 2959 | 2026-08-31T14:30:42.362Z | Checking crypto-bigint v0.5.5 |
| 2960 | 2026-08-31T14:30:42.362Z | Checking serde-big-array v0.5.1 |
| 2961 | 2026-08-31T14:30:42.362Z | Checking erased-serde v0.3.31 |
| 2962 | 2026-08-31T14:30:42.362Z | Checking serde_plain v1.0.2 |
| 2963 | 2026-08-31T14:30:42.362Z | Checking float-cmp v0.10.0 |
| 2964 | 2026-08-31T14:30:42.362Z | Checking thread-id v4.2.2 |
| 2965 | 2026-08-31T14:30:42.389Z | Checking memmap2 v0.9.10 |
| 2966 | 2026-08-31T14:30:42.429Z | Checking fixedbitset v0.4.2 |
| 2967 | 2026-08-31T14:30:42.527Z | Checking data-encoding v2.10.0 |
| 2968 | 2026-08-31T14:30:42.530Z | Checking fixedbitset v0.5.7 |
| 2969 | 2026-08-31T14:30:42.550Z | Checking supports-unicode v3.0.0 |
| 2970 | 2026-08-31T14:30:42.554Z | Checking normalize-line-endings v0.3.0 |
| 2971 | 2026-08-31T14:30:42.573Z | Checking static_assertions v1.1.0 |
| 2972 | 2026-08-31T14:30:42.638Z | Checking precomputed-hash v0.1.1 |
| 2973 | 2026-08-31T14:30:42.650Z | Checking const-oid v0.10.2 |
| 2974 | 2026-08-31T14:30:42.653Z | Checking unicode-width v0.1.14 |
| 2975 | 2026-08-31T14:30:42.712Z | Checking winnow v0.7.14 |
| 2976 | 2026-08-31T14:30:42.725Z | Checking new_debug_unreachable v1.0.6 |
| 2977 | 2026-08-31T14:30:42.789Z | Checking cpufeatures v0.3.0 |
| 2978 | 2026-08-31T14:30:42.804Z | Checking toml_write v0.1.2 |
| 2979 | 2026-08-31T14:30:42.813Z | Checking predicates-core v1.0.10 |
| 2980 | 2026-08-31T14:30:42.826Z | Checking unicode-segmentation v1.12.0 |
| 2981 | 2026-08-31T14:30:42.863Z | Checking winnow v1.0.3 |
| 2982 | 2026-08-31T14:30:42.900Z | Checking supports-hyperlinks v3.2.0 |
| 2983 | 2026-08-31T14:30:42.927Z | Checking keccak v0.1.6 |
| 2984 | 2026-08-31T14:30:42.960Z | Checking typed-path v0.9.3 |
| 2985 | 2026-08-31T14:30:42.982Z | Checking whoami v2.1.0 |
| 2986 | 2026-08-31T14:30:43.004Z | Checking difflib v0.4.0 |
| 2987 | 2026-08-31T14:30:43.091Z | Checking sha3 v0.10.8 |
| 2988 | 2026-08-31T14:30:43.137Z | Checking similar v2.7.0 |
| 2989 | 2026-08-31T14:30:43.150Z | Checking zip v4.6.1 |
| 2990 | 2026-08-31T14:30:43.170Z | Checking tokio-postgres v0.7.16 |
| 2991 | 2026-08-31T14:30:43.303Z | Checking predicates v3.1.4 |
| 2992 | 2026-08-31T14:30:43.318Z | Checking miette v7.6.0 |
| 2993 | 2026-08-31T14:30:43.506Z | Checking elliptic-curve v0.13.8 |
| 2994 | 2026-08-31T14:30:43.528Z | Checking chacha20 v0.10.0 |
| 2995 | 2026-08-31T14:30:43.682Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2996 | 2026-08-31T14:30:43.708Z | Checking crossterm v0.28.1 |
| 2997 | 2026-08-31T14:30:43.729Z | Checking tough v0.22.0 |
| 2998 | 2026-08-31T14:30:43.759Z | Checking hickory-proto v0.25.2 |
| 2999 | 2026-08-31T14:30:43.774Z | Checking digest v0.11.3 |
| 3000 | 2026-08-31T14:30:43.787Z | Checking string_cache v0.8.9 |
| 3001 | 2026-08-31T14:30:43.887Z | Checking toml_edit v0.22.27 |
| 3002 | 2026-08-31T14:30:43.948Z | Checking petgraph v0.8.3 |
| 3003 | 2026-08-31T14:30:43.948Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3004 | 2026-08-31T14:30:44.003Z | Checking petgraph v0.6.5 |
| 3005 | 2026-08-31T14:30:44.407Z | Checking ed25519-dalek v2.2.0 |
| 3006 | 2026-08-31T14:30:44.451Z | Checking usdt v0.6.0 |
| 3007 | 2026-08-31T14:30:44.619Z | Checking slog v2.8.2 |
| 3008 | 2026-08-31T14:30:44.645Z | Checking usdt-impl v0.5.0 |
| 3009 | 2026-08-31T14:30:44.899Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3010 | 2026-08-31T14:30:44.925Z | Checking nix v0.31.2 |
| 3011 | 2026-08-31T14:30:44.979Z | Checking iddqd v0.4.2 |
| 3012 | 2026-08-31T14:30:45.467Z | Checking reqwest v0.13.2 |
| 3013 | 2026-08-31T14:30:45.579Z | Checking itertools v0.13.0 |
| 3014 | 2026-08-31T14:30:45.649Z | Checking itertools v0.15.0 |
| 3015 | 2026-08-31T14:30:45.726Z | Checking strum v0.26.3 |
| 3016 | 2026-08-31T14:30:45.835Z | Checking serde_with v3.21.0 |
| 3017 | 2026-08-31T14:30:45.878Z | Checking derive_more v2.1.1 |
| 3018 | 2026-08-31T14:30:45.976Z | Checking fs-err v3.3.0 |
| 3019 | 2026-08-31T14:30:46.105Z | Checking tokio-stream v0.1.18 |
| 3020 | 2026-08-31T14:30:46.216Z | Checking buf-list v1.1.2 |
| 3021 | 2026-08-31T14:30:46.307Z | Checking anyhow v1.0.104 |
| 3022 | 2026-08-31T14:30:46.326Z | Checking camino v1.2.5 |
| 3023 | 2026-08-31T14:30:46.396Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3024 | 2026-08-31T14:30:46.476Z | Checking openapiv3 v2.2.0 |
| 3025 | 2026-08-31T14:30:46.493Z | Checking peg-runtime v0.8.5 |
| 3026 | 2026-08-31T14:30:46.517Z | Checking lalrpop-util v0.19.12 |
| 3027 | 2026-08-31T14:30:46.543Z | Checking illumos-nvpair v0.3.0 |
| 3028 | 2026-08-31T14:30:46.609Z | Checking rayon v1.11.0 |
| 3029 | 2026-08-31T14:30:46.621Z | Checking sigpipe v0.1.3 |
| 3030 | 2026-08-31T14:30:46.653Z | Checking glob v0.3.3 |
| 3031 | 2026-08-31T14:30:47.621Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3032 | 2026-08-31T14:30:47.887Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3033 | 2026-08-31T14:30:48.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s |
| 3034 | 2026-08-31T14:30:48.347Z | |
| 3035 | 2026-08-31T14:30:48.347Z | info: running `cargo check --bins` on internal-dns-types (120/379) |
| 3036 | 2026-08-31T14:30:48.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-08-31T14:30:48.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-08-31T14:30:48.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-08-31T14:30:48.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3040 | 2026-08-31T14:30:48.888Z | |
| 3041 | 2026-08-31T14:30:48.888Z | info: running `cargo check --bins` on internal-dns-types-versions (121/379) |
| 3042 | 2026-08-31T14:30:49.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-08-31T14:30:49.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-08-31T14:30:49.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-08-31T14:30:49.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3046 | 2026-08-31T14:30:49.449Z | |
| 3047 | 2026-08-31T14:30:49.451Z | info: running `cargo check --bins` on nexus-types-versions (122/379) |
| 3048 | 2026-08-31T14:30:49.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-08-31T14:30:49.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-08-31T14:30:49.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-08-31T14:30:49.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3052 | 2026-08-31T14:30:50.014Z | |
| 3053 | 2026-08-31T14:30:50.014Z | info: running `cargo check --bins` on oxql-types (123/379) |
| 3054 | 2026-08-31T14:30:50.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-08-31T14:30:50.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-08-31T14:30:50.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-08-31T14:30:50.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3058 | 2026-08-31T14:30:50.577Z | |
| 3059 | 2026-08-31T14:30:50.577Z | info: running `cargo check --bins` on oximeter-types (124/379) |
| 3060 | 2026-08-31T14:30:51.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-08-31T14:30:51.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-08-31T14:30:51.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-08-31T14:30:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3064 | 2026-08-31T14:30:51.139Z | |
| 3065 | 2026-08-31T14:30:51.139Z | info: running `cargo check --bins` on oximeter-types-versions (125/379) |
| 3066 | 2026-08-31T14:30:51.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-08-31T14:30:51.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-08-31T14:30:51.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-08-31T14:30:51.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3070 | 2026-08-31T14:30:51.706Z | |
| 3071 | 2026-08-31T14:30:51.706Z | info: running `cargo check --bins` on oximeter-macro-impl (126/379) |
| 3072 | 2026-08-31T14:30:52.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-08-31T14:30:52.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-08-31T14:30:52.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-08-31T14:30:52.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3076 | 2026-08-31T14:30:52.258Z | |
| 3077 | 2026-08-31T14:30:52.258Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/379) |
| 3078 | 2026-08-31T14:30:52.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-08-31T14:30:52.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-08-31T14:30:52.933Z | Compiling multer v3.1.0 |
| 3081 | 2026-08-31T14:30:53.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3082 | 2026-08-31T14:30:53.047Z | Compiling async-stream-impl v0.3.6 |
| 3083 | 2026-08-31T14:30:53.066Z | Compiling serde_tokenstream v0.3.0 |
| 3084 | 2026-08-31T14:30:53.070Z | Compiling dropshot v0.17.1 |
| 3085 | 2026-08-31T14:30:53.088Z | Compiling parse-display-derive v0.10.0 |
| 3086 | 2026-08-31T14:30:53.104Z | Compiling dropshot_endpoint v0.17.1 |
| 3087 | 2026-08-31T14:30:53.109Z | Compiling newtype-uuid-macros v0.1.0 |
| 3088 | 2026-08-31T14:30:53.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3089 | 2026-08-31T14:30:53.343Z | Checking thread_local v1.1.9 |
| 3090 | 2026-08-31T14:30:53.362Z | Compiling oxide-generation-macros v0.2.0 |
| 3091 | 2026-08-31T14:30:53.435Z | Checking compression-core v0.4.31 |
| 3092 | 2026-08-31T14:30:53.490Z | Checking match_cfg v0.1.0 |
| 3093 | 2026-08-31T14:30:53.553Z | Checking compression-codecs v0.4.37 |
| 3094 | 2026-08-31T14:30:53.567Z | Checking hostname v0.3.1 |
| 3095 | 2026-08-31T14:30:53.614Z | Checking crossbeam-channel v0.5.15 |
| 3096 | 2026-08-31T14:30:53.671Z | Checking atomicwrites v0.4.4 |
| 3097 | 2026-08-31T14:30:53.684Z | Checking slog-json v2.6.1 |
| 3098 | 2026-08-31T14:30:53.717Z | Checking is-terminal v0.4.17 |
| 3099 | 2026-08-31T14:30:53.777Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3100 | 2026-08-31T14:30:53.806Z | Checking serde_spanned v1.1.1 |
| 3101 | 2026-08-31T14:30:53.834Z | Checking debug-ignore v1.0.5 |
| 3102 | 2026-08-31T14:30:53.850Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3103 | 2026-08-31T14:30:53.927Z | Checking take_mut v0.2.2 |
| 3104 | 2026-08-31T14:30:53.939Z | Checking term v1.2.1 |
| 3105 | 2026-08-31T14:30:53.957Z | Checking slog-bunyan v2.5.0 |
| 3106 | 2026-08-31T14:30:53.967Z | Checking async-compression v0.4.41 |
| 3107 | 2026-08-31T14:30:54.024Z | Checking slog-async v2.8.0 |
| 3108 | 2026-08-31T14:30:54.028Z | Checking toml v1.1.2+spec-1.1.0 |
| 3109 | 2026-08-31T14:30:54.061Z | Checking async-stream v0.3.6 |
| 3110 | 2026-08-31T14:30:54.087Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3111 | 2026-08-31T14:30:54.155Z | Checking slog-term v2.9.2 |
| 3112 | 2026-08-31T14:30:54.187Z | Checking progenitor-client v0.14.0 |
| 3113 | 2026-08-31T14:30:54.192Z | Checking sha1 v0.11.0 |
| 3114 | 2026-08-31T14:30:54.213Z | Checking oxide-generation v0.1.3 |
| 3115 | 2026-08-31T14:30:54.400Z | Checking waitgroup v0.1.2 |
| 3116 | 2026-08-31T14:30:54.421Z | Checking rustls-pemfile v2.2.0 |
| 3117 | 2026-08-31T14:30:54.435Z | Checking backon v1.6.0 |
| 3118 | 2026-08-31T14:30:54.447Z | Checking serde_path_to_error v0.1.20 |
| 3119 | 2026-08-31T14:30:54.451Z | Checking hostname v0.4.2 |
| 3120 | 2026-08-31T14:30:54.495Z | Checking instant v0.1.13 |
| 3121 | 2026-08-31T14:30:54.583Z | Checking backoff v0.4.0 |
| 3122 | 2026-08-31T14:30:54.595Z | Checking progenitor-extras v0.2.0 |
| 3123 | 2026-08-31T14:30:54.662Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3124 | 2026-08-31T14:30:54.812Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3125 | 2026-08-31T14:30:54.838Z | Checking parse-display v0.10.0 |
| 3126 | 2026-08-31T14:30:54.838Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3127 | 2026-08-31T14:30:54.838Z | Checking regress v0.10.5 |
| 3128 | 2026-08-31T14:30:54.838Z | Checking itertools v0.14.0 |
| 3129 | 2026-08-31T14:30:54.887Z | Checking macaddr v1.0.1 |
| 3130 | 2026-08-31T14:30:55.055Z | Checking humantime v2.3.0 |
| 3131 | 2026-08-31T14:30:55.871Z | Compiling prettyplease v0.2.37 |
| 3132 | 2026-08-31T14:30:56.183Z | Checking num-rational v0.4.2 |
| 3133 | 2026-08-31T14:30:56.452Z | Checking num-complex v0.4.6 |
| 3134 | 2026-08-31T14:30:56.796Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3135 | 2026-08-31T14:30:56.837Z | Compiling num v0.4.3 |
| 3136 | 2026-08-31T14:30:56.985Z | Compiling usdt-macro v0.5.0 |
| 3137 | 2026-08-31T14:30:56.998Z | Compiling usdt-attr-macro v0.5.0 |
| 3138 | 2026-08-31T14:30:56.998Z | Checking memmap v0.7.0 |
| 3139 | 2026-08-31T14:30:57.059Z | Compiling float-ord v0.3.2 |
| 3140 | 2026-08-31T14:30:57.175Z | Compiling convert_case v0.4.0 |
| 3141 | 2026-08-31T14:30:57.539Z | Compiling derive_more v0.99.20 |
| 3142 | 2026-08-31T14:30:57.613Z | Checking newline-converter v0.3.0 |
| 3143 | 2026-08-31T14:30:57.711Z | Checking console v0.15.11 |
| 3144 | 2026-08-31T14:30:57.724Z | Compiling toml v0.8.23 |
| 3145 | 2026-08-31T14:30:57.861Z | Checking usdt v0.5.0 |
| 3146 | 2026-08-31T14:30:57.943Z | Compiling minimal-lexical v0.2.1 |
| 3147 | 2026-08-31T14:30:57.985Z | Checking linked-hash-map v0.5.6 |
| 3148 | 2026-08-31T14:30:58.156Z | Checking lru-cache v0.1.2 |
| 3149 | 2026-08-31T14:30:58.198Z | Compiling nom v7.1.3 |
| 3150 | 2026-08-31T14:30:58.273Z | Checking expectorate v1.2.0 |
| 3151 | 2026-08-31T14:30:58.401Z | Checking camino-tempfile v1.4.1 |
| 3152 | 2026-08-31T14:30:58.558Z | Checking hickory-proto v0.24.4 |
| 3153 | 2026-08-31T14:30:58.690Z | Checking phf_shared v0.12.1 |
| 3154 | 2026-08-31T14:30:58.827Z | Compiling slog-dtrace v0.3.0 |
| 3155 | 2026-08-31T14:30:58.845Z | Checking resolv-conf v0.7.6 |
| 3156 | 2026-08-31T14:30:59.027Z | Compiling unicode-xid v0.2.6 |
| 3157 | 2026-08-31T14:30:59.150Z | Checking heck v0.5.0 |
| 3158 | 2026-08-31T14:30:59.298Z | Compiling chrono-tz v0.10.4 |
| 3159 | 2026-08-31T14:30:59.298Z | Compiling const_format_proc_macros v0.2.34 |
| 3160 | 2026-08-31T14:30:59.551Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3161 | 2026-08-31T14:30:59.566Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3162 | 2026-08-31T14:30:59.581Z | Checking phf v0.12.1 |
| 3163 | 2026-08-31T14:30:59.717Z | Checking tokio-dtrace v0.1.1 |
| 3164 | 2026-08-31T14:30:59.908Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3165 | 2026-08-31T14:31:00.039Z | Compiling derive-where v1.6.0 |
| 3166 | 2026-08-31T14:31:00.102Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3167 | 2026-08-31T14:31:00.352Z | Checking highway v1.3.0 |
| 3168 | 2026-08-31T14:31:00.409Z | Checking hickory-resolver v0.24.4 |
| 3169 | 2026-08-31T14:31:00.580Z | Checking const_format v0.2.35 |
| 3170 | 2026-08-31T14:31:00.876Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3171 | 2026-08-31T14:31:01.149Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3172 | 2026-08-31T14:31:01.166Z | Checking oxide-tokio-rt v0.1.4 |
| 3173 | 2026-08-31T14:31:01.328Z | Checking qorb v0.4.1 |
| 3174 | 2026-08-31T14:31:01.424Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3175 | 2026-08-31T14:31:01.520Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3176 | 2026-08-31T14:31:01.556Z | Checking gethostname v0.5.0 |
| 3177 | 2026-08-31T14:31:01.618Z | Checking bcs v0.1.6 |
| 3178 | 2026-08-31T14:31:01.635Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3179 | 2026-08-31T14:31:01.647Z | Checking termtree v0.5.1 |
| 3180 | 2026-08-31T14:31:04.664Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3181 | 2026-08-31T14:31:07.779Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3182 | 2026-08-31T14:31:09.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s |
| 3183 | 2026-08-31T14:31:10.169Z | |
| 3184 | 2026-08-31T14:31:10.169Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/379) |
| 3185 | 2026-08-31T14:31:10.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3186 | 2026-08-31T14:31:10.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3187 | 2026-08-31T14:31:10.849Z | Compiling ar_archive_writer v0.5.1 |
| 3188 | 2026-08-31T14:31:10.957Z | Compiling stacker v0.1.23 |
| 3189 | 2026-08-31T14:31:10.963Z | Compiling cfg_aliases v0.1.1 |
| 3190 | 2026-08-31T14:31:10.971Z | Compiling proc-macro-error v1.0.4 |
| 3191 | 2026-08-31T14:31:10.978Z | Checking fd-lock v4.0.4 |
| 3192 | 2026-08-31T14:31:10.982Z | Checking nibble_vec v0.1.0 |
| 3193 | 2026-08-31T14:31:10.982Z | Checking vte v0.14.1 |
| 3194 | 2026-08-31T14:31:10.982Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3195 | 2026-08-31T14:31:11.021Z | Compiling nix v0.28.0 |
| 3196 | 2026-08-31T14:31:11.085Z | Checking endian-type v0.1.2 |
| 3197 | 2026-08-31T14:31:11.099Z | Checking bytecount v0.6.9 |
| 3198 | 2026-08-31T14:31:11.154Z | Checking strip-ansi-escapes v0.2.1 |
| 3199 | 2026-08-31T14:31:11.196Z | Checking papergrid v0.11.0 |
| 3200 | 2026-08-31T14:31:11.208Z | Checking radix_trie v0.2.1 |
| 3201 | 2026-08-31T14:31:11.220Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3202 | 2026-08-31T14:31:11.248Z | Compiling tabled_derive v0.7.0 |
| 3203 | 2026-08-31T14:31:11.248Z | Compiling peg-macros v0.8.5 |
| 3204 | 2026-08-31T14:31:11.396Z | Checking winnow v0.6.26 |
| 3205 | 2026-08-31T14:31:11.409Z | Compiling sqlparser_derive v0.5.0 |
| 3206 | 2026-08-31T14:31:11.672Z | Checking unicode_categories v0.1.1 |
| 3207 | 2026-08-31T14:31:11.770Z | Compiling psm v0.1.30 |
| 3208 | 2026-08-31T14:31:11.798Z | Checking nu-ansi-term v0.50.3 |
| 3209 | 2026-08-31T14:31:11.824Z | Checking home v0.5.12 |
| 3210 | 2026-08-31T14:31:11.960Z | Checking crossterm v0.29.0 |
| 3211 | 2026-08-31T14:31:12.001Z | Checking reedline v0.40.0 |
| 3212 | 2026-08-31T14:31:12.145Z | Checking display-error-chain v0.2.2 |
| 3213 | 2026-08-31T14:31:12.228Z | Checking tabled v0.15.0 |
| 3214 | 2026-08-31T14:31:12.293Z | Checking rustyline v14.0.0 |
| 3215 | 2026-08-31T14:31:12.518Z | Checking recursive v0.1.1 |
| 3216 | 2026-08-31T14:31:12.524Z | Checking sqlformat v0.3.5 |
| 3217 | 2026-08-31T14:31:12.571Z | Checking peg v0.8.5 |
| 3218 | 2026-08-31T14:31:12.608Z | Checking sqlparser v0.61.0 |
| 3219 | 2026-08-31T14:31:23.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
| 3220 | 2026-08-31T14:31:23.963Z | |
| 3221 | 2026-08-31T14:31:23.963Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/379) |
| 3222 | 2026-08-31T14:31:24.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-08-31T14:31:24.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-08-31T14:31:24.632Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3225 | 2026-08-31T14:31:28.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 3226 | 2026-08-31T14:31:28.307Z | |
| 3227 | 2026-08-31T14:31:28.307Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/379) |
| 3228 | 2026-08-31T14:31:28.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-08-31T14:31:28.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-08-31T14:31:28.970Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3231 | 2026-08-31T14:31:31.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 3232 | 2026-08-31T14:31:31.670Z | |
| 3233 | 2026-08-31T14:31:31.670Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/379) |
| 3234 | 2026-08-31T14:31:32.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-08-31T14:31:32.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-08-31T14:31:32.329Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3237 | 2026-08-31T14:31:35.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 3238 | 2026-08-31T14:31:35.812Z | |
| 3239 | 2026-08-31T14:31:35.812Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/379) |
| 3240 | 2026-08-31T14:31:36.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-08-31T14:31:36.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-08-31T14:31:36.480Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3243 | 2026-08-31T14:31:39.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3244 | 2026-08-31T14:31:40.014Z | |
| 3245 | 2026-08-31T14:31:40.014Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/379) |
| 3246 | 2026-08-31T14:31:40.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-08-31T14:31:40.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-08-31T14:31:40.674Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3249 | 2026-08-31T14:31:43.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 3250 | 2026-08-31T14:31:43.499Z | |
| 3251 | 2026-08-31T14:31:43.499Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/379) |
| 3252 | 2026-08-31T14:31:43.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-08-31T14:31:43.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-08-31T14:31:44.165Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3255 | 2026-08-31T14:31:46.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 3256 | 2026-08-31T14:31:47.004Z | |
| 3257 | 2026-08-31T14:31:47.004Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/379) |
| 3258 | 2026-08-31T14:31:47.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-08-31T14:31:47.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-08-31T14:31:47.704Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3261 | 2026-08-31T14:31:51.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 3262 | 2026-08-31T14:31:51.369Z | |
| 3263 | 2026-08-31T14:31:51.369Z | info: running `cargo check --bins` on oximeter (136/379) |
| 3264 | 2026-08-31T14:31:51.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-08-31T14:31:51.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-08-31T14:31:51.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3267 | 2026-08-31T14:31:51.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3268 | 2026-08-31T14:31:51.895Z | |
| 3269 | 2026-08-31T14:31:51.895Z | info: running `cargo check --bins` on oximeter-schema (137/379) |
| 3270 | 2026-08-31T14:31:52.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-08-31T14:31:52.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-08-31T14:31:52.516Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3273 | 2026-08-31T14:31:52.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3274 | 2026-08-31T14:31:53.053Z | |
| 3275 | 2026-08-31T14:31:53.054Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/379) |
| 3276 | 2026-08-31T14:31:53.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-08-31T14:31:53.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-08-31T14:31:53.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3279 | 2026-08-31T14:31:53.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3280 | 2026-08-31T14:31:53.618Z | |
| 3281 | 2026-08-31T14:31:53.618Z | info: running `cargo check --bins` on oximeter-test-utils (139/379) |
| 3282 | 2026-08-31T14:31:54.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3283 | 2026-08-31T14:31:54.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3284 | 2026-08-31T14:31:54.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3285 | 2026-08-31T14:31:54.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3286 | 2026-08-31T14:31:54.237Z | |
| 3287 | 2026-08-31T14:31:54.237Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/379) |
| 3288 | 2026-08-31T14:31:54.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3289 | 2026-08-31T14:31:54.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3290 | 2026-08-31T14:31:54.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3291 | 2026-08-31T14:31:54.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3292 | 2026-08-31T14:31:54.785Z | |
| 3293 | 2026-08-31T14:31:54.785Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/379) |
| 3294 | 2026-08-31T14:31:55.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2026-08-31T14:31:55.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2026-08-31T14:31:55.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3297 | 2026-08-31T14:31:55.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3298 | 2026-08-31T14:31:55.355Z | |
| 3299 | 2026-08-31T14:31:55.356Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/379) |
| 3300 | 2026-08-31T14:31:55.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3301 | 2026-08-31T14:31:55.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3302 | 2026-08-31T14:31:55.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3303 | 2026-08-31T14:31:55.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3304 | 2026-08-31T14:31:55.990Z | |
| 3305 | 2026-08-31T14:31:55.990Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/379) |
| 3306 | 2026-08-31T14:31:56.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2026-08-31T14:31:56.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2026-08-31T14:31:56.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3309 | 2026-08-31T14:31:56.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3310 | 2026-08-31T14:31:56.495Z | |
| 3311 | 2026-08-31T14:31:56.495Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/379) |
| 3312 | 2026-08-31T14:31:56.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2026-08-31T14:31:56.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2026-08-31T14:31:56.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3315 | 2026-08-31T14:31:56.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3316 | 2026-08-31T14:31:57.064Z | |
| 3317 | 2026-08-31T14:31:57.064Z | info: running `cargo check --bins` on reconfigurator-cli (145/379) |
| 3318 | 2026-08-31T14:31:57.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2026-08-31T14:31:57.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2026-08-31T14:31:57.879Z | Compiling crucible-workspace-hack v0.1.0 |
| 3321 | 2026-08-31T14:31:57.883Z | Compiling regress v0.11.1 |
| 3322 | 2026-08-31T14:31:57.883Z | Checking secrecy v0.10.3 |
| 3323 | 2026-08-31T14:31:57.883Z | Checking half v2.7.1 |
| 3324 | 2026-08-31T14:31:57.883Z | Checking ciborium-io v0.2.2 |
| 3325 | 2026-08-31T14:31:57.883Z | Checking inout v0.1.4 |
| 3326 | 2026-08-31T14:31:57.883Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3327 | 2026-08-31T14:31:57.883Z | Checking universal-hash v0.5.1 |
| 3328 | 2026-08-31T14:31:58.125Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3329 | 2026-08-31T14:31:58.138Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3330 | 2026-08-31T14:31:58.152Z | Checking opaque-debug v0.3.1 |
| 3331 | 2026-08-31T14:31:58.203Z | Checking cipher v0.4.4 |
| 3332 | 2026-08-31T14:31:58.216Z | Checking poly1305 v0.8.0 |
| 3333 | 2026-08-31T14:31:58.251Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3334 | 2026-08-31T14:31:58.270Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3335 | 2026-08-31T14:31:58.307Z | Checking ciborium-ll v0.2.2 |
| 3336 | 2026-08-31T14:31:58.409Z | Checking chacha20 v0.9.1 |
| 3337 | 2026-08-31T14:31:58.474Z | Checking ciborium v0.2.2 |
| 3338 | 2026-08-31T14:31:58.478Z | Checking password-hash v0.5.0 |
| 3339 | 2026-08-31T14:31:58.547Z | Checking blake2 v0.10.6 |
| 3340 | 2026-08-31T14:31:58.584Z | Checking aead v0.5.2 |
| 3341 | 2026-08-31T14:31:58.650Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3342 | 2026-08-31T14:31:58.704Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3343 | 2026-08-31T14:31:58.726Z | Checking indent_write v2.2.0 |
| 3344 | 2026-08-31T14:31:58.776Z | Checking argon2 v0.5.3 |
| 3345 | 2026-08-31T14:31:58.852Z | Checking chacha20poly1305 v0.10.1 |
| 3346 | 2026-08-31T14:31:58.902Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3347 | 2026-08-31T14:31:58.942Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3348 | 2026-08-31T14:31:58.982Z | Compiling unsafe-libyaml v0.2.11 |
| 3349 | 2026-08-31T14:31:59.114Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3350 | 2026-08-31T14:31:59.309Z | Checking thiserror-no-std v2.0.2 |
| 3351 | 2026-08-31T14:31:59.322Z | Compiling heapless v0.8.0 |
| 3352 | 2026-08-31T14:31:59.372Z | Checking vsss-rs v3.3.4 |
| 3353 | 2026-08-31T14:31:59.567Z | Compiling typify-impl v0.6.2 |
| 3354 | 2026-08-31T14:31:59.604Z | Compiling serde_yaml v0.9.34+deprecated |
| 3355 | 2026-08-31T14:31:59.723Z | Compiling proc-macro-crate v3.4.0 |
| 3356 | 2026-08-31T14:32:00.110Z | Compiling ingot-macros v0.2.0 |
| 3357 | 2026-08-31T14:32:00.258Z | Compiling num_enum_derive v0.7.6 |
| 3358 | 2026-08-31T14:32:00.340Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3359 | 2026-08-31T14:32:00.438Z | Checking hash32 v0.3.1 |
| 3360 | 2026-08-31T14:32:00.486Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3361 | 2026-08-31T14:32:00.568Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3362 | 2026-08-31T14:32:00.777Z | Compiling smoltcp v0.11.0 |
| 3363 | 2026-08-31T14:32:01.057Z | Checking tabwriter v1.4.1 |
| 3364 | 2026-08-31T14:32:01.179Z | Checking cobs v0.3.0 |
| 3365 | 2026-08-31T14:32:01.192Z | Checking swrite v0.1.0 |
| 3366 | 2026-08-31T14:32:01.204Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3367 | 2026-08-31T14:32:01.276Z | Compiling proc-macro-crate v1.3.1 |
| 3368 | 2026-08-31T14:32:01.294Z | Checking postcard v1.1.3 |
| 3369 | 2026-08-31T14:32:01.307Z | Checking num_enum v0.7.6 |
| 3370 | 2026-08-31T14:32:01.403Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3371 | 2026-08-31T14:32:01.422Z | Compiling foreign-types-macros v0.2.3 |
| 3372 | 2026-08-31T14:32:01.577Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3373 | 2026-08-31T14:32:01.592Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3374 | 2026-08-31T14:32:01.608Z | Checking foreign-types-shared v0.3.1 |
| 3375 | 2026-08-31T14:32:01.683Z | Checking colored v3.1.1 |
| 3376 | 2026-08-31T14:32:01.699Z | Compiling num_enum_derive v0.5.11 |
| 3377 | 2026-08-31T14:32:01.921Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3378 | 2026-08-31T14:32:01.998Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3379 | 2026-08-31T14:32:02.013Z | Checking foreign-types v0.5.0 |
| 3380 | 2026-08-31T14:32:02.091Z | Checking cstr-argument v0.1.2 |
| 3381 | 2026-08-31T14:32:02.215Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3382 | 2026-08-31T14:32:02.350Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3383 | 2026-08-31T14:32:02.418Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3384 | 2026-08-31T14:32:02.448Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3385 | 2026-08-31T14:32:02.463Z | Checking rand v0.10.1 |
| 3386 | 2026-08-31T14:32:02.593Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3387 | 2026-08-31T14:32:02.616Z | Compiling zone_cfg_derive v0.3.1 |
| 3388 | 2026-08-31T14:32:02.632Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3389 | 2026-08-31T14:32:02.731Z | Checking num_enum v0.5.11 |
| 3390 | 2026-08-31T14:32:02.749Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3391 | 2026-08-31T14:32:02.854Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3392 | 2026-08-31T14:32:02.908Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3393 | 2026-08-31T14:32:02.925Z | Checking ingot-types v0.2.0 |
| 3394 | 2026-08-31T14:32:03.026Z | Checking itertools v0.12.1 |
| 3395 | 2026-08-31T14:32:03.080Z | Compiling num-derive v0.4.2 |
| 3396 | 2026-08-31T14:32:03.266Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3397 | 2026-08-31T14:32:03.288Z | Checking ingot v0.2.1 |
| 3398 | 2026-08-31T14:32:03.450Z | Compiling semver v0.1.20 |
| 3399 | 2026-08-31T14:32:03.738Z | Compiling rustc_version v0.1.7 |
| 3400 | 2026-08-31T14:32:03.831Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3401 | 2026-08-31T14:32:03.991Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3402 | 2026-08-31T14:32:03.995Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3403 | 2026-08-31T14:32:04.040Z | Checking zone v0.3.1 |
| 3404 | 2026-08-31T14:32:04.068Z | Compiling typify-macro v0.6.2 |
| 3405 | 2026-08-31T14:32:04.107Z | Checking smf v0.2.3 |
| 3406 | 2026-08-31T14:32:04.188Z | Checking nom v8.0.0 |
| 3407 | 2026-08-31T14:32:04.220Z | Checking csv-core v0.1.13 |
| 3408 | 2026-08-31T14:32:04.274Z | Checking whoami v1.6.1 |
| 3409 | 2026-08-31T14:32:04.354Z | Compiling newtype_derive v0.1.6 |
| 3410 | 2026-08-31T14:32:04.425Z | Checking csv v1.4.0 |
| 3411 | 2026-08-31T14:32:04.440Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3412 | 2026-08-31T14:32:04.491Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3413 | 2026-08-31T14:32:04.541Z | Compiling cancel-safe-futures v0.1.5 |
| 3414 | 2026-08-31T14:32:04.620Z | Compiling libefi-sys v0.1.0 |
| 3415 | 2026-08-31T14:32:04.797Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3416 | 2026-08-31T14:32:04.956Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3417 | 2026-08-31T14:32:04.961Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3418 | 2026-08-31T14:32:04.970Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3419 | 2026-08-31T14:32:05.012Z | Checking oxide-update-engine-types v0.1.2 |
| 3420 | 2026-08-31T14:32:05.108Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3421 | 2026-08-31T14:32:05.227Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3422 | 2026-08-31T14:32:05.323Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3423 | 2026-08-31T14:32:05.403Z | Compiling bitfield-struct v0.6.2 |
| 3424 | 2026-08-31T14:32:05.455Z | Checking linear-map v1.2.0 |
| 3425 | 2026-08-31T14:32:05.631Z | Checking steno v0.4.1 |
| 3426 | 2026-08-31T14:32:05.865Z | Compiling typify v0.6.2 |
| 3427 | 2026-08-31T14:32:05.976Z | Compiling progenitor-impl v0.14.0 |
| 3428 | 2026-08-31T14:32:05.979Z | Checking oxide-update-engine v0.1.2 |
| 3429 | 2026-08-31T14:32:06.040Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3430 | 2026-08-31T14:32:06.067Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3431 | 2026-08-31T14:32:06.222Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3432 | 2026-08-31T14:32:06.270Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3433 | 2026-08-31T14:32:06.400Z | Checking sha1 v0.10.6 |
| 3434 | 2026-08-31T14:32:06.433Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3435 | 2026-08-31T14:32:06.513Z | Checking utf-8 v0.7.6 |
| 3436 | 2026-08-31T14:32:06.571Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3437 | 2026-08-31T14:32:06.634Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3438 | 2026-08-31T14:32:06.650Z | Checking tungstenite v0.21.0 |
| 3439 | 2026-08-31T14:32:06.788Z | Checking ignore v0.4.25 |
| 3440 | 2026-08-31T14:32:06.805Z | Checking anstyle-parse v0.2.7 |
| 3441 | 2026-08-31T14:32:06.933Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3442 | 2026-08-31T14:32:06.963Z | Compiling xshell-macros v0.2.7 |
| 3443 | 2026-08-31T14:32:07.070Z | Checking tokio-tungstenite v0.21.0 |
| 3444 | 2026-08-31T14:32:07.088Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3445 | 2026-08-31T14:32:07.134Z | Checking anstream v0.6.21 |
| 3446 | 2026-08-31T14:32:07.189Z | Checking globwalk v0.9.1 |
| 3447 | 2026-08-31T14:32:07.303Z | Checking predicates-tree v1.0.13 |
| 3448 | 2026-08-31T14:32:07.336Z | Checking xshell v0.2.7 |
| 3449 | 2026-08-31T14:32:07.339Z | Checking filetime v0.2.27 |
| 3450 | 2026-08-31T14:32:07.365Z | Checking tagptr v0.2.0 |
| 3451 | 2026-08-31T14:32:07.368Z | Checking xattr v1.6.1 |
| 3452 | 2026-08-31T14:32:07.410Z | Checking camino-tempfile-ext v0.3.3 |
| 3453 | 2026-08-31T14:32:07.483Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3454 | 2026-08-31T14:32:07.504Z | Checking moka v0.12.13 |
| 3455 | 2026-08-31T14:32:07.507Z | Checking tar v0.4.46 |
| 3456 | 2026-08-31T14:32:07.533Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3457 | 2026-08-31T14:32:07.600Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3458 | 2026-08-31T14:32:07.659Z | Checking rand_seeder v0.4.0 |
| 3459 | 2026-08-31T14:32:07.663Z | Checking half v1.8.3 |
| 3460 | 2026-08-31T14:32:07.738Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3461 | 2026-08-31T14:32:07.806Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3462 | 2026-08-31T14:32:07.870Z | Checking serde_cbor v0.11.2 |
| 3463 | 2026-08-31T14:32:07.897Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3464 | 2026-08-31T14:32:08.102Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3465 | 2026-08-31T14:32:08.143Z | Checking digest-io v0.1.0 |
| 3466 | 2026-08-31T14:32:08.146Z | Checking hickory-resolver v0.25.2 |
| 3467 | 2026-08-31T14:32:08.250Z | Checking sha2 v0.11.0 |
| 3468 | 2026-08-31T14:32:08.291Z | Compiling petname v2.0.2 |
| 3469 | 2026-08-31T14:32:08.592Z | Compiling progenitor-macro v0.14.0 |
| 3470 | 2026-08-31T14:32:08.721Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3471 | 2026-08-31T14:32:08.761Z | Checking rawzip v0.4.4 |
| 3472 | 2026-08-31T14:32:08.850Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3473 | 2026-08-31T14:32:09.123Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3474 | 2026-08-31T14:32:09.197Z | Checking sapling-renderdag v0.1.0 |
| 3475 | 2026-08-31T14:32:09.330Z | Checking subprocess v0.2.15 |
| 3476 | 2026-08-31T14:32:09.338Z | Checking sync-ptr v0.1.4 |
| 3477 | 2026-08-31T14:32:09.487Z | Checking colored v2.2.0 |
| 3478 | 2026-08-31T14:32:09.496Z | Checking assert_matches v1.5.0 |
| 3479 | 2026-08-31T14:32:09.603Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3480 | 2026-08-31T14:32:09.705Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3481 | 2026-08-31T14:32:10.154Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3482 | 2026-08-31T14:32:10.154Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3483 | 2026-08-31T14:32:10.461Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3484 | 2026-08-31T14:32:10.826Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3485 | 2026-08-31T14:32:10.826Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3486 | 2026-08-31T14:32:11.519Z | Checking progenitor v0.14.0 |
| 3487 | 2026-08-31T14:32:11.651Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3488 | 2026-08-31T14:32:11.657Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3489 | 2026-08-31T14:32:11.657Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3490 | 2026-08-31T14:32:11.657Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3491 | 2026-08-31T14:32:11.657Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3492 | 2026-08-31T14:32:11.657Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3493 | 2026-08-31T14:32:14.777Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3494 | 2026-08-31T14:32:14.896Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3495 | 2026-08-31T14:32:14.896Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3496 | 2026-08-31T14:32:14.896Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3497 | 2026-08-31T14:32:14.896Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3498 | 2026-08-31T14:32:14.896Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3499 | 2026-08-31T14:32:14.992Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3500 | 2026-08-31T14:32:14.992Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3501 | 2026-08-31T14:32:14.992Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3502 | 2026-08-31T14:32:15.048Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3503 | 2026-08-31T14:32:23.534Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3504 | 2026-08-31T14:32:30.694Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3505 | 2026-08-31T14:32:30.697Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3506 | 2026-08-31T14:32:30.697Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3507 | 2026-08-31T14:32:32.185Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3508 | 2026-08-31T14:32:33.437Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3509 | 2026-08-31T14:32:35.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s |
| 3510 | 2026-08-31T14:32:35.871Z | |
| 3511 | 2026-08-31T14:32:35.871Z | info: running `cargo check --bins` on nexus-inventory (146/379) |
| 3512 | 2026-08-31T14:32:36.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-08-31T14:32:36.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-08-31T14:32:36.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-08-31T14:32:36.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3516 | 2026-08-31T14:32:36.483Z | |
| 3517 | 2026-08-31T14:32:36.483Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/379) |
| 3518 | 2026-08-31T14:32:37.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-08-31T14:32:37.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-08-31T14:32:37.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-08-31T14:32:37.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3522 | 2026-08-31T14:32:37.056Z | |
| 3523 | 2026-08-31T14:32:37.056Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/379) |
| 3524 | 2026-08-31T14:32:37.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-08-31T14:32:37.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-08-31T14:32:37.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-08-31T14:32:37.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3528 | 2026-08-31T14:32:37.629Z | |
| 3529 | 2026-08-31T14:32:37.629Z | info: running `cargo check --bins` on dns-service-client (149/379) |
| 3530 | 2026-08-31T14:32:38.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-08-31T14:32:38.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-08-31T14:32:38.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-08-31T14:32:38.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3534 | 2026-08-31T14:32:38.186Z | |
| 3535 | 2026-08-31T14:32:38.186Z | info: running `cargo check --bins` on ntp-admin-client (150/379) |
| 3536 | 2026-08-31T14:32:38.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-08-31T14:32:38.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-08-31T14:32:38.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-08-31T14:32:38.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3540 | 2026-08-31T14:32:38.737Z | |
| 3541 | 2026-08-31T14:32:38.737Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/379) |
| 3542 | 2026-08-31T14:32:39.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-08-31T14:32:39.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-08-31T14:32:39.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-08-31T14:32:39.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3546 | 2026-08-31T14:32:39.296Z | |
| 3547 | 2026-08-31T14:32:39.296Z | info: running `cargo check --bins` on cockroach-admin-client (152/379) |
| 3548 | 2026-08-31T14:32:39.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-08-31T14:32:39.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-08-31T14:32:39.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-08-31T14:32:39.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3552 | 2026-08-31T14:32:39.856Z | |
| 3553 | 2026-08-31T14:32:39.856Z | info: running `cargo check --bins` on parallel-task-set (153/379) |
| 3554 | 2026-08-31T14:32:40.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-08-31T14:32:40.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-08-31T14:32:40.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-08-31T14:32:40.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3558 | 2026-08-31T14:32:40.405Z | |
| 3559 | 2026-08-31T14:32:40.405Z | info: running `cargo check --bins` on sled-agent-client (154/379) |
| 3560 | 2026-08-31T14:32:40.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-08-31T14:32:40.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-08-31T14:32:40.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-08-31T14:32:40.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3564 | 2026-08-31T14:32:40.986Z | |
| 3565 | 2026-08-31T14:32:40.986Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/379) |
| 3566 | 2026-08-31T14:32:41.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-08-31T14:32:41.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-08-31T14:32:41.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-08-31T14:32:41.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3570 | 2026-08-31T14:32:41.574Z | |
| 3571 | 2026-08-31T14:32:41.574Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/379) |
| 3572 | 2026-08-31T14:32:42.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-08-31T14:32:42.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-08-31T14:32:42.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-08-31T14:32:42.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3576 | 2026-08-31T14:32:42.161Z | |
| 3577 | 2026-08-31T14:32:42.161Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/379) |
| 3578 | 2026-08-31T14:32:42.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-08-31T14:32:42.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-08-31T14:32:42.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-08-31T14:32:42.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3582 | 2026-08-31T14:32:42.751Z | |
| 3583 | 2026-08-31T14:32:42.751Z | info: running `cargo check --bins` on key-manager (158/379) |
| 3584 | 2026-08-31T14:32:43.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-08-31T14:32:43.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-08-31T14:32:43.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-08-31T14:32:43.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3588 | 2026-08-31T14:32:43.327Z | |
| 3589 | 2026-08-31T14:32:43.327Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/379) |
| 3590 | 2026-08-31T14:32:43.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-08-31T14:32:43.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-08-31T14:32:43.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-08-31T14:32:43.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3594 | 2026-08-31T14:32:43.915Z | |
| 3595 | 2026-08-31T14:32:43.915Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/379) |
| 3596 | 2026-08-31T14:32:44.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-08-31T14:32:44.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-08-31T14:32:44.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-08-31T14:32:44.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3600 | 2026-08-31T14:32:44.503Z | |
| 3601 | 2026-08-31T14:32:44.503Z | info: running `cargo check --bins` on typed-rng (161/379) |
| 3602 | 2026-08-31T14:32:44.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-08-31T14:32:44.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-08-31T14:32:44.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-08-31T14:32:44.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3606 | 2026-08-31T14:32:45.055Z | |
| 3607 | 2026-08-31T14:32:45.055Z | info: running `cargo check --bins` on gateway-test-utils (162/379) |
| 3608 | 2026-08-31T14:32:45.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-08-31T14:32:45.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-08-31T14:32:45.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-08-31T14:32:45.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3612 | 2026-08-31T14:32:45.668Z | |
| 3613 | 2026-08-31T14:32:45.668Z | info: running `cargo check --bins` on omicron-gateway (163/379) |
| 3614 | 2026-08-31T14:32:46.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-08-31T14:32:46.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-08-31T14:32:46.402Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3617 | 2026-08-31T14:32:46.402Z | Checking void v1.0.2 |
| 3618 | 2026-08-31T14:32:46.406Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3619 | 2026-08-31T14:32:46.406Z | Checking dropshot-api-manager-types v0.8.0 |
| 3620 | 2026-08-31T14:32:46.406Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3621 | 2026-08-31T14:32:46.406Z | Checking tungstenite v0.23.0 |
| 3622 | 2026-08-31T14:32:46.406Z | Checking nix v0.27.1 |
| 3623 | 2026-08-31T14:32:46.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3624 | 2026-08-31T14:32:46.603Z | Checking lzss v0.8.2 |
| 3625 | 2026-08-31T14:32:46.678Z | Checking kstat-rs v0.2.5 |
| 3626 | 2026-08-31T14:32:46.704Z | Checking fxhash v0.2.1 |
| 3627 | 2026-08-31T14:32:46.781Z | Checking serde_bytes v0.11.19 |
| 3628 | 2026-08-31T14:32:46.808Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3629 | 2026-08-31T14:32:46.822Z | Checking signal-hook-tokio v0.3.1 |
| 3630 | 2026-08-31T14:32:46.835Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3631 | 2026-08-31T14:32:46.864Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3632 | 2026-08-31T14:32:46.958Z | Checking tokio-tungstenite v0.23.1 |
| 3633 | 2026-08-31T14:32:46.994Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3634 | 2026-08-31T14:32:48.064Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3635 | 2026-08-31T14:32:48.599Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3636 | 2026-08-31T14:32:50.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
| 3637 | 2026-08-31T14:32:50.915Z | |
| 3638 | 2026-08-31T14:32:50.915Z | info: running `cargo check --bins` on gateway-api (164/379) |
| 3639 | 2026-08-31T14:32:51.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2026-08-31T14:32:51.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2026-08-31T14:32:51.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2026-08-31T14:32:51.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3643 | 2026-08-31T14:32:51.476Z | |
| 3644 | 2026-08-31T14:32:51.476Z | info: running `cargo check --bins` on ipcc (165/379) |
| 3645 | 2026-08-31T14:32:51.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2026-08-31T14:32:51.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2026-08-31T14:32:51.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3648 | 2026-08-31T14:32:51.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3649 | 2026-08-31T14:32:52.035Z | |
| 3650 | 2026-08-31T14:32:52.035Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/379) |
| 3651 | 2026-08-31T14:32:52.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2026-08-31T14:32:52.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2026-08-31T14:32:52.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3654 | 2026-08-31T14:32:52.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3655 | 2026-08-31T14:32:52.586Z | |
| 3656 | 2026-08-31T14:32:52.586Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/379) |
| 3657 | 2026-08-31T14:32:53.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2026-08-31T14:32:53.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2026-08-31T14:32:53.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2026-08-31T14:32:53.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3661 | 2026-08-31T14:32:53.176Z | |
| 3662 | 2026-08-31T14:32:53.176Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/379) |
| 3663 | 2026-08-31T14:32:53.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2026-08-31T14:32:53.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2026-08-31T14:32:53.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3666 | 2026-08-31T14:32:53.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3667 | 2026-08-31T14:32:53.740Z | |
| 3668 | 2026-08-31T14:32:53.740Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/379) |
| 3669 | 2026-08-31T14:32:54.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2026-08-31T14:32:54.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2026-08-31T14:32:54.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3672 | 2026-08-31T14:32:54.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3673 | 2026-08-31T14:32:54.310Z | |
| 3674 | 2026-08-31T14:32:54.310Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/379) |
| 3675 | 2026-08-31T14:32:54.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2026-08-31T14:32:54.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2026-08-31T14:32:54.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2026-08-31T14:32:54.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3679 | 2026-08-31T14:32:54.878Z | |
| 3680 | 2026-08-31T14:32:54.878Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/379) |
| 3681 | 2026-08-31T14:32:55.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2026-08-31T14:32:55.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2026-08-31T14:32:55.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3684 | 2026-08-31T14:32:55.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3685 | 2026-08-31T14:32:55.465Z | |
| 3686 | 2026-08-31T14:32:55.465Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/379) |
| 3687 | 2026-08-31T14:32:55.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2026-08-31T14:32:55.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2026-08-31T14:32:55.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2026-08-31T14:32:55.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3691 | 2026-08-31T14:32:56.033Z | |
| 3692 | 2026-08-31T14:32:56.033Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/379) |
| 3693 | 2026-08-31T14:32:56.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2026-08-31T14:32:56.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2026-08-31T14:32:56.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2026-08-31T14:32:56.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3697 | 2026-08-31T14:32:56.602Z | |
| 3698 | 2026-08-31T14:32:56.602Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/379) |
| 3699 | 2026-08-31T14:32:57.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-08-31T14:32:57.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-08-31T14:32:57.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-08-31T14:32:57.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3703 | 2026-08-31T14:32:57.195Z | |
| 3704 | 2026-08-31T14:32:57.195Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/379) |
| 3705 | 2026-08-31T14:32:57.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-08-31T14:32:57.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-08-31T14:32:57.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-08-31T14:32:57.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3709 | 2026-08-31T14:32:57.792Z | |
| 3710 | 2026-08-31T14:32:57.792Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/379) |
| 3711 | 2026-08-31T14:32:58.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-08-31T14:32:58.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-08-31T14:32:58.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-08-31T14:32:58.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3715 | 2026-08-31T14:32:58.310Z | |
| 3716 | 2026-08-31T14:32:58.310Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/379) |
| 3717 | 2026-08-31T14:32:58.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-08-31T14:32:58.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-08-31T14:32:58.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-08-31T14:32:58.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3721 | 2026-08-31T14:32:58.877Z | |
| 3722 | 2026-08-31T14:32:58.877Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/379) |
| 3723 | 2026-08-31T14:32:59.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-08-31T14:32:59.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-08-31T14:32:59.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-08-31T14:32:59.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3727 | 2026-08-31T14:32:59.447Z | |
| 3728 | 2026-08-31T14:32:59.447Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/379) |
| 3729 | 2026-08-31T14:32:59.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-08-31T14:33:00.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-08-31T14:33:00.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-08-31T14:33:00.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3733 | 2026-08-31T14:33:00.084Z | |
| 3734 | 2026-08-31T14:33:00.084Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/379) |
| 3735 | 2026-08-31T14:33:00.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-08-31T14:33:00.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-08-31T14:33:00.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-08-31T14:33:00.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3739 | 2026-08-31T14:33:00.581Z | |
| 3740 | 2026-08-31T14:33:00.582Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/379) |
| 3741 | 2026-08-31T14:33:01.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-08-31T14:33:01.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-08-31T14:33:01.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3744 | 2026-08-31T14:33:01.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3745 | 2026-08-31T14:33:01.143Z | |
| 3746 | 2026-08-31T14:33:01.144Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/379) |
| 3747 | 2026-08-31T14:33:01.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-08-31T14:33:01.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-08-31T14:33:01.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3750 | 2026-08-31T14:33:01.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3751 | 2026-08-31T14:33:01.708Z | |
| 3752 | 2026-08-31T14:33:01.708Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/379) |
| 3753 | 2026-08-31T14:33:02.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-08-31T14:33:02.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-08-31T14:33:02.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3756 | 2026-08-31T14:33:02.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3757 | 2026-08-31T14:33:02.279Z | |
| 3758 | 2026-08-31T14:33:02.279Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/379) |
| 3759 | 2026-08-31T14:33:02.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2026-08-31T14:33:02.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2026-08-31T14:33:02.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3762 | 2026-08-31T14:33:02.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3763 | 2026-08-31T14:33:02.847Z | |
| 3764 | 2026-08-31T14:33:02.847Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/379) |
| 3765 | 2026-08-31T14:33:03.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2026-08-31T14:33:03.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2026-08-31T14:33:03.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3768 | 2026-08-31T14:33:03.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3769 | 2026-08-31T14:33:03.415Z | |
| 3770 | 2026-08-31T14:33:03.415Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/379) |
| 3771 | 2026-08-31T14:33:03.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2026-08-31T14:33:03.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2026-08-31T14:33:03.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3774 | 2026-08-31T14:33:03.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3775 | 2026-08-31T14:33:03.996Z | |
| 3776 | 2026-08-31T14:33:03.997Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/379) |
| 3777 | 2026-08-31T14:33:04.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2026-08-31T14:33:04.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2026-08-31T14:33:04.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2026-08-31T14:33:04.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3781 | 2026-08-31T14:33:04.586Z | |
| 3782 | 2026-08-31T14:33:04.586Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/379) |
| 3783 | 2026-08-31T14:33:05.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-08-31T14:33:05.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-08-31T14:33:05.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-08-31T14:33:05.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3787 | 2026-08-31T14:33:05.169Z | |
| 3788 | 2026-08-31T14:33:05.169Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/379) |
| 3789 | 2026-08-31T14:33:05.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-08-31T14:33:05.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-08-31T14:33:05.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-08-31T14:33:05.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3793 | 2026-08-31T14:33:05.761Z | |
| 3794 | 2026-08-31T14:33:05.761Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/379) |
| 3795 | 2026-08-31T14:33:06.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-08-31T14:33:06.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-08-31T14:33:06.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-08-31T14:33:06.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3799 | 2026-08-31T14:33:06.340Z | |
| 3800 | 2026-08-31T14:33:06.340Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/379) |
| 3801 | 2026-08-31T14:33:06.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-08-31T14:33:06.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-08-31T14:33:06.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2026-08-31T14:33:06.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3805 | 2026-08-31T14:33:06.925Z | |
| 3806 | 2026-08-31T14:33:06.925Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/379) |
| 3807 | 2026-08-31T14:33:07.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-08-31T14:33:07.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-08-31T14:33:07.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2026-08-31T14:33:07.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3811 | 2026-08-31T14:33:07.513Z | |
| 3812 | 2026-08-31T14:33:07.513Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/379) |
| 3813 | 2026-08-31T14:33:08.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-08-31T14:33:08.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-08-31T14:33:08.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-08-31T14:33:08.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3817 | 2026-08-31T14:33:08.103Z | |
| 3818 | 2026-08-31T14:33:08.103Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/379) |
| 3819 | 2026-08-31T14:33:08.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-08-31T14:33:08.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-08-31T14:33:08.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-08-31T14:33:08.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3823 | 2026-08-31T14:33:08.686Z | |
| 3824 | 2026-08-31T14:33:08.686Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/379) |
| 3825 | 2026-08-31T14:33:09.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-08-31T14:33:09.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-08-31T14:33:09.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-08-31T14:33:09.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3829 | 2026-08-31T14:33:09.273Z | |
| 3830 | 2026-08-31T14:33:09.273Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/379) |
| 3831 | 2026-08-31T14:33:09.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-08-31T14:33:09.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-08-31T14:33:09.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-08-31T14:33:09.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3835 | 2026-08-31T14:33:09.854Z | |
| 3836 | 2026-08-31T14:33:09.854Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/379) |
| 3837 | 2026-08-31T14:33:10.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-08-31T14:33:10.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-08-31T14:33:10.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-08-31T14:33:10.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3841 | 2026-08-31T14:33:10.440Z | |
| 3842 | 2026-08-31T14:33:10.440Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/379) |
| 3843 | 2026-08-31T14:33:10.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-08-31T14:33:10.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-08-31T14:33:10.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2026-08-31T14:33:10.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3847 | 2026-08-31T14:33:11.033Z | |
| 3848 | 2026-08-31T14:33:11.033Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/379) |
| 3849 | 2026-08-31T14:33:28.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-08-31T14:33:28.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-08-31T14:33:28.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-08-31T14:33:28.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3853 | 2026-08-31T14:33:28.212Z | |
| 3854 | 2026-08-31T14:33:28.212Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/379) |
| 3855 | 2026-08-31T14:33:28.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-08-31T14:33:28.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-08-31T14:33:28.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-08-31T14:33:28.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3859 | 2026-08-31T14:33:28.213Z | |
| 3860 | 2026-08-31T14:33:28.213Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/379) |
| 3861 | 2026-08-31T14:33:28.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-08-31T14:33:28.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-08-31T14:33:28.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3864 | 2026-08-31T14:33:28.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3865 | 2026-08-31T14:33:28.213Z | |
| 3866 | 2026-08-31T14:33:28.213Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/379) |
| 3867 | 2026-08-31T14:33:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-08-31T14:33:28.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-08-31T14:33:28.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-08-31T14:33:28.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3871 | 2026-08-31T14:33:28.734Z | |
| 3872 | 2026-08-31T14:33:28.734Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/379) |
| 3873 | 2026-08-31T14:33:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-08-31T14:33:28.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-08-31T14:33:28.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3876 | 2026-08-31T14:33:28.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3877 | 2026-08-31T14:33:28.734Z | |
| 3878 | 2026-08-31T14:33:28.734Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/379) |
| 3879 | 2026-08-31T14:33:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-08-31T14:33:28.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-08-31T14:33:28.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-08-31T14:33:28.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3883 | 2026-08-31T14:33:28.734Z | |
| 3884 | 2026-08-31T14:33:28.734Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/379) |
| 3885 | 2026-08-31T14:33:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-08-31T14:33:28.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-08-31T14:33:28.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-08-31T14:33:28.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3889 | 2026-08-31T14:33:28.734Z | |
| 3890 | 2026-08-31T14:33:28.734Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/379) |
| 3891 | 2026-08-31T14:33:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-08-31T14:33:28.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-08-31T14:33:28.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2026-08-31T14:33:28.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3895 | 2026-08-31T14:33:28.734Z | |
| 3896 | 2026-08-31T14:33:28.734Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/379) |
| 3897 | 2026-08-31T14:33:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-08-31T14:33:28.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-08-31T14:33:28.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2026-08-31T14:33:28.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3901 | 2026-08-31T14:33:28.735Z | |
| 3902 | 2026-08-31T14:33:28.735Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/379) |
| 3903 | 2026-08-31T14:33:28.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-08-31T14:33:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-08-31T14:33:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2026-08-31T14:33:28.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3907 | 2026-08-31T14:33:28.735Z | |
| 3908 | 2026-08-31T14:33:28.735Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/379) |
| 3909 | 2026-08-31T14:33:28.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-08-31T14:33:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-08-31T14:33:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2026-08-31T14:33:28.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3913 | 2026-08-31T14:33:28.735Z | |
| 3914 | 2026-08-31T14:33:28.735Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/379) |
| 3915 | 2026-08-31T14:33:28.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-08-31T14:33:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-08-31T14:33:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-08-31T14:33:28.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3919 | 2026-08-31T14:33:28.735Z | |
| 3920 | 2026-08-31T14:33:28.735Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/379) |
| 3921 | 2026-08-31T14:33:28.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-08-31T14:33:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-08-31T14:33:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-08-31T14:33:28.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3925 | 2026-08-31T14:33:28.735Z | |
| 3926 | 2026-08-31T14:33:28.735Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/379) |
| 3927 | 2026-08-31T14:33:28.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-08-31T14:33:28.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-08-31T14:33:28.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-08-31T14:33:28.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3931 | 2026-08-31T14:33:28.736Z | |
| 3932 | 2026-08-31T14:33:28.736Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/379) |
| 3933 | 2026-08-31T14:33:28.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-08-31T14:33:28.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-08-31T14:33:28.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-08-31T14:33:28.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3937 | 2026-08-31T14:33:29.061Z | |
| 3938 | 2026-08-31T14:33:29.061Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/379) |
| 3939 | 2026-08-31T14:33:29.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-08-31T14:33:29.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-08-31T14:33:29.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-08-31T14:33:29.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3943 | 2026-08-31T14:33:29.061Z | |
| 3944 | 2026-08-31T14:33:29.061Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/379) |
| 3945 | 2026-08-31T14:33:29.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-08-31T14:33:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-08-31T14:33:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-08-31T14:33:29.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3949 | 2026-08-31T14:33:29.062Z | |
| 3950 | 2026-08-31T14:33:29.062Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/379) |
| 3951 | 2026-08-31T14:33:29.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-08-31T14:33:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-08-31T14:33:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-08-31T14:33:29.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3955 | 2026-08-31T14:33:29.062Z | |
| 3956 | 2026-08-31T14:33:29.062Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/379) |
| 3957 | 2026-08-31T14:33:29.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-08-31T14:33:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-08-31T14:33:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-08-31T14:33:29.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3961 | 2026-08-31T14:33:29.062Z | |
| 3962 | 2026-08-31T14:33:29.062Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/379) |
| 3963 | 2026-08-31T14:33:29.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-08-31T14:33:29.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-08-31T14:33:29.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-08-31T14:33:29.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3967 | 2026-08-31T14:33:29.062Z | |
| 3968 | 2026-08-31T14:33:29.063Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/379) |
| 3969 | 2026-08-31T14:33:29.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-08-31T14:33:29.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-08-31T14:33:29.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-08-31T14:33:29.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3973 | 2026-08-31T14:33:29.063Z | |
| 3974 | 2026-08-31T14:33:29.063Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/379) |
| 3975 | 2026-08-31T14:33:29.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-08-31T14:33:29.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-08-31T14:33:29.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-08-31T14:33:29.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3979 | 2026-08-31T14:33:29.063Z | |
| 3980 | 2026-08-31T14:33:29.063Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/379) |
| 3981 | 2026-08-31T14:33:29.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-08-31T14:33:29.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-08-31T14:33:29.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-08-31T14:33:29.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3985 | 2026-08-31T14:33:29.063Z | |
| 3986 | 2026-08-31T14:33:29.063Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/379) |
| 3987 | 2026-08-31T14:33:29.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-08-31T14:33:29.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-08-31T14:33:29.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-08-31T14:33:29.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3991 | 2026-08-31T14:33:29.063Z | |
| 3992 | 2026-08-31T14:33:29.064Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/379) |
| 3993 | 2026-08-31T14:33:29.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-08-31T14:33:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-08-31T14:33:29.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-08-31T14:33:29.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3997 | 2026-08-31T14:33:29.064Z | |
| 3998 | 2026-08-31T14:33:29.064Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/379) |
| 3999 | 2026-08-31T14:33:29.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-08-31T14:33:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-08-31T14:33:29.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-08-31T14:33:29.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4003 | 2026-08-31T14:33:29.064Z | |
| 4004 | 2026-08-31T14:33:29.064Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/379) |
| 4005 | 2026-08-31T14:33:29.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-08-31T14:33:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-08-31T14:33:29.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-08-31T14:33:29.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4009 | 2026-08-31T14:33:29.064Z | |
| 4010 | 2026-08-31T14:33:29.064Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/379) |
| 4011 | 2026-08-31T14:33:29.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-08-31T14:33:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-08-31T14:33:29.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-08-31T14:33:29.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4015 | 2026-08-31T14:33:29.065Z | |
| 4016 | 2026-08-31T14:33:29.065Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/379) |
| 4017 | 2026-08-31T14:33:29.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-08-31T14:33:29.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-08-31T14:33:29.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-08-31T14:33:29.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4021 | 2026-08-31T14:33:29.065Z | |
| 4022 | 2026-08-31T14:33:29.065Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/379) |
| 4023 | 2026-08-31T14:33:29.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-08-31T14:33:29.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-08-31T14:33:29.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-08-31T14:33:29.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4027 | 2026-08-31T14:33:29.065Z | |
| 4028 | 2026-08-31T14:33:29.065Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/379) |
| 4029 | 2026-08-31T14:33:29.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-08-31T14:33:29.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-08-31T14:33:29.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-08-31T14:33:29.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4033 | 2026-08-31T14:33:29.134Z | |
| 4034 | 2026-08-31T14:33:29.134Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/379) |
| 4035 | 2026-08-31T14:33:29.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-08-31T14:33:29.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-08-31T14:33:29.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-08-31T14:33:29.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4039 | 2026-08-31T14:33:29.527Z | |
| 4040 | 2026-08-31T14:33:29.527Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/379) |
| 4041 | 2026-08-31T14:33:30.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-08-31T14:33:30.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-08-31T14:33:30.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-08-31T14:33:30.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4045 | 2026-08-31T14:33:30.142Z | |
| 4046 | 2026-08-31T14:33:30.142Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/379) |
| 4047 | 2026-08-31T14:33:30.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-08-31T14:33:30.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-08-31T14:33:30.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-08-31T14:33:30.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4051 | 2026-08-31T14:33:30.700Z | |
| 4052 | 2026-08-31T14:33:30.701Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/379) |
| 4053 | 2026-08-31T14:33:31.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-08-31T14:33:31.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-08-31T14:33:31.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-08-31T14:33:31.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4057 | 2026-08-31T14:33:31.286Z | |
| 4058 | 2026-08-31T14:33:31.286Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/379) |
| 4059 | 2026-08-31T14:33:31.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-08-31T14:33:31.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-08-31T14:33:31.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-08-31T14:33:31.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4063 | 2026-08-31T14:33:31.876Z | |
| 4064 | 2026-08-31T14:33:31.876Z | info: running `cargo check --bins` on oximeter-producer (235/379) |
| 4065 | 2026-08-31T14:33:32.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-08-31T14:33:32.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-08-31T14:33:32.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-08-31T14:33:32.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4069 | 2026-08-31T14:33:32.487Z | |
| 4070 | 2026-08-31T14:33:32.488Z | info: running `cargo check --bins` on internal-dns-resolver (236/379) |
| 4071 | 2026-08-31T14:33:32.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-08-31T14:33:32.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-08-31T14:33:32.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-08-31T14:33:32.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4075 | 2026-08-31T14:33:33.056Z | |
| 4076 | 2026-08-31T14:33:33.056Z | info: running `cargo check --bins` on dns-server (237/379) |
| 4077 | 2026-08-31T14:33:33.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-08-31T14:33:33.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-08-31T14:33:33.700Z | Compiling parking_lot_core v0.8.6 |
| 4080 | 2026-08-31T14:33:33.805Z | Compiling git-stub v1.0.0 |
| 4081 | 2026-08-31T14:33:33.823Z | Checking prefix-trie v0.7.0 |
| 4082 | 2026-08-31T14:33:33.834Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4083 | 2026-08-31T14:33:33.930Z | Compiling git-stub-vcs v0.1.0 |
| 4084 | 2026-08-31T14:33:34.094Z | Checking hickory-server v0.25.2 |
| 4085 | 2026-08-31T14:33:34.285Z | Checking parking_lot v0.11.2 |
| 4086 | 2026-08-31T14:33:34.297Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4087 | 2026-08-31T14:33:34.351Z | Checking sled v0.34.7 |
| 4088 | 2026-08-31T14:33:36.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4089 | 2026-08-31T14:33:36.435Z | |
| 4090 | 2026-08-31T14:33:36.435Z | info: running `cargo check --bins` on dns-server-api (238/379) |
| 4091 | 2026-08-31T14:33:36.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-08-31T14:33:36.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-08-31T14:33:36.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4094 | 2026-08-31T14:33:36.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4095 | 2026-08-31T14:33:36.995Z | |
| 4096 | 2026-08-31T14:33:36.995Z | info: running `cargo check --bins` on nexus-client (239/379) |
| 4097 | 2026-08-31T14:33:37.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4098 | 2026-08-31T14:33:37.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4099 | 2026-08-31T14:33:37.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4100 | 2026-08-31T14:33:37.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4101 | 2026-08-31T14:33:37.582Z | |
| 4102 | 2026-08-31T14:33:37.582Z | info: running `cargo check --bins` on oximeter-producer-api (240/379) |
| 4103 | 2026-08-31T14:33:38.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4104 | 2026-08-31T14:33:38.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4105 | 2026-08-31T14:33:38.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4106 | 2026-08-31T14:33:38.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4107 | 2026-08-31T14:33:38.148Z | |
| 4108 | 2026-08-31T14:33:38.148Z | info: running `cargo check --bins` on sp-sim (241/379) |
| 4109 | 2026-08-31T14:33:38.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4110 | 2026-08-31T14:33:38.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4111 | 2026-08-31T14:33:38.841Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4112 | 2026-08-31T14:33:39.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 4113 | 2026-08-31T14:33:39.596Z | |
| 4114 | 2026-08-31T14:33:39.596Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/379) |
| 4115 | 2026-08-31T14:33:40.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-08-31T14:33:40.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-08-31T14:33:40.355Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4118 | 2026-08-31T14:33:40.487Z | Compiling hashbrown v0.14.5 |
| 4119 | 2026-08-31T14:33:40.487Z | Compiling rfc6979 v0.4.0 |
| 4120 | 2026-08-31T14:33:40.504Z | Compiling salty v0.3.0 |
| 4121 | 2026-08-31T14:33:40.521Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4122 | 2026-08-31T14:33:40.535Z | Compiling primeorder v0.13.6 |
| 4123 | 2026-08-31T14:33:40.552Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4124 | 2026-08-31T14:33:40.606Z | Compiling ecdsa v0.16.9 |
| 4125 | 2026-08-31T14:33:40.662Z | Compiling sha1 v0.10.6 |
| 4126 | 2026-08-31T14:33:40.764Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4127 | 2026-08-31T14:33:40.944Z | Compiling proc-macro-error2 v2.0.1 |
| 4128 | 2026-08-31T14:33:40.975Z | Compiling p384 v0.13.1 |
| 4129 | 2026-08-31T14:33:41.031Z | Compiling chumsky v0.9.3 |
| 4130 | 2026-08-31T14:33:41.032Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4131 | 2026-08-31T14:33:41.101Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4132 | 2026-08-31T14:33:41.152Z | Compiling knus-derive v3.4.0 |
| 4133 | 2026-08-31T14:33:41.177Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4134 | 2026-08-31T14:33:41.213Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4135 | 2026-08-31T14:33:41.261Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4136 | 2026-08-31T14:33:41.428Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4137 | 2026-08-31T14:33:41.482Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4138 | 2026-08-31T14:33:41.632Z | Checking corncobs v0.1.4 |
| 4139 | 2026-08-31T14:33:41.675Z | Checking libscf-sys v1.2.0 |
| 4140 | 2026-08-31T14:33:41.689Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4141 | 2026-08-31T14:33:41.702Z | Checking secrecy v0.8.0 |
| 4142 | 2026-08-31T14:33:41.714Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4143 | 2026-08-31T14:33:41.760Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4144 | 2026-08-31T14:33:41.800Z | Checking papergrid v0.18.0 |
| 4145 | 2026-08-31T14:33:41.822Z | Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4146 | 2026-08-31T14:33:41.858Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4147 | 2026-08-31T14:33:42.006Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4148 | 2026-08-31T14:33:42.153Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4149 | 2026-08-31T14:33:42.182Z | Compiling unicase v2.9.0 |
| 4150 | 2026-08-31T14:33:42.260Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4151 | 2026-08-31T14:33:42.374Z | Compiling mime_guess v2.0.5 |
| 4152 | 2026-08-31T14:33:42.452Z | Checking http-range v0.1.5 |
| 4153 | 2026-08-31T14:33:42.504Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4154 | 2026-08-31T14:33:42.542Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4155 | 2026-08-31T14:33:42.587Z | Checking tabled v0.21.0 |
| 4156 | 2026-08-31T14:33:42.596Z | Compiling knus v3.4.0 |
| 4157 | 2026-08-31T14:33:42.618Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4158 | 2026-08-31T14:33:42.738Z | Checking crc8 v0.1.1 |
| 4159 | 2026-08-31T14:33:42.836Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4160 | 2026-08-31T14:33:43.028Z | Checking scuffle v0.1.0 |
| 4161 | 2026-08-31T14:33:43.157Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4162 | 2026-08-31T14:33:43.292Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4163 | 2026-08-31T14:33:43.487Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4164 | 2026-08-31T14:33:43.507Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4165 | 2026-08-31T14:33:43.552Z | Checking nanorand v0.7.0 |
| 4166 | 2026-08-31T14:33:43.572Z | Checking hyper-staticfile v0.10.1 |
| 4167 | 2026-08-31T14:33:43.749Z | Checking flume v0.11.1 |
| 4168 | 2026-08-31T14:33:43.864Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4169 | 2026-08-31T14:33:43.909Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4170 | 2026-08-31T14:33:44.291Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4171 | 2026-08-31T14:33:44.626Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4172 | 2026-08-31T14:33:44.626Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4173 | 2026-08-31T14:33:44.626Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4174 | 2026-08-31T14:33:45.345Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4175 | 2026-08-31T14:33:45.345Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4176 | 2026-08-31T14:33:45.467Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4177 | 2026-08-31T14:33:45.467Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4178 | 2026-08-31T14:33:45.467Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4179 | 2026-08-31T14:33:45.467Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4180 | 2026-08-31T14:33:45.603Z | Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4181 | 2026-08-31T14:33:45.813Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4182 | 2026-08-31T14:33:46.579Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4183 | 2026-08-31T14:33:46.637Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4184 | 2026-08-31T14:33:48.211Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4185 | 2026-08-31T14:33:49.226Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4186 | 2026-08-31T14:33:49.831Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4187 | 2026-08-31T14:33:49.831Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4188 | 2026-08-31T14:33:51.952Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4189 | 2026-08-31T14:34:02.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.42s |
| 4190 | 2026-08-31T14:34:02.979Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4191 | 2026-08-31T14:34:02.979Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4192 | 2026-08-31T14:34:03.176Z | |
| 4193 | 2026-08-31T14:34:03.176Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/379) |
| 4194 | 2026-08-31T14:34:04.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-08-31T14:34:04.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-08-31T14:34:04.438Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4197 | 2026-08-31T14:34:14.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s |
| 4198 | 2026-08-31T14:34:17.292Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4199 | 2026-08-31T14:34:17.292Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4200 | 2026-08-31T14:34:17.292Z | |
| 4201 | 2026-08-31T14:34:17.292Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/379) |
| 4202 | 2026-08-31T14:34:17.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-08-31T14:34:17.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-08-31T14:34:17.293Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4205 | 2026-08-31T14:34:25.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s |
| 4206 | 2026-08-31T14:34:25.389Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4207 | 2026-08-31T14:34:25.389Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4208 | 2026-08-31T14:34:25.585Z | |
| 4209 | 2026-08-31T14:34:25.585Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/379) |
| 4210 | 2026-08-31T14:34:26.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-08-31T14:34:26.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-08-31T14:34:26.348Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4213 | 2026-08-31T14:34:36.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s |
| 4214 | 2026-08-31T14:34:36.530Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4215 | 2026-08-31T14:34:36.530Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4216 | 2026-08-31T14:34:36.729Z | |
| 4217 | 2026-08-31T14:34:36.729Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/379) |
| 4218 | 2026-08-31T14:34:37.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-08-31T14:34:37.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-08-31T14:34:37.511Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4221 | 2026-08-31T14:34:47.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s |
| 4222 | 2026-08-31T14:34:47.848Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4223 | 2026-08-31T14:34:47.848Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4224 | 2026-08-31T14:34:48.047Z | |
| 4225 | 2026-08-31T14:34:48.047Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/379) |
| 4226 | 2026-08-31T14:34:48.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-08-31T14:34:48.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-08-31T14:34:48.803Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4229 | 2026-08-31T14:34:59.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s |
| 4230 | 2026-08-31T14:34:59.079Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4231 | 2026-08-31T14:34:59.079Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4232 | 2026-08-31T14:34:59.275Z | |
| 4233 | 2026-08-31T14:34:59.275Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/379) |
| 4234 | 2026-08-31T14:34:59.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-08-31T14:34:59.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-08-31T14:35:00.043Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4237 | 2026-08-31T14:35:10.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s |
| 4238 | 2026-08-31T14:35:10.316Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4239 | 2026-08-31T14:35:10.316Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4240 | 2026-08-31T14:35:10.512Z | |
| 4241 | 2026-08-31T14:35:10.512Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/379) |
| 4242 | 2026-08-31T14:35:11.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-08-31T14:35:11.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-08-31T14:35:11.276Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4245 | 2026-08-31T14:35:21.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s |
| 4246 | 2026-08-31T14:35:21.566Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4247 | 2026-08-31T14:35:21.566Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4248 | 2026-08-31T14:35:21.768Z | |
| 4249 | 2026-08-31T14:35:21.768Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/379) |
| 4250 | 2026-08-31T14:35:22.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-08-31T14:35:22.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-08-31T14:35:22.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4253 | 2026-08-31T14:35:22.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4254 | 2026-08-31T14:35:22.341Z | |
| 4255 | 2026-08-31T14:35:22.341Z | info: running `cargo check --bins` on installinator-common (251/379) |
| 4256 | 2026-08-31T14:35:22.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-08-31T14:35:22.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-08-31T14:35:22.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2026-08-31T14:35:22.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4260 | 2026-08-31T14:35:22.924Z | |
| 4261 | 2026-08-31T14:35:22.924Z | info: running `cargo check --bins` on installinator-common-versions (252/379) |
| 4262 | 2026-08-31T14:35:23.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-08-31T14:35:23.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-08-31T14:35:23.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-08-31T14:35:23.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4266 | 2026-08-31T14:35:23.552Z | |
| 4267 | 2026-08-31T14:35:23.552Z | info: running `cargo check --bins` on nexus-lockstep-client (253/379) |
| 4268 | 2026-08-31T14:35:23.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-08-31T14:35:23.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-08-31T14:35:23.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4271 | 2026-08-31T14:35:23.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4272 | 2026-08-31T14:35:24.084Z | |
| 4273 | 2026-08-31T14:35:24.084Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/379) |
| 4274 | 2026-08-31T14:35:24.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-08-31T14:35:24.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-08-31T14:35:24.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4277 | 2026-08-31T14:35:24.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4278 | 2026-08-31T14:35:24.649Z | |
| 4279 | 2026-08-31T14:35:24.650Z | info: running `cargo check --bins` on range-requests (255/379) |
| 4280 | 2026-08-31T14:35:25.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-08-31T14:35:25.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-08-31T14:35:25.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4283 | 2026-08-31T14:35:25.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4284 | 2026-08-31T14:35:25.211Z | |
| 4285 | 2026-08-31T14:35:25.211Z | info: running `cargo check --bins` on repo-depot-api (256/379) |
| 4286 | 2026-08-31T14:35:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-08-31T14:35:25.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-08-31T14:35:25.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-08-31T14:35:25.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4290 | 2026-08-31T14:35:25.799Z | |
| 4291 | 2026-08-31T14:35:25.799Z | info: running `cargo check --bins` on repo-depot-client (257/379) |
| 4292 | 2026-08-31T14:35:26.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-08-31T14:35:26.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-08-31T14:35:26.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-08-31T14:35:26.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4296 | 2026-08-31T14:35:26.331Z | |
| 4297 | 2026-08-31T14:35:26.331Z | info: running `cargo check --bins` on sled-agent-api (258/379) |
| 4298 | 2026-08-31T14:35:26.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-08-31T14:35:26.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-08-31T14:35:26.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-08-31T14:35:26.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4302 | 2026-08-31T14:35:26.919Z | |
| 4303 | 2026-08-31T14:35:26.919Z | info: running `cargo check --bins` on sled-diagnostics (259/379) |
| 4304 | 2026-08-31T14:35:27.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-08-31T14:35:27.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-08-31T14:35:27.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-08-31T14:35:27.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4308 | 2026-08-31T14:35:27.506Z | |
| 4309 | 2026-08-31T14:35:27.507Z | info: running `cargo check --bins` on zfs-test-harness (260/379) |
| 4310 | 2026-08-31T14:35:28.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-08-31T14:35:28.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-08-31T14:35:28.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4313 | 2026-08-31T14:35:28.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4314 | 2026-08-31T14:35:28.094Z | |
| 4315 | 2026-08-31T14:35:28.094Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/379) |
| 4316 | 2026-08-31T14:35:28.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-08-31T14:35:28.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-08-31T14:35:28.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4319 | 2026-08-31T14:35:28.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4320 | 2026-08-31T14:35:28.695Z | |
| 4321 | 2026-08-31T14:35:28.695Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/379) |
| 4322 | 2026-08-31T14:35:29.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-08-31T14:35:29.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-08-31T14:35:29.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4325 | 2026-08-31T14:35:29.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4326 | 2026-08-31T14:35:29.289Z | |
| 4327 | 2026-08-31T14:35:29.289Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/379) |
| 4328 | 2026-08-31T14:35:29.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-08-31T14:35:29.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-08-31T14:35:29.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4331 | 2026-08-31T14:35:29.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4332 | 2026-08-31T14:35:29.876Z | |
| 4333 | 2026-08-31T14:35:29.876Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/379) |
| 4334 | 2026-08-31T14:35:30.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4335 | 2026-08-31T14:35:30.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4336 | 2026-08-31T14:35:30.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4337 | 2026-08-31T14:35:30.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4338 | 2026-08-31T14:35:30.467Z | |
| 4339 | 2026-08-31T14:35:30.467Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/379) |
| 4340 | 2026-08-31T14:35:30.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-08-31T14:35:30.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-08-31T14:35:30.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4343 | 2026-08-31T14:35:30.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4344 | 2026-08-31T14:35:31.058Z | |
| 4345 | 2026-08-31T14:35:31.059Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/379) |
| 4346 | 2026-08-31T14:35:31.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-08-31T14:35:31.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-08-31T14:35:31.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4349 | 2026-08-31T14:35:31.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4350 | 2026-08-31T14:35:31.674Z | |
| 4351 | 2026-08-31T14:35:31.674Z | info: running `cargo check --bins` on trust-quorum (267/379) |
| 4352 | 2026-08-31T14:35:32.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-08-31T14:35:32.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-08-31T14:35:32.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4355 | 2026-08-31T14:35:32.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4356 | 2026-08-31T14:35:32.250Z | |
| 4357 | 2026-08-31T14:35:32.250Z | info: running `cargo check --bins` on sled-agent-health-monitor (268/379) |
| 4358 | 2026-08-31T14:35:32.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4359 | 2026-08-31T14:35:32.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4360 | 2026-08-31T14:35:32.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4361 | 2026-08-31T14:35:32.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4362 | 2026-08-31T14:35:32.841Z | |
| 4363 | 2026-08-31T14:35:32.841Z | info: running `cargo check --bins` on sled-agent-multirack-join (269/379) |
| 4364 | 2026-08-31T14:35:33.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4365 | 2026-08-31T14:35:33.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4366 | 2026-08-31T14:35:33.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4367 | 2026-08-31T14:35:33.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4368 | 2026-08-31T14:35:33.461Z | |
| 4369 | 2026-08-31T14:35:33.461Z | info: running `cargo check --bins` on sled-agent-rack-setup (270/379) |
| 4370 | 2026-08-31T14:35:33.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-08-31T14:35:33.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-08-31T14:35:33.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4373 | 2026-08-31T14:35:33.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4374 | 2026-08-31T14:35:34.074Z | |
| 4375 | 2026-08-31T14:35:34.074Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (271/379) |
| 4376 | 2026-08-31T14:35:34.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-08-31T14:35:34.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-08-31T14:35:34.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4379 | 2026-08-31T14:35:34.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4380 | 2026-08-31T14:35:34.688Z | |
| 4381 | 2026-08-31T14:35:34.688Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (272/379) |
| 4382 | 2026-08-31T14:35:35.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-08-31T14:35:35.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-08-31T14:35:35.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4385 | 2026-08-31T14:35:35.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4386 | 2026-08-31T14:35:35.296Z | |
| 4387 | 2026-08-31T14:35:35.296Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (273/379) |
| 4388 | 2026-08-31T14:35:35.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-08-31T14:35:35.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-08-31T14:35:35.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4391 | 2026-08-31T14:35:35.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4392 | 2026-08-31T14:35:35.911Z | |
| 4393 | 2026-08-31T14:35:35.911Z | info: running `cargo check --bins` on omicron-deployment-graph (274/379) |
| 4394 | 2026-08-31T14:35:36.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-08-31T14:35:36.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-08-31T14:35:36.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4397 | 2026-08-31T14:35:36.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4398 | 2026-08-31T14:35:36.464Z | |
| 4399 | 2026-08-31T14:35:36.464Z | info: running `cargo check --bins` on transient-dns-server (275/379) |
| 4400 | 2026-08-31T14:35:36.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-08-31T14:35:36.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-08-31T14:35:36.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4403 | 2026-08-31T14:35:36.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4404 | 2026-08-31T14:35:37.044Z | |
| 4405 | 2026-08-31T14:35:37.044Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/379) |
| 4406 | 2026-08-31T14:35:37.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4407 | 2026-08-31T14:35:37.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4408 | 2026-08-31T14:35:37.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4409 | 2026-08-31T14:35:37.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4410 | 2026-08-31T14:35:37.630Z | |
| 4411 | 2026-08-31T14:35:37.630Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/379) |
| 4412 | 2026-08-31T14:35:38.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-08-31T14:35:38.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-08-31T14:35:38.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4415 | 2026-08-31T14:35:38.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4416 | 2026-08-31T14:35:38.220Z | |
| 4417 | 2026-08-31T14:35:38.220Z | info: running `cargo check --bins` on omicron-rpaths (278/379) |
| 4418 | 2026-08-31T14:35:38.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4419 | 2026-08-31T14:35:38.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4420 | 2026-08-31T14:35:38.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4421 | 2026-08-31T14:35:38.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4422 | 2026-08-31T14:35:38.777Z | |
| 4423 | 2026-08-31T14:35:38.777Z | info: running `cargo check --bins` on omicron-repl-utils (279/379) |
| 4424 | 2026-08-31T14:35:39.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-08-31T14:35:39.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-08-31T14:35:39.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4427 | 2026-08-31T14:35:39.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4428 | 2026-08-31T14:35:39.336Z | |
| 4429 | 2026-08-31T14:35:39.336Z | info: running `cargo check --bins` on omicron-clickhouse-admin (280/379) |
| 4430 | 2026-08-31T14:35:39.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-08-31T14:35:39.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-08-31T14:35:40.036Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4433 | 2026-08-31T14:35:40.444Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4434 | 2026-08-31T14:35:42.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4435 | 2026-08-31T14:35:42.504Z | |
| 4436 | 2026-08-31T14:35:42.504Z | info: running `cargo check --bins` on clickhouse-admin-api (281/379) |
| 4437 | 2026-08-31T14:35:42.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-08-31T14:35:42.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-08-31T14:35:42.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-08-31T14:35:42.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4441 | 2026-08-31T14:35:42.505Z | |
| 4442 | 2026-08-31T14:35:42.505Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (282/379) |
| 4443 | 2026-08-31T14:35:42.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-08-31T14:35:42.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-08-31T14:35:42.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-08-31T14:35:42.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4447 | 2026-08-31T14:35:42.951Z | |
| 4448 | 2026-08-31T14:35:42.951Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/379) |
| 4449 | 2026-08-31T14:35:43.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-08-31T14:35:43.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-08-31T14:35:43.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-08-31T14:35:43.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4453 | 2026-08-31T14:35:43.518Z | |
| 4454 | 2026-08-31T14:35:43.518Z | info: running `cargo check --bins` on clickhouse-admin-single-client (284/379) |
| 4455 | 2026-08-31T14:35:43.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-08-31T14:35:43.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-08-31T14:35:43.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-08-31T14:35:43.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4459 | 2026-08-31T14:35:44.081Z | |
| 4460 | 2026-08-31T14:35:44.081Z | info: running `cargo check --bins` on installinator-client (285/379) |
| 4461 | 2026-08-31T14:35:44.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-08-31T14:35:44.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-08-31T14:35:44.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4464 | 2026-08-31T14:35:44.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4465 | 2026-08-31T14:35:44.633Z | |
| 4466 | 2026-08-31T14:35:44.633Z | info: running `cargo check --bins` on oxide-client (286/379) |
| 4467 | 2026-08-31T14:35:45.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-08-31T14:35:45.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-08-31T14:35:45.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4470 | 2026-08-31T14:35:45.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4471 | 2026-08-31T14:35:45.189Z | |
| 4472 | 2026-08-31T14:35:45.189Z | info: running `cargo check --bins` on oximeter-client (287/379) |
| 4473 | 2026-08-31T14:35:45.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-31T14:35:45.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-31T14:35:45.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4476 | 2026-08-31T14:35:45.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4477 | 2026-08-31T14:35:45.755Z | |
| 4478 | 2026-08-31T14:35:45.755Z | info: running `cargo check --bins` on wicketd-client (288/379) |
| 4479 | 2026-08-31T14:35:46.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4480 | 2026-08-31T14:35:46.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4481 | 2026-08-31T14:35:46.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4482 | 2026-08-31T14:35:46.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4483 | 2026-08-31T14:35:46.336Z | |
| 4484 | 2026-08-31T14:35:46.336Z | info: running `cargo check --bins` on wicket-common (289/379) |
| 4485 | 2026-08-31T14:35:46.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4486 | 2026-08-31T14:35:46.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4487 | 2026-08-31T14:35:46.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4488 | 2026-08-31T14:35:46.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4489 | 2026-08-31T14:35:46.909Z | |
| 4490 | 2026-08-31T14:35:46.909Z | info: running `cargo check --bins` on wicketd-commission-client (290/379) |
| 4491 | 2026-08-31T14:35:47.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-08-31T14:35:47.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-08-31T14:35:47.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4494 | 2026-08-31T14:35:47.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4495 | 2026-08-31T14:35:47.483Z | |
| 4496 | 2026-08-31T14:35:47.483Z | info: running `cargo check --bins` on omicron-cockroach-admin (291/379) |
| 4497 | 2026-08-31T14:35:47.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-08-31T14:35:47.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-08-31T14:35:48.147Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4500 | 2026-08-31T14:35:48.150Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4501 | 2026-08-31T14:35:49.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4502 | 2026-08-31T14:35:49.489Z | |
| 4503 | 2026-08-31T14:35:49.489Z | info: running `cargo check --bins` on cockroach-admin-api (292/379) |
| 4504 | 2026-08-31T14:35:49.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4505 | 2026-08-31T14:35:49.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4506 | 2026-08-31T14:35:49.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4507 | 2026-08-31T14:35:49.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4508 | 2026-08-31T14:35:50.048Z | |
| 4509 | 2026-08-31T14:35:50.048Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (293/379) |
| 4510 | 2026-08-31T14:35:50.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4511 | 2026-08-31T14:35:50.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4512 | 2026-08-31T14:35:50.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4513 | 2026-08-31T14:35:50.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4514 | 2026-08-31T14:35:50.695Z | |
| 4515 | 2026-08-31T14:35:50.695Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/379) |
| 4516 | 2026-08-31T14:35:51.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-08-31T14:35:51.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-08-31T14:35:51.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4519 | 2026-08-31T14:35:51.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4520 | 2026-08-31T14:35:51.339Z | |
| 4521 | 2026-08-31T14:35:51.339Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (295/379) |
| 4522 | 2026-08-31T14:35:51.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-08-31T14:35:51.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-08-31T14:35:51.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4525 | 2026-08-31T14:35:51.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4526 | 2026-08-31T14:35:51.959Z | |
| 4527 | 2026-08-31T14:35:51.959Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/379) |
| 4528 | 2026-08-31T14:35:52.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-08-31T14:35:52.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-08-31T14:35:52.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4531 | 2026-08-31T14:35:52.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4532 | 2026-08-31T14:35:52.580Z | |
| 4533 | 2026-08-31T14:35:52.580Z | info: running `cargo check --bins` on db-macros (297/379) |
| 4534 | 2026-08-31T14:35:53.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-08-31T14:35:53.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-08-31T14:35:53.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4537 | 2026-08-31T14:35:53.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4538 | 2026-08-31T14:35:53.132Z | |
| 4539 | 2026-08-31T14:35:53.132Z | info: running `cargo check --bins` on nexus-macros-common (298/379) |
| 4540 | 2026-08-31T14:35:53.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-08-31T14:35:53.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-08-31T14:35:53.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4543 | 2026-08-31T14:35:53.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4544 | 2026-08-31T14:35:53.687Z | |
| 4545 | 2026-08-31T14:35:53.687Z | info: running `cargo check --bins` on nexus-auth (299/379) |
| 4546 | 2026-08-31T14:35:54.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-08-31T14:35:54.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-08-31T14:35:54.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4549 | 2026-08-31T14:35:54.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4550 | 2026-08-31T14:35:54.310Z | |
| 4551 | 2026-08-31T14:35:54.310Z | info: running `cargo check --bins` on authz-macros (300/379) |
| 4552 | 2026-08-31T14:35:54.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4553 | 2026-08-31T14:35:54.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4554 | 2026-08-31T14:35:54.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4555 | 2026-08-31T14:35:54.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4556 | 2026-08-31T14:35:54.865Z | |
| 4557 | 2026-08-31T14:35:54.865Z | info: running `cargo check --bins` on nexus-db-fixed-data (301/379) |
| 4558 | 2026-08-31T14:35:55.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-08-31T14:35:55.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-08-31T14:35:55.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4561 | 2026-08-31T14:35:55.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4562 | 2026-08-31T14:35:55.476Z | |
| 4563 | 2026-08-31T14:35:55.476Z | info: running `cargo check --bins` on nexus-db-model (302/379) |
| 4564 | 2026-08-31T14:35:55.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4565 | 2026-08-31T14:35:55.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4566 | 2026-08-31T14:35:55.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4567 | 2026-08-31T14:35:55.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4568 | 2026-08-31T14:35:56.085Z | |
| 4569 | 2026-08-31T14:35:56.086Z | info: running `cargo check --bins` on nexus-db-schema (303/379) |
| 4570 | 2026-08-31T14:35:56.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4571 | 2026-08-31T14:35:56.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4572 | 2026-08-31T14:35:56.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4573 | 2026-08-31T14:35:56.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4574 | 2026-08-31T14:35:56.641Z | |
| 4575 | 2026-08-31T14:35:56.641Z | info: running `cargo check --bins` on nexus-defaults (304/379) |
| 4576 | 2026-08-31T14:35:57.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4577 | 2026-08-31T14:35:57.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4578 | 2026-08-31T14:35:57.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4579 | 2026-08-31T14:35:57.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4580 | 2026-08-31T14:35:57.209Z | |
| 4581 | 2026-08-31T14:35:57.209Z | info: running `cargo check --bins` on omicron-git-version (305/379) |
| 4582 | 2026-08-31T14:35:57.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4583 | 2026-08-31T14:35:57.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4584 | 2026-08-31T14:35:57.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4585 | 2026-08-31T14:35:57.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4586 | 2026-08-31T14:35:57.759Z | |
| 4587 | 2026-08-31T14:35:57.759Z | info: running `cargo check --bins` on nexus-db-errors (306/379) |
| 4588 | 2026-08-31T14:35:58.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4589 | 2026-08-31T14:35:58.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4590 | 2026-08-31T14:35:58.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4591 | 2026-08-31T14:35:58.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4592 | 2026-08-31T14:35:58.376Z | |
| 4593 | 2026-08-31T14:35:58.376Z | info: running `cargo check --bins` on nexus-db-lookup (307/379) |
| 4594 | 2026-08-31T14:35:58.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4595 | 2026-08-31T14:35:58.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4596 | 2026-08-31T14:35:58.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4597 | 2026-08-31T14:35:58.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4598 | 2026-08-31T14:35:58.994Z | |
| 4599 | 2026-08-31T14:35:58.994Z | info: running `cargo check --bins` on nexus-test-interface (308/379) |
| 4600 | 2026-08-31T14:35:59.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4601 | 2026-08-31T14:35:59.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4602 | 2026-08-31T14:35:59.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4603 | 2026-08-31T14:35:59.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4604 | 2026-08-31T14:35:59.608Z | |
| 4605 | 2026-08-31T14:35:59.608Z | info: running `cargo check --bins` on oximeter-collector (309/379) |
| 4606 | 2026-08-31T14:36:00.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4607 | 2026-08-31T14:36:00.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4608 | 2026-08-31T14:36:00.318Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4609 | 2026-08-31T14:36:00.322Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4610 | 2026-08-31T14:36:00.979Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4611 | 2026-08-31T14:36:02.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4612 | 2026-08-31T14:36:02.854Z | |
| 4613 | 2026-08-31T14:36:02.854Z | info: running `cargo check --bins` on oximeter-api (310/379) |
| 4614 | 2026-08-31T14:36:03.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4615 | 2026-08-31T14:36:03.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4616 | 2026-08-31T14:36:03.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4617 | 2026-08-31T14:36:03.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4618 | 2026-08-31T14:36:03.411Z | |
| 4619 | 2026-08-31T14:36:03.412Z | info: running `cargo check --bins` on cert-dev (311/379) |
| 4620 | 2026-08-31T14:36:03.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-08-31T14:36:03.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-08-31T14:36:04.005Z | Checking yasna v0.5.2 |
| 4623 | 2026-08-31T14:36:04.404Z | Checking rcgen v0.12.1 |
| 4624 | 2026-08-31T14:36:04.652Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4625 | 2026-08-31T14:36:04.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4626 | 2026-08-31T14:36:05.001Z | |
| 4627 | 2026-08-31T14:36:05.001Z | info: running `cargo check --bins` on clickana (312/379) |
| 4628 | 2026-08-31T14:36:05.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-08-31T14:36:05.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-08-31T14:36:05.634Z | Compiling instability v0.3.11 |
| 4631 | 2026-08-31T14:36:05.635Z | Checking castaway v0.2.4 |
| 4632 | 2026-08-31T14:36:05.638Z | Compiling indoc v2.0.7 |
| 4633 | 2026-08-31T14:36:05.638Z | Checking unicode-truncate v1.1.0 |
| 4634 | 2026-08-31T14:36:05.638Z | Checking lru v0.12.5 |
| 4635 | 2026-08-31T14:36:05.638Z | Checking cassowary v0.3.0 |
| 4636 | 2026-08-31T14:36:05.830Z | Checking compact_str v0.8.1 |
| 4637 | 2026-08-31T14:36:06.628Z | Checking ratatui v0.29.0 |
| 4638 | 2026-08-31T14:36:07.668Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4639 | 2026-08-31T14:36:08.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4640 | 2026-08-31T14:36:08.563Z | |
| 4641 | 2026-08-31T14:36:08.563Z | info: running `cargo check --bins` on clickhouse-cluster-dev (313/379) |
| 4642 | 2026-08-31T14:36:09.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-08-31T14:36:09.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-08-31T14:36:09.267Z | Checking headers-core v0.3.0 |
| 4645 | 2026-08-31T14:36:09.267Z | Checking port-file v0.1.0 |
| 4646 | 2026-08-31T14:36:09.272Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4647 | 2026-08-31T14:36:09.459Z | Checking headers v0.4.1 |
| 4648 | 2026-08-31T14:36:09.821Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4649 | 2026-08-31T14:36:10.775Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4650 | 2026-08-31T14:36:11.288Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4651 | 2026-08-31T14:36:11.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 4652 | 2026-08-31T14:36:11.908Z | |
| 4653 | 2026-08-31T14:36:11.908Z | info: running `cargo check --bins` on ch-dev (314/379) |
| 4654 | 2026-08-31T14:36:12.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4655 | 2026-08-31T14:36:12.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4656 | 2026-08-31T14:36:12.614Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4657 | 2026-08-31T14:36:13.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4658 | 2026-08-31T14:36:13.554Z | |
| 4659 | 2026-08-31T14:36:13.554Z | info: running `cargo check --bins` on dev-tools-common (315/379) |
| 4660 | 2026-08-31T14:36:13.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-08-31T14:36:13.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-08-31T14:36:13.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4663 | 2026-08-31T14:36:13.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4664 | 2026-08-31T14:36:13.962Z | |
| 4665 | 2026-08-31T14:36:13.962Z | info: running `cargo check --bins` on corpus-adjust (316/379) |
| 4666 | 2026-08-31T14:36:14.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4667 | 2026-08-31T14:36:14.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4668 | 2026-08-31T14:36:14.588Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4669 | 2026-08-31T14:36:14.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4670 | 2026-08-31T14:36:15.120Z | |
| 4671 | 2026-08-31T14:36:15.121Z | info: running `cargo check --bins` on crdb-seed (317/379) |
| 4672 | 2026-08-31T14:36:15.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4673 | 2026-08-31T14:36:15.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4674 | 2026-08-31T14:36:15.823Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4675 | 2026-08-31T14:36:16.926Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4676 | 2026-08-31T14:36:17.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 4677 | 2026-08-31T14:36:17.460Z | |
| 4678 | 2026-08-31T14:36:17.460Z | info: running `cargo check --bins` on db-dev (318/379) |
| 4679 | 2026-08-31T14:36:17.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-31T14:36:17.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-31T14:36:18.166Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4682 | 2026-08-31T14:36:18.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4683 | 2026-08-31T14:36:19.109Z | |
| 4684 | 2026-08-31T14:36:19.109Z | info: running `cargo check --bins` on omicron-dev-lib (319/379) |
| 4685 | 2026-08-31T14:36:19.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-31T14:36:19.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-31T14:36:19.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4688 | 2026-08-31T14:36:19.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4689 | 2026-08-31T14:36:19.707Z | |
| 4690 | 2026-08-31T14:36:19.707Z | info: running `cargo check --bins` on xtask-downloader (320/379) |
| 4691 | 2026-08-31T14:36:20.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-31T14:36:20.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-31T14:36:20.308Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4694 | 2026-08-31T14:36:20.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4695 | 2026-08-31T14:36:21.149Z | |
| 4696 | 2026-08-31T14:36:21.149Z | info: running `cargo check --bins` on omicron-dropshot-apis (321/379) |
| 4697 | 2026-08-31T14:36:21.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-31T14:36:21.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-31T14:36:21.883Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4700 | 2026-08-31T14:36:21.883Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4701 | 2026-08-31T14:36:21.886Z | Checking git-stub v1.0.0 |
| 4702 | 2026-08-31T14:36:21.887Z | Compiling trait-variant v0.1.2 |
| 4703 | 2026-08-31T14:36:21.887Z | Checking maplit v1.0.2 |
| 4704 | 2026-08-31T14:36:21.887Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4705 | 2026-08-31T14:36:22.002Z | Checking drift v0.2.0 |
| 4706 | 2026-08-31T14:36:22.011Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4707 | 2026-08-31T14:36:22.073Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4708 | 2026-08-31T14:36:22.198Z | Checking git-stub-vcs v0.1.0 |
| 4709 | 2026-08-31T14:36:22.257Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4710 | 2026-08-31T14:36:22.289Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4711 | 2026-08-31T14:36:22.346Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4712 | 2026-08-31T14:36:22.361Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4713 | 2026-08-31T14:36:22.374Z | Checking dropshot-api-manager v0.8.0 |
| 4714 | 2026-08-31T14:36:22.512Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4715 | 2026-08-31T14:36:22.724Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4716 | 2026-08-31T14:36:23.226Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4717 | 2026-08-31T14:36:24.132Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4718 | 2026-08-31T14:36:25.127Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4719 | 2026-08-31T14:36:25.937Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4720 | 2026-08-31T14:36:26.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 4721 | 2026-08-31T14:36:26.569Z | |
| 4722 | 2026-08-31T14:36:26.569Z | info: running `cargo check --bins` on installinator-api (322/379) |
| 4723 | 2026-08-31T14:36:27.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-08-31T14:36:27.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-08-31T14:36:27.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4726 | 2026-08-31T14:36:27.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4727 | 2026-08-31T14:36:27.126Z | |
| 4728 | 2026-08-31T14:36:27.126Z | info: running `cargo check --bins` on nexus-external-api (323/379) |
| 4729 | 2026-08-31T14:36:27.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-08-31T14:36:27.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-08-31T14:36:27.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4732 | 2026-08-31T14:36:27.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4733 | 2026-08-31T14:36:27.730Z | |
| 4734 | 2026-08-31T14:36:27.730Z | info: running `cargo check --bins` on nexus-internal-api (324/379) |
| 4735 | 2026-08-31T14:36:28.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-08-31T14:36:28.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-08-31T14:36:28.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4738 | 2026-08-31T14:36:28.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4739 | 2026-08-31T14:36:28.332Z | |
| 4740 | 2026-08-31T14:36:28.332Z | info: running `cargo check --bins` on nexus-lockstep-api (325/379) |
| 4741 | 2026-08-31T14:36:28.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4742 | 2026-08-31T14:36:28.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4743 | 2026-08-31T14:36:28.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4744 | 2026-08-31T14:36:28.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4745 | 2026-08-31T14:36:28.934Z | |
| 4746 | 2026-08-31T14:36:28.934Z | info: running `cargo check --bins` on ntp-admin-api (326/379) |
| 4747 | 2026-08-31T14:36:29.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4748 | 2026-08-31T14:36:29.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4749 | 2026-08-31T14:36:29.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4750 | 2026-08-31T14:36:29.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4751 | 2026-08-31T14:36:29.495Z | |
| 4752 | 2026-08-31T14:36:29.495Z | info: running `cargo check --bins` on ntp-admin-types-versions (327/379) |
| 4753 | 2026-08-31T14:36:29.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4754 | 2026-08-31T14:36:29.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4755 | 2026-08-31T14:36:29.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4756 | 2026-08-31T14:36:29.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4757 | 2026-08-31T14:36:30.045Z | |
| 4758 | 2026-08-31T14:36:30.045Z | info: running `cargo check --bins` on wicketd-api (328/379) |
| 4759 | 2026-08-31T14:36:30.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4760 | 2026-08-31T14:36:30.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4761 | 2026-08-31T14:36:30.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4762 | 2026-08-31T14:36:30.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4763 | 2026-08-31T14:36:30.627Z | |
| 4764 | 2026-08-31T14:36:30.627Z | info: running `cargo check --bins` on wicketd-commission-api (329/379) |
| 4765 | 2026-08-31T14:36:31.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4766 | 2026-08-31T14:36:31.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4767 | 2026-08-31T14:36:31.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4768 | 2026-08-31T14:36:31.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4769 | 2026-08-31T14:36:31.199Z | |
| 4770 | 2026-08-31T14:36:31.199Z | info: running `cargo check --bins` on omicron-ls-apis (330/379) |
| 4771 | 2026-08-31T14:36:31.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4772 | 2026-08-31T14:36:31.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4773 | 2026-08-31T14:36:31.810Z | Compiling blake3 v1.8.5 |
| 4774 | 2026-08-31T14:36:31.918Z | Checking constant_time_eq v0.4.2 |
| 4775 | 2026-08-31T14:36:31.918Z | Checking arrayref v0.3.9 |
| 4776 | 2026-08-31T14:36:31.921Z | Checking arrayvec v0.7.6 |
| 4777 | 2026-08-31T14:36:31.941Z | Checking cargo-platform v0.3.2 |
| 4778 | 2026-08-31T14:36:31.941Z | Checking topological-sort v0.2.2 |
| 4779 | 2026-08-31T14:36:31.944Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4780 | 2026-08-31T14:36:32.088Z | Checking cargo_metadata v0.23.1 |
| 4781 | 2026-08-31T14:36:32.690Z | Checking omicron-zone-package v0.12.3 |
| 4782 | 2026-08-31T14:36:33.389Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4783 | 2026-08-31T14:36:34.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
| 4784 | 2026-08-31T14:36:34.378Z | |
| 4785 | 2026-08-31T14:36:34.378Z | info: running `cargo check --bins` on mgs-dev (331/379) |
| 4786 | 2026-08-31T14:36:34.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4787 | 2026-08-31T14:36:34.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4788 | 2026-08-31T14:36:35.092Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4789 | 2026-08-31T14:36:35.714Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4790 | 2026-08-31T14:36:36.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4791 | 2026-08-31T14:36:36.411Z | |
| 4792 | 2026-08-31T14:36:36.411Z | info: running `cargo check --bins --no-default-features` on omicron-omdb (332/379) |
| 4793 | 2026-08-31T14:36:36.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-08-31T14:36:36.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-08-31T14:36:37.377Z | Compiling darling_core v0.21.3 |
| 4796 | 2026-08-31T14:36:37.377Z | Compiling vergen-lib v0.1.6 |
| 4797 | 2026-08-31T14:36:37.377Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4798 | 2026-08-31T14:36:37.380Z | Compiling diesel_derives v2.3.7 |
| 4799 | 2026-08-31T14:36:37.380Z | Checking scheduled-thread-pool v0.2.7 |
| 4800 | 2026-08-31T14:36:37.380Z | Compiling vergen-gitcl v1.0.8 |
| 4801 | 2026-08-31T14:36:37.380Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4802 | 2026-08-31T14:36:37.380Z | Compiling dirs-sys-next v0.1.2 |
| 4803 | 2026-08-31T14:36:37.660Z | Compiling crunchy v0.2.4 |
| 4804 | 2026-08-31T14:36:37.705Z | Compiling glob v0.3.3 |
| 4805 | 2026-08-31T14:36:37.743Z | Compiling dirs-next v2.0.0 |
| 4806 | 2026-08-31T14:36:37.759Z | Checking r2d2 v0.8.10 |
| 4807 | 2026-08-31T14:36:37.859Z | Checking downcast-rs v2.0.2 |
| 4808 | 2026-08-31T14:36:37.876Z | Compiling tiny-keccak v2.0.2 |
| 4809 | 2026-08-31T14:36:37.951Z | Compiling term v0.7.0 |
| 4810 | 2026-08-31T14:36:37.954Z | Compiling bit-vec v0.6.3 |
| 4811 | 2026-08-31T14:36:38.082Z | Compiling clang-sys v1.8.1 |
| 4812 | 2026-08-31T14:36:38.148Z | Compiling bit-set v0.5.3 |
| 4813 | 2026-08-31T14:36:38.182Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4814 | 2026-08-31T14:36:38.349Z | Compiling ascii-canvas v3.0.0 |
| 4815 | 2026-08-31T14:36:38.399Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4816 | 2026-08-31T14:36:38.449Z | Compiling itertools v0.10.5 |
| 4817 | 2026-08-31T14:36:38.498Z | Compiling ena v0.14.4 |
| 4818 | 2026-08-31T14:36:38.513Z | Compiling libloading v0.8.9 |
| 4819 | 2026-08-31T14:36:38.542Z | Compiling bindgen v0.71.1 |
| 4820 | 2026-08-31T14:36:38.560Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4821 | 2026-08-31T14:36:38.591Z | Compiling regex-syntax v0.6.29 |
| 4822 | 2026-08-31T14:36:38.704Z | Compiling diff v0.1.13 |
| 4823 | 2026-08-31T14:36:38.962Z | Compiling cexpr v0.6.0 |
| 4824 | 2026-08-31T14:36:38.978Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4825 | 2026-08-31T14:36:39.161Z | Compiling rustc-hash v2.1.1 |
| 4826 | 2026-08-31T14:36:39.304Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4827 | 2026-08-31T14:36:39.505Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4828 | 2026-08-31T14:36:39.527Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4829 | 2026-08-31T14:36:39.657Z | Compiling libxml v0.3.3 |
| 4830 | 2026-08-31T14:36:39.674Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4831 | 2026-08-31T14:36:39.812Z | Compiling strum_macros v0.24.3 |
| 4832 | 2026-08-31T14:36:39.862Z | Compiling indoc v1.0.9 |
| 4833 | 2026-08-31T14:36:39.913Z | Compiling lalrpop v0.19.12 |
| 4834 | 2026-08-31T14:36:40.022Z | Compiling darling_macro v0.21.3 |
| 4835 | 2026-08-31T14:36:40.530Z | Compiling darling v0.21.3 |
| 4836 | 2026-08-31T14:36:40.622Z | Compiling dsl_auto_type v0.2.0 |
| 4837 | 2026-08-31T14:36:40.790Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4838 | 2026-08-31T14:36:40.976Z | Checking derive_builder v0.20.2 |
| 4839 | 2026-08-31T14:36:41.096Z | Compiling oso-derive v0.27.3 |
| 4840 | 2026-08-31T14:36:41.142Z | Checking quick-xml v0.37.5 |
| 4841 | 2026-08-31T14:36:41.212Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4842 | 2026-08-31T14:36:41.594Z | Checking openssl-probe v0.1.6 |
| 4843 | 2026-08-31T14:36:41.734Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4844 | 2026-08-31T14:36:42.011Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4845 | 2026-08-31T14:36:42.198Z | Checking bb8 v0.8.6 |
| 4846 | 2026-08-31T14:36:42.309Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4847 | 2026-08-31T14:36:42.450Z | Checking nonempty v0.12.0 |
| 4848 | 2026-08-31T14:36:42.479Z | Compiling libz-sys v1.1.24 |
| 4849 | 2026-08-31T14:36:42.518Z | Compiling strsim v0.10.0 |
| 4850 | 2026-08-31T14:36:42.613Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4851 | 2026-08-31T14:36:42.729Z | Compiling darling_core v0.13.4 |
| 4852 | 2026-08-31T14:36:42.842Z | Compiling progenitor-impl v0.13.0 |
| 4853 | 2026-08-31T14:36:43.056Z | Compiling vergen-git2 v9.1.0 |
| 4854 | 2026-08-31T14:36:44.153Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4855 | 2026-08-31T14:36:44.390Z | Checking progenitor-client v0.13.0 |
| 4856 | 2026-08-31T14:36:44.614Z | Compiling darling_macro v0.13.4 |
| 4857 | 2026-08-31T14:36:44.664Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4858 | 2026-08-31T14:36:45.103Z | Compiling darling v0.13.4 |
| 4859 | 2026-08-31T14:36:45.198Z | Compiling serde_with_macros v1.5.2 |
| 4860 | 2026-08-31T14:36:45.472Z | Compiling progenitor-macro v0.13.0 |
| 4861 | 2026-08-31T14:36:45.648Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4862 | 2026-08-31T14:36:45.858Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4863 | 2026-08-31T14:36:46.032Z | Compiling serde_with v1.14.0 |
| 4864 | 2026-08-31T14:36:46.050Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4865 | 2026-08-31T14:36:46.231Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4866 | 2026-08-31T14:36:46.415Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4867 | 2026-08-31T14:36:46.496Z | Checking diesel v2.3.7 |
| 4868 | 2026-08-31T14:36:46.530Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4869 | 2026-08-31T14:36:46.599Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4870 | 2026-08-31T14:36:47.174Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4871 | 2026-08-31T14:36:48.214Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4872 | 2026-08-31T14:36:48.411Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4873 | 2026-08-31T14:36:48.678Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4874 | 2026-08-31T14:36:48.867Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4875 | 2026-08-31T14:36:49.055Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4876 | 2026-08-31T14:36:49.073Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4877 | 2026-08-31T14:36:49.399Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4878 | 2026-08-31T14:36:49.431Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4879 | 2026-08-31T14:36:49.853Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4880 | 2026-08-31T14:36:50.261Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4881 | 2026-08-31T14:36:50.424Z | Checking progenitor v0.13.0 |
| 4882 | 2026-08-31T14:36:50.472Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4883 | 2026-08-31T14:36:50.565Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4884 | 2026-08-31T14:36:50.584Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4885 | 2026-08-31T14:36:50.831Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4886 | 2026-08-31T14:36:50.899Z | Checking twox-hash v2.1.2 |
| 4887 | 2026-08-31T14:36:51.016Z | Checking libsw-core v0.3.2 |
| 4888 | 2026-08-31T14:36:51.146Z | Checking atty v0.2.14 |
| 4889 | 2026-08-31T14:36:51.169Z | Checking libsw v3.5.0 |
| 4890 | 2026-08-31T14:36:51.197Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4891 | 2026-08-31T14:36:51.269Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4892 | 2026-08-31T14:36:51.323Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4893 | 2026-08-31T14:36:52.930Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4894 | 2026-08-31T14:36:53.287Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4895 | 2026-08-31T14:36:53.640Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4896 | 2026-08-31T14:36:53.988Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4897 | 2026-08-31T14:36:54.998Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4898 | 2026-08-31T14:36:55.185Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4899 | 2026-08-31T14:36:55.333Z | Checking fatfs v0.3.6 |
| 4900 | 2026-08-31T14:36:55.791Z | Checking console v0.16.2 |
| 4901 | 2026-08-31T14:36:56.105Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4902 | 2026-08-31T14:36:56.902Z | Checking unit-prefix v0.5.2 |
| 4903 | 2026-08-31T14:36:56.927Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4904 | 2026-08-31T14:36:57.037Z | Compiling seq-macro v0.3.6 |
| 4905 | 2026-08-31T14:36:57.078Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4906 | 2026-08-31T14:36:57.414Z | Checking indicatif v0.18.4 |
| 4907 | 2026-08-31T14:36:57.553Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4908 | 2026-08-31T14:36:57.798Z | Checking oxide-update-engine-display v0.1.2 |
| 4909 | 2026-08-31T14:36:58.103Z | Checking support-bundle-viewer v0.1.2 |
| 4910 | 2026-08-31T14:36:58.186Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4911 | 2026-08-31T14:36:58.354Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4912 | 2026-08-31T14:36:58.376Z | Checking multimap v0.10.1 |
| 4913 | 2026-08-31T14:37:00.477Z | Checking async-bb8-diesel v0.2.1 |
| 4914 | 2026-08-31T14:37:00.835Z | Checking diesel-dtrace v0.5.0 |
| 4915 | 2026-08-31T14:37:08.256Z | Compiling samael v0.0.19 |
| 4916 | 2026-08-31T14:37:09.871Z | Compiling git2 v0.20.4 |
| 4917 | 2026-08-31T14:37:12.274Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4918 | 2026-08-31T14:37:12.845Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4919 | 2026-08-31T14:37:13.682Z | Compiling polar-core v0.27.3 |
| 4920 | 2026-08-31T14:37:18.308Z | Checking oso v0.27.3 |
| 4921 | 2026-08-31T14:37:49.078Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4922 | 2026-08-31T14:39:04.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4923 | 2026-08-31T14:39:04.675Z | |
| 4924 | 2026-08-31T14:39:04.675Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (333/379) |
| 4925 | 2026-08-31T14:39:05.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4926 | 2026-08-31T14:39:05.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4927 | 2026-08-31T14:39:05.558Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4928 | 2026-08-31T14:39:13.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s |
| 4929 | 2026-08-31T14:39:13.589Z | |
| 4930 | 2026-08-31T14:39:13.589Z | info: running `cargo check --bins --no-default-features --features default` on omicron-omdb (334/379) |
| 4931 | 2026-08-31T14:39:14.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4932 | 2026-08-31T14:39:14.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4933 | 2026-08-31T14:39:14.415Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4934 | 2026-08-31T14:39:22.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s |
| 4935 | 2026-08-31T14:39:22.464Z | |
| 4936 | 2026-08-31T14:39:22.464Z | info: running `cargo check --bins` on nexus-networking (335/379) |
| 4937 | 2026-08-31T14:39:22.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4938 | 2026-08-31T14:39:22.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4939 | 2026-08-31T14:39:22.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4940 | 2026-08-31T14:39:22.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4941 | 2026-08-31T14:39:23.092Z | |
| 4942 | 2026-08-31T14:39:23.092Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (336/379) |
| 4943 | 2026-08-31T14:39:23.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4944 | 2026-08-31T14:39:23.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4945 | 2026-08-31T14:39:23.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4946 | 2026-08-31T14:39:23.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4947 | 2026-08-31T14:39:23.710Z | |
| 4948 | 2026-08-31T14:39:23.710Z | info: running `cargo check --bins` on nexus-saga-recovery (337/379) |
| 4949 | 2026-08-31T14:39:24.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4950 | 2026-08-31T14:39:24.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4951 | 2026-08-31T14:39:24.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4952 | 2026-08-31T14:39:24.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4953 | 2026-08-31T14:39:24.335Z | |
| 4954 | 2026-08-31T14:39:24.335Z | info: running `cargo check --bins` on nexus-test-utils-macros (338/379) |
| 4955 | 2026-08-31T14:39:24.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4956 | 2026-08-31T14:39:24.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4957 | 2026-08-31T14:39:24.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4958 | 2026-08-31T14:39:24.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4959 | 2026-08-31T14:39:24.892Z | |
| 4960 | 2026-08-31T14:39:24.893Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (339/379) |
| 4961 | 2026-08-31T14:39:25.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4962 | 2026-08-31T14:39:25.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4963 | 2026-08-31T14:39:25.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4964 | 2026-08-31T14:40:05.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.17s |
| 4965 | 2026-08-31T14:40:05.285Z | |
| 4966 | 2026-08-31T14:40:05.285Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (340/379) |
| 4967 | 2026-08-31T14:40:05.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4968 | 2026-08-31T14:40:05.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4969 | 2026-08-31T14:40:06.099Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4970 | 2026-08-31T14:40:45.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.86s |
| 4971 | 2026-08-31T14:40:45.372Z | |
| 4972 | 2026-08-31T14:40:45.373Z | info: running `cargo check --bins --no-default-features --features default` on omicron-nexus (341/379) |
| 4973 | 2026-08-31T14:40:45.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4974 | 2026-08-31T14:40:45.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4975 | 2026-08-31T14:40:46.180Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4976 | 2026-08-31T14:40:46.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4977 | 2026-08-31T14:40:47.175Z | |
| 4978 | 2026-08-31T14:40:47.175Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (342/379) |
| 4979 | 2026-08-31T14:40:47.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4980 | 2026-08-31T14:40:47.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4981 | 2026-08-31T14:40:47.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4982 | 2026-08-31T14:40:47.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4983 | 2026-08-31T14:40:47.730Z | |
| 4984 | 2026-08-31T14:40:47.730Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (343/379) |
| 4985 | 2026-08-31T14:40:48.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4986 | 2026-08-31T14:40:48.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4987 | 2026-08-31T14:40:48.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4988 | 2026-08-31T14:40:48.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4989 | 2026-08-31T14:40:48.285Z | |
| 4990 | 2026-08-31T14:40:48.285Z | info: running `cargo check --bins --no-default-features` on nexus-fm (344/379) |
| 4991 | 2026-08-31T14:40:48.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4992 | 2026-08-31T14:40:48.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4993 | 2026-08-31T14:40:48.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4994 | 2026-08-31T14:40:48.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4995 | 2026-08-31T14:40:48.903Z | |
| 4996 | 2026-08-31T14:40:48.903Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (345/379) |
| 4997 | 2026-08-31T14:40:49.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4998 | 2026-08-31T14:40:49.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4999 | 2026-08-31T14:40:49.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5000 | 2026-08-31T14:40:49.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5001 | 2026-08-31T14:40:49.525Z | |
| 5002 | 2026-08-31T14:40:49.525Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (346/379) |
| 5003 | 2026-08-31T14:40:50.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5004 | 2026-08-31T14:40:50.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5005 | 2026-08-31T14:40:50.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5006 | 2026-08-31T14:40:50.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5007 | 2026-08-31T14:40:50.148Z | |
| 5008 | 2026-08-31T14:40:50.148Z | info: running `cargo check --bins` on nexus-mgs-updates (347/379) |
| 5009 | 2026-08-31T14:40:50.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5010 | 2026-08-31T14:40:50.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5011 | 2026-08-31T14:40:50.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5012 | 2026-08-31T14:40:50.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5013 | 2026-08-31T14:40:50.766Z | |
| 5014 | 2026-08-31T14:40:50.766Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (348/379) |
| 5015 | 2026-08-31T14:40:51.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5016 | 2026-08-31T14:40:51.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5017 | 2026-08-31T14:40:51.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5018 | 2026-08-31T14:40:51.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5019 | 2026-08-31T14:40:51.893Z | |
| 5020 | 2026-08-31T14:40:51.893Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (349/379) |
| 5021 | 2026-08-31T14:40:51.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5022 | 2026-08-31T14:40:51.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5023 | 2026-08-31T14:40:51.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5024 | 2026-08-31T14:40:51.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5025 | 2026-08-31T14:40:52.020Z | |
| 5026 | 2026-08-31T14:40:52.020Z | info: running `cargo check --bins` on nexus-switch-config (350/379) |
| 5027 | 2026-08-31T14:40:52.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5028 | 2026-08-31T14:40:52.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5029 | 2026-08-31T14:40:52.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5030 | 2026-08-31T14:40:52.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5031 | 2026-08-31T14:40:52.625Z | |
| 5032 | 2026-08-31T14:40:52.625Z | info: running `cargo check --bins` on nexus-switch-config-preparation (351/379) |
| 5033 | 2026-08-31T14:40:53.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5034 | 2026-08-31T14:40:53.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5035 | 2026-08-31T14:40:53.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5036 | 2026-08-31T14:40:53.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5037 | 2026-08-31T14:40:53.251Z | |
| 5038 | 2026-08-31T14:40:53.252Z | info: running `cargo check --bins` on support-bundle-collection (352/379) |
| 5039 | 2026-08-31T14:40:53.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5040 | 2026-08-31T14:40:53.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5041 | 2026-08-31T14:40:53.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5042 | 2026-08-31T14:40:53.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5043 | 2026-08-31T14:40:53.874Z | |
| 5044 | 2026-08-31T14:40:53.874Z | info: running `cargo check --bins` on omicron-dev (353/379) |
| 5045 | 2026-08-31T14:40:54.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5046 | 2026-08-31T14:40:54.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5047 | 2026-08-31T14:40:54.771Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5048 | 2026-08-31T14:40:54.771Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5049 | 2026-08-31T14:40:54.963Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5050 | 2026-08-31T14:40:54.990Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5051 | 2026-08-31T14:40:55.007Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5052 | 2026-08-31T14:40:55.020Z | Checking diff v0.1.13 |
| 5053 | 2026-08-31T14:40:55.024Z | Checking yansi v1.0.1 |
| 5054 | 2026-08-31T14:40:55.049Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5055 | 2026-08-31T14:40:55.086Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5056 | 2026-08-31T14:40:55.262Z | Checking pretty_assertions v1.4.1 |
| 5057 | 2026-08-31T14:40:56.057Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5058 | 2026-08-31T14:40:56.060Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5059 | 2026-08-31T14:41:21.695Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5060 | 2026-08-31T14:41:21.700Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5061 | 2026-08-31T14:41:21.700Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5062 | 2026-08-31T14:41:21.700Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5063 | 2026-08-31T14:41:21.700Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5064 | 2026-08-31T14:41:21.700Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5065 | 2026-08-31T14:41:21.700Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5066 | 2026-08-31T14:41:22.580Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5067 | 2026-08-31T14:41:22.580Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5068 | 2026-08-31T14:41:23.864Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5069 | 2026-08-31T14:42:02.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5070 | 2026-08-31T14:42:02.639Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5071 | 2026-08-31T14:42:02.639Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5072 | 2026-08-31T14:42:02.844Z | |
| 5073 | 2026-08-31T14:42:02.844Z | info: running `cargo check --bins` on oximeter-load-test (354/379) |
| 5074 | 2026-08-31T14:42:03.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5075 | 2026-08-31T14:42:03.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5076 | 2026-08-31T14:42:03.562Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5077 | 2026-08-31T14:42:04.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 5078 | 2026-08-31T14:42:04.384Z | |
| 5079 | 2026-08-31T14:42:04.384Z | info: running `cargo check --bins` on omicron-pins (355/379) |
| 5080 | 2026-08-31T14:42:04.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5081 | 2026-08-31T14:42:04.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5082 | 2026-08-31T14:42:04.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5083 | 2026-08-31T14:42:04.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5084 | 2026-08-31T14:42:04.936Z | |
| 5085 | 2026-08-31T14:42:04.936Z | info: running `cargo check --bins` on rack-init-config (356/379) |
| 5086 | 2026-08-31T14:42:05.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-08-31T14:42:05.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-08-31T14:42:05.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5089 | 2026-08-31T14:42:05.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5090 | 2026-08-31T14:42:05.510Z | |
| 5091 | 2026-08-31T14:42:05.510Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (357/379) |
| 5092 | 2026-08-31T14:42:06.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-08-31T14:42:06.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-08-31T14:42:06.282Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5095 | 2026-08-31T14:42:06.403Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5096 | 2026-08-31T14:42:06.406Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5097 | 2026-08-31T14:42:33.555Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5098 | 2026-08-31T14:42:33.943Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5099 | 2026-08-31T14:42:35.681Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5100 | 2026-08-31T14:42:36.152Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5101 | 2026-08-31T14:42:39.239Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5102 | 2026-08-31T14:43:03.400Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5103 | 2026-08-31T14:43:04.132Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5104 | 2026-08-31T14:43:05.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5105 | 2026-08-31T14:43:06.030Z | |
| 5106 | 2026-08-31T14:43:06.030Z | info: running `cargo check --bins` on reconfigurator-sp-updater (358/379) |
| 5107 | 2026-08-31T14:43:06.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5108 | 2026-08-31T14:43:06.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5109 | 2026-08-31T14:43:06.739Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5110 | 2026-08-31T14:43:07.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 5111 | 2026-08-31T14:43:07.625Z | |
| 5112 | 2026-08-31T14:43:07.625Z | info: running `cargo check --bins` on omicron-releng (359/379) |
| 5113 | 2026-08-31T14:43:08.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5114 | 2026-08-31T14:43:08.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5115 | 2026-08-31T14:43:08.246Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5116 | 2026-08-31T14:43:08.249Z | Compiling fs-err v2.11.0 |
| 5117 | 2026-08-31T14:43:08.365Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5118 | 2026-08-31T14:43:08.376Z | Checking parse-size v1.1.0 |
| 5119 | 2026-08-31T14:43:08.384Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5120 | 2026-08-31T14:43:08.384Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5121 | 2026-08-31T14:43:08.387Z | Checking shell-words v1.1.1 |
| 5122 | 2026-08-31T14:43:08.471Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5123 | 2026-08-31T14:43:08.797Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5124 | 2026-08-31T14:43:08.969Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5125 | 2026-08-31T14:43:09.629Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5126 | 2026-08-31T14:43:10.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 5127 | 2026-08-31T14:43:10.772Z | |
| 5128 | 2026-08-31T14:43:10.772Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (360/379) |
| 5129 | 2026-08-31T14:43:11.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5130 | 2026-08-31T14:43:11.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5131 | 2026-08-31T14:43:11.405Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5132 | 2026-08-31T14:43:11.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 5133 | 2026-08-31T14:43:12.069Z | |
| 5134 | 2026-08-31T14:43:12.069Z | info: running `cargo check --bins` on schema (361/379) |
| 5135 | 2026-08-31T14:43:12.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5136 | 2026-08-31T14:43:12.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5137 | 2026-08-31T14:43:12.798Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5138 | 2026-08-31T14:43:13.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5139 | 2026-08-31T14:43:13.684Z | |
| 5140 | 2026-08-31T14:43:13.684Z | info: running `cargo check --bins` on xtask (362/379) |
| 5141 | 2026-08-31T14:43:14.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5142 | 2026-08-31T14:43:14.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5143 | 2026-08-31T14:43:14.085Z | Checking serde_core v1.0.229 |
| 5144 | 2026-08-31T14:43:14.085Z | Checking libc v0.2.185 |
| 5145 | 2026-08-31T14:43:14.168Z | Checking bitflags v2.11.0 |
| 5146 | 2026-08-31T14:43:14.175Z | Checking scroll v0.12.0 |
| 5147 | 2026-08-31T14:43:14.178Z | Checking thiserror v1.0.69 |
| 5148 | 2026-08-31T14:43:14.188Z | Checking log v0.4.33 |
| 5149 | 2026-08-31T14:43:14.191Z | Checking zerocopy v0.7.35 |
| 5150 | 2026-08-31T14:43:14.191Z | Checking indexmap v2.14.0 |
| 5151 | 2026-08-31T14:43:14.266Z | Checking syn v2.0.117 |
| 5152 | 2026-08-31T14:43:14.304Z | Checking dtrace-parser v0.2.0 |
| 5153 | 2026-08-31T14:43:14.327Z | Checking once_cell v1.21.3 |
| 5154 | 2026-08-31T14:43:14.383Z | Checking goblin v0.8.2 |
| 5155 | 2026-08-31T14:43:14.445Z | Checking errno v0.3.14 |
| 5156 | 2026-08-31T14:43:14.495Z | Checking getrandom v0.4.3 |
| 5157 | 2026-08-31T14:43:14.536Z | Checking thread-id v4.2.2 |
| 5158 | 2026-08-31T14:43:14.560Z | Checking rustix v1.1.4 |
| 5159 | 2026-08-31T14:43:14.610Z | Checking memmap v0.7.0 |
| 5160 | 2026-08-31T14:43:14.621Z | Checking thiserror v2.0.18 |
| 5161 | 2026-08-31T14:43:14.681Z | Checking fs-err v3.3.0 |
| 5162 | 2026-08-31T14:43:14.716Z | Checking anyhow v1.0.104 |
| 5163 | 2026-08-31T14:43:14.719Z | Checking tabled v0.15.0 |
| 5164 | 2026-08-31T14:43:15.329Z | Checking terminal_size v0.4.3 |
| 5165 | 2026-08-31T14:43:15.334Z | Checking tempfile v3.27.0 |
| 5166 | 2026-08-31T14:43:15.434Z | Checking clap_builder v4.6.0 |
| 5167 | 2026-08-31T14:43:15.437Z | Checking textwrap v0.16.2 |
| 5168 | 2026-08-31T14:43:15.604Z | Checking serde v1.0.229 |
| 5169 | 2026-08-31T14:43:15.604Z | Checking serde_json v1.0.151 |
| 5170 | 2026-08-31T14:43:15.607Z | Checking camino v1.2.5 |
| 5171 | 2026-08-31T14:43:15.632Z | Checking semver v1.0.28 |
| 5172 | 2026-08-31T14:43:15.796Z | Checking cargo-platform v0.3.2 |
| 5173 | 2026-08-31T14:43:15.856Z | Checking camino-tempfile v1.4.1 |
| 5174 | 2026-08-31T14:43:15.995Z | Checking toml_datetime v0.6.11 |
| 5175 | 2026-08-31T14:43:15.995Z | Checking serde_spanned v0.6.9 |
| 5176 | 2026-08-31T14:43:15.998Z | Checking macaddr v1.0.1 |
| 5177 | 2026-08-31T14:43:16.022Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5178 | 2026-08-31T14:43:16.161Z | Checking toml_edit v0.22.27 |
| 5179 | 2026-08-31T14:43:16.197Z | Checking cargo_metadata v0.23.1 |
| 5180 | 2026-08-31T14:43:16.200Z | Checking dof v0.3.0 |
| 5181 | 2026-08-31T14:43:16.456Z | Checking usdt-impl v0.5.0 |
| 5182 | 2026-08-31T14:43:16.602Z | Checking clap v4.6.1 |
| 5183 | 2026-08-31T14:43:16.709Z | Checking usdt v0.5.0 |
| 5184 | 2026-08-31T14:43:17.110Z | Checking toml v0.8.23 |
| 5185 | 2026-08-31T14:43:17.364Z | Checking cargo_toml v0.21.0 |
| 5186 | 2026-08-31T14:43:17.989Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5187 | 2026-08-31T14:43:18.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
| 5188 | 2026-08-31T14:43:18.481Z | |
| 5189 | 2026-08-31T14:43:18.481Z | info: running `cargo check --bins` on dnsadm (363/379) |
| 5190 | 2026-08-31T14:43:18.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5191 | 2026-08-31T14:43:18.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5192 | 2026-08-31T14:43:19.121Z | Checking arc-swap v1.8.2 |
| 5193 | 2026-08-31T14:43:19.397Z | Checking slog-scope v4.4.1 |
| 5194 | 2026-08-31T14:43:19.505Z | Checking slog-stdlog v4.1.1 |
| 5195 | 2026-08-31T14:43:19.598Z | Checking slog-envlogger v2.2.0 |
| 5196 | 2026-08-31T14:43:19.712Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5197 | 2026-08-31T14:43:20.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 5198 | 2026-08-31T14:43:20.295Z | |
| 5199 | 2026-08-31T14:43:20.295Z | info: running `cargo check --bins` on end-to-end-tests (364/379) |
| 5200 | 2026-08-31T14:43:20.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5201 | 2026-08-31T14:43:20.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5202 | 2026-08-31T14:43:21.110Z | Checking cpubits v0.1.1 |
| 5203 | 2026-08-31T14:43:21.235Z | Checking pem-rfc7468 v1.0.0 |
| 5204 | 2026-08-31T14:43:21.249Z | Checking hmac v0.13.0 |
| 5205 | 2026-08-31T14:43:21.249Z | Checking universal-hash v0.6.1 |
| 5206 | 2026-08-31T14:43:21.271Z | Checking ctr v0.10.1 |
| 5207 | 2026-08-31T14:43:21.271Z | Checking aead v0.6.1 |
| 5208 | 2026-08-31T14:43:21.298Z | Checking aes v0.9.1 |
| 5209 | 2026-08-31T14:43:21.299Z | Checking crypto-bigint v0.7.5 |
| 5210 | 2026-08-31T14:43:21.443Z | Checking salsa20 v0.11.0 |
| 5211 | 2026-08-31T14:43:21.449Z | Checking der v0.8.0 |
| 5212 | 2026-08-31T14:43:21.449Z | Checking polyval v0.7.1 |
| 5213 | 2026-08-31T14:43:21.449Z | Checking pbkdf2 v0.13.0 |
| 5214 | 2026-08-31T14:43:21.449Z | Checking cbc v0.2.1 |
| 5215 | 2026-08-31T14:43:21.468Z | Checking ff v0.14.0 |
| 5216 | 2026-08-31T14:43:21.496Z | Checking signature v3.0.0 |
| 5217 | 2026-08-31T14:43:21.511Z | Checking scrypt v0.12.0 |
| 5218 | 2026-08-31T14:43:21.535Z | Checking ghash v0.6.0 |
| 5219 | 2026-08-31T14:43:21.551Z | Checking base16ct v1.0.0 |
| 5220 | 2026-08-31T14:43:21.605Z | Checking group v0.14.0 |
| 5221 | 2026-08-31T14:43:21.644Z | Checking hkdf v0.13.0 |
| 5222 | 2026-08-31T14:43:21.662Z | Compiling curve25519-dalek v5.0.0 |
| 5223 | 2026-08-31T14:43:21.680Z | Checking keccak v0.2.0 |
| 5224 | 2026-08-31T14:43:21.695Z | Checking aes-gcm v0.11.0 |
| 5225 | 2026-08-31T14:43:21.709Z | Checking poly1305 v0.9.0 |
| 5226 | 2026-08-31T14:43:21.751Z | Checking wnaf v0.14.0 |
| 5227 | 2026-08-31T14:43:21.773Z | Checking blowfish v0.10.0 |
| 5228 | 2026-08-31T14:43:21.833Z | Checking blake2 v0.11.0-rc.6 |
| 5229 | 2026-08-31T14:43:21.854Z | Checking sha3 v0.11.0 |
| 5230 | 2026-08-31T14:43:21.918Z | Checking kem v0.3.0 |
| 5231 | 2026-08-31T14:43:21.930Z | Checking bcrypt-pbkdf v0.11.0 |
| 5232 | 2026-08-31T14:43:21.970Z | Checking module-lattice v0.2.3 |
| 5233 | 2026-08-31T14:43:22.029Z | Checking sponge-cursor v0.1.0 |
| 5234 | 2026-08-31T14:43:22.082Z | Checking argon2 v0.6.0-rc.8 |
| 5235 | 2026-08-31T14:43:22.098Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5236 | 2026-08-31T14:43:22.154Z | Checking sha3 v0.12.0 |
| 5237 | 2026-08-31T14:43:22.183Z | Checking spki v0.8.0 |
| 5238 | 2026-08-31T14:43:22.183Z | Checking sec1 v0.8.1 |
| 5239 | 2026-08-31T14:43:22.211Z | Checking ml-kem v0.3.2 |
| 5240 | 2026-08-31T14:43:22.275Z | Checking internal-russh-num-bigint v0.5.0 |
| 5241 | 2026-08-31T14:43:22.349Z | Checking num-bigint v0.4.6 |
| 5242 | 2026-08-31T14:43:22.366Z | Checking pkcs5 v0.8.1 |
| 5243 | 2026-08-31T14:43:22.384Z | Checking pkcs1 v0.8.0-rc.4 |
| 5244 | 2026-08-31T14:43:22.399Z | Checking generic-array v1.4.3 |
| 5245 | 2026-08-31T14:43:22.589Z | Checking russh-util v0.52.0 |
| 5246 | 2026-08-31T14:43:22.657Z | Checking pkcs8 v0.11.0 |
| 5247 | 2026-08-31T14:43:22.709Z | Compiling enum_dispatch v0.3.13 |
| 5248 | 2026-08-31T14:43:22.794Z | Compiling delegate v0.13.5 |
| 5249 | 2026-08-31T14:43:22.856Z | Checking ed25519 v3.0.0 |
| 5250 | 2026-08-31T14:43:22.942Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5251 | 2026-08-31T14:43:22.982Z | Checking hex-literal v1.1.0 |
| 5252 | 2026-08-31T14:43:23.051Z | Checking ed25519-dalek v3.0.0 |
| 5253 | 2026-08-31T14:43:23.079Z | Checking md5 v0.8.0 |
| 5254 | 2026-08-31T14:43:23.148Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5255 | 2026-08-31T14:43:23.249Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5256 | 2026-08-31T14:43:23.273Z | Checking socket2 v0.5.10 |
| 5257 | 2026-08-31T14:43:23.285Z | Checking internet-checksum v0.2.1 |
| 5258 | 2026-08-31T14:43:23.344Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5259 | 2026-08-31T14:43:23.522Z | Checking elliptic-curve v0.14.1 |
| 5260 | 2026-08-31T14:43:23.522Z | Checking rfc6979 v0.6.0 |
| 5261 | 2026-08-31T14:43:23.528Z | Checking primefield v0.14.0 |
| 5262 | 2026-08-31T14:43:23.528Z | Checking ssh-encoding v0.3.0 |
| 5263 | 2026-08-31T14:43:23.643Z | Checking crypto-primes v0.7.2 |
| 5264 | 2026-08-31T14:43:23.761Z | Checking ssh-cipher v0.3.0 |
| 5265 | 2026-08-31T14:43:23.766Z | Checking russh-cryptovec v0.62.0 |
| 5266 | 2026-08-31T14:43:23.918Z | Checking ecdsa v0.17.0 |
| 5267 | 2026-08-31T14:43:23.934Z | Checking primeorder v0.14.0 |
| 5268 | 2026-08-31T14:43:24.290Z | Checking p256 v0.14.0 |
| 5269 | 2026-08-31T14:43:24.291Z | Checking p521 v0.14.0 |
| 5270 | 2026-08-31T14:43:24.291Z | Checking p384 v0.14.0 |
| 5271 | 2026-08-31T14:43:24.576Z | Checking rsa v0.10.0-rc.18 |
| 5272 | 2026-08-31T14:43:27.147Z | Checking ssh-key v0.7.0-rc.11 |
| 5273 | 2026-08-31T14:43:27.881Z | Checking russh v0.62.4 |
| 5274 | 2026-08-31T14:43:41.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.86s |
| 5275 | 2026-08-31T14:43:41.173Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5276 | 2026-08-31T14:43:41.173Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5277 | 2026-08-31T14:43:41.371Z | |
| 5278 | 2026-08-31T14:43:41.371Z | info: running `cargo check --bins` on gateway-cli (365/379) |
| 5279 | 2026-08-31T14:43:41.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5280 | 2026-08-31T14:43:41.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5281 | 2026-08-31T14:43:42.001Z | Checking termios v0.3.3 |
| 5282 | 2026-08-31T14:43:42.193Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5283 | 2026-08-31T14:43:42.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 5284 | 2026-08-31T14:43:42.949Z | |
| 5285 | 2026-08-31T14:43:42.949Z | info: running `cargo check --bins --no-default-features` on installinator (366/379) |
| 5286 | 2026-08-31T14:43:43.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5287 | 2026-08-31T14:43:43.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5288 | 2026-08-31T14:43:43.636Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5289 | 2026-08-31T14:43:44.345Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5290 | 2026-08-31T14:43:45.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 5291 | 2026-08-31T14:43:46.099Z | |
| 5292 | 2026-08-31T14:43:46.099Z | info: running `cargo check --bins` on internal-dns-cli (367/379) |
| 5293 | 2026-08-31T14:43:46.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5294 | 2026-08-31T14:43:46.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5295 | 2026-08-31T14:43:46.735Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5296 | 2026-08-31T14:43:47.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5297 | 2026-08-31T14:43:47.336Z | |
| 5298 | 2026-08-31T14:43:47.336Z | info: running `cargo check --bins` on omicron-live-tests (368/379) |
| 5299 | 2026-08-31T14:43:47.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5300 | 2026-08-31T14:43:47.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5301 | 2026-08-31T14:43:47.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5302 | 2026-08-31T14:43:47.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5303 | 2026-08-31T14:43:47.896Z | |
| 5304 | 2026-08-31T14:43:47.896Z | info: running `cargo check --bins` on live-tests-macros (369/379) |
| 5305 | 2026-08-31T14:43:48.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5306 | 2026-08-31T14:43:48.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5307 | 2026-08-31T14:43:48.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5308 | 2026-08-31T14:43:48.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5309 | 2026-08-31T14:43:48.460Z | |
| 5310 | 2026-08-31T14:43:48.461Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (370/379) |
| 5311 | 2026-08-31T14:43:48.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5312 | 2026-08-31T14:43:48.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5313 | 2026-08-31T14:43:49.186Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5314 | 2026-08-31T14:43:49.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 5315 | 2026-08-31T14:43:49.953Z | |
| 5316 | 2026-08-31T14:43:49.953Z | info: running `cargo check --bins` on omicron-ntp-admin (371/379) |
| 5317 | 2026-08-31T14:43:50.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5318 | 2026-08-31T14:43:50.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5319 | 2026-08-31T14:43:50.586Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5320 | 2026-08-31T14:43:50.692Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5321 | 2026-08-31T14:43:51.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 5322 | 2026-08-31T14:43:51.667Z | |
| 5323 | 2026-08-31T14:43:51.667Z | info: running `cargo check --bins` on ntp-admin-types (372/379) |
| 5324 | 2026-08-31T14:43:52.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5325 | 2026-08-31T14:43:52.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5326 | 2026-08-31T14:43:52.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5327 | 2026-08-31T14:43:52.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5328 | 2026-08-31T14:43:52.242Z | |
| 5329 | 2026-08-31T14:43:52.242Z | info: running `cargo check --bins` on omicron-package (373/379) |
| 5330 | 2026-08-31T14:43:52.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5331 | 2026-08-31T14:43:52.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5332 | 2026-08-31T14:43:52.884Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5333 | 2026-08-31T14:43:53.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 5334 | 2026-08-31T14:43:54.134Z | |
| 5335 | 2026-08-31T14:43:54.134Z | info: running `cargo check --bins` on tqdb (374/379) |
| 5336 | 2026-08-31T14:43:54.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5337 | 2026-08-31T14:43:54.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5338 | 2026-08-31T14:43:54.899Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5339 | 2026-08-31T14:43:55.250Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5340 | 2026-08-31T14:43:55.746Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5341 | 2026-08-31T14:43:55.749Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5342 | 2026-08-31T14:44:02.704Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5343 | 2026-08-31T14:44:02.707Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5344 | 2026-08-31T14:44:02.707Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5345 | 2026-08-31T14:44:03.327Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5346 | 2026-08-31T14:44:03.330Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5347 | 2026-08-31T14:44:03.330Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5348 | 2026-08-31T14:44:03.330Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5349 | 2026-08-31T14:44:04.127Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5350 | 2026-08-31T14:44:04.754Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5351 | 2026-08-31T14:44:04.986Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5352 | 2026-08-31T14:44:05.167Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5353 | 2026-08-31T14:44:06.035Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5354 | 2026-08-31T14:44:06.678Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5355 | 2026-08-31T14:44:11.480Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5356 | 2026-08-31T14:44:18.778Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5357 | 2026-08-31T14:44:18.781Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5358 | 2026-08-31T14:44:18.781Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5359 | 2026-08-31T14:44:18.781Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5360 | 2026-08-31T14:44:20.284Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5361 | 2026-08-31T14:44:21.568Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5362 | 2026-08-31T14:44:22.245Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5363 | 2026-08-31T14:44:23.523Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5364 | 2026-08-31T14:44:24.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.93s |
| 5365 | 2026-08-31T14:44:24.270Z | |
| 5366 | 2026-08-31T14:44:24.270Z | info: running `cargo check --bins` on wicket-dbg (375/379) |
| 5367 | 2026-08-31T14:44:24.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5368 | 2026-08-31T14:44:24.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5369 | 2026-08-31T14:44:24.970Z | Checking rtoolbox v0.0.3 |
| 5370 | 2026-08-31T14:44:24.974Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5371 | 2026-08-31T14:44:24.974Z | Checking tui-tree-widget v0.23.1 |
| 5372 | 2026-08-31T14:44:24.974Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5373 | 2026-08-31T14:44:25.186Z | Checking rpassword v7.5.4 |
| 5374 | 2026-08-31T14:44:27.905Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5375 | 2026-08-31T14:44:29.741Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5376 | 2026-08-31T14:44:30.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
| 5377 | 2026-08-31T14:44:30.851Z | |
| 5378 | 2026-08-31T14:44:30.851Z | info: running `cargo check --bins` on wicket (376/379) |
| 5379 | 2026-08-31T14:44:31.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5380 | 2026-08-31T14:44:31.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5381 | 2026-08-31T14:44:31.530Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5382 | 2026-08-31T14:44:31.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 5383 | 2026-08-31T14:44:32.068Z | |
| 5384 | 2026-08-31T14:44:32.068Z | info: running `cargo check --bins` on wicketd (377/379) |
| 5385 | 2026-08-31T14:44:32.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5386 | 2026-08-31T14:44:32.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5387 | 2026-08-31T14:44:32.763Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5388 | 2026-08-31T14:44:36.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 5389 | 2026-08-31T14:44:36.484Z | |
| 5390 | 2026-08-31T14:44:36.484Z | info: running `cargo check --bins` on omicron-workspace-hack (378/379) |
| 5391 | 2026-08-31T14:44:36.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5392 | 2026-08-31T14:44:36.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5393 | 2026-08-31T14:44:36.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5394 | 2026-08-31T14:44:36.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5395 | 2026-08-31T14:44:37.044Z | |
| 5396 | 2026-08-31T14:44:37.044Z | info: running `cargo check --bins` on zone-setup (379/379) |
| 5397 | 2026-08-31T14:44:37.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5398 | 2026-08-31T14:44:37.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5399 | 2026-08-31T14:44:37.708Z | Checking uzers v0.12.2 |
| 5400 | 2026-08-31T14:44:37.973Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5401 | 2026-08-31T14:44:38.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 5402 | 2026-08-31T14:44:38.946Z | |
| 5403 | 2026-08-31T14:44:38.949Z | real 15:14.506176671 |
| 5404 | 2026-08-31T14:44:38.949Z | user 22:24.254880915 |
| 5405 | 2026-08-31T14:44:38.949Z | sys 4:26.859836265 |
| 5406 | 2026-08-31T14:44:38.949Z | trap 0.339566089 |
| 5407 | 2026-08-31T14:44:38.949Z | tflt 0.595988039 |
| 5408 | 2026-08-31T14:44:38.949Z | dflt 0.846212084 |
| 5409 | 2026-08-31T14:44:38.949Z | kflt 0.005857013 |
| 5410 | 2026-08-31T14:44:38.949Z | lock 1:34:53.937278856 |
| 5411 | 2026-08-31T14:44:38.949Z | slp 1:47:45.374374725 |
| 5412 | 2026-08-31T14:44:38.949Z | lat 58.753414810 |
| 5413 | 2026-08-31T14:44:38.949Z | stop 4:11.598292129 |
| 5414 | 2026-08-31T14:44:38.949Z | process exited: duration 1345979 ms, exit code 0 |
| |
| 5415 | 2026-08-31T14:44:38.956Z | found 0 output files |