|
|
|
| 1 | 2026-08-17T18:07:29.685Z | job assigned to worker 01M08EF4QX3TYTH8MRPPFE996P [factory aws, i-0d0a9185278116121] (queued for 51 s) |
| |
| 2 | 2026-08-17T18:07:36.198Z | starting task 0: "setup" |
| 3 | 2026-08-17T18:07:36.201Z | ++ uname -s |
| 4 | 2026-08-17T18:07:36.205Z | + kern=SunOS |
| 5 | 2026-08-17T18:07:36.205Z | + build_user=build |
| 6 | 2026-08-17T18:07:36.205Z | + build_uid=12345 |
| 7 | 2026-08-17T18:07:36.205Z | + work_dir=/work |
| 8 | 2026-08-17T18:07:36.205Z | + input_dir=/input |
| 9 | 2026-08-17T18:07:36.206Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-17T18:07:36.206Z | + case "$kern" in |
| 11 | 2026-08-17T18:07:36.206Z | + groupadd -g 12345 build |
| 12 | 2026-08-17T18:07:36.217Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-17T18:07:38.224Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-17T18:07:38.287Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-17T18:07:38.291Z | + home_fs=zfs |
| 16 | 2026-08-17T18:07:38.291Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-17T18:07:38.291Z | + mkdir -p /home/build |
| 18 | 2026-08-17T18:07:38.291Z | + chown build:build /home/build /work |
| 19 | 2026-08-17T18:07:40.291Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-17T18:07:40.295Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-08-17T18:07:40.301Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-17T18:07:40.306Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-17T18:07:40.306Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-17T18:07:40.306Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-17T18:07:40.306Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-17T18:07:40.306Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-17T18:07:40.306Z | * rust toolchain profile = "default" |
| 28 | 2026-08-17T18:07:40.309Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-17T18:07:40.309Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-17T18:07:40.412Z | info: downloading installer |
| 31 | 2026-08-17T18:07:41.766Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-17T18:07:41.767Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-17T18:07:41.767Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-17T18:07:41.767Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-17T18:07:41.779Z | info: profile set to default |
| 36 | 2026-08-17T18:07:41.779Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-17T18:07:41.783Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-17T18:07:41.908Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-17T18:07:41.911Z | info: downloading 6 components |
| 40 | 2026-08-17T18:07:56.746Z | |
| 41 | 2026-08-17T18:07:56.746Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-17T18:07:56.773Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-17T18:07:56.773Z | |
| 44 | 2026-08-17T18:07:56.773Z | |
| 45 | 2026-08-17T18:07:56.773Z | Rust is installed now. Great! |
| 46 | 2026-08-17T18:07:56.773Z | |
| 47 | 2026-08-17T18:07:56.773Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-17T18:07:56.773Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-17T18:07:56.773Z | |
| 50 | 2026-08-17T18:07:56.773Z | To configure your current shell, you need to source |
| 51 | 2026-08-17T18:07:56.773Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-17T18:07:56.773Z | |
| 53 | 2026-08-17T18:07:56.773Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-17T18:07:56.776Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-17T18:07:56.776Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-17T18:07:56.776Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-17T18:07:56.776Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-17T18:07:56.776Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-17T18:07:56.776Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-17T18:07:56.777Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-17T18:07:56.777Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-17T18:07:56.858Z | + rustup --version |
| 63 | 2026-08-17T18:07:56.891Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-17T18:07:56.891Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-17T18:07:56.891Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-17T18:07:56.892Z | + cargo --version |
| 67 | 2026-08-17T18:07:56.904Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-17T18:07:56.907Z | + rustc --version |
| 69 | 2026-08-17T18:07:56.926Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-17T18:07:56.929Z | process exited: duration 16626 ms, exit code 0 |
| |
| 71 | 2026-08-17T18:07:56.937Z | starting task 2: "authentication" |
| 72 | 2026-08-17T18:07:56.952Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-17T18:07:56.958Z | starting task 3: "clone repository" |
| 74 | 2026-08-17T18:07:56.962Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-17T18:07:56.965Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-17T18:07:56.991Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-17T18:08:09.481Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-17T18:08:09.481Z | + git fetch origin 30722673bcde6304f78fb9995ac90a3fd0bea657 |
| 79 | 2026-08-17T18:08:09.812Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-17T18:08:09.812Z | * branch 30722673bcde6304f78fb9995ac90a3fd0bea657 -> FETCH_HEAD |
| 81 | 2026-08-17T18:08:09.825Z | + [[ -n avoid-asset-race ]] |
| 82 | 2026-08-17T18:08:09.828Z | ++ git branch --show-current |
| 83 | 2026-08-17T18:08:09.828Z | + current=main |
| 84 | 2026-08-17T18:08:09.828Z | + [[ main != avoid-asset-race ]] |
| 85 | 2026-08-17T18:08:09.828Z | + git branch -f avoid-asset-race 30722673bcde6304f78fb9995ac90a3fd0bea657 |
| 86 | 2026-08-17T18:08:09.831Z | + git checkout -f avoid-asset-race |
| 87 | 2026-08-17T18:08:10.090Z | Switched to branch 'avoid-asset-race' |
| 88 | 2026-08-17T18:08:10.093Z | + git reset --hard 30722673bcde6304f78fb9995ac90a3fd0bea657 |
| 89 | 2026-08-17T18:08:10.109Z | HEAD is now at 30722673b hakari!!!! |
| 90 | 2026-08-17T18:08:10.112Z | process exited: duration 13150 ms, exit code 0 |
| |
| 91 | 2026-08-17T18:08:10.119Z | starting task 4: "build" |
| 92 | 2026-08-17T18:08:10.123Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-17T18:08:10.126Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-17T18:08:10.126Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-17T18:08:10.126Z | +++ uname -s |
| 96 | 2026-08-17T18:08:10.126Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-17T18:08:10.126Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-17T18:08:10.129Z | + cargo --version |
| 99 | 2026-08-17T18:08:10.135Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-17T18:08:10.138Z | + rustc --version |
| 101 | 2026-08-17T18:08:10.157Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-17T18:08:10.160Z | + source ./env.sh |
| 103 | 2026-08-17T18:08:10.160Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-17T18:08:10.160Z | ++ set -o xtrace |
| 105 | 2026-08-17T18:08:10.164Z | ++++ dirname ./env.sh |
| 106 | 2026-08-17T18:08:10.164Z | +++ readlink -f . |
| 107 | 2026-08-17T18:08:11.172Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-17T18:08:11.172Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-17T18:08:11.172Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-17T18:08:11.172Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-17T18:08:11.172Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-17T18:08:11.172Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-08-17T18:08:11.172Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-08-17T18:08:11.173Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-08-17T18:08:11.173Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-08-17T18:08:11.173Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-17T18:08:11.173Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-17T18:08:11.173Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-17T18:08:11.173Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-17T18:08:11.173Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-17T18:08:11.173Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-17T18:08:11.173Z | + banner prerequisites |
| 123 | 2026-08-17T18:08:11.173Z | |
| 124 | 2026-08-17T18:08:11.173Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-17T18:08:11.173Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-17T18:08:11.173Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-17T18:08:11.173Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-17T18:08:11.173Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-17T18:08:11.173Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-17T18:08:11.173Z | |
| 131 | 2026-08-17T18:08:11.173Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-17T18:08:12.190Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-17T18:08:12.507Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-17T18:08:14.235Z | Planning: Solver setup ... Done (1.626s) |
| 135 | 2026-08-17T18:08:14.289Z | Planning: Running solver ... Done (0.054s) |
| 136 | 2026-08-17T18:08:14.326Z | Planning: Finding local manifests ... Done (0.002s) |
| 137 | 2026-08-17T18:08:14.338Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-17T18:08:14.357Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-17T18:08:14.371Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-17T18:08:14.374Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-17T18:08:14.531Z | Planning: Checking for conflicting actions ... Done (0.158s) |
| 142 | 2026-08-17T18:08:14.535Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-17T18:08:15.162Z | Planning: Evaluating mediators ... Done (0.630s) |
| 144 | 2026-08-17T18:08:15.165Z | Planning: Planning completed in 2.62 seconds |
| 145 | 2026-08-17T18:08:15.170Z | Packages to install: 2 |
| 146 | 2026-08-17T18:08:15.170Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-17T18:08:15.170Z | Estimated space to be consumed: 69.36 MB |
| 148 | 2026-08-17T18:08:15.170Z | Create boot environment: No |
| 149 | 2026-08-17T18:08:15.174Z | Create backup boot environment: No |
| 150 | 2026-08-17T18:08:15.174Z | Rebuild boot archive: No |
| 151 | 2026-08-17T18:08:15.174Z | |
| 152 | 2026-08-17T18:08:15.174Z | Changed packages: |
| 153 | 2026-08-17T18:08:15.174Z | helios |
| 154 | 2026-08-17T18:08:15.174Z | developer/build-essential |
| 155 | 2026-08-17T18:08:15.174Z | None -> 11-3.0 |
| 156 | 2026-08-17T18:08:15.174Z | library/libxmlsec1 |
| 157 | 2026-08-17T18:08:15.174Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-17T18:08:15.193Z | |
| 159 | 2026-08-17T18:08:15.193Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-17T18:08:15.269Z | Download: Completed 1.28 MB in 0.08 seconds (16.7M/s) |
| 161 | 2026-08-17T18:08:15.325Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-17T18:08:15.362Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-17T18:08:15.391Z | Finalize: Updating package state database ... Done (0.028s) |
| 164 | 2026-08-17T18:08:15.391Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-17T18:08:15.465Z | Finalize: Updating image state ... Done (0.074s) |
| 166 | 2026-08-17T18:08:17.825Z | Finalize: Creating fast lookup database ... Done (2.314s) |
| 167 | 2026-08-17T18:08:17.892Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-17T18:08:17.896Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-17T18:08:17.980Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-17T18:08:18.332Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-17T18:08:18.435Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-17T18:08:18.439Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-17T18:08:18.591Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-17T18:08:18.595Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-17T18:08:18.619Z | Mediators to change: 2 |
| 176 | 2026-08-17T18:08:18.619Z | Create boot environment: No |
| 177 | 2026-08-17T18:08:18.619Z | Create backup boot environment: No |
| 178 | 2026-08-17T18:08:18.678Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-17T18:08:18.678Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-17T18:08:18.722Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-17T18:08:20.657Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-17T18:08:20.719Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-17T18:08:20.722Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-17T18:08:20.823Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-17T18:08:21.108Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-17T18:08:21.212Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-17T18:08:21.215Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-17T18:08:21.369Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-17T18:08:21.372Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-17T18:08:21.392Z | Mediators to change: 1 |
| 191 | 2026-08-17T18:08:21.392Z | Create boot environment: No |
| 192 | 2026-08-17T18:08:21.392Z | Create backup boot environment: No |
| 193 | 2026-08-17T18:08:21.447Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-17T18:08:21.448Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-17T18:08:21.492Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-17T18:08:23.424Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-17T18:08:23.486Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-17T18:08:23.490Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-17T18:08:23.560Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-17T18:08:23.871Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-17T18:08:23.871Z | apache system 2.4 system |
| 202 | 2026-08-17T18:08:23.871Z | clang system 15 system |
| 203 | 2026-08-17T18:08:23.872Z | csh system system illumos |
| 204 | 2026-08-17T18:08:23.872Z | ctags system system illumos |
| 205 | 2026-08-17T18:08:23.872Z | file vendor vendor darwinsys |
| 206 | 2026-08-17T18:08:23.872Z | file system system illumos |
| 207 | 2026-08-17T18:08:23.872Z | gcc vendor 14 vendor |
| 208 | 2026-08-17T18:08:23.872Z | gcc system 13 system |
| 209 | 2026-08-17T18:08:23.872Z | gcc system 10 system |
| 210 | 2026-08-17T18:08:23.872Z | go system 1.25 system |
| 211 | 2026-08-17T18:08:23.872Z | llvm system 15 system |
| 212 | 2026-08-17T18:08:23.872Z | mariadb system 11.4 system |
| 213 | 2026-08-17T18:08:23.872Z | mta vendor vendor dma |
| 214 | 2026-08-17T18:08:23.872Z | openjdk system 17 system |
| 215 | 2026-08-17T18:08:23.872Z | openjdk system 11 system |
| 216 | 2026-08-17T18:08:23.872Z | openssl vendor 3 vendor |
| 217 | 2026-08-17T18:08:23.872Z | perl system 5.40 system |
| 218 | 2026-08-17T18:08:23.873Z | postgresql system 18 system |
| 219 | 2026-08-17T18:08:23.873Z | postgresql system 17 system |
| 220 | 2026-08-17T18:08:23.873Z | python vendor 3 vendor |
| 221 | 2026-08-17T18:08:23.873Z | python system 2 system |
| 222 | 2026-08-17T18:08:23.873Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-17T18:08:23.873Z | ruby system 3.4 system |
| 224 | 2026-08-17T18:08:23.873Z | ruby system 3.0 system |
| 225 | 2026-08-17T18:08:23.873Z | words vendor vendor american-english |
| 226 | 2026-08-17T18:08:23.873Z | words system system australian-english |
| 227 | 2026-08-17T18:08:23.873Z | words system system british-english |
| 228 | 2026-08-17T18:08:23.873Z | words system system canadian-english |
| 229 | 2026-08-17T18:08:23.873Z | words system system french |
| 230 | 2026-08-17T18:08:23.873Z | words system system italian |
| 231 | 2026-08-17T18:08:23.873Z | words system system ngerman |
| 232 | 2026-08-17T18:08:23.873Z | words system system ogerman |
| 233 | 2026-08-17T18:08:23.873Z | words system system spanish |
| 234 | 2026-08-17T18:08:24.119Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-17T18:08:24.119Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-17T18:08:24.558Z | FMRI IFO |
| 237 | 2026-08-17T18:08:24.558Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-17T18:08:24.558Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-17T18:08:24.558Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-17T18:08:24.558Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-17T18:08:24.558Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-17T18:08:24.558Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-17T18:08:24.558Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-17T18:08:24.558Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-17T18:08:24.558Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-17T18:08:24.873Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-17T18:08:25.178Z | Updating crates.io index |
| 248 | 2026-08-17T18:08:25.181Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-17T18:08:25.494Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-17T18:08:25.963Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-17T18:08:27.055Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-17T18:08:27.672Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-17T18:08:29.827Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-17T18:08:30.684Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-17T18:08:31.040Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-17T18:08:31.438Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-17T18:08:32.661Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-17T18:08:32.999Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-17T18:08:33.353Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-17T18:08:33.980Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-17T18:08:34.279Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-17T18:08:34.609Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-17T18:08:34.948Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-17T18:08:35.247Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-17T18:08:35.597Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-08-17T18:08:36.300Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-17T18:08:36.818Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-17T18:08:37.213Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-17T18:08:37.733Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-17T18:08:38.092Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-17T18:08:38.636Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-17T18:08:39.002Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-17T18:08:39.307Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-17T18:08:39.753Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-17T18:08:40.321Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-17T18:08:40.807Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-17T18:08:41.204Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-17T18:08:41.478Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-17T18:08:41.826Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-17T18:08:42.247Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-17T18:08:42.882Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-17T18:08:43.496Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-17T18:08:43.787Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-17T18:08:44.115Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-17T18:08:44.854Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-17T18:08:45.110Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-17T18:08:45.388Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-17T18:08:45.708Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-17T18:08:46.014Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-17T18:08:49.093Z | Downloading crates ... |
| 291 | 2026-08-17T18:08:49.142Z | Downloaded cargo-platform v0.3.2 |
| 292 | 2026-08-17T18:08:49.160Z | Downloaded smawk v0.3.2 |
| 293 | 2026-08-17T18:08:49.163Z | Downloaded zmij v1.0.21 |
| 294 | 2026-08-17T18:08:49.163Z | Downloaded serde_spanned v0.6.9 |
| 295 | 2026-08-17T18:08:49.166Z | Downloaded anstyle-query v1.1.5 |
| 296 | 2026-08-17T18:08:49.169Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-08-17T18:08:49.169Z | Downloaded heck v0.5.0 |
| 298 | 2026-08-17T18:08:49.169Z | Downloaded generic-array v0.14.7 |
| 299 | 2026-08-17T18:08:49.169Z | Downloaded anstyle-parse v1.0.0 |
| 300 | 2026-08-17T18:08:49.172Z | Downloaded byteorder v1.5.0 |
| 301 | 2026-08-17T18:08:49.172Z | Downloaded colorchoice v1.0.4 |
| 302 | 2026-08-17T18:08:49.172Z | Downloaded fnv v1.0.7 |
| 303 | 2026-08-17T18:08:49.175Z | Downloaded anstream v1.0.0 |
| 304 | 2026-08-17T18:08:49.175Z | Downloaded anstyle v1.0.14 |
| 305 | 2026-08-17T18:08:49.175Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-08-17T18:08:49.178Z | Downloaded heck v0.4.1 |
| 307 | 2026-08-17T18:08:49.178Z | Downloaded is_terminal_polyfill v1.70.2 |
| 308 | 2026-08-17T18:08:49.178Z | Downloaded memmap v0.7.0 |
| 309 | 2026-08-17T18:08:49.178Z | Downloaded zerocopy v0.7.35 |
| 310 | 2026-08-17T18:08:49.185Z | Downloaded errno v0.3.14 |
| 311 | 2026-08-17T18:08:49.188Z | Downloaded cargo_metadata v0.23.1 |
| 312 | 2026-08-17T18:08:49.188Z | Downloaded cargo_toml v0.21.0 |
| 313 | 2026-08-17T18:08:49.188Z | Downloaded indexmap v2.14.0 |
| 314 | 2026-08-17T18:08:49.191Z | Downloaded dtrace-parser v0.2.0 |
| 315 | 2026-08-17T18:08:49.192Z | Downloaded macaddr v1.0.1 |
| 316 | 2026-08-17T18:08:49.192Z | Downloaded block-buffer v0.10.4 |
| 317 | 2026-08-17T18:08:49.195Z | Downloaded itoa v1.0.17 |
| 318 | 2026-08-17T18:08:49.195Z | Downloaded version_check v0.9.5 |
| 319 | 2026-08-17T18:08:49.198Z | Downloaded digest v0.10.7 |
| 320 | 2026-08-17T18:08:49.198Z | Downloaded dof v0.3.0 |
| 321 | 2026-08-17T18:08:49.203Z | Downloaded terminal_size v0.4.3 |
| 322 | 2026-08-17T18:08:49.206Z | Downloaded clap_lex v1.0.0 |
| 323 | 2026-08-17T18:08:49.206Z | Downloaded fastrand v2.3.0 |
| 324 | 2026-08-17T18:08:49.206Z | Downloaded scroll_derive v0.12.1 |
| 325 | 2026-08-17T18:08:49.209Z | Downloaded crypto-common v0.1.7 |
| 326 | 2026-08-17T18:08:49.212Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2026-08-17T18:08:49.219Z | Downloaded bytecount v0.6.9 |
| 328 | 2026-08-17T18:08:49.222Z | Downloaded autocfg v1.5.0 |
| 329 | 2026-08-17T18:08:49.222Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-08-17T18:08:49.225Z | Downloaded equivalent v1.0.2 |
| 331 | 2026-08-17T18:08:49.228Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-08-17T18:08:49.231Z | Downloaded usdt-macro v0.5.0 |
| 333 | 2026-08-17T18:08:49.234Z | Downloaded utf8parse v0.2.2 |
| 334 | 2026-08-17T18:08:49.237Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-08-17T18:08:49.240Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-08-17T18:08:49.240Z | Downloaded usdt v0.5.0 |
| 337 | 2026-08-17T18:08:49.244Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-08-17T18:08:49.247Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-08-17T18:08:49.248Z | Downloaded thread-id v4.2.2 |
| 340 | 2026-08-17T18:08:49.248Z | Downloaded plain v0.2.3 |
| 341 | 2026-08-17T18:08:49.251Z | Downloaded swrite v0.1.0 |
| 342 | 2026-08-17T18:08:49.258Z | Downloaded zerocopy-derive v0.7.35 |
| 343 | 2026-08-17T18:08:49.261Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2026-08-17T18:08:49.261Z | Downloaded pest_derive v2.8.6 |
| 345 | 2026-08-17T18:08:49.264Z | Downloaded thiserror v2.0.18 |
| 346 | 2026-08-17T18:08:49.267Z | Downloaded clap_derive v4.6.1 |
| 347 | 2026-08-17T18:08:49.267Z | Downloaded pest v2.8.6 |
| 348 | 2026-08-17T18:08:49.270Z | Downloaded sha2 v0.10.9 |
| 349 | 2026-08-17T18:08:49.270Z | Downloaded scroll v0.12.0 |
| 350 | 2026-08-17T18:08:49.270Z | Downloaded getrandom v0.4.1 |
| 351 | 2026-08-17T18:08:49.273Z | Downloaded papergrid v0.11.0 |
| 352 | 2026-08-17T18:08:49.282Z | Downloaded quote v1.0.45 |
| 353 | 2026-08-17T18:08:49.288Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-08-17T18:08:49.292Z | Downloaded strsim v0.11.1 |
| 355 | 2026-08-17T18:08:49.292Z | Downloaded thiserror v1.0.69 |
| 356 | 2026-08-17T18:08:49.295Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-08-17T18:08:49.295Z | Downloaded thiserror-impl v2.0.18 |
| 358 | 2026-08-17T18:08:49.302Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2026-08-17T18:08:49.305Z | Downloaded tempfile v3.25.0 |
| 360 | 2026-08-17T18:08:49.308Z | Downloaded fs-err v3.3.0 |
| 361 | 2026-08-17T18:08:49.311Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-08-17T18:08:49.315Z | Downloaded once_cell v1.21.3 |
| 363 | 2026-08-17T18:08:49.319Z | Downloaded toml v0.8.23 |
| 364 | 2026-08-17T18:08:49.322Z | Downloaded toml_write v0.1.2 |
| 365 | 2026-08-17T18:08:49.322Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-08-17T18:08:49.322Z | Downloaded bitflags v2.11.0 |
| 367 | 2026-08-17T18:08:49.326Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2026-08-17T18:08:49.335Z | Downloaded clap v4.6.1 |
| 369 | 2026-08-17T18:08:49.340Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-08-17T18:08:49.343Z | Downloaded semver v1.0.28 |
| 371 | 2026-08-17T18:08:49.343Z | Downloaded log v0.4.29 |
| 372 | 2026-08-17T18:08:49.346Z | Downloaded textwrap v0.16.2 |
| 373 | 2026-08-17T18:08:49.346Z | Downloaded unicode-ident v1.0.24 |
| 374 | 2026-08-17T18:08:49.349Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-08-17T18:08:49.352Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-08-17T18:08:49.359Z | Downloaded serde_core v1.0.228 |
| 377 | 2026-08-17T18:08:49.362Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-17T18:08:49.365Z | Downloaded camino v1.2.2 |
| 379 | 2026-08-17T18:08:49.377Z | Downloaded serde v1.0.228 |
| 380 | 2026-08-17T18:08:49.389Z | Downloaded memchr v2.8.0 |
| 381 | 2026-08-17T18:08:49.404Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-08-17T18:08:49.407Z | Downloaded typenum v1.20.1 |
| 383 | 2026-08-17T18:08:49.437Z | Downloaded serde_json v1.0.151 |
| 384 | 2026-08-17T18:08:49.446Z | Downloaded clap_builder v4.6.0 |
| 385 | 2026-08-17T18:08:49.457Z | Downloaded goblin v0.8.2 |
| 386 | 2026-08-17T18:08:49.461Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-17T18:08:49.465Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-17T18:08:49.485Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-17T18:08:49.490Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-08-17T18:08:49.495Z | Downloaded unicode-width v0.1.14 |
| 391 | 2026-08-17T18:08:49.499Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-17T18:08:49.511Z | Downloaded rustix v1.1.3 |
| 393 | 2026-08-17T18:08:49.539Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-17T18:08:49.601Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-17T18:08:49.602Z | Compiling quote v1.0.45 |
| 396 | 2026-08-17T18:08:49.602Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-17T18:08:49.602Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-17T18:08:49.602Z | Compiling libc v0.2.185 |
| 399 | 2026-08-17T18:08:49.605Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-17T18:08:49.605Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-17T18:08:49.781Z | Compiling serde v1.0.228 |
| 402 | 2026-08-17T18:08:49.963Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-17T18:08:50.172Z | Compiling itoa v1.0.17 |
| 404 | 2026-08-17T18:08:50.235Z | Compiling thiserror v1.0.69 |
| 405 | 2026-08-17T18:08:50.365Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-17T18:08:50.394Z | Compiling rustix v1.1.3 |
| 407 | 2026-08-17T18:08:50.581Z | Compiling pest v2.8.6 |
| 408 | 2026-08-17T18:08:50.627Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-17T18:08:50.706Z | Compiling errno v0.3.14 |
| 410 | 2026-08-17T18:08:50.854Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-17T18:08:50.937Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-17T18:08:51.059Z | Compiling syn v2.0.117 |
| 413 | 2026-08-17T18:08:51.119Z | Compiling thread-id v4.2.2 |
| 414 | 2026-08-17T18:08:51.170Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2026-08-17T18:08:51.186Z | Compiling usdt-impl v0.5.0 |
| 416 | 2026-08-17T18:08:51.201Z | Compiling camino v1.2.2 |
| 417 | 2026-08-17T18:08:51.357Z | Compiling syn v1.0.109 |
| 418 | 2026-08-17T18:08:51.550Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-17T18:08:51.568Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-08-17T18:08:51.656Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-17T18:08:51.785Z | Compiling log v0.4.29 |
| 422 | 2026-08-17T18:08:51.811Z | Compiling getrandom v0.4.1 |
| 423 | 2026-08-17T18:08:52.041Z | Compiling equivalent v1.0.2 |
| 424 | 2026-08-17T18:08:52.111Z | Compiling plain v0.2.3 |
| 425 | 2026-08-17T18:08:52.137Z | Compiling utf8parse v0.2.2 |
| 426 | 2026-08-17T18:08:52.204Z | Compiling indexmap v2.14.0 |
| 427 | 2026-08-17T18:08:52.223Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-17T18:08:52.255Z | Compiling anstyle-parse v1.0.0 |
| 429 | 2026-08-17T18:08:52.818Z | Compiling autocfg v1.5.0 |
| 430 | 2026-08-17T18:08:52.888Z | Compiling anstyle v1.0.14 |
| 431 | 2026-08-17T18:08:52.930Z | Compiling anstyle-query v1.1.5 |
| 432 | 2026-08-17T18:08:52.971Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-17T18:08:53.047Z | Compiling colorchoice v1.0.4 |
| 434 | 2026-08-17T18:08:53.064Z | Compiling toml_write v0.1.2 |
| 435 | 2026-08-17T18:08:53.113Z | Compiling pretty-hex v0.4.1 |
| 436 | 2026-08-17T18:08:53.153Z | Compiling winnow v0.7.14 |
| 437 | 2026-08-17T18:08:53.170Z | Compiling is_terminal_polyfill v1.70.2 |
| 438 | 2026-08-17T18:08:53.242Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-17T18:08:53.245Z | Compiling thiserror v2.0.18 |
| 440 | 2026-08-17T18:08:53.275Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-17T18:08:53.275Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-17T18:08:53.617Z | Compiling clap_lex v1.0.0 |
| 443 | 2026-08-17T18:08:53.690Z | Compiling strsim v0.11.1 |
| 444 | 2026-08-17T18:08:53.842Z | Compiling fastrand v2.3.0 |
| 445 | 2026-08-17T18:08:53.859Z | Compiling fnv v1.0.7 |
| 446 | 2026-08-17T18:08:53.859Z | Compiling heck v0.4.1 |
| 447 | 2026-08-17T18:08:53.966Z | Compiling anyhow v1.0.102 |
| 448 | 2026-08-17T18:08:54.002Z | Compiling unicode-width v0.1.14 |
| 449 | 2026-08-17T18:08:54.045Z | Compiling heck v0.5.0 |
| 450 | 2026-08-17T18:08:54.108Z | Compiling bytecount v0.6.9 |
| 451 | 2026-08-17T18:08:54.112Z | Compiling once_cell v1.21.3 |
| 452 | 2026-08-17T18:08:54.253Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-17T18:08:54.279Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-08-17T18:08:54.344Z | Compiling tempfile v3.25.0 |
| 455 | 2026-08-17T18:08:54.394Z | Compiling tabled_derive v0.7.0 |
| 456 | 2026-08-17T18:08:54.413Z | Compiling cargo-platform v0.3.2 |
| 457 | 2026-08-17T18:08:54.512Z | Compiling semver v1.0.28 |
| 458 | 2026-08-17T18:08:54.685Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-17T18:08:54.708Z | Compiling smawk v0.3.2 |
| 460 | 2026-08-17T18:08:54.726Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-17T18:08:54.835Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-17T18:08:54.852Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-17T18:08:54.932Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-17T18:08:54.969Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-17T18:08:55.088Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-17T18:08:55.113Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-17T18:08:55.219Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-17T18:08:55.313Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-17T18:08:55.556Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-17T18:08:55.680Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-17T18:08:55.909Z | Compiling scroll v0.12.0 |
| 472 | 2026-08-17T18:08:55.966Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-08-17T18:08:56.158Z | Compiling goblin v0.8.2 |
| 474 | 2026-08-17T18:08:56.323Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-08-17T18:08:56.602Z | Compiling textwrap v0.16.2 |
| 476 | 2026-08-17T18:08:57.078Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-17T18:08:57.311Z | Compiling clap v4.6.1 |
| 478 | 2026-08-17T18:08:57.990Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-08-17T18:08:57.990Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-08-17T18:08:58.006Z | Compiling macaddr v1.0.1 |
| 481 | 2026-08-17T18:08:58.006Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-17T18:08:58.006Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-08-17T18:08:58.064Z | Compiling dof v0.3.0 |
| 484 | 2026-08-17T18:08:58.081Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-08-17T18:08:58.205Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-17T18:08:58.910Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-08-17T18:08:58.910Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2026-08-17T18:08:59.507Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-17T18:08:59.588Z | Compiling toml v0.8.23 |
| 490 | 2026-08-17T18:08:59.941Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-17T18:09:01.177Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-17T18:09:03.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.47s |
| 493 | 2026-08-17T18:09:03.394Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-17T18:09:03.908Z | Downloading crates ... |
| 495 | 2026-08-17T18:09:03.957Z | Downloaded adler2 v2.0.1 |
| 496 | 2026-08-17T18:09:03.968Z | Downloaded convert_case v0.4.0 |
| 497 | 2026-08-17T18:09:03.971Z | Downloaded base64ct v1.8.3 |
| 498 | 2026-08-17T18:09:03.974Z | Downloaded bit-vec v0.8.0 |
| 499 | 2026-08-17T18:09:03.974Z | Downloaded endian-type v0.1.2 |
| 500 | 2026-08-17T18:09:03.977Z | Downloaded cfg_aliases v0.1.1 |
| 501 | 2026-08-17T18:09:03.977Z | Downloaded aes-gcm v0.11.0 |
| 502 | 2026-08-17T18:09:03.977Z | Downloaded enum_dispatch v0.3.13 |
| 503 | 2026-08-17T18:09:03.981Z | Downloaded async-recursion v1.1.1 |
| 504 | 2026-08-17T18:09:03.984Z | Downloaded ascii-canvas v3.0.0 |
| 505 | 2026-08-17T18:09:03.984Z | Downloaded async-stream v0.3.6 |
| 506 | 2026-08-17T18:09:03.984Z | Downloaded bitfield-macros v0.19.4 |
| 507 | 2026-08-17T18:09:03.987Z | Downloaded async-trait v0.1.89 |
| 508 | 2026-08-17T18:09:03.990Z | Downloaded atty v0.2.14 |
| 509 | 2026-08-17T18:09:03.990Z | Downloaded block-padding v0.4.2 |
| 510 | 2026-08-17T18:09:03.990Z | Downloaded cfg_aliases v0.2.1 |
| 511 | 2026-08-17T18:09:03.990Z | Downloaded array-init v0.0.4 |
| 512 | 2026-08-17T18:09:03.990Z | Downloaded assert_matches v1.5.0 |
| 513 | 2026-08-17T18:09:03.993Z | Downloaded bit-set v0.8.0 |
| 514 | 2026-08-17T18:09:03.997Z | Downloaded ahash v0.8.12 |
| 515 | 2026-08-17T18:09:04.000Z | Downloaded arrayvec v0.7.6 |
| 516 | 2026-08-17T18:09:04.000Z | Downloaded arrayref v0.3.9 |
| 517 | 2026-08-17T18:09:04.000Z | Downloaded flagset v0.4.7 |
| 518 | 2026-08-17T18:09:04.000Z | Downloaded foreign-types-shared v0.3.1 |
| 519 | 2026-08-17T18:09:04.000Z | Downloaded fxhash v0.2.1 |
| 520 | 2026-08-17T18:09:04.003Z | Downloaded aead v0.5.2 |
| 521 | 2026-08-17T18:09:04.003Z | Downloaded bb8 v0.8.6 |
| 522 | 2026-08-17T18:09:04.006Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 523 | 2026-08-17T18:09:04.006Z | Downloaded form_urlencoded v1.2.2 |
| 524 | 2026-08-17T18:09:04.006Z | Downloaded futures-io v0.3.32 |
| 525 | 2026-08-17T18:09:04.006Z | Downloaded getrandom v0.3.4 |
| 526 | 2026-08-17T18:09:04.011Z | Downloaded git-stub v1.0.0 |
| 527 | 2026-08-17T18:09:04.011Z | Downloaded float-ord v0.3.2 |
| 528 | 2026-08-17T18:09:04.011Z | Downloaded futures v0.3.32 |
| 529 | 2026-08-17T18:09:04.011Z | Downloaded futures-macro v0.3.32 |
| 530 | 2026-08-17T18:09:04.011Z | Downloaded async-stream-impl v0.3.6 |
| 531 | 2026-08-17T18:09:04.011Z | Downloaded base16ct v1.0.0 |
| 532 | 2026-08-17T18:09:04.014Z | Downloaded bit-set v0.5.3 |
| 533 | 2026-08-17T18:09:04.014Z | Downloaded bzip2 v0.6.1 |
| 534 | 2026-08-17T18:09:04.014Z | Downloaded aead v0.6.1 |
| 535 | 2026-08-17T18:09:04.014Z | Downloaded argon2 v0.6.0-rc.8 |
| 536 | 2026-08-17T18:09:04.017Z | Downloaded ff v0.14.0 |
| 537 | 2026-08-17T18:09:04.017Z | Downloaded futures-executor v0.3.32 |
| 538 | 2026-08-17T18:09:04.017Z | Downloaded futures-sink v0.3.32 |
| 539 | 2026-08-17T18:09:04.017Z | Downloaded bitfield-struct v0.6.2 |
| 540 | 2026-08-17T18:09:04.017Z | Downloaded funty v2.0.0 |
| 541 | 2026-08-17T18:09:04.020Z | Downloaded gethostname v0.5.0 |
| 542 | 2026-08-17T18:09:04.020Z | Downloaded foreign-types v0.5.0 |
| 543 | 2026-08-17T18:09:04.023Z | Downloaded fatfs v0.3.6 |
| 544 | 2026-08-17T18:09:04.023Z | Downloaded float-cmp v0.10.0 |
| 545 | 2026-08-17T18:09:04.023Z | Downloaded fs-err v2.11.0 |
| 546 | 2026-08-17T18:09:04.028Z | Downloaded generic-array v1.4.3 |
| 547 | 2026-08-17T18:09:04.028Z | Downloaded base16ct v0.2.0 |
| 548 | 2026-08-17T18:09:04.028Z | Downloaded async-bb8-diesel v0.2.1 |
| 549 | 2026-08-17T18:09:04.031Z | Downloaded foldhash v0.2.0 |
| 550 | 2026-08-17T18:09:04.031Z | Downloaded futures-task v0.3.32 |
| 551 | 2026-08-17T18:09:04.031Z | Downloaded bcs v0.1.6 |
| 552 | 2026-08-17T18:09:04.031Z | Downloaded cexpr v0.6.0 |
| 553 | 2026-08-17T18:09:04.035Z | Downloaded fallible-iterator v0.2.0 |
| 554 | 2026-08-17T18:09:04.036Z | Downloaded atomicwrites v0.4.4 |
| 555 | 2026-08-17T18:09:04.036Z | Downloaded bit-vec v0.6.3 |
| 556 | 2026-08-17T18:09:04.036Z | Downloaded bitfield v0.19.4 |
| 557 | 2026-08-17T18:09:04.036Z | Downloaded chacha20 v0.9.1 |
| 558 | 2026-08-17T18:09:04.039Z | Downloaded colored v3.1.1 |
| 559 | 2026-08-17T18:09:04.039Z | Downloaded ghash v0.6.0 |
| 560 | 2026-08-17T18:09:04.039Z | Downloaded hostname v0.4.2 |
| 561 | 2026-08-17T18:09:04.039Z | Downloaded enum-as-inner v0.6.1 |
| 562 | 2026-08-17T18:09:04.039Z | Downloaded fd-lock v4.0.4 |
| 563 | 2026-08-17T18:09:04.042Z | Downloaded foreign-types-shared v0.1.1 |
| 564 | 2026-08-17T18:09:04.042Z | Downloaded fixedbitset v0.5.7 |
| 565 | 2026-08-17T18:09:04.042Z | Downloaded futures-channel v0.3.32 |
| 566 | 2026-08-17T18:09:04.042Z | Downloaded futures-core v0.3.32 |
| 567 | 2026-08-17T18:09:04.045Z | Downloaded block-buffer v0.12.1 |
| 568 | 2026-08-17T18:09:04.045Z | Downloaded glob v0.3.3 |
| 569 | 2026-08-17T18:09:04.045Z | Downloaded foreign-types-macros v0.2.3 |
| 570 | 2026-08-17T18:09:04.045Z | Downloaded castaway v0.2.4 |
| 571 | 2026-08-17T18:09:04.045Z | Downloaded globwalk v0.9.1 |
| 572 | 2026-08-17T18:09:04.045Z | Downloaded atomic-waker v1.1.2 |
| 573 | 2026-08-17T18:09:04.048Z | Downloaded cobs v0.3.0 |
| 574 | 2026-08-17T18:09:04.049Z | Downloaded hyper-tls v0.6.0 |
| 575 | 2026-08-17T18:09:04.049Z | Downloaded http-range v0.1.5 |
| 576 | 2026-08-17T18:09:04.081Z | Downloaded compression-core v0.4.31 |
| 577 | 2026-08-17T18:09:04.085Z | Downloaded foreign-types v0.3.2 |
| 578 | 2026-08-17T18:09:04.086Z | Downloaded headers-core v0.3.0 |
| 579 | 2026-08-17T18:09:04.086Z | Downloaded num-conv v0.2.0 |
| 580 | 2026-08-17T18:09:04.086Z | Downloaded num v0.4.3 |
| 581 | 2026-08-17T18:09:04.086Z | Downloaded num-derive v0.4.2 |
| 582 | 2026-08-17T18:09:04.086Z | Downloaded hex v0.4.3 |
| 583 | 2026-08-17T18:09:04.086Z | Downloaded hubpack_derive v0.1.1 |
| 584 | 2026-08-17T18:09:04.086Z | Downloaded num_enum_derive v0.5.11 |
| 585 | 2026-08-17T18:09:04.086Z | Downloaded cmake v0.1.57 |
| 586 | 2026-08-17T18:09:04.086Z | Downloaded ff v0.13.1 |
| 587 | 2026-08-17T18:09:04.086Z | Downloaded fixedbitset v0.4.2 |
| 588 | 2026-08-17T18:09:04.086Z | Downloaded opaque-debug v0.3.1 |
| 589 | 2026-08-17T18:09:04.086Z | Downloaded ciborium-io v0.2.2 |
| 590 | 2026-08-17T18:09:04.086Z | Downloaded ciborium-ll v0.2.2 |
| 591 | 2026-08-17T18:09:04.086Z | Downloaded hash32 v0.3.1 |
| 592 | 2026-08-17T18:09:04.086Z | Downloaded cassowary v0.3.0 |
| 593 | 2026-08-17T18:09:04.086Z | Downloaded http-body v1.0.1 |
| 594 | 2026-08-17T18:09:04.086Z | Downloaded env_filter v1.0.0 |
| 595 | 2026-08-17T18:09:04.086Z | Downloaded home v0.5.12 |
| 596 | 2026-08-17T18:09:04.086Z | Downloaded openssl-probe v0.2.1 |
| 597 | 2026-08-17T18:09:04.089Z | Downloaded hash32 v0.2.1 |
| 598 | 2026-08-17T18:09:04.089Z | Downloaded path-slash v0.1.5 |
| 599 | 2026-08-17T18:09:04.090Z | Downloaded httpdate v1.0.3 |
| 600 | 2026-08-17T18:09:04.094Z | Downloaded hubpack v0.1.2 |
| 601 | 2026-08-17T18:09:04.101Z | Downloaded hostname v0.3.1 |
| 602 | 2026-08-17T18:09:04.105Z | Downloaded proc-macro-crate v1.3.1 |
| 603 | 2026-08-17T18:09:04.105Z | Downloaded proc-macro-crate v3.4.0 |
| 604 | 2026-08-17T18:09:04.109Z | Downloaded byte-wrapper v0.1.0 |
| 605 | 2026-08-17T18:09:04.109Z | Downloaded anstream v0.6.21 |
| 606 | 2026-08-17T18:09:04.109Z | Downloaded backoff v0.4.0 |
| 607 | 2026-08-17T18:09:04.109Z | Downloaded bitflags v1.3.2 |
| 608 | 2026-08-17T18:09:04.112Z | Downloaded cbc v0.2.1 |
| 609 | 2026-08-17T18:09:04.112Z | Downloaded erased-serde v0.3.31 |
| 610 | 2026-08-17T18:09:04.112Z | Downloaded http-body-util v0.1.3 |
| 611 | 2026-08-17T18:09:04.115Z | Downloaded anstyle-parse v0.2.7 |
| 612 | 2026-08-17T18:09:04.118Z | Downloaded bs58 v0.5.1 |
| 613 | 2026-08-17T18:09:04.118Z | Downloaded blowfish v0.10.0 |
| 614 | 2026-08-17T18:09:04.118Z | Downloaded compression-codecs v0.4.37 |
| 615 | 2026-08-17T18:09:04.122Z | Downloaded foldhash v0.1.5 |
| 616 | 2026-08-17T18:09:04.122Z | Downloaded humantime v2.3.0 |
| 617 | 2026-08-17T18:09:04.122Z | Downloaded filetime v0.2.27 |
| 618 | 2026-08-17T18:09:04.125Z | Downloaded constant_time_eq v0.4.2 |
| 619 | 2026-08-17T18:09:04.125Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 620 | 2026-08-17T18:09:04.125Z | Downloaded rustc_version v0.1.7 |
| 621 | 2026-08-17T18:09:04.125Z | Downloaded same-file v1.0.6 |
| 622 | 2026-08-17T18:09:04.125Z | Downloaded rand_xorshift v0.4.0 |
| 623 | 2026-08-17T18:09:04.125Z | Downloaded recursive v0.1.1 |
| 624 | 2026-08-17T18:09:04.129Z | Downloaded env_logger v0.11.9 |
| 625 | 2026-08-17T18:09:04.129Z | Downloaded hyper-rustls v0.27.7 |
| 626 | 2026-08-17T18:09:04.129Z | Downloaded group v0.13.0 |
| 627 | 2026-08-17T18:09:04.132Z | Downloaded serde_bytes v0.11.19 |
| 628 | 2026-08-17T18:09:04.132Z | Downloaded scopeguard v1.2.0 |
| 629 | 2026-08-17T18:09:04.132Z | Downloaded signature v3.0.0 |
| 630 | 2026-08-17T18:09:04.132Z | Downloaded sigpipe v0.1.3 |
| 631 | 2026-08-17T18:09:04.136Z | Downloaded cipher v0.4.4 |
| 632 | 2026-08-17T18:09:04.136Z | Downloaded buf-list v1.1.2 |
| 633 | 2026-08-17T18:09:04.139Z | Downloaded blake2 v0.10.6 |
| 634 | 2026-08-17T18:09:04.139Z | Downloaded strip-ansi-escapes v0.2.1 |
| 635 | 2026-08-17T18:09:04.142Z | Downloaded backon v1.6.0 |
| 636 | 2026-08-17T18:09:04.142Z | Downloaded console v0.16.2 |
| 637 | 2026-08-17T18:09:04.146Z | Downloaded tap v1.0.1 |
| 638 | 2026-08-17T18:09:04.146Z | Downloaded camino-tempfile-ext v0.3.3 |
| 639 | 2026-08-17T18:09:04.146Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 640 | 2026-08-17T18:09:04.146Z | Downloaded group v0.14.0 |
| 641 | 2026-08-17T18:09:04.149Z | Downloaded hyper-staticfile v0.10.1 |
| 642 | 2026-08-17T18:09:04.152Z | Downloaded const_format_proc_macros v0.2.34 |
| 643 | 2026-08-17T18:09:04.152Z | Downloaded hex-literal v1.1.0 |
| 644 | 2026-08-17T18:09:04.155Z | Downloaded cancel-safe-futures v0.1.5 |
| 645 | 2026-08-17T18:09:04.155Z | Downloaded colored v2.2.0 |
| 646 | 2026-08-17T18:09:04.158Z | Downloaded fs_extra v1.3.0 |
| 647 | 2026-08-17T18:09:04.158Z | Downloaded git-stub-vcs v0.1.0 |
| 648 | 2026-08-17T18:09:04.158Z | Downloaded siphasher v1.0.2 |
| 649 | 2026-08-17T18:09:04.158Z | Downloaded supports-color v3.0.2 |
| 650 | 2026-08-17T18:09:04.158Z | Downloaded time-core v0.1.8 |
| 651 | 2026-08-17T18:09:04.162Z | Downloaded tokio-test v0.4.5 |
| 652 | 2026-08-17T18:09:04.162Z | Downloaded cmov v0.5.4 |
| 653 | 2026-08-17T18:09:04.165Z | Downloaded globset v0.4.18 |
| 654 | 2026-08-17T18:09:04.168Z | Downloaded progenitor-client v0.14.0 |
| 655 | 2026-08-17T18:09:04.168Z | Downloaded highway v1.3.0 |
| 656 | 2026-08-17T18:09:04.168Z | Downloaded postgres-protocol v0.6.10 |
| 657 | 2026-08-17T18:09:04.168Z | Downloaded owo-colors v4.3.0 |
| 658 | 2026-08-17T18:09:04.171Z | Downloaded password-hash v0.5.0 |
| 659 | 2026-08-17T18:09:04.171Z | Downloaded progenitor-extras v0.2.0 |
| 660 | 2026-08-17T18:09:04.174Z | Downloaded pbkdf2 v0.13.0 |
| 661 | 2026-08-17T18:09:04.177Z | Downloaded universal-hash v0.5.1 |
| 662 | 2026-08-17T18:09:04.181Z | Downloaded topological-sort v0.2.2 |
| 663 | 2026-08-17T18:09:04.181Z | Downloaded unit-prefix v0.5.2 |
| 664 | 2026-08-17T18:09:04.181Z | Downloaded find-msvc-tools v0.1.9 |
| 665 | 2026-08-17T18:09:04.181Z | Downloaded progenitor-client v0.13.0 |
| 666 | 2026-08-17T18:09:04.184Z | Downloaded rand_core v0.9.5 |
| 667 | 2026-08-17T18:09:04.184Z | Downloaded getrandom v0.2.17 |
| 668 | 2026-08-17T18:09:04.184Z | Downloaded half v1.8.3 |
| 669 | 2026-08-17T18:09:04.187Z | Downloaded httparse v1.10.1 |
| 670 | 2026-08-17T18:09:04.187Z | Downloaded usdt-attr-macro v0.6.0 |
| 671 | 2026-08-17T18:09:04.187Z | Downloaded utf8_iter v1.0.4 |
| 672 | 2026-08-17T18:09:04.192Z | Downloaded wait-timeout v0.2.1 |
| 673 | 2026-08-17T18:09:04.192Z | Downloaded chacha20 v0.10.0 |
| 674 | 2026-08-17T18:09:04.192Z | Downloaded ciborium v0.2.2 |
| 675 | 2026-08-17T18:09:04.192Z | Downloaded clang-sys v1.8.1 |
| 676 | 2026-08-17T18:09:04.195Z | Downloaded console v0.15.11 |
| 677 | 2026-08-17T18:09:04.195Z | Downloaded waitgroup v0.1.2 |
| 678 | 2026-08-17T18:09:04.195Z | Downloaded hmac v0.12.1 |
| 679 | 2026-08-17T18:09:04.195Z | Downloaded argon2 v0.5.3 |
| 680 | 2026-08-17T18:09:04.198Z | Downloaded rustversion v1.0.22 |
| 681 | 2026-08-17T18:09:04.198Z | Downloaded xattr v1.6.1 |
| 682 | 2026-08-17T18:09:04.201Z | Downloaded zerofrom v0.1.6 |
| 683 | 2026-08-17T18:09:04.201Z | Downloaded flume v0.11.1 |
| 684 | 2026-08-17T18:09:04.202Z | Downloaded serde_path_to_error v0.1.20 |
| 685 | 2026-08-17T18:09:04.205Z | Downloaded schemars_derive v0.8.22 |
| 686 | 2026-08-17T18:09:04.208Z | Downloaded signal-hook-registry v1.4.8 |
| 687 | 2026-08-17T18:09:04.208Z | Downloaded sqlformat v0.3.5 |
| 688 | 2026-08-17T18:09:04.208Z | Downloaded ssh-encoding v0.3.0 |
| 689 | 2026-08-17T18:09:04.211Z | Downloaded string_cache v0.8.9 |
| 690 | 2026-08-17T18:09:04.211Z | Downloaded stringprep v0.1.5 |
| 691 | 2026-08-17T18:09:04.211Z | Downloaded tls_codec_derive v0.4.2 |
| 692 | 2026-08-17T18:09:04.211Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-08-17T18:09:04.214Z | Downloaded const-oid v0.9.6 |
| 694 | 2026-08-17T18:09:04.214Z | Downloaded derive_builder_macro v0.20.2 |
| 695 | 2026-08-17T18:09:04.217Z | Downloaded digest-io v0.1.0 |
| 696 | 2026-08-17T18:09:04.220Z | Downloaded tokio-native-tls v0.3.1 |
| 697 | 2026-08-17T18:09:04.220Z | Downloaded crc-catalog v2.4.0 |
| 698 | 2026-08-17T18:09:04.223Z | Downloaded cstr-argument v0.1.2 |
| 699 | 2026-08-17T18:09:04.223Z | Downloaded darling_macro v0.20.11 |
| 700 | 2026-08-17T18:09:04.223Z | Downloaded simd-adler32 v0.3.8 |
| 701 | 2026-08-17T18:09:04.223Z | Downloaded termios v0.3.3 |
| 702 | 2026-08-17T18:09:04.227Z | Downloaded hmac v0.13.0 |
| 703 | 2026-08-17T18:09:04.230Z | Downloaded darling_macro v0.21.3 |
| 704 | 2026-08-17T18:09:04.230Z | Downloaded downcast-rs v2.0.2 |
| 705 | 2026-08-17T18:09:04.233Z | Downloaded postcard v1.1.3 |
| 706 | 2026-08-17T18:09:04.237Z | Downloaded oxnet v0.1.6 |
| 707 | 2026-08-17T18:09:04.242Z | Downloaded parking_lot_core v0.9.12 |
| 708 | 2026-08-17T18:09:04.242Z | Downloaded pkcs1 v0.7.5 |
| 709 | 2026-08-17T18:09:04.242Z | Downloaded dunce v1.0.5 |
| 710 | 2026-08-17T18:09:04.245Z | Downloaded dyn-clone v1.0.20 |
| 711 | 2026-08-17T18:09:04.245Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 712 | 2026-08-17T18:09:04.248Z | Downloaded embedded-io v0.6.1 |
| 713 | 2026-08-17T18:09:04.248Z | Downloaded internet-checksum v0.2.1 |
| 714 | 2026-08-17T18:09:04.248Z | Downloaded vergen-lib v9.1.0 |
| 715 | 2026-08-17T18:09:04.252Z | Downloaded illumos-nvpair v0.3.0 |
| 716 | 2026-08-17T18:09:04.255Z | Downloaded indent_write v2.2.0 |
| 717 | 2026-08-17T18:09:04.255Z | Downloaded is-terminal v0.4.17 |
| 718 | 2026-08-17T18:09:04.259Z | Downloaded const-oid v0.10.2 |
| 719 | 2026-08-17T18:09:04.259Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-08-17T18:09:04.263Z | Downloaded cipher v0.5.2 |
| 721 | 2026-08-17T18:09:04.266Z | Downloaded rustls-native-certs v0.8.3 |
| 722 | 2026-08-17T18:09:04.267Z | Downloaded sha2 v0.11.0 |
| 723 | 2026-08-17T18:09:04.270Z | Downloaded lru-slab v0.1.2 |
| 724 | 2026-08-17T18:09:04.270Z | Downloaded lru v0.12.5 |
| 725 | 2026-08-17T18:09:04.270Z | Downloaded lru-cache v0.1.2 |
| 726 | 2026-08-17T18:09:04.270Z | Downloaded expectorate v1.2.0 |
| 727 | 2026-08-17T18:09:04.273Z | Downloaded newtype-uuid-macros v0.1.0 |
| 728 | 2026-08-17T18:09:04.277Z | Downloaded spin v0.9.8 |
| 729 | 2026-08-17T18:09:04.280Z | Downloaded zstd-safe v7.2.4 |
| 730 | 2026-08-17T18:09:04.280Z | Downloaded ctutils v0.4.2 |
| 731 | 2026-08-17T18:09:04.280Z | Downloaded digest v0.11.3 |
| 732 | 2026-08-17T18:09:04.285Z | Downloaded packed_struct_codegen v0.10.1 |
| 733 | 2026-08-17T18:09:04.288Z | Downloaded parse-size v1.1.0 |
| 734 | 2026-08-17T18:09:04.288Z | Downloaded percent-encoding v2.3.2 |
| 735 | 2026-08-17T18:09:04.288Z | Downloaded blake2 v0.11.0-rc.6 |
| 736 | 2026-08-17T18:09:04.291Z | Downloaded zstd v0.13.3 |
| 737 | 2026-08-17T18:09:04.291Z | Downloaded critical-section v1.2.0 |
| 738 | 2026-08-17T18:09:04.291Z | Downloaded crossbeam-deque v0.8.6 |
| 739 | 2026-08-17T18:09:04.294Z | Downloaded openssl-probe v0.1.6 |
| 740 | 2026-08-17T18:09:04.297Z | Downloaded rustc-hash v2.1.1 |
| 741 | 2026-08-17T18:09:04.297Z | Downloaded parse-display v0.10.0 |
| 742 | 2026-08-17T18:09:04.301Z | Downloaded either v1.15.0 |
| 743 | 2026-08-17T18:09:04.302Z | Downloaded diesel-dtrace v0.5.0 |
| 744 | 2026-08-17T18:09:04.305Z | Downloaded derive_builder_core v0.20.2 |
| 745 | 2026-08-17T18:09:04.305Z | Downloaded precomputed-hash v0.1.1 |
| 746 | 2026-08-17T18:09:04.305Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 747 | 2026-08-17T18:09:04.311Z | Downloaded half v2.7.1 |
| 748 | 2026-08-17T18:09:04.314Z | Downloaded hybrid-array v0.4.13 |
| 749 | 2026-08-17T18:09:04.317Z | Downloaded oxide-update-engine-types v0.1.2 |
| 750 | 2026-08-17T18:09:04.321Z | Downloaded inout v0.2.2 |
| 751 | 2026-08-17T18:09:04.325Z | Downloaded ingot v0.2.1 |
| 752 | 2026-08-17T18:09:04.329Z | Downloaded rtoolbox v0.0.3 |
| 753 | 2026-08-17T18:09:04.332Z | Downloaded serde_spanned v1.1.1 |
| 754 | 2026-08-17T18:09:04.332Z | Downloaded allocator-api2 v0.2.21 |
| 755 | 2026-08-17T18:09:04.332Z | Downloaded compact_str v0.8.1 |
| 756 | 2026-08-17T18:09:04.336Z | Downloaded keccak v0.2.0 |
| 757 | 2026-08-17T18:09:04.336Z | Downloaded base64 v0.22.1 |
| 758 | 2026-08-17T18:09:04.339Z | Downloaded semver v0.1.20 |
| 759 | 2026-08-17T18:09:04.342Z | Downloaded lock_api v0.4.14 |
| 760 | 2026-08-17T18:09:04.345Z | Downloaded zerocopy v0.6.6 |
| 761 | 2026-08-17T18:09:04.348Z | Downloaded linear-map v1.2.0 |
| 762 | 2026-08-17T18:09:04.348Z | Downloaded strum v0.26.3 |
| 763 | 2026-08-17T18:09:04.351Z | Downloaded testing_table v0.3.0 |
| 764 | 2026-08-17T18:09:04.355Z | Downloaded similar v2.7.0 |
| 765 | 2026-08-17T18:09:04.358Z | Downloaded ar_archive_writer v0.5.1 |
| 766 | 2026-08-17T18:09:04.361Z | Downloaded cc v1.2.56 |
| 767 | 2026-08-17T18:09:04.361Z | Downloaded delegate v0.13.5 |
| 768 | 2026-08-17T18:09:04.364Z | Downloaded const_format v0.2.35 |
| 769 | 2026-08-17T18:09:04.364Z | Downloaded num-rational v0.4.2 |
| 770 | 2026-08-17T18:09:04.365Z | Downloaded num_enum v0.7.6 |
| 771 | 2026-08-17T18:09:04.368Z | Downloaded oxide-tokio-rt v0.1.4 |
| 772 | 2026-08-17T18:09:04.368Z | Downloaded parse-display-derive v0.10.0 |
| 773 | 2026-08-17T18:09:04.368Z | Downloaded port-file v0.1.0 |
| 774 | 2026-08-17T18:09:04.371Z | Downloaded rand_chacha v0.9.0 |
| 775 | 2026-08-17T18:09:04.371Z | Downloaded sync-ptr v0.1.4 |
| 776 | 2026-08-17T18:09:04.372Z | Downloaded heapless v0.8.0 |
| 777 | 2026-08-17T18:09:04.374Z | Downloaded sync_wrapper v1.0.2 |
| 778 | 2026-08-17T18:09:04.377Z | Downloaded headers v0.4.1 |
| 779 | 2026-08-17T18:09:04.380Z | Downloaded base64 v0.21.7 |
| 780 | 2026-08-17T18:09:04.383Z | Downloaded darling v0.21.3 |
| 781 | 2026-08-17T18:09:04.384Z | Downloaded ppv-lite86 v0.2.21 |
| 782 | 2026-08-17T18:09:04.386Z | Downloaded primeorder v0.13.6 |
| 783 | 2026-08-17T18:09:04.387Z | Downloaded rand_seeder v0.4.0 |
| 784 | 2026-08-17T18:09:04.387Z | Downloaded heapless v0.7.17 |
| 785 | 2026-08-17T18:09:04.390Z | Downloaded progenitor-impl v0.13.0 |
| 786 | 2026-08-17T18:09:04.390Z | Downloaded toml v0.7.8 |
| 787 | 2026-08-17T18:09:04.393Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 788 | 2026-08-17T18:09:04.393Z | Downloaded tungstenite v0.21.0 |
| 789 | 2026-08-17T18:09:04.397Z | Downloaded unicode-truncate v1.1.0 |
| 790 | 2026-08-17T18:09:04.397Z | Downloaded usdt-macro v0.6.0 |
| 791 | 2026-08-17T18:09:04.397Z | Downloaded void v1.0.2 |
| 792 | 2026-08-17T18:09:04.397Z | Downloaded bytes v1.11.1 |
| 793 | 2026-08-17T18:09:04.401Z | Downloaded papergrid v0.18.0 |
| 794 | 2026-08-17T18:09:04.401Z | Downloaded aes v0.9.1 |
| 795 | 2026-08-17T18:09:04.404Z | Downloaded flate2 v1.1.9 |
| 796 | 2026-08-17T18:09:04.407Z | Downloaded rustls-pemfile v2.2.0 |
| 797 | 2026-08-17T18:09:04.410Z | Downloaded crc8 v0.1.1 |
| 798 | 2026-08-17T18:09:04.413Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 799 | 2026-08-17T18:09:04.413Z | Downloaded cpufeatures v0.3.0 |
| 800 | 2026-08-17T18:09:04.413Z | Downloaded hickory-resolver v0.24.4 |
| 801 | 2026-08-17T18:09:04.416Z | Downloaded crucible-workspace-hack v0.1.0 |
| 802 | 2026-08-17T18:09:04.416Z | Downloaded darling_macro v0.13.4 |
| 803 | 2026-08-17T18:09:04.420Z | Downloaded libsw v3.5.0 |
| 804 | 2026-08-17T18:09:04.424Z | Downloaded ml-kem v0.3.2 |
| 805 | 2026-08-17T18:09:04.427Z | Downloaded zone v0.3.1 |
| 806 | 2026-08-17T18:09:04.427Z | Downloaded slab v0.4.12 |
| 807 | 2026-08-17T18:09:04.427Z | Downloaded display-error-chain v0.2.2 |
| 808 | 2026-08-17T18:09:04.427Z | Downloaded defmt v0.3.100 |
| 809 | 2026-08-17T18:09:04.427Z | Downloaded strum_macros v0.27.2 |
| 810 | 2026-08-17T18:09:04.430Z | Downloaded spki v0.8.0 |
| 811 | 2026-08-17T18:09:04.434Z | Downloaded snafu v0.8.9 |
| 812 | 2026-08-17T18:09:04.439Z | Downloaded arc-swap v1.8.2 |
| 813 | 2026-08-17T18:09:04.443Z | Downloaded static_assertions v1.1.0 |
| 814 | 2026-08-17T18:09:04.443Z | Downloaded tls_codec v0.4.2 |
| 815 | 2026-08-17T18:09:04.443Z | Downloaded async-compression v0.4.41 |
| 816 | 2026-08-17T18:09:04.443Z | Downloaded phc v0.6.1 |
| 817 | 2026-08-17T18:09:04.447Z | Downloaded pin-project-lite v0.2.17 |
| 818 | 2026-08-17T18:09:04.447Z | Downloaded zopfli v0.8.3 |
| 819 | 2026-08-17T18:09:04.450Z | Downloaded chacha20poly1305 v0.10.1 |
| 820 | 2026-08-17T18:09:04.450Z | Downloaded tokio-tungstenite v0.23.1 |
| 821 | 2026-08-17T18:09:04.451Z | Downloaded dirs-sys-next v0.1.2 |
| 822 | 2026-08-17T18:09:04.451Z | Downloaded ssh-cipher v0.3.0 |
| 823 | 2026-08-17T18:09:04.451Z | Downloaded tiny-keccak v2.0.2 |
| 824 | 2026-08-17T18:09:04.454Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 825 | 2026-08-17T18:09:04.459Z | Downloaded primeorder v0.14.0 |
| 826 | 2026-08-17T18:09:04.459Z | Downloaded drift v0.2.0 |
| 827 | 2026-08-17T18:09:04.462Z | Downloaded inout v0.1.4 |
| 828 | 2026-08-17T18:09:04.467Z | Downloaded tui-tree-widget v0.23.1 |
| 829 | 2026-08-17T18:09:04.472Z | Downloaded typify v0.6.2 |
| 830 | 2026-08-17T18:09:04.475Z | Downloaded linked-hash-map v0.5.6 |
| 831 | 2026-08-17T18:09:04.475Z | Downloaded walkdir v2.5.0 |
| 832 | 2026-08-17T18:09:04.479Z | Downloaded indoc v1.0.9 |
| 833 | 2026-08-17T18:09:04.479Z | Downloaded md-5 v0.10.6 |
| 834 | 2026-08-17T18:09:04.479Z | Downloaded hickory-resolver v0.25.2 |
| 835 | 2026-08-17T18:09:04.482Z | Downloaded yoke v0.8.1 |
| 836 | 2026-08-17T18:09:04.482Z | Downloaded prettyplease v0.2.37 |
| 837 | 2026-08-17T18:09:04.482Z | Downloaded rsa v0.9.10 |
| 838 | 2026-08-17T18:09:04.486Z | Downloaded icu_properties v2.1.2 |
| 839 | 2026-08-17T18:09:04.486Z | Downloaded serde_cbor v0.11.2 |
| 840 | 2026-08-17T18:09:04.490Z | Downloaded salsa20 v0.11.0 |
| 841 | 2026-08-17T18:09:04.490Z | Downloaded xshell v0.2.7 |
| 842 | 2026-08-17T18:09:04.490Z | Downloaded zerovec-derive v0.11.2 |
| 843 | 2026-08-17T18:09:04.490Z | Downloaded openssl-macros v0.1.1 |
| 844 | 2026-08-17T18:09:04.493Z | Downloaded uuid v1.23.4 |
| 845 | 2026-08-17T18:09:04.493Z | Downloaded mime v0.3.17 |
| 846 | 2026-08-17T18:09:04.493Z | Downloaded csv-core v0.1.13 |
| 847 | 2026-08-17T18:09:04.496Z | Downloaded smallvec v1.15.1 |
| 848 | 2026-08-17T18:09:04.501Z | Downloaded term v1.2.1 |
| 849 | 2026-08-17T18:09:04.505Z | Downloaded phf_shared v0.12.1 |
| 850 | 2026-08-17T18:09:04.506Z | Downloaded phf_shared v0.13.1 |
| 851 | 2026-08-17T18:09:04.506Z | Downloaded new_debug_unreachable v1.0.6 |
| 852 | 2026-08-17T18:09:04.506Z | Downloaded newline-converter v0.3.0 |
| 853 | 2026-08-17T18:09:04.506Z | Downloaded radium v0.7.0 |
| 854 | 2026-08-17T18:09:04.510Z | Downloaded ref-cast v1.0.25 |
| 855 | 2026-08-17T18:09:04.510Z | Downloaded rfc6979 v0.6.0 |
| 856 | 2026-08-17T18:09:04.510Z | Downloaded schemars v0.9.0 |
| 857 | 2026-08-17T18:09:04.515Z | Downloaded schemars v1.2.1 |
| 858 | 2026-08-17T18:09:04.522Z | Downloaded ena v0.14.4 |
| 859 | 2026-08-17T18:09:04.526Z | Downloaded omicron-zone-package v0.12.3 |
| 860 | 2026-08-17T18:09:04.526Z | Downloaded bumpalo v3.20.2 |
| 861 | 2026-08-17T18:09:04.526Z | Downloaded pkcs5 v0.8.1 |
| 862 | 2026-08-17T18:09:04.531Z | Downloaded powerfmt v0.2.0 |
| 863 | 2026-08-17T18:09:04.531Z | Downloaded darling_core v0.21.3 |
| 864 | 2026-08-17T18:09:04.534Z | Downloaded russh-cryptovec v0.62.0 |
| 865 | 2026-08-17T18:09:04.534Z | Downloaded sapling-renderdag v0.1.0 |
| 866 | 2026-08-17T18:09:04.534Z | Downloaded signal-hook-tokio v0.3.1 |
| 867 | 2026-08-17T18:09:04.534Z | Downloaded stable_deref_trait v1.2.1 |
| 868 | 2026-08-17T18:09:04.539Z | Downloaded unicode-properties v0.1.4 |
| 869 | 2026-08-17T18:09:04.543Z | Downloaded hashbrown v0.12.3 |
| 870 | 2026-08-17T18:09:04.543Z | Downloaded tracing-core v0.1.36 |
| 871 | 2026-08-17T18:09:04.543Z | Downloaded ipnet v2.11.0 |
| 872 | 2026-08-17T18:09:04.543Z | Downloaded kem v0.3.0 |
| 873 | 2026-08-17T18:09:04.546Z | Downloaded module-lattice v0.2.3 |
| 874 | 2026-08-17T18:09:04.547Z | Downloaded quinn v0.11.11 |
| 875 | 2026-08-17T18:09:04.551Z | Downloaded universal-hash v0.6.1 |
| 876 | 2026-08-17T18:09:04.551Z | Downloaded hashbrown v0.13.2 |
| 877 | 2026-08-17T18:09:04.551Z | Downloaded ryu v1.0.23 |
| 878 | 2026-08-17T18:09:04.558Z | Downloaded yasna v0.5.2 |
| 879 | 2026-08-17T18:09:04.558Z | Downloaded utf-8 v0.7.6 |
| 880 | 2026-08-17T18:09:04.558Z | Downloaded libefi-sys v0.1.0 |
| 881 | 2026-08-17T18:09:04.562Z | Downloaded structmeta v0.3.0 |
| 882 | 2026-08-17T18:09:04.562Z | Downloaded slog v2.8.2 |
| 883 | 2026-08-17T18:09:04.562Z | Downloaded tokio-macros v2.7.0 |
| 884 | 2026-08-17T18:09:04.565Z | Downloaded des v0.9.0 |
| 885 | 2026-08-17T18:09:04.565Z | Downloaded peg-macros v0.8.5 |
| 886 | 2026-08-17T18:09:04.569Z | Downloaded peg-runtime v0.8.5 |
| 887 | 2026-08-17T18:09:04.569Z | Downloaded wnaf v0.14.0 |
| 888 | 2026-08-17T18:09:04.569Z | Downloaded zeroize_derive v1.5.0 |
| 889 | 2026-08-17T18:09:04.569Z | Downloaded newtype-uuid v1.3.2 |
| 890 | 2026-08-17T18:09:04.573Z | Downloaded signal-hook v0.3.18 |
| 891 | 2026-08-17T18:09:04.573Z | Downloaded cookie v0.18.1 |
| 892 | 2026-08-17T18:09:04.576Z | Downloaded iana-time-zone v0.1.65 |
| 893 | 2026-08-17T18:09:04.576Z | Downloaded native-tls v0.2.18 |
| 894 | 2026-08-17T18:09:04.576Z | Downloaded oxide-update-engine v0.1.2 |
| 895 | 2026-08-17T18:09:04.580Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2026-08-17T18:09:04.580Z | Downloaded try-lock v0.2.5 |
| 897 | 2026-08-17T18:09:04.580Z | Downloaded unarray v0.1.4 |
| 898 | 2026-08-17T18:09:04.580Z | Downloaded rustls-webpki v0.103.13 |
| 899 | 2026-08-17T18:09:04.583Z | Downloaded debug-ignore v1.0.5 |
| 900 | 2026-08-17T18:09:04.590Z | Downloaded rcgen v0.12.1 |
| 901 | 2026-08-17T18:09:04.594Z | Downloaded ecdsa v0.17.0 |
| 902 | 2026-08-17T18:09:04.594Z | Downloaded rand_chacha v0.3.1 |
| 903 | 2026-08-17T18:09:04.594Z | Downloaded primefield v0.14.0 |
| 904 | 2026-08-17T18:09:04.594Z | Downloaded proc-macro-error2 v2.0.1 |
| 905 | 2026-08-17T18:09:04.594Z | Downloaded serde-hex v0.1.0 |
| 906 | 2026-08-17T18:09:04.598Z | Downloaded serde_derive_internals v0.29.1 |
| 907 | 2026-08-17T18:09:04.598Z | Downloaded rand_core v0.6.4 |
| 908 | 2026-08-17T18:09:04.598Z | Downloaded cpubits v0.1.1 |
| 909 | 2026-08-17T18:09:04.601Z | Downloaded ident_case v1.0.1 |
| 910 | 2026-08-17T18:09:04.601Z | Downloaded lazy_static v1.5.0 |
| 911 | 2026-08-17T18:09:04.601Z | Downloaded lzss v0.8.2 |
| 912 | 2026-08-17T18:09:04.601Z | Downloaded litemap v0.8.1 |
| 913 | 2026-08-17T18:09:04.605Z | Downloaded thiserror-no-std v2.0.2 |
| 914 | 2026-08-17T18:09:04.608Z | Downloaded synstructure v0.13.2 |
| 915 | 2026-08-17T18:09:04.610Z | Downloaded hickory-server v0.25.2 |
| 916 | 2026-08-17T18:09:04.614Z | Downloaded http v1.4.2 |
| 917 | 2026-08-17T18:09:04.614Z | Downloaded icu_collections v2.1.1 |
| 918 | 2026-08-17T18:09:04.618Z | Downloaded sec1 v0.7.3 |
| 919 | 2026-08-17T18:09:04.618Z | Downloaded sec1 v0.8.1 |
| 920 | 2026-08-17T18:09:04.618Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 921 | 2026-08-17T18:09:04.618Z | Downloaded maybe-uninit v2.0.0 |
| 922 | 2026-08-17T18:09:04.622Z | Downloaded nodrop v0.1.14 |
| 923 | 2026-08-17T18:09:04.622Z | Downloaded vergen-gitcl v1.0.8 |
| 924 | 2026-08-17T18:09:04.625Z | Downloaded nom v8.0.0 |
| 925 | 2026-08-17T18:09:04.629Z | Downloaded miniz_oxide v0.8.9 |
| 926 | 2026-08-17T18:09:04.632Z | Downloaded slog-dtrace v0.3.0 |
| 927 | 2026-08-17T18:09:04.632Z | Downloaded strum_macros v0.26.4 |
| 928 | 2026-08-17T18:09:04.633Z | Downloaded derive-where v1.6.0 |
| 929 | 2026-08-17T18:09:04.637Z | Downloaded writeable v0.6.2 |
| 930 | 2026-08-17T18:09:04.637Z | Downloaded md5 v0.8.0 |
| 931 | 2026-08-17T18:09:04.637Z | Downloaded x509-cert v0.2.5 |
| 932 | 2026-08-17T18:09:04.640Z | Downloaded zerotrie v0.2.3 |
| 933 | 2026-08-17T18:09:04.644Z | Downloaded poly1305 v0.9.0 |
| 934 | 2026-08-17T18:09:04.644Z | Downloaded tokio-dtrace v0.1.1 |
| 935 | 2026-08-17T18:09:04.644Z | Downloaded dropshot_endpoint v0.17.1 |
| 936 | 2026-08-17T18:09:04.647Z | Downloaded crossbeam-channel v0.5.15 |
| 937 | 2026-08-17T18:09:04.647Z | Downloaded darling v0.23.0 |
| 938 | 2026-08-17T18:09:04.650Z | Downloaded num_enum v0.5.11 |
| 939 | 2026-08-17T18:09:04.655Z | Downloaded der v0.7.10 |
| 940 | 2026-08-17T18:09:04.661Z | Downloaded serde_with v1.14.0 |
| 941 | 2026-08-17T18:09:04.661Z | Downloaded predicates-core v1.0.10 |
| 942 | 2026-08-17T18:09:04.661Z | Downloaded rand v0.8.6 |
| 943 | 2026-08-17T18:09:04.664Z | Downloaded qorb v0.4.1 |
| 944 | 2026-08-17T18:09:04.664Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 945 | 2026-08-17T18:09:04.664Z | Downloaded der_derive v0.7.3 |
| 946 | 2026-08-17T18:09:04.667Z | Downloaded progenitor-macro v0.13.0 |
| 947 | 2026-08-17T18:09:04.668Z | Downloaded russh-util v0.52.0 |
| 948 | 2026-08-17T18:09:04.668Z | Downloaded secrecy v0.8.0 |
| 949 | 2026-08-17T18:09:04.668Z | Downloaded ecdsa v0.16.9 |
| 950 | 2026-08-17T18:09:04.671Z | Downloaded serde_plain v1.0.2 |
| 951 | 2026-08-17T18:09:04.671Z | Downloaded slog-stdlog v4.1.1 |
| 952 | 2026-08-17T18:09:04.671Z | Downloaded shell-words v1.1.1 |
| 953 | 2026-08-17T18:09:04.679Z | Downloaded unicode-segmentation v1.12.0 |
| 954 | 2026-08-17T18:09:04.686Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 955 | 2026-08-17T18:09:04.689Z | Downloaded strsim v0.10.0 |
| 956 | 2026-08-17T18:09:04.689Z | Downloaded libloading v0.8.9 |
| 957 | 2026-08-17T18:09:04.694Z | Downloaded slog-bunyan v2.5.0 |
| 958 | 2026-08-17T18:09:04.698Z | Downloaded thread-id v5.1.0 |
| 959 | 2026-08-17T18:09:04.698Z | Downloaded libbz2-rs-sys v0.2.2 |
| 960 | 2026-08-17T18:09:04.701Z | Downloaded tower-layer v0.3.3 |
| 961 | 2026-08-17T18:09:04.705Z | Downloaded unicode-xid v0.2.6 |
| 962 | 2026-08-17T18:09:04.705Z | Downloaded tabwriter v1.4.1 |
| 963 | 2026-08-17T18:09:04.708Z | Downloaded crossbeam-epoch v0.9.18 |
| 964 | 2026-08-17T18:09:04.712Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 965 | 2026-08-17T18:09:04.712Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 966 | 2026-08-17T18:09:04.712Z | Downloaded serde_yaml v0.9.34+deprecated |
| 967 | 2026-08-17T18:09:04.715Z | Downloaded num-traits v0.2.19 |
| 968 | 2026-08-17T18:09:04.715Z | Downloaded hashbrown v0.16.1 |
| 969 | 2026-08-17T18:09:04.719Z | Downloaded pem v3.0.6 |
| 970 | 2026-08-17T18:09:04.719Z | Downloaded pem-rfc7468 v0.7.0 |
| 971 | 2026-08-17T18:09:04.719Z | Downloaded num-integer v0.1.46 |
| 972 | 2026-08-17T18:09:04.722Z | Downloaded olpc-cjson v0.1.4 |
| 973 | 2026-08-17T18:09:04.722Z | Downloaded want v0.3.1 |
| 974 | 2026-08-17T18:09:04.722Z | Downloaded crunchy v0.2.4 |
| 975 | 2026-08-17T18:09:04.722Z | Downloaded tokio-postgres v0.7.16 |
| 976 | 2026-08-17T18:09:04.731Z | Downloaded polyval v0.7.1 |
| 977 | 2026-08-17T18:09:04.734Z | Downloaded daft-derive v0.1.7 |
| 978 | 2026-08-17T18:09:04.734Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 979 | 2026-08-17T18:09:04.738Z | Downloaded publicsuffix v2.3.0 |
| 980 | 2026-08-17T18:09:04.746Z | Downloaded kstat-rs v0.2.5 |
| 981 | 2026-08-17T18:09:04.750Z | Downloaded managed v0.8.0 |
| 982 | 2026-08-17T18:09:04.757Z | Downloaded slog-async v2.8.0 |
| 983 | 2026-08-17T18:09:04.764Z | Downloaded normalize-line-endings v0.3.0 |
| 984 | 2026-08-17T18:09:04.767Z | Downloaded scroll v0.13.0 |
| 985 | 2026-08-17T18:09:04.767Z | Downloaded nonempty v0.12.0 |
| 986 | 2026-08-17T18:09:04.771Z | Downloaded test-strategy v0.4.5 |
| 987 | 2026-08-17T18:09:04.771Z | Downloaded ingot-macros v0.2.0 |
| 988 | 2026-08-17T18:09:04.771Z | Downloaded ingot-types v0.2.0 |
| 989 | 2026-08-17T18:09:04.774Z | Downloaded snafu-derive v0.8.9 |
| 990 | 2026-08-17T18:09:04.774Z | Downloaded serde-big-array v0.5.1 |
| 991 | 2026-08-17T18:09:04.778Z | Downloaded quick-error v1.2.3 |
| 992 | 2026-08-17T18:09:04.778Z | Downloaded socket2 v0.6.3 |
| 993 | 2026-08-17T18:09:04.778Z | Downloaded vte v0.14.1 |
| 994 | 2026-08-17T18:09:04.785Z | Downloaded mio v1.2.0 |
| 995 | 2026-08-17T18:09:04.788Z | Downloaded tokio-tungstenite v0.21.0 |
| 996 | 2026-08-17T18:09:04.788Z | Downloaded pkcs8 v0.10.2 |
| 997 | 2026-08-17T18:09:04.792Z | Downloaded memmap2 v0.9.10 |
| 998 | 2026-08-17T18:09:04.792Z | Downloaded take_mut v0.2.2 |
| 999 | 2026-08-17T18:09:04.792Z | Downloaded zerovec v0.11.5 |
| 1000 | 2026-08-17T18:09:04.827Z | Downloaded wyz v0.5.1 |
| 1001 | 2026-08-17T18:09:04.827Z | Downloaded ctr v0.10.1 |
| 1002 | 2026-08-17T18:09:04.833Z | Downloaded prefix-trie v0.7.0 |
| 1003 | 2026-08-17T18:09:04.833Z | Downloaded typed-path v0.9.3 |
| 1004 | 2026-08-17T18:09:04.833Z | Downloaded convert_case v0.10.0 |
| 1005 | 2026-08-17T18:09:04.834Z | Downloaded ed25519 v3.0.0 |
| 1006 | 2026-08-17T18:09:04.834Z | Downloaded usdt v0.6.0 |
| 1007 | 2026-08-17T18:09:04.834Z | Downloaded quinn-udp v0.5.14 |
| 1008 | 2026-08-17T18:09:04.834Z | Downloaded aho-corasick v1.1.4 |
| 1009 | 2026-08-17T18:09:04.834Z | Downloaded hashbrown v0.15.5 |
| 1010 | 2026-08-17T18:09:04.834Z | Downloaded libsw-core v0.3.2 |
| 1011 | 2026-08-17T18:09:04.834Z | Downloaded mime_guess v2.0.5 |
| 1012 | 2026-08-17T18:09:04.834Z | Downloaded multimap v0.10.1 |
| 1013 | 2026-08-17T18:09:04.837Z | Downloaded derive_more v0.99.20 |
| 1014 | 2026-08-17T18:09:04.841Z | Downloaded elliptic-curve v0.14.1 |
| 1015 | 2026-08-17T18:09:04.845Z | Downloaded packed_struct v0.10.1 |
| 1016 | 2026-08-17T18:09:04.845Z | Downloaded peg v0.8.5 |
| 1017 | 2026-08-17T18:09:04.846Z | Downloaded tar v0.4.46 |
| 1018 | 2026-08-17T18:09:04.849Z | Downloaded poly1305 v0.8.0 |
| 1019 | 2026-08-17T18:09:04.850Z | Downloaded pem-rfc7468 v1.0.0 |
| 1020 | 2026-08-17T18:09:04.850Z | Downloaded defmt-parser v1.0.0 |
| 1021 | 2026-08-17T18:09:04.850Z | Downloaded embedded-io v0.4.0 |
| 1022 | 2026-08-17T18:09:04.850Z | Downloaded is_ci v1.2.0 |
| 1023 | 2026-08-17T18:09:04.854Z | Downloaded maplit v1.0.2 |
| 1024 | 2026-08-17T18:09:04.854Z | Downloaded hkdf v0.13.0 |
| 1025 | 2026-08-17T18:09:04.857Z | Downloaded pkg-config v0.3.32 |
| 1026 | 2026-08-17T18:09:04.857Z | Downloaded rand_core v0.10.0 |
| 1027 | 2026-08-17T18:09:04.857Z | Downloaded rustyline v14.0.0 |
| 1028 | 2026-08-17T18:09:04.861Z | Downloaded nibble_vec v0.1.0 |
| 1029 | 2026-08-17T18:09:04.861Z | Downloaded rusty-fork v0.3.1 |
| 1030 | 2026-08-17T18:09:04.861Z | Downloaded serde_with_macros v3.21.0 |
| 1031 | 2026-08-17T18:09:04.864Z | Downloaded tokio-stream v0.1.18 |
| 1032 | 2026-08-17T18:09:04.869Z | Downloaded resolv-conf v0.7.6 |
| 1033 | 2026-08-17T18:09:04.869Z | Downloaded vergen v9.1.0 |
| 1034 | 2026-08-17T18:09:04.869Z | Downloaded serde_with_macros v1.5.2 |
| 1035 | 2026-08-17T18:09:04.869Z | Downloaded strum_macros v0.24.3 |
| 1036 | 2026-08-17T18:09:04.873Z | Downloaded oso-derive v0.27.3 |
| 1037 | 2026-08-17T18:09:04.873Z | Downloaded predicates-tree v1.0.13 |
| 1038 | 2026-08-17T18:09:04.873Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-08-17T18:09:04.876Z | Downloaded parking_lot v0.12.5 |
| 1040 | 2026-08-17T18:09:04.876Z | Downloaded pretty_assertions v1.4.1 |
| 1041 | 2026-08-17T18:09:04.876Z | Downloaded spki v0.7.3 |
| 1042 | 2026-08-17T18:09:04.880Z | Downloaded diff v0.1.13 |
| 1043 | 2026-08-17T18:09:04.884Z | Downloaded progenitor-impl v0.14.0 |
| 1044 | 2026-08-17T18:09:04.887Z | Downloaded toml_edit v0.19.15 |
| 1045 | 2026-08-17T18:09:04.893Z | Downloaded cookie_store v0.22.1 |
| 1046 | 2026-08-17T18:09:04.896Z | Downloaded darling v0.20.11 |
| 1047 | 2026-08-17T18:09:04.896Z | Downloaded ron v0.8.1 |
| 1048 | 2026-08-17T18:09:04.900Z | Downloaded vergen-lib v0.1.6 |
| 1049 | 2026-08-17T18:09:04.900Z | Downloaded vsss-rs v3.3.4 |
| 1050 | 2026-08-17T18:09:04.904Z | Downloaded rfc6979 v0.4.0 |
| 1051 | 2026-08-17T18:09:04.904Z | Downloaded serde_repr v0.1.20 |
| 1052 | 2026-08-17T18:09:04.904Z | Downloaded slog-envlogger v2.2.0 |
| 1053 | 2026-08-17T18:09:04.904Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-08-17T18:09:04.907Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1055 | 2026-08-17T18:09:04.907Z | Downloaded trait-variant v0.1.2 |
| 1056 | 2026-08-17T18:09:04.908Z | Downloaded elliptic-curve v0.13.8 |
| 1057 | 2026-08-17T18:09:04.913Z | Downloaded h2 v0.4.15 |
| 1058 | 2026-08-17T18:09:04.917Z | Downloaded tower-http v0.6.8 |
| 1059 | 2026-08-17T18:09:04.917Z | Downloaded daft v0.1.7 |
| 1060 | 2026-08-17T18:09:04.924Z | Downloaded defmt v1.0.1 |
| 1061 | 2026-08-17T18:09:04.924Z | Downloaded darling_core v0.20.11 |
| 1062 | 2026-08-17T18:09:04.927Z | Downloaded postgres-types v0.2.12 |
| 1063 | 2026-08-17T18:09:04.927Z | Downloaded untrusted v0.9.0 |
| 1064 | 2026-08-17T18:09:04.928Z | Downloaded defmt-macros v1.0.1 |
| 1065 | 2026-08-17T18:09:04.928Z | Downloaded xshell-macros v0.2.7 |
| 1066 | 2026-08-17T18:09:04.928Z | Downloaded crc v3.4.0 |
| 1067 | 2026-08-17T18:09:04.931Z | Downloaded unicode_categories v0.1.1 |
| 1068 | 2026-08-17T18:09:04.931Z | Downloaded futures-util v0.3.32 |
| 1069 | 2026-08-17T18:09:04.937Z | Downloaded ipnetwork v0.21.1 |
| 1070 | 2026-08-17T18:09:04.940Z | Downloaded subprocess v0.2.15 |
| 1071 | 2026-08-17T18:09:04.940Z | Downloaded tinyvec v1.10.0 |
| 1072 | 2026-08-17T18:09:04.944Z | Downloaded dtrace-parser v0.3.0 |
| 1073 | 2026-08-17T18:09:04.944Z | Downloaded dirs-next v2.0.0 |
| 1074 | 2026-08-17T18:09:04.944Z | Downloaded dsl_auto_type v0.2.0 |
| 1075 | 2026-08-17T18:09:04.944Z | Downloaded itertools v0.13.0 |
| 1076 | 2026-08-17T18:09:04.947Z | Downloaded serdect v0.4.3 |
| 1077 | 2026-08-17T18:09:04.948Z | Downloaded derive_more-impl v2.1.1 |
| 1078 | 2026-08-17T18:09:04.951Z | Downloaded scrypt v0.12.0 |
| 1079 | 2026-08-17T18:09:04.951Z | Downloaded term v0.7.0 |
| 1080 | 2026-08-17T18:09:04.956Z | Downloaded tokio-rustls v0.26.4 |
| 1081 | 2026-08-17T18:09:04.956Z | Downloaded phf v0.12.1 |
| 1082 | 2026-08-17T18:09:04.956Z | Downloaded jiff-static v0.2.34 |
| 1083 | 2026-08-17T18:09:04.956Z | Downloaded num_threads v0.1.7 |
| 1084 | 2026-08-17T18:09:04.956Z | Downloaded phf_shared v0.11.3 |
| 1085 | 2026-08-17T18:09:04.960Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1086 | 2026-08-17T18:09:04.960Z | Downloaded num-bigint-dig v0.8.6 |
| 1087 | 2026-08-17T18:09:04.964Z | Downloaded p256 v0.14.0 |
| 1088 | 2026-08-17T18:09:04.971Z | Downloaded indexmap v1.9.3 |
| 1089 | 2026-08-17T18:09:04.971Z | Downloaded r2d2 v0.8.10 |
| 1090 | 2026-08-17T18:09:04.971Z | Downloaded sponge-cursor v0.1.0 |
| 1091 | 2026-08-17T18:09:04.971Z | Downloaded ed25519-dalek v3.0.0 |
| 1092 | 2026-08-17T18:09:04.976Z | Downloaded hyper-util v0.1.20 |
| 1093 | 2026-08-17T18:09:04.976Z | Downloaded shlex v1.3.0 |
| 1094 | 2026-08-17T18:09:04.976Z | Downloaded psl-types v2.0.11 |
| 1095 | 2026-08-17T18:09:04.976Z | Downloaded difflib v0.4.0 |
| 1096 | 2026-08-17T18:09:04.976Z | Downloaded samael v0.0.19 |
| 1097 | 2026-08-17T18:09:04.980Z | Downloaded tinyvec_macros v0.1.1 |
| 1098 | 2026-08-17T18:09:04.980Z | Downloaded zerofrom-derive v0.1.6 |
| 1099 | 2026-08-17T18:09:04.980Z | Downloaded itertools v0.10.5 |
| 1100 | 2026-08-17T18:09:04.987Z | Downloaded tinystr v0.8.2 |
| 1101 | 2026-08-17T18:09:04.987Z | Downloaded hkdf v0.12.4 |
| 1102 | 2026-08-17T18:09:04.987Z | Downloaded hyper v1.10.1 |
| 1103 | 2026-08-17T18:09:04.990Z | Downloaded oso v0.27.3 |
| 1104 | 2026-08-17T18:09:04.990Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-08-17T18:09:04.991Z | Downloaded portable-atomic v1.13.1 |
| 1106 | 2026-08-17T18:09:04.995Z | Downloaded crypto-common v0.2.2 |
| 1107 | 2026-08-17T18:09:04.995Z | Downloaded num-iter v0.1.45 |
| 1108 | 2026-08-17T18:09:04.995Z | Downloaded potential_utf v0.1.4 |
| 1109 | 2026-08-17T18:09:05.002Z | Downloaded zone_cfg_derive v0.3.1 |
| 1110 | 2026-08-17T18:09:05.002Z | Downloaded unicode-normalization v0.1.25 |
| 1111 | 2026-08-17T18:09:05.005Z | Downloaded corncobs v0.1.4 |
| 1112 | 2026-08-17T18:09:05.005Z | Downloaded nu-ansi-term v0.50.3 |
| 1113 | 2026-08-17T18:09:05.009Z | Downloaded darling v0.13.4 |
| 1114 | 2026-08-17T18:09:05.009Z | Downloaded sqlparser_derive v0.5.0 |
| 1115 | 2026-08-17T18:09:05.009Z | Downloaded strum v0.27.2 |
| 1116 | 2026-08-17T18:09:05.009Z | Downloaded libscf-sys v1.2.0 |
| 1117 | 2026-08-17T18:09:05.013Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-08-17T18:09:05.018Z | Downloaded der v0.8.0 |
| 1119 | 2026-08-17T18:09:05.022Z | Downloaded derive-ex v0.1.8 |
| 1120 | 2026-08-17T18:09:05.022Z | Downloaded pin-project-internal v1.1.11 |
| 1121 | 2026-08-17T18:09:05.022Z | Downloaded jobserver v0.1.34 |
| 1122 | 2026-08-17T18:09:05.022Z | Downloaded keccak v0.1.6 |
| 1123 | 2026-08-17T18:09:05.026Z | Downloaded socket2 v0.5.10 |
| 1124 | 2026-08-17T18:09:05.026Z | Downloaded dof v0.4.0 |
| 1125 | 2026-08-17T18:09:05.030Z | Downloaded darling_core v0.23.0 |
| 1126 | 2026-08-17T18:09:05.030Z | Downloaded zerocopy-derive v0.8.40 |
| 1127 | 2026-08-17T18:09:05.034Z | Downloaded regex v1.12.3 |
| 1128 | 2026-08-17T18:09:05.037Z | Downloaded unicode-bidi v0.3.18 |
| 1129 | 2026-08-17T18:09:05.041Z | Downloaded nanorand v0.7.0 |
| 1130 | 2026-08-17T18:09:05.041Z | Downloaded multer v3.1.0 |
| 1131 | 2026-08-17T18:09:05.041Z | Downloaded rpassword v7.5.4 |
| 1132 | 2026-08-17T18:09:05.045Z | Downloaded darling_core v0.13.4 |
| 1133 | 2026-08-17T18:09:05.045Z | Downloaded stacker v0.1.23 |
| 1134 | 2026-08-17T18:09:05.045Z | Downloaded rustls-pki-types v1.14.0 |
| 1135 | 2026-08-17T18:09:05.049Z | Downloaded slog-term v2.9.2 |
| 1136 | 2026-08-17T18:09:05.049Z | Downloaded structmeta-derive v0.3.0 |
| 1137 | 2026-08-17T18:09:05.049Z | Downloaded tungstenite v0.23.0 |
| 1138 | 2026-08-17T18:09:05.049Z | Downloaded match_cfg v0.1.0 |
| 1139 | 2026-08-17T18:09:05.053Z | Downloaded ref-cast-impl v1.0.25 |
| 1140 | 2026-08-17T18:09:05.053Z | Downloaded seq-macro v0.3.6 |
| 1141 | 2026-08-17T18:09:05.053Z | Downloaded serde_urlencoded v0.7.1 |
| 1142 | 2026-08-17T18:09:05.053Z | Downloaded icu_provider v2.1.1 |
| 1143 | 2026-08-17T18:09:05.057Z | Downloaded typify-macro v0.6.2 |
| 1144 | 2026-08-17T18:09:05.061Z | Downloaded crypto-bigint v0.5.5 |
| 1145 | 2026-08-17T18:09:05.065Z | Downloaded derive_more v2.1.1 |
| 1146 | 2026-08-17T18:09:05.073Z | Downloaded crc-any v2.5.0 |
| 1147 | 2026-08-17T18:09:05.077Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1148 | 2026-08-17T18:09:05.077Z | Downloaded twox-hash v2.1.2 |
| 1149 | 2026-08-17T18:09:05.077Z | Downloaded ed25519 v2.2.3 |
| 1150 | 2026-08-17T18:09:05.077Z | Downloaded paste v1.0.15 |
| 1151 | 2026-08-17T18:09:05.077Z | Downloaded reqwest v0.13.2 |
| 1152 | 2026-08-17T18:09:05.081Z | Downloaded rustc_version v0.4.1 |
| 1153 | 2026-08-17T18:09:05.081Z | Downloaded vergen-git2 v9.1.0 |
| 1154 | 2026-08-17T18:09:05.081Z | Downloaded crossterm v0.29.0 |
| 1155 | 2026-08-17T18:09:05.086Z | Downloaded jiff-core v0.1.0 |
| 1156 | 2026-08-17T18:09:05.089Z | Downloaded itertools v0.14.0 |
| 1157 | 2026-08-17T18:09:05.093Z | Downloaded p521 v0.14.0 |
| 1158 | 2026-08-17T18:09:05.093Z | Downloaded icu_properties_data v2.1.2 |
| 1159 | 2026-08-17T18:09:05.096Z | Downloaded scroll_derive v0.13.1 |
| 1160 | 2026-08-17T18:09:05.099Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1161 | 2026-08-17T18:09:05.100Z | Downloaded yoke-derive v0.8.1 |
| 1162 | 2026-08-17T18:09:05.100Z | Downloaded instability v0.3.11 |
| 1163 | 2026-08-17T18:09:05.100Z | Downloaded tower-service v0.3.3 |
| 1164 | 2026-08-17T18:09:05.100Z | Downloaded bitvec v1.0.1 |
| 1165 | 2026-08-17T18:09:05.107Z | Downloaded winnow v1.0.3 |
| 1166 | 2026-08-17T18:09:05.114Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1167 | 2026-08-17T18:09:05.117Z | Downloaded litrs v1.0.0 |
| 1168 | 2026-08-17T18:09:05.117Z | Downloaded unicase v2.9.0 |
| 1169 | 2026-08-17T18:09:05.117Z | Downloaded document-features v0.2.12 |
| 1170 | 2026-08-17T18:09:05.117Z | Downloaded predicates v3.1.4 |
| 1171 | 2026-08-17T18:09:05.117Z | Downloaded indoc v2.0.7 |
| 1172 | 2026-08-17T18:09:05.123Z | Downloaded memoffset v0.9.1 |
| 1173 | 2026-08-17T18:09:05.123Z | Downloaded signature v2.2.0 |
| 1174 | 2026-08-17T18:09:05.123Z | Downloaded url v2.5.8 |
| 1175 | 2026-08-17T18:09:05.123Z | Downloaded secrecy v0.10.3 |
| 1176 | 2026-08-17T18:09:05.123Z | Downloaded indicatif v0.18.4 |
| 1177 | 2026-08-17T18:09:05.128Z | Downloaded darling_macro v0.23.0 |
| 1178 | 2026-08-17T18:09:05.128Z | Downloaded sha1 v0.11.0 |
| 1179 | 2026-08-17T18:09:05.128Z | Downloaded num-complex v0.4.6 |
| 1180 | 2026-08-17T18:09:05.128Z | Downloaded num_enum_derive v0.7.6 |
| 1181 | 2026-08-17T18:09:05.128Z | Downloaded smallvec v0.6.14 |
| 1182 | 2026-08-17T18:09:05.128Z | Downloaded password-hash v0.6.1 |
| 1183 | 2026-08-17T18:09:05.150Z | Downloaded whoami v1.6.1 |
| 1184 | 2026-08-17T18:09:05.150Z | Downloaded whoami v2.1.0 |
| 1185 | 2026-08-17T18:09:05.150Z | Downloaded deranged v0.5.8 |
| 1186 | 2026-08-17T18:09:05.150Z | Downloaded yansi v1.0.1 |
| 1187 | 2026-08-17T18:09:05.150Z | Downloaded ed25519-dalek v2.2.0 |
| 1188 | 2026-08-17T18:09:05.159Z | Downloaded support-bundle-viewer v0.1.2 |
| 1189 | 2026-08-17T18:09:05.159Z | Downloaded psm v0.1.30 |
| 1190 | 2026-08-17T18:09:05.159Z | Downloaded rand_pcg v0.10.2 |
| 1191 | 2026-08-17T18:09:05.159Z | Downloaded newtype_derive v0.1.6 |
| 1192 | 2026-08-17T18:09:05.159Z | Downloaded subtle v2.6.1 |
| 1193 | 2026-08-17T18:09:05.159Z | Downloaded idna_adapter v1.2.1 |
| 1194 | 2026-08-17T18:09:05.159Z | Downloaded progenitor v0.13.0 |
| 1195 | 2026-08-17T18:09:05.159Z | Downloaded sha1 v0.10.6 |
| 1196 | 2026-08-17T18:09:05.159Z | Downloaded signal-hook-mio v0.2.5 |
| 1197 | 2026-08-17T18:09:05.159Z | Downloaded salty v0.3.0 |
| 1198 | 2026-08-17T18:09:05.159Z | Downloaded uzers v0.12.2 |
| 1199 | 2026-08-17T18:09:05.159Z | Downloaded thread_local v1.1.9 |
| 1200 | 2026-08-17T18:09:05.159Z | Downloaded time-macros v0.2.27 |
| 1201 | 2026-08-17T18:09:05.159Z | Downloaded instant v0.1.13 |
| 1202 | 2026-08-17T18:09:05.159Z | Downloaded termtree v0.5.1 |
| 1203 | 2026-08-17T18:09:05.159Z | Downloaded progenitor-macro v0.14.0 |
| 1204 | 2026-08-17T18:09:05.168Z | Downloaded p384 v0.13.1 |
| 1205 | 2026-08-17T18:09:05.168Z | Downloaded blake3 v1.8.5 |
| 1206 | 2026-08-17T18:09:05.168Z | Downloaded displaydoc v0.2.5 |
| 1207 | 2026-08-17T18:09:05.178Z | Downloaded serde_with v3.21.0 |
| 1208 | 2026-08-17T18:09:05.179Z | Downloaded pkcs8 v0.11.0 |
| 1209 | 2026-08-17T18:09:05.184Z | Downloaded phf v0.13.1 |
| 1210 | 2026-08-17T18:09:05.184Z | Downloaded usdt-impl v0.6.0 |
| 1211 | 2026-08-17T18:09:05.184Z | Downloaded rand v0.9.2 |
| 1212 | 2026-08-17T18:09:05.184Z | Downloaded data-encoding v2.10.0 |
| 1213 | 2026-08-17T18:09:05.184Z | Downloaded smf v0.2.3 |
| 1214 | 2026-08-17T18:09:05.184Z | Downloaded git2 v0.20.4 |
| 1215 | 2026-08-17T18:09:05.188Z | Downloaded slog-json v2.6.1 |
| 1216 | 2026-08-17T18:09:05.188Z | Downloaded unsafe-libyaml v0.2.11 |
| 1217 | 2026-08-17T18:09:05.188Z | Downloaded zeroize v1.9.0 |
| 1218 | 2026-08-17T18:09:05.191Z | Downloaded parking_lot v0.11.2 |
| 1219 | 2026-08-17T18:09:05.191Z | Downloaded tower v0.5.3 |
| 1220 | 2026-08-17T18:09:05.195Z | Downloaded winnow v0.6.26 |
| 1221 | 2026-08-17T18:09:05.198Z | Downloaded petname v2.0.2 |
| 1222 | 2026-08-17T18:09:05.203Z | Downloaded derive_builder v0.20.2 |
| 1223 | 2026-08-17T18:09:05.208Z | Downloaded reqwest v0.12.28 |
| 1224 | 2026-08-17T18:09:05.211Z | Downloaded tracing-attributes v0.1.31 |
| 1225 | 2026-08-17T18:09:05.212Z | Downloaded progenitor v0.14.0 |
| 1226 | 2026-08-17T18:09:05.235Z | Downloaded pin-project v1.1.11 |
| 1227 | 2026-08-17T18:09:05.240Z | Downloaded quinn-proto v0.11.16 |
| 1228 | 2026-08-17T18:09:05.240Z | Downloaded tabled v0.21.0 |
| 1229 | 2026-08-17T18:09:05.240Z | Downloaded time v0.3.47 |
| 1230 | 2026-08-17T18:09:05.244Z | Downloaded dropshot-api-manager v0.7.2 |
| 1231 | 2026-08-17T18:09:05.247Z | Downloaded rand v0.10.1 |
| 1232 | 2026-08-17T18:09:05.251Z | Downloaded nom v7.1.3 |
| 1233 | 2026-08-17T18:09:05.251Z | Downloaded icu_locale_core v2.1.1 |
| 1234 | 2026-08-17T18:09:05.255Z | Downloaded crossbeam-utils v0.8.21 |
| 1235 | 2026-08-17T18:09:05.255Z | Downloaded chrono v0.4.45 |
| 1236 | 2026-08-17T18:09:05.260Z | Downloaded ignore v0.4.25 |
| 1237 | 2026-08-17T18:09:05.265Z | Downloaded schemars v0.8.22 |
| 1238 | 2026-08-17T18:09:05.288Z | Downloaded scuffle v0.1.0 |
| 1239 | 2026-08-17T18:09:05.288Z | Downloaded zip v0.6.6 |
| 1240 | 2026-08-17T18:09:05.295Z | Downloaded crc32fast v1.5.0 |
| 1241 | 2026-08-17T18:09:05.295Z | Downloaded bindgen v0.71.1 |
| 1242 | 2026-08-17T18:09:05.295Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-08-17T18:09:05.295Z | Downloaded openssl-sys v0.9.117 |
| 1244 | 2026-08-17T18:09:05.295Z | Downloaded rsa v0.10.0-rc.18 |
| 1245 | 2026-08-17T18:09:05.295Z | Downloaded aws-lc-rs v1.16.3 |
| 1246 | 2026-08-17T18:09:05.295Z | Downloaded itertools v0.12.1 |
| 1247 | 2026-08-17T18:09:05.295Z | Downloaded itertools v0.15.0 |
| 1248 | 2026-08-17T18:09:05.298Z | Downloaded rayon-core v1.13.0 |
| 1249 | 2026-08-17T18:09:05.299Z | Downloaded num-bigint v0.4.6 |
| 1250 | 2026-08-17T18:09:05.303Z | Downloaded idna v1.1.0 |
| 1251 | 2026-08-17T18:09:05.308Z | Downloaded sha3 v0.12.0 |
| 1252 | 2026-08-17T18:09:05.308Z | Downloaded steno v0.4.1 |
| 1253 | 2026-08-17T18:09:05.313Z | Downloaded icu_normalizer v2.1.1 |
| 1254 | 2026-08-17T18:09:05.313Z | Downloaded icu_normalizer_data v2.1.1 |
| 1255 | 2026-08-17T18:09:05.346Z | Downloaded polar-core v0.27.3 |
| 1256 | 2026-08-17T18:09:05.350Z | Downloaded rayon v1.11.0 |
| 1257 | 2026-08-17T18:09:05.350Z | Downloaded tough v0.22.0 |
| 1258 | 2026-08-17T18:09:05.350Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-08-17T18:09:05.365Z | Downloaded p384 v0.14.0 |
| 1260 | 2026-08-17T18:09:05.370Z | Downloaded minimal-lexical v0.2.1 |
| 1261 | 2026-08-17T18:09:05.377Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1262 | 2026-08-17T18:09:05.384Z | Downloaded libxml v0.3.3 |
| 1263 | 2026-08-17T18:09:05.400Z | Downloaded zip v4.6.1 |
| 1264 | 2026-08-17T18:09:05.404Z | Downloaded crossterm v0.28.1 |
| 1265 | 2026-08-17T18:09:05.407Z | Downloaded diesel_derives v2.3.7 |
| 1266 | 2026-08-17T18:09:05.411Z | Downloaded iri-string v0.7.10 |
| 1267 | 2026-08-17T18:09:05.432Z | Downloaded object v0.37.3 |
| 1268 | 2026-08-17T18:09:05.445Z | Downloaded iddqd v0.4.2 |
| 1269 | 2026-08-17T18:09:05.481Z | Downloaded winnow v0.5.40 |
| 1270 | 2026-08-17T18:09:05.481Z | Downloaded tokio-util v0.7.18 |
| 1271 | 2026-08-17T18:09:05.481Z | Downloaded curve25519-dalek v4.1.3 |
| 1272 | 2026-08-17T18:09:05.481Z | Downloaded nix v0.28.0 |
| 1273 | 2026-08-17T18:09:05.481Z | Downloaded regress v0.10.5 |
| 1274 | 2026-08-17T18:09:05.481Z | Downloaded libm v0.2.16 |
| 1275 | 2026-08-17T18:09:05.481Z | Downloaded reedline v0.40.0 |
| 1276 | 2026-08-17T18:09:05.486Z | Downloaded crypto-primes v0.7.2 |
| 1277 | 2026-08-17T18:09:05.489Z | Downloaded quick-xml v0.37.5 |
| 1278 | 2026-08-17T18:09:05.499Z | Downloaded object v0.30.4 |
| 1279 | 2026-08-17T18:09:05.503Z | Downloaded rawzip v0.4.4 |
| 1280 | 2026-08-17T18:09:05.503Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-08-17T18:09:05.503Z | Downloaded bstr v1.12.1 |
| 1282 | 2026-08-17T18:09:05.506Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-08-17T18:09:05.517Z | Downloaded smoltcp v0.9.1 |
| 1284 | 2026-08-17T18:09:05.524Z | Downloaded regress v0.11.1 |
| 1285 | 2026-08-17T18:09:05.527Z | Downloaded zlib-rs v0.6.2 |
| 1286 | 2026-08-17T18:09:05.527Z | Downloaded moka v0.12.13 |
| 1287 | 2026-08-17T18:09:05.530Z | Downloaded nix v0.27.1 |
| 1288 | 2026-08-17T18:09:05.535Z | Downloaded proptest v1.11.0 |
| 1289 | 2026-08-17T18:09:05.540Z | Downloaded hickory-proto v0.24.4 |
| 1290 | 2026-08-17T18:09:05.548Z | Downloaded nix v0.31.2 |
| 1291 | 2026-08-17T18:09:05.555Z | Downloaded zerocopy v0.8.40 |
| 1292 | 2026-08-17T18:09:05.566Z | Downloaded radix_trie v0.2.1 |
| 1293 | 2026-08-17T18:09:05.574Z | Downloaded russh v0.62.4 |
| 1294 | 2026-08-17T18:09:05.602Z | Downloaded lalrpop v0.19.12 |
| 1295 | 2026-08-17T18:09:05.609Z | Downloaded crypto-bigint v0.7.5 |
| 1296 | 2026-08-17T18:09:05.618Z | Downloaded openssl v0.10.80 |
| 1297 | 2026-08-17T18:09:05.623Z | Downloaded hickory-proto v0.25.2 |
| 1298 | 2026-08-17T18:09:05.637Z | Downloaded regex-syntax v0.6.29 |
| 1299 | 2026-08-17T18:09:05.641Z | Downloaded tracing v0.1.44 |
| 1300 | 2026-08-17T18:09:05.652Z | Downloaded sled v0.34.7 |
| 1301 | 2026-08-17T18:09:05.658Z | Downloaded rustix v0.38.44 |
| 1302 | 2026-08-17T18:09:05.670Z | Downloaded sqlparser v0.61.0 |
| 1303 | 2026-08-17T18:09:05.675Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-08-17T18:09:05.684Z | Downloaded rustls v0.23.41 |
| 1305 | 2026-08-17T18:09:05.691Z | Downloaded ratatui v0.29.0 |
| 1306 | 2026-08-17T18:09:05.702Z | Downloaded curve25519-dalek v5.0.0 |
| 1307 | 2026-08-17T18:09:05.706Z | Downloaded dropshot v0.17.1 |
| 1308 | 2026-08-17T18:09:05.718Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1309 | 2026-08-17T18:09:05.725Z | Downloaded openapiv3 v2.2.0 |
| 1310 | 2026-08-17T18:09:05.733Z | Downloaded diesel v2.3.7 |
| 1311 | 2026-08-17T18:09:05.742Z | Downloaded sha3 v0.11.0 |
| 1312 | 2026-08-17T18:09:05.746Z | Downloaded petgraph v0.6.5 |
| 1313 | 2026-08-17T18:09:05.756Z | Downloaded zerocopy-derive v0.6.6 |
| 1314 | 2026-08-17T18:09:05.766Z | Downloaded chrono-tz v0.10.4 |
| 1315 | 2026-08-17T18:09:05.775Z | Downloaded jiff v0.2.34 |
| 1316 | 2026-08-17T18:09:05.785Z | Downloaded petgraph v0.8.3 |
| 1317 | 2026-08-17T18:09:05.801Z | Downloaded sha3 v0.10.8 |
| 1318 | 2026-08-17T18:09:05.806Z | Downloaded tokio v1.52.1 |
| 1319 | 2026-08-17T18:09:05.828Z | Downloaded regex-automata v0.4.14 |
| 1320 | 2026-08-17T18:09:05.853Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1321 | 2026-08-17T18:09:05.893Z | Downloaded csv v1.4.0 |
| 1322 | 2026-08-17T18:09:05.910Z | Downloaded libz-sys v1.1.24 |
| 1323 | 2026-08-17T18:09:05.941Z | Downloaded encoding_rs v0.8.35 |
| 1324 | 2026-08-17T18:09:05.978Z | Downloaded ring v0.17.14 |
| 1325 | 2026-08-17T18:09:06.002Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1326 | 2026-08-17T18:09:06.342Z | Downloaded aws-lc-sys v0.40.0 |
| 1327 | 2026-08-17T18:09:06.599Z | Compiling libc v0.2.185 |
| 1328 | 2026-08-17T18:09:06.599Z | Compiling serde_core v1.0.228 |
| 1329 | 2026-08-17T18:09:06.599Z | Compiling serde v1.0.228 |
| 1330 | 2026-08-17T18:09:06.603Z | Compiling log v0.4.29 |
| 1331 | 2026-08-17T18:09:06.603Z | Compiling smallvec v1.15.1 |
| 1332 | 2026-08-17T18:09:06.603Z | Compiling find-msvc-tools v0.1.9 |
| 1333 | 2026-08-17T18:09:06.739Z | Compiling shlex v1.3.0 |
| 1334 | 2026-08-17T18:09:06.742Z | Compiling syn v2.0.117 |
| 1335 | 2026-08-17T18:09:06.927Z | Compiling subtle v2.6.1 |
| 1336 | 2026-08-17T18:09:06.956Z | Compiling scopeguard v1.2.0 |
| 1337 | 2026-08-17T18:09:06.976Z | Compiling stable_deref_trait v1.2.1 |
| 1338 | 2026-08-17T18:09:07.044Z | Compiling lock_api v0.4.14 |
| 1339 | 2026-08-17T18:09:07.058Z | Compiling typenum v1.20.1 |
| 1340 | 2026-08-17T18:09:07.061Z | Compiling zerocopy v0.8.40 |
| 1341 | 2026-08-17T18:09:07.061Z | Compiling portable-atomic v1.13.1 |
| 1342 | 2026-08-17T18:09:07.122Z | Compiling serde_json v1.0.151 |
| 1343 | 2026-08-17T18:09:07.275Z | Compiling critical-section v1.2.0 |
| 1344 | 2026-08-17T18:09:07.341Z | Compiling libm v0.2.16 |
| 1345 | 2026-08-17T18:09:07.381Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-08-17T18:09:07.500Z | Compiling pkg-config v0.3.32 |
| 1347 | 2026-08-17T18:09:07.578Z | Compiling jobserver v0.1.34 |
| 1348 | 2026-08-17T18:09:07.627Z | Compiling errno v0.3.14 |
| 1349 | 2026-08-17T18:09:07.701Z | Compiling getrandom v0.2.17 |
| 1350 | 2026-08-17T18:09:07.782Z | Compiling cc v1.2.56 |
| 1351 | 2026-08-17T18:09:07.846Z | Compiling rand_core v0.6.4 |
| 1352 | 2026-08-17T18:09:07.933Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-08-17T18:09:08.022Z | Compiling pin-project-lite v0.2.17 |
| 1354 | 2026-08-17T18:09:08.114Z | Compiling once_cell v1.21.3 |
| 1355 | 2026-08-17T18:09:08.118Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-08-17T18:09:08.127Z | Compiling parking_lot_core v0.9.12 |
| 1357 | 2026-08-17T18:09:08.155Z | Compiling getrandom v0.4.1 |
| 1358 | 2026-08-17T18:09:08.366Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-08-17T18:09:08.639Z | Compiling signal-hook-registry v1.4.8 |
| 1360 | 2026-08-17T18:09:08.884Z | Compiling bitflags v2.11.0 |
| 1361 | 2026-08-17T18:09:08.957Z | Compiling litemap v0.8.1 |
| 1362 | 2026-08-17T18:09:09.040Z | Compiling writeable v0.6.2 |
| 1363 | 2026-08-17T18:09:09.062Z | Compiling futures-core v0.3.32 |
| 1364 | 2026-08-17T18:09:09.125Z | Compiling percent-encoding v2.3.2 |
| 1365 | 2026-08-17T18:09:09.152Z | Compiling semver v1.0.28 |
| 1366 | 2026-08-17T18:09:09.214Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-08-17T18:09:09.236Z | Compiling mio v1.2.0 |
| 1368 | 2026-08-17T18:09:09.317Z | Compiling icu_properties_data v2.1.2 |
| 1369 | 2026-08-17T18:09:09.395Z | Compiling icu_normalizer_data v2.1.1 |
| 1370 | 2026-08-17T18:09:09.473Z | Compiling socket2 v0.6.3 |
| 1371 | 2026-08-17T18:09:09.477Z | Compiling getrandom v0.3.4 |
| 1372 | 2026-08-17T18:09:09.592Z | Compiling futures-sink v0.3.32 |
| 1373 | 2026-08-17T18:09:09.655Z | Compiling synstructure v0.13.2 |
| 1374 | 2026-08-17T18:09:09.687Z | Compiling futures-channel v0.3.32 |
| 1375 | 2026-08-17T18:09:09.701Z | Compiling indexmap v2.14.0 |
| 1376 | 2026-08-17T18:09:09.714Z | Compiling utf8_iter v1.0.4 |
| 1377 | 2026-08-17T18:09:09.867Z | Compiling rustix v1.1.3 |
| 1378 | 2026-08-17T18:09:09.883Z | Compiling futures-io v0.3.32 |
| 1379 | 2026-08-17T18:09:09.914Z | Compiling slab v0.4.12 |
| 1380 | 2026-08-17T18:09:10.039Z | Compiling futures-task v0.3.32 |
| 1381 | 2026-08-17T18:09:10.070Z | Compiling form_urlencoded v1.2.2 |
| 1382 | 2026-08-17T18:09:10.099Z | Compiling rustversion v1.0.22 |
| 1383 | 2026-08-17T18:09:10.224Z | Compiling base64ct v1.8.3 |
| 1384 | 2026-08-17T18:09:10.254Z | Compiling iana-time-zone v0.1.65 |
| 1385 | 2026-08-17T18:09:10.271Z | Compiling cmake v0.1.57 |
| 1386 | 2026-08-17T18:09:10.371Z | Compiling flagset v0.4.7 |
| 1387 | 2026-08-17T18:09:10.385Z | Compiling ident_case v1.0.1 |
| 1388 | 2026-08-17T18:09:10.449Z | Compiling fs_extra v1.3.0 |
| 1389 | 2026-08-17T18:09:10.499Z | Compiling pem-rfc7468 v0.7.0 |
| 1390 | 2026-08-17T18:09:10.499Z | Compiling dunce v1.0.5 |
| 1391 | 2026-08-17T18:09:10.540Z | Compiling regex-syntax v0.8.10 |
| 1392 | 2026-08-17T18:09:10.610Z | Compiling rand_core v0.9.5 |
| 1393 | 2026-08-17T18:09:10.668Z | Compiling uuid v1.23.4 |
| 1394 | 2026-08-17T18:09:10.713Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-08-17T18:09:10.807Z | Compiling base64 v0.22.1 |
| 1396 | 2026-08-17T18:09:11.895Z | Compiling syn v1.0.109 |
| 1397 | 2026-08-17T18:09:11.898Z | Compiling vcpkg v0.2.15 |
| 1398 | 2026-08-17T18:09:11.898Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-08-17T18:09:11.899Z | Compiling rustc_version v0.4.1 |
| 1400 | 2026-08-17T18:09:11.899Z | Compiling tracing-core v0.1.36 |
| 1401 | 2026-08-17T18:09:11.899Z | Compiling serde_derive v1.0.228 |
| 1402 | 2026-08-17T18:09:11.899Z | Compiling zeroize_derive v1.5.0 |
| 1403 | 2026-08-17T18:09:11.899Z | Compiling zerofrom-derive v0.1.6 |
| 1404 | 2026-08-17T18:09:11.899Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-08-17T18:09:11.915Z | Compiling yoke-derive v0.8.1 |
| 1406 | 2026-08-17T18:09:12.040Z | Compiling zerovec-derive v0.11.2 |
| 1407 | 2026-08-17T18:09:12.204Z | Compiling zeroize v1.9.0 |
| 1408 | 2026-08-17T18:09:12.422Z | Compiling displaydoc v0.2.5 |
| 1409 | 2026-08-17T18:09:13.007Z | Compiling zerofrom v0.1.6 |
| 1410 | 2026-08-17T18:09:13.108Z | Compiling yoke v0.8.1 |
| 1411 | 2026-08-17T18:09:13.134Z | Compiling tokio-macros v2.7.0 |
| 1412 | 2026-08-17T18:09:13.171Z | Compiling futures-macro v0.3.32 |
| 1413 | 2026-08-17T18:09:13.185Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-08-17T18:09:13.293Z | Compiling zerovec v0.11.5 |
| 1415 | 2026-08-17T18:09:13.522Z | Compiling zerotrie v0.2.3 |
| 1416 | 2026-08-17T18:09:13.817Z | Compiling tinystr v0.8.2 |
| 1417 | 2026-08-17T18:09:13.838Z | Compiling potential_utf v0.1.4 |
| 1418 | 2026-08-17T18:09:13.912Z | Compiling block-buffer v0.10.4 |
| 1419 | 2026-08-17T18:09:14.008Z | Compiling icu_locale_core v2.1.1 |
| 1420 | 2026-08-17T18:09:14.023Z | Compiling icu_collections v2.1.1 |
| 1421 | 2026-08-17T18:09:14.036Z | Compiling crypto-common v0.1.7 |
| 1422 | 2026-08-17T18:09:14.080Z | Compiling futures-util v0.3.32 |
| 1423 | 2026-08-17T18:09:14.166Z | Compiling digest v0.10.7 |
| 1424 | 2026-08-17T18:09:14.181Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-08-17T18:09:14.425Z | Compiling der v0.7.10 |
| 1426 | 2026-08-17T18:09:14.516Z | Compiling openssl-sys v0.9.117 |
| 1427 | 2026-08-17T18:09:14.869Z | Compiling bytes v1.11.1 |
| 1428 | 2026-08-17T18:09:14.895Z | Compiling icu_provider v2.1.1 |
| 1429 | 2026-08-17T18:09:15.043Z | Compiling chrono v0.4.45 |
| 1430 | 2026-08-17T18:09:15.181Z | Compiling icu_normalizer v2.1.1 |
| 1431 | 2026-08-17T18:09:15.478Z | Compiling tokio v1.52.1 |
| 1432 | 2026-08-17T18:09:15.520Z | Compiling icu_properties v2.1.2 |
| 1433 | 2026-08-17T18:09:15.596Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-08-17T18:09:15.704Z | Compiling http v1.4.2 |
| 1435 | 2026-08-17T18:09:15.718Z | Compiling spki v0.7.3 |
| 1436 | 2026-08-17T18:09:15.915Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-08-17T18:09:16.302Z | Compiling ppv-lite86 v0.2.21 |
| 1438 | 2026-08-17T18:09:16.359Z | Compiling idna_adapter v1.2.1 |
| 1439 | 2026-08-17T18:09:16.396Z | Compiling schemars v0.8.22 |
| 1440 | 2026-08-17T18:09:16.498Z | Compiling idna v1.1.0 |
| 1441 | 2026-08-17T18:09:16.586Z | Compiling rand_chacha v0.9.0 |
| 1442 | 2026-08-17T18:09:16.600Z | Compiling aws-lc-rs v1.16.3 |
| 1443 | 2026-08-17T18:09:16.614Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-08-17T18:09:16.628Z | Compiling cpufeatures v0.2.17 |
| 1445 | 2026-08-17T18:09:16.720Z | Compiling http-body v1.0.1 |
| 1446 | 2026-08-17T18:09:16.746Z | Compiling pkcs8 v0.10.2 |
| 1447 | 2026-08-17T18:09:16.870Z | Compiling url v2.5.8 |
| 1448 | 2026-08-17T18:09:16.874Z | Compiling rand v0.9.2 |
| 1449 | 2026-08-17T18:09:17.057Z | Compiling rustls-pki-types v1.14.0 |
| 1450 | 2026-08-17T18:09:17.136Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-08-17T18:09:17.203Z | Compiling tracing v0.1.44 |
| 1452 | 2026-08-17T18:09:17.464Z | Compiling spin v0.9.8 |
| 1453 | 2026-08-17T18:09:17.493Z | Compiling httparse v1.10.1 |
| 1454 | 2026-08-17T18:09:17.624Z | Compiling cmov v0.5.4 |
| 1455 | 2026-08-17T18:09:17.640Z | Compiling openssl-probe v0.2.1 |
| 1456 | 2026-08-17T18:09:17.667Z | Compiling tinyvec_macros v0.1.1 |
| 1457 | 2026-08-17T18:09:17.737Z | Compiling crc32fast v1.5.0 |
| 1458 | 2026-08-17T18:09:17.806Z | Compiling tempfile v3.25.0 |
| 1459 | 2026-08-17T18:09:17.832Z | Compiling ctutils v0.4.2 |
| 1460 | 2026-08-17T18:09:17.862Z | Compiling tinyvec v1.10.0 |
| 1461 | 2026-08-17T18:09:18.039Z | Compiling pest_generator v2.8.6 |
| 1462 | 2026-08-17T18:09:18.059Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-08-17T18:09:18.160Z | Compiling aho-corasick v1.1.4 |
| 1464 | 2026-08-17T18:09:18.199Z | Compiling untrusted v0.7.1 |
| 1465 | 2026-08-17T18:09:18.324Z | Compiling radium v0.7.0 |
| 1466 | 2026-08-17T18:09:18.628Z | Compiling tower-layer v0.3.3 |
| 1467 | 2026-08-17T18:09:18.718Z | Compiling tower-service v0.3.3 |
| 1468 | 2026-08-17T18:09:18.789Z | Compiling atomic-waker v1.1.2 |
| 1469 | 2026-08-17T18:09:18.813Z | Compiling try-lock v0.2.5 |
| 1470 | 2026-08-17T18:09:18.913Z | Compiling want v0.3.1 |
| 1471 | 2026-08-17T18:09:18.927Z | Compiling pest_derive v2.8.6 |
| 1472 | 2026-08-17T18:09:19.077Z | Compiling regex-automata v0.4.14 |
| 1473 | 2026-08-17T18:09:19.363Z | Compiling tokio-util v0.7.18 |
| 1474 | 2026-08-17T18:09:19.583Z | Compiling hybrid-array v0.4.13 |
| 1475 | 2026-08-17T18:09:19.849Z | Compiling ipnet v2.11.0 |
| 1476 | 2026-08-17T18:09:19.949Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-08-17T18:09:20.327Z | Compiling h2 v0.4.15 |
| 1478 | 2026-08-17T18:09:20.331Z | Compiling darling_core v0.20.11 |
| 1479 | 2026-08-17T18:09:20.367Z | Compiling simd-adler32 v0.3.8 |
| 1480 | 2026-08-17T18:09:20.604Z | Compiling foreign-types-shared v0.1.1 |
| 1481 | 2026-08-17T18:09:20.693Z | Compiling openssl v0.10.80 |
| 1482 | 2026-08-17T18:09:20.722Z | Compiling rustls v0.23.41 |
| 1483 | 2026-08-17T18:09:20.890Z | Compiling httpdate v1.0.3 |
| 1484 | 2026-08-17T18:09:20.916Z | Compiling maybe-uninit v2.0.0 |
| 1485 | 2026-08-17T18:09:21.048Z | Compiling tap v1.0.1 |
| 1486 | 2026-08-17T18:09:21.116Z | Compiling untrusted v0.9.0 |
| 1487 | 2026-08-17T18:09:21.136Z | Compiling wyz v0.5.1 |
| 1488 | 2026-08-17T18:09:21.188Z | Compiling scroll v0.13.0 |
| 1489 | 2026-08-17T18:09:21.216Z | Compiling foreign-types v0.3.2 |
| 1490 | 2026-08-17T18:09:21.286Z | Compiling unicode-normalization v0.1.25 |
| 1491 | 2026-08-17T18:09:21.422Z | Compiling rand_chacha v0.3.1 |
| 1492 | 2026-08-17T18:09:21.447Z | Compiling hex v0.4.3 |
| 1493 | 2026-08-17T18:09:21.715Z | Compiling signature v2.2.0 |
| 1494 | 2026-08-17T18:09:21.730Z | Compiling thiserror-impl v1.0.69 |
| 1495 | 2026-08-17T18:09:21.743Z | Compiling openssl-macros v0.1.1 |
| 1496 | 2026-08-17T18:09:21.894Z | Compiling terminal_size v0.4.3 |
| 1497 | 2026-08-17T18:09:22.033Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1498 | 2026-08-17T18:09:22.128Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1499 | 2026-08-17T18:09:22.181Z | Compiling num-integer v0.1.46 |
| 1500 | 2026-08-17T18:09:22.306Z | Compiling wait-timeout v0.2.1 |
| 1501 | 2026-08-17T18:09:22.495Z | Compiling ahash v0.8.12 |
| 1502 | 2026-08-17T18:09:22.511Z | Compiling powerfmt v0.2.0 |
| 1503 | 2026-08-17T18:09:22.539Z | Compiling darling_macro v0.20.11 |
| 1504 | 2026-08-17T18:09:22.561Z | Compiling packed_struct v0.10.1 |
| 1505 | 2026-08-17T18:09:22.696Z | Compiling num-conv v0.2.0 |
| 1506 | 2026-08-17T18:09:22.711Z | Compiling bit-vec v0.8.0 |
| 1507 | 2026-08-17T18:09:22.797Z | Compiling funty v2.0.0 |
| 1508 | 2026-08-17T18:09:22.832Z | Compiling num-bigint-dig v0.8.6 |
| 1509 | 2026-08-17T18:09:22.944Z | Compiling adler2 v2.0.1 |
| 1510 | 2026-08-17T18:09:22.944Z | Compiling native-tls v0.2.18 |
| 1511 | 2026-08-17T18:09:23.015Z | Compiling quick-error v1.2.3 |
| 1512 | 2026-08-17T18:09:23.018Z | Compiling time-core v0.1.8 |
| 1513 | 2026-08-17T18:09:23.071Z | Compiling miniz_oxide v0.8.9 |
| 1514 | 2026-08-17T18:09:23.103Z | Compiling rusty-fork v0.3.1 |
| 1515 | 2026-08-17T18:09:23.120Z | Compiling bitvec v1.0.1 |
| 1516 | 2026-08-17T18:09:23.168Z | Compiling darling v0.20.11 |
| 1517 | 2026-08-17T18:09:23.181Z | Compiling time-macros v0.2.27 |
| 1518 | 2026-08-17T18:09:23.249Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-08-17T18:09:23.355Z | Compiling bit-set v0.8.0 |
| 1520 | 2026-08-17T18:09:23.370Z | Compiling hyper v1.10.1 |
| 1521 | 2026-08-17T18:09:23.425Z | Compiling clap_builder v4.6.0 |
| 1522 | 2026-08-17T18:09:23.601Z | Compiling deranged v0.5.8 |
| 1523 | 2026-08-17T18:09:24.268Z | Compiling num-iter v0.1.45 |
| 1524 | 2026-08-17T18:09:24.567Z | Compiling hyper-util v0.1.20 |
| 1525 | 2026-08-17T18:09:24.584Z | Compiling rand v0.8.6 |
| 1526 | 2026-08-17T18:09:24.973Z | Compiling goblin v0.10.5 |
| 1527 | 2026-08-17T18:09:25.212Z | Compiling packed_struct_codegen v0.10.1 |
| 1528 | 2026-08-17T18:09:25.383Z | Compiling lazy_static v1.5.0 |
| 1529 | 2026-08-17T18:09:25.478Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2026-08-17T18:09:25.732Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-08-17T18:09:25.876Z | Compiling hmac v0.12.1 |
| 1532 | 2026-08-17T18:09:26.033Z | Compiling bitfield-macros v0.19.4 |
| 1533 | 2026-08-17T18:09:26.251Z | Compiling clap_derive v4.6.1 |
| 1534 | 2026-08-17T18:09:26.270Z | Compiling zerocopy-derive v0.6.6 |
| 1535 | 2026-08-17T18:09:26.437Z | Compiling anstyle-parse v0.2.7 |
| 1536 | 2026-08-17T18:09:26.615Z | Compiling rand_xorshift v0.4.0 |
| 1537 | 2026-08-17T18:09:26.723Z | Compiling sync_wrapper v1.0.2 |
| 1538 | 2026-08-17T18:09:26.782Z | Compiling indexmap v1.9.3 |
| 1539 | 2026-08-17T18:09:26.832Z | Compiling usdt-impl v0.6.0 |
| 1540 | 2026-08-17T18:09:26.966Z | Compiling unarray v0.1.4 |
| 1541 | 2026-08-17T18:09:27.037Z | Compiling num_threads v0.1.7 |
| 1542 | 2026-08-17T18:09:27.078Z | Compiling nodrop v0.1.14 |
| 1543 | 2026-08-17T18:09:27.093Z | Compiling crc-catalog v2.4.0 |
| 1544 | 2026-08-17T18:09:27.134Z | Compiling crossbeam-utils v0.8.21 |
| 1545 | 2026-08-17T18:09:27.171Z | Compiling zlib-rs v0.6.2 |
| 1546 | 2026-08-17T18:09:27.187Z | Compiling siphasher v1.0.2 |
| 1547 | 2026-08-17T18:09:27.298Z | Compiling paste v1.0.15 |
| 1548 | 2026-08-17T18:09:27.376Z | Compiling crc v3.4.0 |
| 1549 | 2026-08-17T18:09:27.433Z | Compiling array-init v0.0.4 |
| 1550 | 2026-08-17T18:09:27.570Z | Compiling time v0.3.47 |
| 1551 | 2026-08-17T18:09:27.601Z | Compiling zerocopy v0.6.6 |
| 1552 | 2026-08-17T18:09:27.769Z | Compiling dof v0.4.0 |
| 1553 | 2026-08-17T18:09:27.914Z | Compiling proptest v1.11.0 |
| 1554 | 2026-08-17T18:09:27.954Z | Compiling clap v4.6.1 |
| 1555 | 2026-08-17T18:09:28.075Z | Compiling tower v0.5.3 |
| 1556 | 2026-08-17T18:09:28.567Z | Compiling bitfield v0.19.4 |
| 1557 | 2026-08-17T18:09:28.865Z | Compiling anstream v0.6.21 |
| 1558 | 2026-08-17T18:09:29.179Z | Compiling smallvec v0.6.14 |
| 1559 | 2026-08-17T18:09:29.379Z | Compiling derive_builder_core v0.20.2 |
| 1560 | 2026-08-17T18:09:29.572Z | Compiling dtrace-parser v0.3.0 |
| 1561 | 2026-08-17T18:09:30.015Z | Compiling flate2 v1.1.9 |
| 1562 | 2026-08-17T18:09:30.195Z | Compiling ipnetwork v0.21.1 |
| 1563 | 2026-08-17T18:09:30.286Z | Compiling pkcs1 v0.7.5 |
| 1564 | 2026-08-17T18:09:30.361Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-08-17T18:09:30.364Z | Compiling heapless v0.7.17 |
| 1566 | 2026-08-17T18:09:30.421Z | Compiling scroll_derive v0.12.1 |
| 1567 | 2026-08-17T18:09:30.574Z | Compiling structmeta-derive v0.3.0 |
| 1568 | 2026-08-17T18:09:30.602Z | Compiling slog v2.8.2 |
| 1569 | 2026-08-17T18:09:30.616Z | Compiling darling_core v0.23.0 |
| 1570 | 2026-08-17T18:09:30.668Z | Compiling thread-id v5.1.0 |
| 1571 | 2026-08-17T18:09:30.753Z | Compiling cookie v0.18.1 |
| 1572 | 2026-08-17T18:09:30.784Z | Compiling env_filter v1.0.0 |
| 1573 | 2026-08-17T18:09:30.937Z | Compiling unicode-properties v0.1.4 |
| 1574 | 2026-08-17T18:09:31.078Z | Compiling zstd-safe v7.2.4 |
| 1575 | 2026-08-17T18:09:31.094Z | Compiling ryu v1.0.23 |
| 1576 | 2026-08-17T18:09:31.148Z | Compiling iri-string v0.7.10 |
| 1577 | 2026-08-17T18:09:31.269Z | Compiling allocator-api2 v0.2.21 |
| 1578 | 2026-08-17T18:09:31.284Z | Compiling anyhow v1.0.102 |
| 1579 | 2026-08-17T18:09:31.583Z | Compiling hashbrown v0.12.3 |
| 1580 | 2026-08-17T18:09:31.599Z | Compiling unicode-bidi v0.3.18 |
| 1581 | 2026-08-17T18:09:31.637Z | Compiling signal-hook v0.3.18 |
| 1582 | 2026-08-17T18:09:31.808Z | Compiling winnow v0.5.40 |
| 1583 | 2026-08-17T18:09:32.053Z | Compiling base64 v0.21.7 |
| 1584 | 2026-08-17T18:09:32.363Z | Compiling ron v0.8.1 |
| 1585 | 2026-08-17T18:09:32.489Z | Compiling tower-http v0.6.8 |
| 1586 | 2026-08-17T18:09:32.642Z | Compiling stringprep v0.1.5 |
| 1587 | 2026-08-17T18:09:32.902Z | Compiling structmeta v0.3.0 |
| 1588 | 2026-08-17T18:09:33.071Z | Compiling toml_edit v0.19.15 |
| 1589 | 2026-08-17T18:09:33.075Z | Compiling darling_macro v0.23.0 |
| 1590 | 2026-08-17T18:09:33.238Z | Compiling serde_urlencoded v0.7.1 |
| 1591 | 2026-08-17T18:09:33.289Z | Compiling scroll v0.12.0 |
| 1592 | 2026-08-17T18:09:33.370Z | Compiling env_logger v0.11.9 |
| 1593 | 2026-08-17T18:09:33.614Z | Compiling rsa v0.9.10 |
| 1594 | 2026-08-17T18:09:33.629Z | Compiling oxnet v0.1.6 |
| 1595 | 2026-08-17T18:09:33.768Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-08-17T18:09:34.095Z | Compiling derive_builder_macro v0.20.2 |
| 1597 | 2026-08-17T18:09:34.105Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1598 | 2026-08-17T18:09:34.233Z | Compiling hashbrown v0.13.2 |
| 1599 | 2026-08-17T18:09:34.571Z | Compiling serde-hex v0.1.0 |
| 1600 | 2026-08-17T18:09:34.587Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-08-17T18:09:34.725Z | Compiling tokio-native-tls v0.3.1 |
| 1602 | 2026-08-17T18:09:34.793Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1603 | 2026-08-17T18:09:35.393Z | Compiling camino v1.2.2 |
| 1604 | 2026-08-17T18:09:35.471Z | Compiling bstr v1.12.1 |
| 1605 | 2026-08-17T18:09:35.706Z | Compiling block-padding v0.4.2 |
| 1606 | 2026-08-17T18:09:35.764Z | Compiling block-buffer v0.12.1 |
| 1607 | 2026-08-17T18:09:35.870Z | Compiling crypto-common v0.2.2 |
| 1608 | 2026-08-17T18:09:35.964Z | Compiling rustls-native-certs v0.8.3 |
| 1609 | 2026-08-17T18:09:36.092Z | Compiling x509-cert v0.2.5 |
| 1610 | 2026-08-17T18:09:36.245Z | Compiling serde_tokenstream v0.2.3 |
| 1611 | 2026-08-17T18:09:36.263Z | Compiling erased-serde v0.3.31 |
| 1612 | 2026-08-17T18:09:36.562Z | Compiling md-5 v0.10.6 |
| 1613 | 2026-08-17T18:09:36.637Z | Compiling curve25519-dalek v4.1.3 |
| 1614 | 2026-08-17T18:09:36.729Z | Compiling zerocopy-derive v0.7.35 |
| 1615 | 2026-08-17T18:09:36.750Z | Compiling daft-derive v0.1.7 |
| 1616 | 2026-08-17T18:09:36.970Z | Compiling pin-project-internal v1.1.11 |
| 1617 | 2026-08-17T18:09:37.471Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-08-17T18:09:37.590Z | Compiling vergen-lib v9.1.0 |
| 1619 | 2026-08-17T18:09:37.593Z | Compiling hash32 v0.2.1 |
| 1620 | 2026-08-17T18:09:37.682Z | Compiling memoffset v0.9.1 |
| 1621 | 2026-08-17T18:09:37.766Z | Compiling encoding_rs v0.8.35 |
| 1622 | 2026-08-17T18:09:37.789Z | Compiling ref-cast v1.0.25 |
| 1623 | 2026-08-17T18:09:37.857Z | Compiling litrs v1.0.0 |
| 1624 | 2026-08-17T18:09:38.060Z | Compiling fallible-iterator v0.2.0 |
| 1625 | 2026-08-17T18:09:38.084Z | Compiling psl-types v2.0.11 |
| 1626 | 2026-08-17T18:09:38.212Z | Compiling crc-any v2.5.0 |
| 1627 | 2026-08-17T18:09:38.369Z | Compiling cfg_aliases v0.2.1 |
| 1628 | 2026-08-17T18:09:38.373Z | Compiling mime v0.3.17 |
| 1629 | 2026-08-17T18:09:38.443Z | Compiling rustix v0.38.44 |
| 1630 | 2026-08-17T18:09:38.447Z | Compiling smoltcp v0.9.1 |
| 1631 | 2026-08-17T18:09:38.490Z | Compiling nix v0.31.2 |
| 1632 | 2026-08-17T18:09:38.653Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1633 | 2026-08-17T18:09:38.700Z | Compiling document-features v0.2.12 |
| 1634 | 2026-08-17T18:09:38.779Z | Compiling postgres-protocol v0.6.10 |
| 1635 | 2026-08-17T18:09:38.864Z | Compiling publicsuffix v2.3.0 |
| 1636 | 2026-08-17T18:09:38.912Z | Compiling pin-project v1.1.11 |
| 1637 | 2026-08-17T18:09:39.041Z | Compiling zerocopy v0.7.35 |
| 1638 | 2026-08-17T18:09:39.054Z | Compiling daft v0.1.7 |
| 1639 | 2026-08-17T18:09:39.319Z | Compiling inout v0.2.2 |
| 1640 | 2026-08-17T18:09:39.333Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1641 | 2026-08-17T18:09:39.353Z | Compiling hyper-tls v0.6.0 |
| 1642 | 2026-08-17T18:09:39.490Z | Compiling zip v0.6.6 |
| 1643 | 2026-08-17T18:09:39.504Z | Compiling object v0.30.4 |
| 1644 | 2026-08-17T18:09:39.572Z | Compiling derive_builder v0.20.2 |
| 1645 | 2026-08-17T18:09:39.587Z | Compiling toml v0.7.8 |
| 1646 | 2026-08-17T18:09:39.673Z | Compiling darling v0.23.0 |
| 1647 | 2026-08-17T18:09:39.695Z | Compiling goblin v0.8.2 |
| 1648 | 2026-08-17T18:09:40.052Z | Compiling derive-ex v0.1.8 |
| 1649 | 2026-08-17T18:09:40.172Z | Compiling phf_shared v0.13.1 |
| 1650 | 2026-08-17T18:09:40.268Z | Compiling regex v1.12.3 |
| 1651 | 2026-08-17T18:09:40.406Z | Compiling hubpack_derive v0.1.1 |
| 1652 | 2026-08-17T18:09:40.445Z | Compiling futures-executor v0.3.32 |
| 1653 | 2026-08-17T18:09:40.681Z | Compiling snafu-derive v0.8.9 |
| 1654 | 2026-08-17T18:09:40.700Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1655 | 2026-08-17T18:09:40.846Z | Compiling strum_macros v0.27.2 |
| 1656 | 2026-08-17T18:09:41.328Z | Compiling ref-cast-impl v1.0.25 |
| 1657 | 2026-08-17T18:09:41.666Z | Compiling vergen v9.1.0 |
| 1658 | 2026-08-17T18:09:41.848Z | Compiling cargo-platform v0.3.2 |
| 1659 | 2026-08-17T18:09:41.872Z | Compiling ff v0.13.1 |
| 1660 | 2026-08-17T18:09:42.014Z | Compiling fs-err v3.3.0 |
| 1661 | 2026-08-17T18:09:42.120Z | Compiling bumpalo v3.20.2 |
| 1662 | 2026-08-17T18:09:42.203Z | Compiling libbz2-rs-sys v0.2.2 |
| 1663 | 2026-08-17T18:09:42.322Z | Compiling unicode-segmentation v1.12.0 |
| 1664 | 2026-08-17T18:09:42.376Z | Compiling managed v0.8.0 |
| 1665 | 2026-08-17T18:09:42.537Z | Compiling jiff-core v0.1.0 |
| 1666 | 2026-08-17T18:09:42.590Z | Compiling object v0.37.3 |
| 1667 | 2026-08-17T18:09:42.705Z | Compiling bitflags v1.3.2 |
| 1668 | 2026-08-17T18:09:42.755Z | Compiling base16ct v0.2.0 |
| 1669 | 2026-08-17T18:09:42.782Z | Compiling path-slash v0.1.5 |
| 1670 | 2026-08-17T18:09:42.850Z | Compiling foldhash v0.2.0 |
| 1671 | 2026-08-17T18:09:42.865Z | Compiling same-file v1.0.6 |
| 1672 | 2026-08-17T18:09:42.908Z | Compiling foldhash v0.1.5 |
| 1673 | 2026-08-17T18:09:42.926Z | Compiling either v1.15.0 |
| 1674 | 2026-08-17T18:09:43.025Z | Compiling hashbrown v0.15.5 |
| 1675 | 2026-08-17T18:09:43.065Z | Compiling hashbrown v0.16.1 |
| 1676 | 2026-08-17T18:09:43.079Z | Compiling walkdir v2.5.0 |
| 1677 | 2026-08-17T18:09:43.093Z | Compiling sec1 v0.7.3 |
| 1678 | 2026-08-17T18:09:43.130Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1679 | 2026-08-17T18:09:43.357Z | Compiling jiff v0.2.34 |
| 1680 | 2026-08-17T18:09:43.595Z | Compiling strum v0.27.2 |
| 1681 | 2026-08-17T18:09:43.635Z | Compiling bzip2 v0.6.1 |
| 1682 | 2026-08-17T18:09:43.672Z | Compiling snafu v0.8.9 |
| 1683 | 2026-08-17T18:09:43.730Z | Compiling zopfli v0.8.3 |
| 1684 | 2026-08-17T18:09:43.944Z | Compiling cargo_metadata v0.23.1 |
| 1685 | 2026-08-17T18:09:44.026Z | Compiling group v0.13.0 |
| 1686 | 2026-08-17T18:09:44.275Z | Compiling dof v0.3.0 |
| 1687 | 2026-08-17T18:09:44.345Z | Compiling test-strategy v0.4.5 |
| 1688 | 2026-08-17T18:09:44.602Z | Compiling hubpack v0.1.2 |
| 1689 | 2026-08-17T18:09:44.830Z | Compiling futures v0.3.32 |
| 1690 | 2026-08-17T18:09:44.913Z | Compiling phf v0.13.1 |
| 1691 | 2026-08-17T18:09:44.988Z | Compiling signal-hook-mio v0.2.5 |
| 1692 | 2026-08-17T18:09:45.083Z | Compiling cookie_store v0.22.1 |
| 1693 | 2026-08-17T18:09:45.294Z | Compiling serde_with_macros v3.21.0 |
| 1694 | 2026-08-17T18:09:45.470Z | Compiling zstd v0.13.3 |
| 1695 | 2026-08-17T18:09:45.724Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-08-17T18:09:45.738Z | Compiling cipher v0.5.2 |
| 1697 | 2026-08-17T18:09:45.812Z | Compiling postgres-types v0.2.12 |
| 1698 | 2026-08-17T18:09:46.392Z | Compiling usdt-macro v0.6.0 |
| 1699 | 2026-08-17T18:09:46.421Z | Compiling usdt-attr-macro v0.6.0 |
| 1700 | 2026-08-17T18:09:46.935Z | Compiling globset v0.4.18 |
| 1701 | 2026-08-17T18:09:47.142Z | Compiling phf_shared v0.11.3 |
| 1702 | 2026-08-17T18:09:47.224Z | Compiling hkdf v0.12.4 |
| 1703 | 2026-08-17T18:09:47.239Z | Compiling dtrace-parser v0.2.0 |
| 1704 | 2026-08-17T18:09:47.328Z | Compiling ed25519 v2.2.3 |
| 1705 | 2026-08-17T18:09:47.343Z | Compiling byte-wrapper v0.1.0 |
| 1706 | 2026-08-17T18:09:47.396Z | Compiling olpc-cjson v0.1.4 |
| 1707 | 2026-08-17T18:09:47.579Z | Compiling serde-big-array v0.5.1 |
| 1708 | 2026-08-17T18:09:47.620Z | Compiling serde_plain v1.0.2 |
| 1709 | 2026-08-17T18:09:47.650Z | Compiling crypto-bigint v0.5.5 |
| 1710 | 2026-08-17T18:09:47.683Z | Compiling enum-as-inner v0.6.1 |
| 1711 | 2026-08-17T18:09:47.709Z | Compiling strum_macros v0.26.4 |
| 1712 | 2026-08-17T18:09:47.802Z | Compiling async-recursion v1.1.1 |
| 1713 | 2026-08-17T18:09:47.974Z | Compiling serde_repr v0.1.20 |
| 1714 | 2026-08-17T18:09:48.189Z | Compiling pem v3.0.6 |
| 1715 | 2026-08-17T18:09:48.238Z | Compiling float-cmp v0.10.0 |
| 1716 | 2026-08-17T18:09:48.381Z | Compiling memmap2 v0.9.10 |
| 1717 | 2026-08-17T18:09:48.460Z | Compiling thread-id v4.2.2 |
| 1718 | 2026-08-17T18:09:48.544Z | Compiling precomputed-hash v0.1.1 |
| 1719 | 2026-08-17T18:09:48.554Z | Compiling predicates-core v1.0.10 |
| 1720 | 2026-08-17T18:09:48.591Z | Compiling const-oid v0.10.2 |
| 1721 | 2026-08-17T18:09:48.623Z | Compiling normalize-line-endings v0.3.0 |
| 1722 | 2026-08-17T18:09:48.636Z | Compiling keccak v0.1.6 |
| 1723 | 2026-08-17T18:09:48.728Z | Compiling whoami v2.1.0 |
| 1724 | 2026-08-17T18:09:48.739Z | Compiling fixedbitset v0.4.2 |
| 1725 | 2026-08-17T18:09:48.802Z | Compiling cpufeatures v0.3.0 |
| 1726 | 2026-08-17T18:09:48.881Z | Compiling fixedbitset v0.5.7 |
| 1727 | 2026-08-17T18:09:48.957Z | Compiling new_debug_unreachable v1.0.6 |
| 1728 | 2026-08-17T18:09:49.041Z | Compiling winnow v1.0.3 |
| 1729 | 2026-08-17T18:09:49.106Z | Compiling static_assertions v1.1.0 |
| 1730 | 2026-08-17T18:09:49.184Z | Compiling difflib v0.4.0 |
| 1731 | 2026-08-17T18:09:49.198Z | Compiling typed-path v0.9.3 |
| 1732 | 2026-08-17T18:09:49.390Z | Compiling data-encoding v2.10.0 |
| 1733 | 2026-08-17T18:09:49.411Z | Compiling predicates v3.1.4 |
| 1734 | 2026-08-17T18:09:49.460Z | Compiling strum v0.26.3 |
| 1735 | 2026-08-17T18:09:49.534Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1736 | 2026-08-17T18:09:49.595Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-17T18:09:49.744Z | Compiling hickory-proto v0.25.2 |
| 1738 | 2026-08-17T18:09:49.844Z | Compiling petgraph v0.8.3 |
| 1739 | 2026-08-17T18:09:50.045Z | Compiling string_cache v0.8.9 |
| 1740 | 2026-08-17T18:09:50.083Z | Compiling tokio-postgres v0.7.16 |
| 1741 | 2026-08-17T18:09:50.205Z | Compiling petgraph v0.6.5 |
| 1742 | 2026-08-17T18:09:50.276Z | Compiling toml_edit v0.22.27 |
| 1743 | 2026-08-17T18:09:50.446Z | Compiling chacha20 v0.10.0 |
| 1744 | 2026-08-17T18:09:50.824Z | Compiling sha3 v0.10.8 |
| 1745 | 2026-08-17T18:09:51.294Z | Compiling digest v0.11.3 |
| 1746 | 2026-08-17T18:09:51.518Z | Compiling elliptic-curve v0.13.8 |
| 1747 | 2026-08-17T18:09:51.659Z | Compiling usdt v0.6.0 |
| 1748 | 2026-08-17T18:09:51.749Z | Compiling usdt-impl v0.5.0 |
| 1749 | 2026-08-17T18:09:51.921Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1750 | 2026-08-17T18:09:51.935Z | Compiling ed25519-dalek v2.2.0 |
| 1751 | 2026-08-17T18:09:52.261Z | Compiling crossterm v0.28.1 |
| 1752 | 2026-08-17T18:09:52.334Z | Compiling serde_with v3.21.0 |
| 1753 | 2026-08-17T18:09:52.453Z | Compiling zip v4.6.1 |
| 1754 | 2026-08-17T18:09:53.370Z | Compiling iddqd v0.4.2 |
| 1755 | 2026-08-17T18:09:53.547Z | Compiling itertools v0.15.0 |
| 1756 | 2026-08-17T18:09:53.803Z | Compiling itertools v0.13.0 |
| 1757 | 2026-08-17T18:09:54.047Z | Compiling similar v2.7.0 |
| 1758 | 2026-08-17T18:09:54.154Z | Compiling heck v0.4.1 |
| 1759 | 2026-08-17T18:09:54.382Z | Compiling crossbeam-epoch v0.9.18 |
| 1760 | 2026-08-17T18:09:54.438Z | Compiling tokio-stream v0.1.18 |
| 1761 | 2026-08-17T18:09:54.667Z | Compiling buf-list v1.1.2 |
| 1762 | 2026-08-17T18:09:54.700Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-17T18:09:54.877Z | Compiling openapiv3 v2.2.0 |
| 1764 | 2026-08-17T18:09:54.892Z | Compiling lalrpop-util v0.19.12 |
| 1765 | 2026-08-17T18:09:54.892Z | Compiling peg-runtime v0.8.5 |
| 1766 | 2026-08-17T18:09:54.935Z | Compiling thread_local v1.1.9 |
| 1767 | 2026-08-17T18:09:54.996Z | Compiling slog-async v2.8.0 |
| 1768 | 2026-08-17T18:09:55.032Z | Compiling crossbeam-channel v0.5.15 |
| 1769 | 2026-08-17T18:09:55.078Z | Compiling is-terminal v0.4.17 |
| 1770 | 2026-08-17T18:09:55.170Z | Compiling filetime v0.2.27 |
| 1771 | 2026-08-17T18:09:55.184Z | Compiling xattr v1.6.1 |
| 1772 | 2026-08-17T18:09:55.184Z | Compiling take_mut v0.2.2 |
| 1773 | 2026-08-17T18:09:55.298Z | Compiling term v1.2.1 |
| 1774 | 2026-08-17T18:09:55.312Z | Compiling tar v0.4.46 |
| 1775 | 2026-08-17T18:09:55.340Z | Compiling camino-tempfile v1.4.1 |
| 1776 | 2026-08-17T18:09:55.560Z | Compiling slog-term v2.9.2 |
| 1777 | 2026-08-17T18:10:01.757Z | Compiling rustls-webpki v0.103.13 |
| 1778 | 2026-08-17T18:10:04.428Z | Compiling tokio-rustls v0.26.4 |
| 1779 | 2026-08-17T18:10:04.428Z | Compiling rustls-platform-verifier v0.6.2 |
| 1780 | 2026-08-17T18:10:04.432Z | Compiling tough v0.22.0 |
| 1781 | 2026-08-17T18:10:04.632Z | Compiling hyper-rustls v0.27.7 |
| 1782 | 2026-08-17T18:10:04.825Z | Compiling reqwest v0.13.2 |
| 1783 | 2026-08-17T18:10:07.037Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-08-17T18:10:07.254Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-08-17T18:10:10.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1786 | 2026-08-17T18:10:10.320Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1787 | 2026-08-17T18:10:10.375Z | Aug 17 18:10:09.389 INFO Starting download, target: Clickhouse |
| 1788 | 2026-08-17T18:10:10.375Z | Aug 17 18:10:09.389 INFO Starting download, target: Cockroach |
| 1789 | 2026-08-17T18:10:10.375Z | Aug 17 18:10:09.389 INFO Starting download, target: Console |
| 1790 | 2026-08-17T18:10:10.375Z | Aug 17 18:10:09.389 INFO Starting download, target: DendriteStub |
| 1791 | 2026-08-17T18:10:10.376Z | Aug 17 18:10:09.389 INFO Starting download, target: MaghemiteMgd |
| 1792 | 2026-08-17T18:10:10.376Z | Aug 17 18:10:09.389 INFO Starting download, target: MaghemiteDdmd |
| 1793 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.389 INFO Starting download, target: TransceiverControl |
| 1794 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1795 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1796 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1797 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1798 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1799 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1800 | 2026-08-17T18:10:10.382Z | Aug 17 18:10:09.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1801 | 2026-08-17T18:10:12.164Z | Aug 17 18:10:11.178 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1802 | 2026-08-17T18:10:12.422Z | Aug 17 18:10:11.436 INFO Download complete, target: Console |
| 1803 | 2026-08-17T18:10:13.131Z | Aug 17 18:10:12.140 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1804 | 2026-08-17T18:10:13.351Z | Aug 17 18:10:12.356 INFO Download complete, target: TransceiverControl |
| 1805 | 2026-08-17T18:10:13.819Z | Aug 17 18:10:12.794 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1806 | 2026-08-17T18:10:16.198Z | Aug 17 18:10:15.188 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1807 | 2026-08-17T18:10:16.367Z | Aug 17 18:10:15.360 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1808 | 2026-08-17T18:10:16.616Z | Aug 17 18:10:15.609 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1809 | 2026-08-17T18:10:17.014Z | Aug 17 18:10:16.019 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1810 | 2026-08-17T18:10:17.014Z | Aug 17 18:10:16.019 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1811 | 2026-08-17T18:10:18.171Z | Aug 17 18:10:17.186 INFO Download complete, target: MaghemiteDdmd |
| 1812 | 2026-08-17T18:10:18.945Z | Aug 17 18:10:17.959 INFO Download complete, target: DendriteStub |
| 1813 | 2026-08-17T18:10:19.141Z | Aug 17 18:10:18.155 INFO Download complete, target: MaghemiteMgd |
| 1814 | 2026-08-17T18:10:20.755Z | Aug 17 18:10:19.769 INFO Checking that binary works, target: Clickhouse |
| 1815 | 2026-08-17T18:10:20.894Z | Aug 17 18:10:19.908 INFO Download complete, target: Clickhouse |
| 1816 | 2026-08-17T18:10:21.692Z | Aug 17 18:10:20.706 INFO Checking that binary works, target: Cockroach |
| 1817 | 2026-08-17T18:10:21.800Z | Aug 17 18:10:20.814 INFO Download complete, target: Cockroach |
| 1818 | 2026-08-17T18:10:21.815Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1819 | 2026-08-17T18:10:21.818Z | |
| 1820 | 2026-08-17T18:10:21.818Z | real 2:11.645307075 |
| 1821 | 2026-08-17T18:10:21.818Z | user 7:07.892913485 |
| 1822 | 2026-08-17T18:10:21.818Z | sys 1:25.892263392 |
| 1823 | 2026-08-17T18:10:21.819Z | trap 0.247258239 |
| 1824 | 2026-08-17T18:10:21.819Z | tflt 0.615124328 |
| 1825 | 2026-08-17T18:10:21.819Z | dflt 0.774755187 |
| 1826 | 2026-08-17T18:10:21.819Z | kflt 0.022161153 |
| 1827 | 2026-08-17T18:10:21.819Z | lock 27:19.604170874 |
| 1828 | 2026-08-17T18:10:21.819Z | slp 21:40.242937708 |
| 1829 | 2026-08-17T18:10:21.819Z | lat 46.057152503 |
| 1830 | 2026-08-17T18:10:21.819Z | stop 2:36.264170655 |
| 1831 | 2026-08-17T18:10:21.819Z | + banner hack-check |
| 1832 | 2026-08-17T18:10:21.819Z | |
| 1833 | 2026-08-17T18:10:21.819Z | # # ## #### # # #### # # ###### #### # # |
| 1834 | 2026-08-17T18:10:21.819Z | # # # # # # # # # # # # # # # # # |
| 1835 | 2026-08-17T18:10:21.819Z | ###### # # # #### ##### # ###### ##### # #### |
| 1836 | 2026-08-17T18:10:21.819Z | # # ###### # # # # # # # # # # |
| 1837 | 2026-08-17T18:10:21.819Z | # # # # # # # # # # # # # # # # # |
| 1838 | 2026-08-17T18:10:21.819Z | # # # # #### # # #### # # ###### #### # # |
| 1839 | 2026-08-17T18:10:21.819Z | |
| 1840 | 2026-08-17T18:10:21.819Z | + export CARGO_INCREMENTAL=0 |
| 1841 | 2026-08-17T18:10:21.819Z | + CARGO_INCREMENTAL=0 |
| 1842 | 2026-08-17T18:10:21.819Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1843 | 2026-08-17T18:10:22.294Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1844 | 2026-08-17T18:10:22.607Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1845 | 2026-08-17T18:10:24.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1846 | 2026-08-17T18:10:24.460Z | Running `target/debug/xtask check-features --ci` |
| 1847 | 2026-08-17T18:10:24.482Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1848 | 2026-08-17T18:10:24.497Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1849 | 2026-08-17T18:10:24.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1850 | 2026-08-17T18:10:24.925Z | Running `target/debug/xtask download cargo-hack` |
| 1851 | 2026-08-17T18:10:25.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1852 | 2026-08-17T18:10:26.014Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1853 | 2026-08-17T18:10:28.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1854 | 2026-08-17T18:10:28.758Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1855 | 2026-08-17T18:10:28.799Z | Aug 17 18:10:27.813 INFO Starting download, target: CargoHack |
| 1856 | 2026-08-17T18:10:28.802Z | Aug 17 18:10:27.814 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1857 | 2026-08-17T18:10:29.204Z | Aug 17 18:10:28.218 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1858 | 2026-08-17T18:10:29.253Z | Aug 17 18:10:28.268 INFO Download complete, target: CargoHack |
| 1859 | 2026-08-17T18:10:29.257Z | 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" |
| 1860 | 2026-08-17T18:10:29.271Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1861 | 2026-08-17T18:10:29.431Z | info: running `cargo check --bins` on api_identity (1/334) |
| 1862 | 2026-08-17T18:10:29.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-08-17T18:10:29.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-08-17T18:10:29.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-08-17T18:10:29.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1866 | 2026-08-17T18:10:29.976Z | |
| 1867 | 2026-08-17T18:10:29.979Z | info: running `cargo check --bins` on bootstore (2/334) |
| 1868 | 2026-08-17T18:10:30.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-08-17T18:10:30.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-08-17T18:10:30.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-08-17T18:10:30.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1872 | 2026-08-17T18:10:30.518Z | |
| 1873 | 2026-08-17T18:10:30.518Z | info: running `cargo check --bins` on omicron-ledger (3/334) |
| 1874 | 2026-08-17T18:10:30.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-08-17T18:10:30.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-08-17T18:10:30.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-08-17T18:10:30.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1878 | 2026-08-17T18:10:31.053Z | |
| 1879 | 2026-08-17T18:10:31.054Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334) |
| 1880 | 2026-08-17T18:10:31.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-08-17T18:10:31.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-08-17T18:10:31.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-08-17T18:10:31.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1884 | 2026-08-17T18:10:31.592Z | |
| 1885 | 2026-08-17T18:10:31.592Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334) |
| 1886 | 2026-08-17T18:10:32.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-08-17T18:10:32.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-08-17T18:10:32.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-08-17T18:10:32.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1890 | 2026-08-17T18:10:32.135Z | |
| 1891 | 2026-08-17T18:10:32.135Z | info: running `cargo check --bins` on omicron-certificates (6/334) |
| 1892 | 2026-08-17T18:10:32.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-17T18:10:32.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-17T18:10:32.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-17T18:10:32.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-17T18:10:32.690Z | |
| 1897 | 2026-08-17T18:10:32.690Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/334) |
| 1898 | 2026-08-17T18:10:33.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-17T18:10:33.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-17T18:10:33.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-17T18:10:33.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-17T18:10:33.247Z | |
| 1903 | 2026-08-17T18:10:33.247Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334) |
| 1904 | 2026-08-17T18:10:33.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-17T18:10:33.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-17T18:10:33.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-17T18:10:33.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1908 | 2026-08-17T18:10:33.805Z | |
| 1909 | 2026-08-17T18:10:33.805Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334) |
| 1910 | 2026-08-17T18:10:34.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-17T18:10:34.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-17T18:10:34.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-17T18:10:34.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1914 | 2026-08-17T18:10:34.219Z | |
| 1915 | 2026-08-17T18:10:34.219Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334) |
| 1916 | 2026-08-17T18:10:34.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-17T18:10:34.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-17T18:10:34.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-17T18:10:34.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1920 | 2026-08-17T18:10:34.632Z | |
| 1921 | 2026-08-17T18:10:34.633Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334) |
| 1922 | 2026-08-17T18:10:34.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-17T18:10:34.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-17T18:10:34.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-17T18:10:35.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1926 | 2026-08-17T18:10:35.050Z | |
| 1927 | 2026-08-17T18:10:35.050Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334) |
| 1928 | 2026-08-17T18:10:35.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-17T18:10:35.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-17T18:10:35.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-17T18:10:35.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1932 | 2026-08-17T18:10:35.465Z | |
| 1933 | 2026-08-17T18:10:35.465Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334) |
| 1934 | 2026-08-17T18:10:35.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-17T18:10:35.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-17T18:10:35.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-17T18:10:35.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1938 | 2026-08-17T18:10:35.876Z | |
| 1939 | 2026-08-17T18:10:35.876Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334) |
| 1940 | 2026-08-17T18:10:36.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-17T18:10:36.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-17T18:10:36.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-17T18:10:36.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1944 | 2026-08-17T18:10:36.287Z | |
| 1945 | 2026-08-17T18:10:36.287Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334) |
| 1946 | 2026-08-17T18:10:36.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-17T18:10:36.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-17T18:10:36.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-17T18:10:36.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1950 | 2026-08-17T18:10:36.697Z | |
| 1951 | 2026-08-17T18:10:36.697Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334) |
| 1952 | 2026-08-17T18:10:37.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-17T18:10:37.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-17T18:10:37.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-17T18:10:37.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1956 | 2026-08-17T18:10:37.114Z | |
| 1957 | 2026-08-17T18:10:37.114Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334) |
| 1958 | 2026-08-17T18:10:37.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-17T18:10:37.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-17T18:10:37.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-17T18:10:37.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1962 | 2026-08-17T18:10:37.531Z | |
| 1963 | 2026-08-17T18:10:37.531Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334) |
| 1964 | 2026-08-17T18:10:37.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-17T18:10:37.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-17T18:10:37.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-17T18:10:37.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1968 | 2026-08-17T18:10:37.945Z | |
| 1969 | 2026-08-17T18:10:37.945Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334) |
| 1970 | 2026-08-17T18:10:38.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-17T18:10:38.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-17T18:10:38.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-17T18:10:38.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1974 | 2026-08-17T18:10:38.360Z | |
| 1975 | 2026-08-17T18:10:38.360Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334) |
| 1976 | 2026-08-17T18:10:38.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-17T18:10:38.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-17T18:10:38.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-17T18:10:38.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1980 | 2026-08-17T18:10:38.773Z | |
| 1981 | 2026-08-17T18:10:38.774Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334) |
| 1982 | 2026-08-17T18:10:39.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-17T18:10:39.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-17T18:10:39.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-17T18:10:39.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1986 | 2026-08-17T18:10:39.193Z | |
| 1987 | 2026-08-17T18:10:39.193Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334) |
| 1988 | 2026-08-17T18:10:39.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-17T18:10:39.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-17T18:10:39.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-17T18:10:39.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1992 | 2026-08-17T18:10:39.612Z | |
| 1993 | 2026-08-17T18:10:39.612Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334) |
| 1994 | 2026-08-17T18:10:39.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-17T18:10:39.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-17T18:10:39.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-17T18:10:39.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1998 | 2026-08-17T18:10:40.028Z | |
| 1999 | 2026-08-17T18:10:40.029Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334) |
| 2000 | 2026-08-17T18:10:40.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-17T18:10:40.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-17T18:10:40.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-17T18:10:40.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2004 | 2026-08-17T18:10:40.447Z | |
| 2005 | 2026-08-17T18:10:40.447Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334) |
| 2006 | 2026-08-17T18:10:40.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-17T18:10:40.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-17T18:10:40.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-17T18:10:40.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2010 | 2026-08-17T18:10:40.925Z | |
| 2011 | 2026-08-17T18:10:40.925Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334) |
| 2012 | 2026-08-17T18:10:41.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-17T18:10:41.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-17T18:10:41.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-17T18:10:41.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2016 | 2026-08-17T18:10:41.274Z | |
| 2017 | 2026-08-17T18:10:41.274Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334) |
| 2018 | 2026-08-17T18:10:41.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-17T18:10:41.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-17T18:10:41.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-17T18:10:41.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2022 | 2026-08-17T18:10:41.686Z | |
| 2023 | 2026-08-17T18:10:41.686Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334) |
| 2024 | 2026-08-17T18:10:42.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-17T18:10:42.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-17T18:10:42.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-17T18:10:42.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2028 | 2026-08-17T18:10:42.101Z | |
| 2029 | 2026-08-17T18:10:42.101Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334) |
| 2030 | 2026-08-17T18:10:42.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-17T18:10:42.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-17T18:10:42.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-17T18:10:42.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-17T18:10:42.516Z | |
| 2035 | 2026-08-17T18:10:42.516Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334) |
| 2036 | 2026-08-17T18:10:42.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-17T18:10:42.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-17T18:10:42.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-17T18:10:42.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2040 | 2026-08-17T18:10:42.926Z | |
| 2041 | 2026-08-17T18:10:42.926Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334) |
| 2042 | 2026-08-17T18:10:43.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-17T18:10:43.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-17T18:10:43.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-17T18:10:43.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2046 | 2026-08-17T18:10:43.338Z | |
| 2047 | 2026-08-17T18:10:43.339Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334) |
| 2048 | 2026-08-17T18:10:43.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-17T18:10:43.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-17T18:10:43.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-17T18:10:43.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2052 | 2026-08-17T18:10:43.753Z | |
| 2053 | 2026-08-17T18:10:43.753Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334) |
| 2054 | 2026-08-17T18:10:44.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-17T18:10:44.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-17T18:10:44.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-17T18:10:44.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2058 | 2026-08-17T18:10:44.165Z | |
| 2059 | 2026-08-17T18:10:44.165Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334) |
| 2060 | 2026-08-17T18:10:44.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-17T18:10:44.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-17T18:10:44.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-17T18:10:44.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2064 | 2026-08-17T18:10:44.579Z | |
| 2065 | 2026-08-17T18:10:44.579Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334) |
| 2066 | 2026-08-17T18:10:44.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-17T18:10:44.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-17T18:10:44.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-17T18:10:44.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2070 | 2026-08-17T18:10:44.996Z | |
| 2071 | 2026-08-17T18:10:44.996Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334) |
| 2072 | 2026-08-17T18:10:45.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-17T18:10:45.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-17T18:10:45.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-17T18:10:45.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2076 | 2026-08-17T18:10:45.414Z | |
| 2077 | 2026-08-17T18:10:45.414Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334) |
| 2078 | 2026-08-17T18:10:45.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-17T18:10:45.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-17T18:10:45.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-17T18:10:45.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-17T18:10:45.828Z | |
| 2083 | 2026-08-17T18:10:45.828Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334) |
| 2084 | 2026-08-17T18:10:46.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-17T18:10:46.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-17T18:10:46.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-17T18:10:46.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2088 | 2026-08-17T18:10:46.265Z | |
| 2089 | 2026-08-17T18:10:46.265Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334) |
| 2090 | 2026-08-17T18:10:46.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-17T18:10:46.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-17T18:10:46.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-17T18:10:46.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2094 | 2026-08-17T18:10:46.652Z | |
| 2095 | 2026-08-17T18:10:46.652Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334) |
| 2096 | 2026-08-17T18:10:47.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-17T18:10:47.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-17T18:10:47.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-17T18:10:47.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-17T18:10:47.065Z | |
| 2101 | 2026-08-17T18:10:47.066Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334) |
| 2102 | 2026-08-17T18:10:47.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-17T18:10:47.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-17T18:10:47.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-17T18:10:47.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2106 | 2026-08-17T18:10:47.478Z | |
| 2107 | 2026-08-17T18:10:47.478Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334) |
| 2108 | 2026-08-17T18:10:47.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-17T18:10:47.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-17T18:10:47.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-17T18:10:47.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-17T18:10:47.895Z | |
| 2113 | 2026-08-17T18:10:47.895Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334) |
| 2114 | 2026-08-17T18:10:48.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-17T18:10:48.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-17T18:10:48.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-17T18:10:48.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2118 | 2026-08-17T18:10:48.312Z | |
| 2119 | 2026-08-17T18:10:48.312Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334) |
| 2120 | 2026-08-17T18:10:48.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-17T18:10:48.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-17T18:10:48.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-17T18:10:48.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-17T18:10:48.729Z | |
| 2125 | 2026-08-17T18:10:48.729Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334) |
| 2126 | 2026-08-17T18:10:49.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-17T18:10:49.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-17T18:10:49.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-17T18:10:49.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2130 | 2026-08-17T18:10:49.141Z | |
| 2131 | 2026-08-17T18:10:49.141Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334) |
| 2132 | 2026-08-17T18:10:49.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-17T18:10:49.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-17T18:10:49.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-17T18:10:49.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2136 | 2026-08-17T18:10:49.556Z | |
| 2137 | 2026-08-17T18:10:49.556Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334) |
| 2138 | 2026-08-17T18:10:49.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-17T18:10:49.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-17T18:10:49.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-17T18:10:49.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2142 | 2026-08-17T18:10:49.969Z | |
| 2143 | 2026-08-17T18:10:49.969Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334) |
| 2144 | 2026-08-17T18:10:50.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-17T18:10:50.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-17T18:10:50.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-17T18:10:50.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2148 | 2026-08-17T18:10:50.383Z | |
| 2149 | 2026-08-17T18:10:50.383Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334) |
| 2150 | 2026-08-17T18:10:50.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-17T18:10:50.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-17T18:10:50.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-17T18:10:50.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2154 | 2026-08-17T18:10:50.975Z | |
| 2155 | 2026-08-17T18:10:50.975Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334) |
| 2156 | 2026-08-17T18:10:51.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-17T18:10:51.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-17T18:10:51.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-17T18:10:51.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2160 | 2026-08-17T18:10:51.570Z | |
| 2161 | 2026-08-17T18:10:51.571Z | info: running `cargo check --bins` on nexus-config (51/334) |
| 2162 | 2026-08-17T18:10:52.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-17T18:10:52.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-17T18:10:52.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-17T18:10:52.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-08-17T18:10:52.168Z | |
| 2167 | 2026-08-17T18:10:52.168Z | info: running `cargo check --bins` on nexus-types (52/334) |
| 2168 | 2026-08-17T18:10:52.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-17T18:10:52.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-17T18:10:52.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-17T18:10:52.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-08-17T18:10:52.764Z | |
| 2173 | 2026-08-17T18:10:52.764Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334) |
| 2174 | 2026-08-17T18:10:53.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-17T18:10:53.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-17T18:10:53.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-17T18:10:53.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2178 | 2026-08-17T18:10:53.332Z | |
| 2179 | 2026-08-17T18:10:53.332Z | info: running `cargo check --bins` on omicron-passwords (54/334) |
| 2180 | 2026-08-17T18:10:53.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-17T18:10:53.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-17T18:10:53.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-17T18:10:53.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2184 | 2026-08-17T18:10:53.878Z | |
| 2185 | 2026-08-17T18:10:53.878Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/334) |
| 2186 | 2026-08-17T18:10:54.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-17T18:10:54.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-17T18:10:54.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-17T18:10:54.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2190 | 2026-08-17T18:10:54.445Z | |
| 2191 | 2026-08-17T18:10:54.445Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334) |
| 2192 | 2026-08-17T18:10:54.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-17T18:10:54.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-17T18:10:54.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-17T18:10:54.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2196 | 2026-08-17T18:10:55.010Z | |
| 2197 | 2026-08-17T18:10:55.011Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334) |
| 2198 | 2026-08-17T18:10:55.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-17T18:10:55.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-17T18:10:55.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-17T18:10:55.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2202 | 2026-08-17T18:10:55.577Z | |
| 2203 | 2026-08-17T18:10:55.578Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334) |
| 2204 | 2026-08-17T18:10:56.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-17T18:10:56.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-17T18:10:56.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-17T18:10:56.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2208 | 2026-08-17T18:10:56.148Z | |
| 2209 | 2026-08-17T18:10:56.148Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334) |
| 2210 | 2026-08-17T18:10:56.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-17T18:10:56.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-17T18:10:56.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-17T18:10:56.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2214 | 2026-08-17T18:10:56.692Z | |
| 2215 | 2026-08-17T18:10:56.692Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334) |
| 2216 | 2026-08-17T18:10:57.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-17T18:10:57.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-17T18:10:57.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-17T18:10:57.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2220 | 2026-08-17T18:10:57.240Z | |
| 2221 | 2026-08-17T18:10:57.240Z | info: running `cargo check --bins --no-default-features` on gfss (61/334) |
| 2222 | 2026-08-17T18:10:57.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-17T18:10:57.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-17T18:10:57.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-17T18:10:57.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2226 | 2026-08-17T18:10:57.778Z | |
| 2227 | 2026-08-17T18:10:57.778Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334) |
| 2228 | 2026-08-17T18:10:58.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-17T18:10:58.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-17T18:10:58.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-17T18:10:58.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2232 | 2026-08-17T18:10:58.324Z | |
| 2233 | 2026-08-17T18:10:58.324Z | info: running `cargo check --bins` on wicketd-commission-types (63/334) |
| 2234 | 2026-08-17T18:10:58.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-17T18:10:58.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-17T18:10:58.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-17T18:10:58.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2238 | 2026-08-17T18:10:58.888Z | |
| 2239 | 2026-08-17T18:10:58.888Z | info: running `cargo check --bins` on wicketd-commission-types-versions (64/334) |
| 2240 | 2026-08-17T18:10:59.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-17T18:10:59.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-17T18:10:59.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-17T18:10:59.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2244 | 2026-08-17T18:10:59.455Z | |
| 2245 | 2026-08-17T18:10:59.455Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334) |
| 2246 | 2026-08-17T18:10:59.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-17T18:10:59.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-17T18:10:59.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-17T18:10:59.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2250 | 2026-08-17T18:11:00.006Z | |
| 2251 | 2026-08-17T18:11:00.006Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334) |
| 2252 | 2026-08-17T18:11:00.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-17T18:11:00.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-17T18:11:00.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-17T18:11:00.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-17T18:11:00.562Z | |
| 2257 | 2026-08-17T18:11:00.562Z | info: running `cargo check --bins` on clickhouse-admin-types (67/334) |
| 2258 | 2026-08-17T18:11:01.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-17T18:11:01.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-17T18:11:01.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-17T18:11:01.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2262 | 2026-08-17T18:11:01.123Z | |
| 2263 | 2026-08-17T18:11:01.123Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (68/334) |
| 2264 | 2026-08-17T18:11:01.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-17T18:11:01.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-17T18:11:01.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-17T18:11:01.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2268 | 2026-08-17T18:11:01.683Z | |
| 2269 | 2026-08-17T18:11:01.683Z | info: running `cargo check --bins` on cockroach-admin-types (69/334) |
| 2270 | 2026-08-17T18:11:02.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-17T18:11:02.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-17T18:11:02.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-17T18:11:02.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2274 | 2026-08-17T18:11:02.228Z | |
| 2275 | 2026-08-17T18:11:02.228Z | info: running `cargo check --bins` on cockroach-admin-types-versions (70/334) |
| 2276 | 2026-08-17T18:11:02.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-17T18:11:02.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-17T18:11:02.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-17T18:11:02.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2280 | 2026-08-17T18:11:02.775Z | |
| 2281 | 2026-08-17T18:11:02.775Z | info: running `cargo check --bins` on ereport-types (71/334) |
| 2282 | 2026-08-17T18:11:03.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-17T18:11:03.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-17T18:11:03.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-17T18:11:03.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2286 | 2026-08-17T18:11:03.327Z | |
| 2287 | 2026-08-17T18:11:03.328Z | info: running `cargo check --bins` on gateway-client (72/334) |
| 2288 | 2026-08-17T18:11:03.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-17T18:11:03.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-17T18:11:03.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-17T18:11:03.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2292 | 2026-08-17T18:11:03.883Z | |
| 2293 | 2026-08-17T18:11:03.883Z | info: running `cargo check --bins --no-default-features` on gateway-types (73/334) |
| 2294 | 2026-08-17T18:11:04.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-17T18:11:04.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-17T18:11:04.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-17T18:11:04.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2298 | 2026-08-17T18:11:04.437Z | |
| 2299 | 2026-08-17T18:11:04.437Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334) |
| 2300 | 2026-08-17T18:11:04.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-17T18:11:04.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-17T18:11:04.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-17T18:11:04.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2304 | 2026-08-17T18:11:04.993Z | |
| 2305 | 2026-08-17T18:11:04.993Z | info: running `cargo check --bins --no-default-features` on illumos-utils (75/334) |
| 2306 | 2026-08-17T18:11:05.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-17T18:11:05.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-17T18:11:05.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-17T18:11:05.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2310 | 2026-08-17T18:11:05.566Z | |
| 2311 | 2026-08-17T18:11:05.566Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334) |
| 2312 | 2026-08-17T18:11:06.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-17T18:11:06.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-17T18:11:06.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-17T18:11:06.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2316 | 2026-08-17T18:11:06.144Z | |
| 2317 | 2026-08-17T18:11:06.144Z | info: running `cargo check --bins` on key-manager-types (77/334) |
| 2318 | 2026-08-17T18:11:06.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-17T18:11:06.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-17T18:11:06.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2026-08-17T18:11:06.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2322 | 2026-08-17T18:11:06.686Z | |
| 2323 | 2026-08-17T18:11:06.686Z | info: running `cargo check --bins` on oxlog (78/334) |
| 2324 | 2026-08-17T18:11:07.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2026-08-17T18:11:07.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2026-08-17T18:11:07.276Z | Checking cfg-if v1.0.4 |
| 2327 | 2026-08-17T18:11:07.279Z | Checking libc v0.2.185 |
| 2328 | 2026-08-17T18:11:07.279Z | Checking serde_core v1.0.228 |
| 2329 | 2026-08-17T18:11:07.395Z | Checking memchr v2.8.0 |
| 2330 | 2026-08-17T18:11:07.401Z | Checking zeroize v1.9.0 |
| 2331 | 2026-08-17T18:11:07.410Z | Checking log v0.4.29 |
| 2332 | 2026-08-17T18:11:07.410Z | Checking smallvec v1.15.1 |
| 2333 | 2026-08-17T18:11:07.431Z | Checking subtle v2.6.1 |
| 2334 | 2026-08-17T18:11:07.441Z | Checking itoa v1.0.17 |
| 2335 | 2026-08-17T18:11:07.550Z | Checking scopeguard v1.2.0 |
| 2336 | 2026-08-17T18:11:07.569Z | Checking typenum v1.20.1 |
| 2337 | 2026-08-17T18:11:07.575Z | Checking stable_deref_trait v1.2.1 |
| 2338 | 2026-08-17T18:11:07.587Z | Checking zerofrom v0.1.6 |
| 2339 | 2026-08-17T18:11:07.601Z | Checking portable-atomic v1.13.1 |
| 2340 | 2026-08-17T18:11:07.642Z | Checking lock_api v0.4.14 |
| 2341 | 2026-08-17T18:11:07.642Z | Checking zerocopy v0.8.40 |
| 2342 | 2026-08-17T18:11:07.697Z | Checking yoke v0.8.1 |
| 2343 | 2026-08-17T18:11:07.776Z | Checking critical-section v1.2.0 |
| 2344 | 2026-08-17T18:11:07.779Z | Checking errno v0.3.14 |
| 2345 | 2026-08-17T18:11:07.852Z | Checking getrandom v0.2.17 |
| 2346 | 2026-08-17T18:11:07.866Z | Checking zerovec v0.11.5 |
| 2347 | 2026-08-17T18:11:07.887Z | Checking const-oid v0.9.6 |
| 2348 | 2026-08-17T18:11:07.913Z | Checking pin-project-lite v0.2.17 |
| 2349 | 2026-08-17T18:11:07.995Z | Checking once_cell v1.21.3 |
| 2350 | 2026-08-17T18:11:08.009Z | Checking rand_core v0.6.4 |
| 2351 | 2026-08-17T18:11:08.025Z | Checking libm v0.2.16 |
| 2352 | 2026-08-17T18:11:08.163Z | Checking zmij v1.0.21 |
| 2353 | 2026-08-17T18:11:08.177Z | Checking signal-hook-registry v1.4.8 |
| 2354 | 2026-08-17T18:11:08.293Z | Checking generic-array v0.14.7 |
| 2355 | 2026-08-17T18:11:08.296Z | Checking tinystr v0.8.2 |
| 2356 | 2026-08-17T18:11:08.333Z | Checking parking_lot_core v0.9.12 |
| 2357 | 2026-08-17T18:11:08.369Z | Checking rand_core v0.10.0 |
| 2358 | 2026-08-17T18:11:08.476Z | Checking writeable v0.6.2 |
| 2359 | 2026-08-17T18:11:08.510Z | Checking futures-core v0.3.32 |
| 2360 | 2026-08-17T18:11:08.523Z | Checking litemap v0.8.1 |
| 2361 | 2026-08-17T18:11:08.552Z | Checking percent-encoding v2.3.2 |
| 2362 | 2026-08-17T18:11:08.631Z | Checking parking_lot v0.12.5 |
| 2363 | 2026-08-17T18:11:08.635Z | Checking getrandom v0.4.1 |
| 2364 | 2026-08-17T18:11:08.686Z | Checking icu_locale_core v2.1.1 |
| 2365 | 2026-08-17T18:11:08.698Z | Checking potential_utf v0.1.4 |
| 2366 | 2026-08-17T18:11:08.710Z | Checking num-traits v0.2.19 |
| 2367 | 2026-08-17T18:11:08.740Z | Checking zerotrie v0.2.3 |
| 2368 | 2026-08-17T18:11:08.785Z | Checking mio v1.2.0 |
| 2369 | 2026-08-17T18:11:08.815Z | Checking equivalent v1.0.2 |
| 2370 | 2026-08-17T18:11:08.827Z | Checking icu_collections v2.1.1 |
| 2371 | 2026-08-17T18:11:08.858Z | Checking serde v1.0.228 |
| 2372 | 2026-08-17T18:11:08.895Z | Checking bitflags v2.11.0 |
| 2373 | 2026-08-17T18:11:08.980Z | Checking serde_json v1.0.151 |
| 2374 | 2026-08-17T18:11:09.066Z | Checking socket2 v0.6.3 |
| 2375 | 2026-08-17T18:11:09.081Z | Checking icu_properties_data v2.1.2 |
| 2376 | 2026-08-17T18:11:09.139Z | Checking icu_normalizer_data v2.1.1 |
| 2377 | 2026-08-17T18:11:09.206Z | Checking byteorder v1.5.0 |
| 2378 | 2026-08-17T18:11:09.219Z | Checking crypto-common v0.1.7 |
| 2379 | 2026-08-17T18:11:09.236Z | Checking block-buffer v0.10.4 |
| 2380 | 2026-08-17T18:11:09.240Z | Checking icu_provider v2.1.1 |
| 2381 | 2026-08-17T18:11:09.269Z | Checking bytes v1.11.1 |
| 2382 | 2026-08-17T18:11:09.314Z | Checking futures-sink v0.3.32 |
| 2383 | 2026-08-17T18:11:09.333Z | Checking hashbrown v0.17.0 |
| 2384 | 2026-08-17T18:11:09.373Z | Checking digest v0.10.7 |
| 2385 | 2026-08-17T18:11:09.401Z | Checking getrandom v0.3.4 |
| 2386 | 2026-08-17T18:11:09.413Z | Checking futures-channel v0.3.32 |
| 2387 | 2026-08-17T18:11:09.476Z | Checking icu_properties v2.1.2 |
| 2388 | 2026-08-17T18:11:09.543Z | Checking icu_normalizer v2.1.1 |
| 2389 | 2026-08-17T18:11:09.562Z | Checking utf8_iter v1.0.4 |
| 2390 | 2026-08-17T18:11:09.599Z | Checking futures-io v0.3.32 |
| 2391 | 2026-08-17T18:11:09.667Z | Checking slab v0.4.12 |
| 2392 | 2026-08-17T18:11:09.682Z | Checking futures-task v0.3.32 |
| 2393 | 2026-08-17T18:11:09.709Z | Checking tokio v1.52.1 |
| 2394 | 2026-08-17T18:11:09.713Z | Checking form_urlencoded v1.2.2 |
| 2395 | 2026-08-17T18:11:09.796Z | Checking indexmap v2.14.0 |
| 2396 | 2026-08-17T18:11:09.817Z | Checking futures-util v0.3.32 |
| 2397 | 2026-08-17T18:11:09.832Z | Checking rustix v1.1.3 |
| 2398 | 2026-08-17T18:11:09.846Z | Checking fnv v1.0.7 |
| 2399 | 2026-08-17T18:11:09.846Z | Checking base64ct v1.8.3 |
| 2400 | 2026-08-17T18:11:09.939Z | Checking iana-time-zone v0.1.65 |
| 2401 | 2026-08-17T18:11:10.044Z | Checking flagset v0.4.7 |
| 2402 | 2026-08-17T18:11:10.082Z | Checking pem-rfc7468 v0.7.0 |
| 2403 | 2026-08-17T18:11:10.169Z | Checking chrono v0.4.45 |
| 2404 | 2026-08-17T18:11:10.241Z | Checking der v0.7.10 |
| 2405 | 2026-08-17T18:11:10.293Z | Checking idna_adapter v1.2.1 |
| 2406 | 2026-08-17T18:11:10.353Z | Checking rand_core v0.9.5 |
| 2407 | 2026-08-17T18:11:10.373Z | Checking ppv-lite86 v0.2.21 |
| 2408 | 2026-08-17T18:11:10.411Z | Checking idna v1.1.0 |
| 2409 | 2026-08-17T18:11:10.528Z | Checking uuid v1.23.4 |
| 2410 | 2026-08-17T18:11:10.651Z | Checking url v2.5.8 |
| 2411 | 2026-08-17T18:11:10.666Z | Checking regex-syntax v0.8.10 |
| 2412 | 2026-08-17T18:11:10.666Z | Checking base64 v0.22.1 |
| 2413 | 2026-08-17T18:11:10.842Z | Checking http v1.4.2 |
| 2414 | 2026-08-17T18:11:10.900Z | Checking utf8parse v0.2.2 |
| 2415 | 2026-08-17T18:11:10.959Z | Checking spki v0.7.3 |
| 2416 | 2026-08-17T18:11:11.001Z | Checking rand_chacha v0.9.0 |
| 2417 | 2026-08-17T18:11:11.022Z | Checking tracing-core v0.1.36 |
| 2418 | 2026-08-17T18:11:11.088Z | Checking cpufeatures v0.2.17 |
| 2419 | 2026-08-17T18:11:11.121Z | Checking anstyle v1.0.14 |
| 2420 | 2026-08-17T18:11:11.156Z | Checking dyn-clone v1.0.20 |
| 2421 | 2026-08-17T18:11:11.212Z | Checking rand v0.9.2 |
| 2422 | 2026-08-17T18:11:11.256Z | Checking pkcs8 v0.10.2 |
| 2423 | 2026-08-17T18:11:11.300Z | Checking semver v1.0.28 |
| 2424 | 2026-08-17T18:11:11.325Z | Checking tracing v0.1.44 |
| 2425 | 2026-08-17T18:11:11.403Z | Checking http-body v1.0.1 |
| 2426 | 2026-08-17T18:11:11.416Z | Checking spin v0.9.8 |
| 2427 | 2026-08-17T18:11:11.506Z | Checking rustls-pki-types v1.14.0 |
| 2428 | 2026-08-17T18:11:11.526Z | Checking tinyvec_macros v0.1.1 |
| 2429 | 2026-08-17T18:11:11.539Z | Checking cmov v0.5.4 |
| 2430 | 2026-08-17T18:11:11.590Z | Checking anstyle-query v1.1.5 |
| 2431 | 2026-08-17T18:11:11.603Z | Checking colorchoice v1.0.4 |
| 2432 | 2026-08-17T18:11:11.669Z | Checking is_terminal_polyfill v1.70.2 |
| 2433 | 2026-08-17T18:11:11.682Z | Checking openssl-probe v0.2.1 |
| 2434 | 2026-08-17T18:11:11.697Z | Checking tinyvec v1.10.0 |
| 2435 | 2026-08-17T18:11:11.720Z | Checking schemars v0.8.22 |
| 2436 | 2026-08-17T18:11:11.733Z | Checking ctutils v0.4.2 |
| 2437 | 2026-08-17T18:11:11.757Z | Checking sha2 v0.10.9 |
| 2438 | 2026-08-17T18:11:11.780Z | Checking aws-lc-sys v0.40.0 |
| 2439 | 2026-08-17T18:11:11.793Z | Checking thiserror v2.0.18 |
| 2440 | 2026-08-17T18:11:11.892Z | Checking fastrand v2.3.0 |
| 2441 | 2026-08-17T18:11:11.936Z | Checking tower-service v0.3.3 |
| 2442 | 2026-08-17T18:11:11.955Z | Checking untrusted v0.7.1 |
| 2443 | 2026-08-17T18:11:12.004Z | Checking tower-layer v0.3.3 |
| 2444 | 2026-08-17T18:11:12.023Z | Checking atomic-waker v1.1.2 |
| 2445 | 2026-08-17T18:11:12.026Z | Checking try-lock v0.2.5 |
| 2446 | 2026-08-17T18:11:12.063Z | Checking hybrid-array v0.4.13 |
| 2447 | 2026-08-17T18:11:12.076Z | Checking tempfile v3.25.0 |
| 2448 | 2026-08-17T18:11:12.121Z | Checking anstyle-parse v1.0.0 |
| 2449 | 2026-08-17T18:11:12.133Z | Checking want v0.3.1 |
| 2450 | 2026-08-17T18:11:12.147Z | Checking ipnet v2.11.0 |
| 2451 | 2026-08-17T18:11:12.252Z | Checking crc32fast v1.5.0 |
| 2452 | 2026-08-17T18:11:12.268Z | Checking httparse v1.10.1 |
| 2453 | 2026-08-17T18:11:12.282Z | Checking aws-lc-rs v1.16.3 |
| 2454 | 2026-08-17T18:11:12.282Z | Checking aho-corasick v1.1.4 |
| 2455 | 2026-08-17T18:11:12.371Z | Checking plain v0.2.3 |
| 2456 | 2026-08-17T18:11:12.387Z | Checking simd-adler32 v0.3.8 |
| 2457 | 2026-08-17T18:11:12.405Z | Checking untrusted v0.9.0 |
| 2458 | 2026-08-17T18:11:12.472Z | Checking httpdate v1.0.3 |
| 2459 | 2026-08-17T18:11:12.527Z | Checking foreign-types-shared v0.1.1 |
| 2460 | 2026-08-17T18:11:12.527Z | Checking tap v1.0.1 |
| 2461 | 2026-08-17T18:11:12.556Z | Checking anstream v1.0.0 |
| 2462 | 2026-08-17T18:11:12.569Z | Checking foreign-types v0.3.2 |
| 2463 | 2026-08-17T18:11:12.607Z | Checking wyz v0.5.1 |
| 2464 | 2026-08-17T18:11:12.621Z | Checking unicode-normalization v0.1.25 |
| 2465 | 2026-08-17T18:11:12.634Z | Checking terminal_size v0.4.3 |
| 2466 | 2026-08-17T18:11:12.745Z | Checking rand_chacha v0.3.1 |
| 2467 | 2026-08-17T18:11:12.759Z | Checking radium v0.7.0 |
| 2468 | 2026-08-17T18:11:12.775Z | Checking signature v2.2.0 |
| 2469 | 2026-08-17T18:11:12.810Z | Checking hex v0.4.3 |
| 2470 | 2026-08-17T18:11:12.904Z | Checking num-integer v0.1.46 |
| 2471 | 2026-08-17T18:11:12.929Z | Checking openssl-sys v0.9.117 |
| 2472 | 2026-08-17T18:11:12.943Z | Checking tokio-util v0.7.18 |
| 2473 | 2026-08-17T18:11:12.956Z | Checking wait-timeout v0.2.1 |
| 2474 | 2026-08-17T18:11:12.968Z | Checking regex-automata v0.4.14 |
| 2475 | 2026-08-17T18:11:13.021Z | Checking bit-vec v0.8.0 |
| 2476 | 2026-08-17T18:11:13.034Z | Checking ucd-trie v0.1.7 |
| 2477 | 2026-08-17T18:11:13.073Z | Checking unicode-ident v1.0.24 |
| 2478 | 2026-08-17T18:11:13.124Z | Checking clap_lex v1.0.0 |
| 2479 | 2026-08-17T18:11:13.137Z | Checking rustls-webpki v0.103.13 |
| 2480 | 2026-08-17T18:11:13.159Z | Checking adler2 v2.0.1 |
| 2481 | 2026-08-17T18:11:13.177Z | Checking quick-error v1.2.3 |
| 2482 | 2026-08-17T18:11:13.214Z | Checking funty v2.0.0 |
| 2483 | 2026-08-17T18:11:13.263Z | Checking strsim v0.11.1 |
| 2484 | 2026-08-17T18:11:13.277Z | Checking rusty-fork v0.3.1 |
| 2485 | 2026-08-17T18:11:13.281Z | Checking miniz_oxide v0.8.9 |
| 2486 | 2026-08-17T18:11:13.301Z | Checking openssl v0.10.80 |
| 2487 | 2026-08-17T18:11:13.419Z | Checking clap_builder v4.6.0 |
| 2488 | 2026-08-17T18:11:13.445Z | Checking bit-set v0.8.0 |
| 2489 | 2026-08-17T18:11:13.526Z | Checking bitvec v1.0.1 |
| 2490 | 2026-08-17T18:11:13.543Z | Checking rustls v0.23.41 |
| 2491 | 2026-08-17T18:11:13.556Z | Checking h2 v0.4.15 |
| 2492 | 2026-08-17T18:11:13.588Z | Checking proc-macro2 v1.0.106 |
| 2493 | 2026-08-17T18:11:13.634Z | Checking pest v2.8.6 |
| 2494 | 2026-08-17T18:11:13.894Z | Checking num-iter v0.1.45 |
| 2495 | 2026-08-17T18:11:14.022Z | Checking rand v0.8.6 |
| 2496 | 2026-08-17T18:11:14.563Z | Checking lazy_static v1.5.0 |
| 2497 | 2026-08-17T18:11:14.656Z | Checking anstyle-parse v0.2.7 |
| 2498 | 2026-08-17T18:11:14.684Z | Checking rand_xorshift v0.4.0 |
| 2499 | 2026-08-17T18:11:14.704Z | Checking thiserror v1.0.69 |
| 2500 | 2026-08-17T18:11:14.798Z | Checking maybe-uninit v2.0.0 |
| 2501 | 2026-08-17T18:11:14.810Z | Checking hmac v0.12.1 |
| 2502 | 2026-08-17T18:11:14.810Z | Checking toml_datetime v0.6.11 |
| 2503 | 2026-08-17T18:11:14.836Z | Checking serde_spanned v0.6.9 |
| 2504 | 2026-08-17T18:11:14.860Z | Checking sync_wrapper v1.0.2 |
| 2505 | 2026-08-17T18:11:14.873Z | Checking nodrop v0.1.14 |
| 2506 | 2026-08-17T18:11:14.949Z | Checking powerfmt v0.2.0 |
| 2507 | 2026-08-17T18:11:14.962Z | Checking pretty-hex v0.4.1 |
| 2508 | 2026-08-17T18:11:14.965Z | Checking zlib-rs v0.6.2 |
| 2509 | 2026-08-17T18:11:14.965Z | Checking crc-catalog v2.4.0 |
| 2510 | 2026-08-17T18:11:14.996Z | Checking unarray v0.1.4 |
| 2511 | 2026-08-17T18:11:15.070Z | Checking siphasher v1.0.2 |
| 2512 | 2026-08-17T18:11:15.083Z | Checking crc v3.4.0 |
| 2513 | 2026-08-17T18:11:15.094Z | Checking proptest v1.11.0 |
| 2514 | 2026-08-17T18:11:15.097Z | Checking deranged v0.5.8 |
| 2515 | 2026-08-17T18:11:15.223Z | Checking tower v0.5.3 |
| 2516 | 2026-08-17T18:11:15.248Z | Checking array-init v0.0.4 |
| 2517 | 2026-08-17T18:11:15.301Z | Checking native-tls v0.2.18 |
| 2518 | 2026-08-17T18:11:15.476Z | Checking packed_struct v0.10.1 |
| 2519 | 2026-08-17T18:11:15.538Z | Checking smallvec v0.6.14 |
| 2520 | 2026-08-17T18:11:15.605Z | Checking anstream v0.6.21 |
| 2521 | 2026-08-17T18:11:15.725Z | Checking clap v4.6.1 |
| 2522 | 2026-08-17T18:11:15.801Z | Checking num-bigint-dig v0.8.6 |
| 2523 | 2026-08-17T18:11:15.818Z | Checking quote v1.0.45 |
| 2524 | 2026-08-17T18:11:15.832Z | Checking ipnetwork v0.21.1 |
| 2525 | 2026-08-17T18:11:15.846Z | Checking flate2 v1.1.9 |
| 2526 | 2026-08-17T18:11:15.984Z | Checking http-body-util v0.1.3 |
| 2527 | 2026-08-17T18:11:16.019Z | Checking pkcs1 v0.7.5 |
| 2528 | 2026-08-17T18:11:16.041Z | Checking crossbeam-utils v0.8.21 |
| 2529 | 2026-08-17T18:11:16.135Z | Checking zerocopy v0.6.6 |
| 2530 | 2026-08-17T18:11:16.199Z | Checking bitfield v0.19.4 |
| 2531 | 2026-08-17T18:11:16.223Z | Checking ahash v0.8.12 |
| 2532 | 2026-08-17T18:11:16.375Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2533 | 2026-08-17T18:11:16.379Z | Checking hyper v1.10.1 |
| 2534 | 2026-08-17T18:11:16.412Z | Checking scroll v0.13.0 |
| 2535 | 2026-08-17T18:11:16.426Z | Checking env_filter v1.0.0 |
| 2536 | 2026-08-17T18:11:16.457Z | Checking time-core v0.1.8 |
| 2537 | 2026-08-17T18:11:16.457Z | Checking winnow v0.5.40 |
| 2538 | 2026-08-17T18:11:16.520Z | Checking num_threads v0.1.7 |
| 2539 | 2026-08-17T18:11:16.565Z | Checking num-conv v0.2.0 |
| 2540 | 2026-08-17T18:11:16.605Z | Checking ryu v1.0.23 |
| 2541 | 2026-08-17T18:11:16.608Z | Checking unicode-properties v0.1.4 |
| 2542 | 2026-08-17T18:11:16.629Z | Checking hashbrown v0.12.3 |
| 2543 | 2026-08-17T18:11:16.641Z | Checking iri-string v0.7.10 |
| 2544 | 2026-08-17T18:11:16.676Z | Checking allocator-api2 v0.2.21 |
| 2545 | 2026-08-17T18:11:16.740Z | Checking base64 v0.21.7 |
| 2546 | 2026-08-17T18:11:16.800Z | Checking unicode-bidi v0.3.18 |
| 2547 | 2026-08-17T18:11:16.894Z | Checking newtype-uuid v1.3.2 |
| 2548 | 2026-08-17T18:11:16.956Z | Checking serde_urlencoded v0.7.1 |
| 2549 | 2026-08-17T18:11:16.975Z | Checking ron v0.8.1 |
| 2550 | 2026-08-17T18:11:17.034Z | Checking indexmap v1.9.3 |
| 2551 | 2026-08-17T18:11:17.089Z | Checking stringprep v0.1.5 |
| 2552 | 2026-08-17T18:11:17.092Z | Checking time v0.3.47 |
| 2553 | 2026-08-17T18:11:17.160Z | Checking goblin v0.10.5 |
| 2554 | 2026-08-17T18:11:17.247Z | Checking rsa v0.9.10 |
| 2555 | 2026-08-17T18:11:17.322Z | Checking hyper-util v0.1.20 |
| 2556 | 2026-08-17T18:11:17.345Z | Checking env_logger v0.11.9 |
| 2557 | 2026-08-17T18:11:17.480Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2558 | 2026-08-17T18:11:17.535Z | Checking bzip2 v0.4.4 |
| 2559 | 2026-08-17T18:11:17.599Z | Checking toml_edit v0.19.15 |
| 2560 | 2026-08-17T18:11:17.657Z | Checking tower-http v0.6.8 |
| 2561 | 2026-08-17T18:11:17.695Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2562 | 2026-08-17T18:11:17.708Z | Checking hashbrown v0.13.2 |
| 2563 | 2026-08-17T18:11:17.857Z | Checking crossbeam-epoch v0.9.18 |
| 2564 | 2026-08-17T18:11:17.926Z | Checking oxnet v0.1.6 |
| 2565 | 2026-08-17T18:11:18.085Z | Checking syn v2.0.117 |
| 2566 | 2026-08-17T18:11:18.126Z | Checking serde-hex v0.1.0 |
| 2567 | 2026-08-17T18:11:18.183Z | Checking tokio-native-tls v0.3.1 |
| 2568 | 2026-08-17T18:11:18.235Z | Checking bstr v1.12.1 |
| 2569 | 2026-08-17T18:11:18.340Z | Checking block-buffer v0.12.1 |
| 2570 | 2026-08-17T18:11:18.509Z | Checking block-padding v0.4.2 |
| 2571 | 2026-08-17T18:11:18.576Z | Checking crypto-common v0.2.2 |
| 2572 | 2026-08-17T18:11:18.621Z | Checking rustls-native-certs v0.8.3 |
| 2573 | 2026-08-17T18:11:18.635Z | Checking x509-cert v0.2.5 |
| 2574 | 2026-08-17T18:11:18.647Z | Checking scroll v0.12.0 |
| 2575 | 2026-08-17T18:11:18.751Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2576 | 2026-08-17T18:11:18.862Z | Checking md-5 v0.10.6 |
| 2577 | 2026-08-17T18:11:18.875Z | Checking hash32 v0.2.1 |
| 2578 | 2026-08-17T18:11:19.013Z | Checking encoding_rs v0.8.35 |
| 2579 | 2026-08-17T18:11:19.042Z | Checking crc-any v2.5.0 |
| 2580 | 2026-08-17T18:11:19.182Z | Checking either v1.15.0 |
| 2581 | 2026-08-17T18:11:19.218Z | Checking mime v0.3.17 |
| 2582 | 2026-08-17T18:11:19.280Z | Checking psl-types v2.0.11 |
| 2583 | 2026-08-17T18:11:19.370Z | Checking fallible-iterator v0.2.0 |
| 2584 | 2026-08-17T18:11:19.396Z | Checking heapless v0.7.17 |
| 2585 | 2026-08-17T18:11:19.410Z | Checking publicsuffix v2.3.0 |
| 2586 | 2026-08-17T18:11:19.492Z | Checking dof v0.4.0 |
| 2587 | 2026-08-17T18:11:19.564Z | Checking goblin v0.8.2 |
| 2588 | 2026-08-17T18:11:19.627Z | Checking zstd-safe v7.2.4 |
| 2589 | 2026-08-17T18:11:19.643Z | Checking postgres-protocol v0.6.10 |
| 2590 | 2026-08-17T18:11:19.792Z | Checking inout v0.2.2 |
| 2591 | 2026-08-17T18:11:19.807Z | Checking toml v0.7.8 |
| 2592 | 2026-08-17T18:11:19.940Z | Checking hyper-tls v0.6.0 |
| 2593 | 2026-08-17T18:11:19.960Z | Checking cookie v0.18.1 |
| 2594 | 2026-08-17T18:11:19.960Z | Checking daft v0.1.7 |
| 2595 | 2026-08-17T18:11:20.111Z | Checking object v0.30.4 |
| 2596 | 2026-08-17T18:11:20.111Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2597 | 2026-08-17T18:11:20.137Z | Checking zip v0.6.6 |
| 2598 | 2026-08-17T18:11:20.203Z | Checking tokio-rustls v0.26.4 |
| 2599 | 2026-08-17T18:11:20.216Z | Checking phf_shared v0.13.1 |
| 2600 | 2026-08-17T18:11:20.272Z | Checking dtrace-parser v0.3.0 |
| 2601 | 2026-08-17T18:11:20.376Z | Checking zerocopy v0.7.35 |
| 2602 | 2026-08-17T18:11:20.408Z | Checking pin-project v1.1.11 |
| 2603 | 2026-08-17T18:11:20.431Z | Checking futures-executor v0.3.32 |
| 2604 | 2026-08-17T18:11:20.463Z | Checking signal-hook v0.3.18 |
| 2605 | 2026-08-17T18:11:20.498Z | Checking ff v0.13.1 |
| 2606 | 2026-08-17T18:11:20.510Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-08-17T18:11:20.514Z | Checking thread-id v5.1.0 |
| 2608 | 2026-08-17T18:11:20.574Z | Checking same-file v1.0.6 |
| 2609 | 2026-08-17T18:11:20.597Z | Checking libbz2-rs-sys v0.2.2 |
| 2610 | 2026-08-17T18:11:20.622Z | Checking foldhash v0.2.0 |
| 2611 | 2026-08-17T18:11:20.650Z | Checking foldhash v0.1.5 |
| 2612 | 2026-08-17T18:11:20.686Z | Checking path-slash v0.1.5 |
| 2613 | 2026-08-17T18:11:20.772Z | Compiling rayon-core v1.13.0 |
| 2614 | 2026-08-17T18:11:20.784Z | Checking bumpalo v3.20.2 |
| 2615 | 2026-08-17T18:11:20.788Z | Checking base16ct v0.2.0 |
| 2616 | 2026-08-17T18:11:20.868Z | Checking jiff-core v0.1.0 |
| 2617 | 2026-08-17T18:11:20.918Z | Checking bitflags v1.3.2 |
| 2618 | 2026-08-17T18:11:20.946Z | Checking managed v0.8.0 |
| 2619 | 2026-08-17T18:11:20.977Z | Checking bzip2 v0.6.1 |
| 2620 | 2026-08-17T18:11:20.989Z | Checking zopfli v0.8.3 |
| 2621 | 2026-08-17T18:11:21.021Z | Checking sec1 v0.7.3 |
| 2622 | 2026-08-17T18:11:21.128Z | Checking smoltcp v0.9.1 |
| 2623 | 2026-08-17T18:11:21.140Z | Checking hashbrown v0.15.5 |
| 2624 | 2026-08-17T18:11:21.222Z | Checking hashbrown v0.16.1 |
| 2625 | 2026-08-17T18:11:21.304Z | Checking walkdir v2.5.0 |
| 2626 | 2026-08-17T18:11:21.460Z | Checking signal-hook-mio v0.2.5 |
| 2627 | 2026-08-17T18:11:21.463Z | Checking group v0.13.0 |
| 2628 | 2026-08-17T18:11:21.463Z | Checking dof v0.3.0 |
| 2629 | 2026-08-17T18:11:21.535Z | Checking jiff v0.2.34 |
| 2630 | 2026-08-17T18:11:21.584Z | Checking usdt-impl v0.6.0 |
| 2631 | 2026-08-17T18:11:21.604Z | Checking futures v0.3.32 |
| 2632 | 2026-08-17T18:11:21.617Z | Checking snafu v0.8.9 |
| 2633 | 2026-08-17T18:11:21.681Z | Checking hyper-rustls v0.27.7 |
| 2634 | 2026-08-17T18:11:21.707Z | Checking phf v0.13.1 |
| 2635 | 2026-08-17T18:11:21.720Z | Checking cookie_store v0.22.1 |
| 2636 | 2026-08-17T18:11:21.754Z | Checking reqwest v0.12.28 |
| 2637 | 2026-08-17T18:11:21.851Z | Checking postgres-types v0.2.12 |
| 2638 | 2026-08-17T18:11:21.864Z | Checking cipher v0.5.2 |
| 2639 | 2026-08-17T18:11:21.864Z | Checking zstd v0.13.3 |
| 2640 | 2026-08-17T18:11:21.886Z | Checking rustls-platform-verifier v0.6.2 |
| 2641 | 2026-08-17T18:11:22.020Z | Checking globset v0.4.18 |
| 2642 | 2026-08-17T18:11:22.044Z | Checking crossbeam-deque v0.8.6 |
| 2643 | 2026-08-17T18:11:22.048Z | Checking phf_shared v0.11.3 |
| 2644 | 2026-08-17T18:11:22.106Z | Checking hkdf v0.12.4 |
| 2645 | 2026-08-17T18:11:22.158Z | Checking regex v1.12.3 |
| 2646 | 2026-08-17T18:11:22.189Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2647 | 2026-08-17T18:11:22.205Z | Checking dtrace-parser v0.2.0 |
| 2648 | 2026-08-17T18:11:22.220Z | Checking byte-wrapper v0.1.0 |
| 2649 | 2026-08-17T18:11:22.235Z | Checking ref-cast v1.0.25 |
| 2650 | 2026-08-17T18:11:22.270Z | Checking curve25519-dalek v4.1.3 |
| 2651 | 2026-08-17T18:11:22.329Z | Checking strum v0.27.2 |
| 2652 | 2026-08-17T18:11:22.418Z | Checking olpc-cjson v0.1.4 |
| 2653 | 2026-08-17T18:11:22.434Z | Checking hubpack v0.1.2 |
| 2654 | 2026-08-17T18:11:22.437Z | Checking ed25519 v2.2.3 |
| 2655 | 2026-08-17T18:11:22.455Z | Checking memoffset v0.9.1 |
| 2656 | 2026-08-17T18:11:22.506Z | Checking rustix v0.38.44 |
| 2657 | 2026-08-17T18:11:22.520Z | Checking pem v3.0.6 |
| 2658 | 2026-08-17T18:11:22.532Z | Checking serde_plain v1.0.2 |
| 2659 | 2026-08-17T18:11:22.548Z | Checking serde-big-array v0.5.1 |
| 2660 | 2026-08-17T18:11:22.593Z | Checking erased-serde v0.3.31 |
| 2661 | 2026-08-17T18:11:22.621Z | Checking float-cmp v0.10.0 |
| 2662 | 2026-08-17T18:11:22.667Z | Checking crypto-bigint v0.5.5 |
| 2663 | 2026-08-17T18:11:22.668Z | Checking memmap2 v0.9.10 |
| 2664 | 2026-08-17T18:11:22.692Z | Checking thread-id v4.2.2 |
| 2665 | 2026-08-17T18:11:22.745Z | Checking fixedbitset v0.5.7 |
| 2666 | 2026-08-17T18:11:22.767Z | Checking static_assertions v1.1.0 |
| 2667 | 2026-08-17T18:11:22.836Z | Checking predicates-core v1.0.10 |
| 2668 | 2026-08-17T18:11:22.848Z | Checking normalize-line-endings v0.3.0 |
| 2669 | 2026-08-17T18:11:22.934Z | Checking difflib v0.4.0 |
| 2670 | 2026-08-17T18:11:22.946Z | Checking toml_write v0.1.2 |
| 2671 | 2026-08-17T18:11:22.958Z | Checking precomputed-hash v0.1.1 |
| 2672 | 2026-08-17T18:11:22.970Z | Checking unicode-segmentation v1.12.0 |
| 2673 | 2026-08-17T18:11:23.031Z | Checking data-encoding v2.10.0 |
| 2674 | 2026-08-17T18:11:23.043Z | Checking cpufeatures v0.3.0 |
| 2675 | 2026-08-17T18:11:23.103Z | Checking keccak v0.1.6 |
| 2676 | 2026-08-17T18:11:23.106Z | Checking const-oid v0.10.2 |
| 2677 | 2026-08-17T18:11:23.128Z | Checking typed-path v0.9.3 |
| 2678 | 2026-08-17T18:11:23.261Z | Checking new_debug_unreachable v1.0.6 |
| 2679 | 2026-08-17T18:11:23.274Z | Checking winnow v1.0.3 |
| 2680 | 2026-08-17T18:11:23.285Z | Checking whoami v2.1.0 |
| 2681 | 2026-08-17T18:11:23.300Z | Checking winnow v0.7.14 |
| 2682 | 2026-08-17T18:11:23.313Z | Checking fixedbitset v0.4.2 |
| 2683 | 2026-08-17T18:11:23.326Z | Checking string_cache v0.8.9 |
| 2684 | 2026-08-17T18:11:23.417Z | Checking zip v4.6.1 |
| 2685 | 2026-08-17T18:11:23.455Z | Checking petgraph v0.6.5 |
| 2686 | 2026-08-17T18:11:23.472Z | Checking tokio-postgres v0.7.16 |
| 2687 | 2026-08-17T18:11:23.488Z | Checking crossterm v0.28.1 |
| 2688 | 2026-08-17T18:11:23.602Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2689 | 2026-08-17T18:11:23.606Z | Checking elliptic-curve v0.13.8 |
| 2690 | 2026-08-17T18:11:23.873Z | Checking hickory-proto v0.25.2 |
| 2691 | 2026-08-17T18:11:23.889Z | Checking sha3 v0.10.8 |
| 2692 | 2026-08-17T18:11:23.903Z | Checking tough v0.22.0 |
| 2693 | 2026-08-17T18:11:23.984Z | Checking similar v2.7.0 |
| 2694 | 2026-08-17T18:11:24.105Z | Checking digest v0.11.3 |
| 2695 | 2026-08-17T18:11:24.188Z | Checking chacha20 v0.10.0 |
| 2696 | 2026-08-17T18:11:24.285Z | Checking predicates v3.1.4 |
| 2697 | 2026-08-17T18:11:24.375Z | Checking ed25519-dalek v2.2.0 |
| 2698 | 2026-08-17T18:11:24.451Z | Checking slog v2.8.2 |
| 2699 | 2026-08-17T18:11:24.496Z | Checking toml_edit v0.22.27 |
| 2700 | 2026-08-17T18:11:24.586Z | Checking petgraph v0.8.3 |
| 2701 | 2026-08-17T18:11:24.601Z | Checking usdt v0.6.0 |
| 2702 | 2026-08-17T18:11:24.715Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2703 | 2026-08-17T18:11:24.732Z | Checking usdt-impl v0.5.0 |
| 2704 | 2026-08-17T18:11:24.755Z | Checking nix v0.31.2 |
| 2705 | 2026-08-17T18:11:24.770Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2706 | 2026-08-17T18:11:25.011Z | Checking iddqd v0.4.2 |
| 2707 | 2026-08-17T18:11:25.577Z | Checking reqwest v0.13.2 |
| 2708 | 2026-08-17T18:11:25.666Z | Checking itertools v0.15.0 |
| 2709 | 2026-08-17T18:11:25.905Z | Checking itertools v0.13.0 |
| 2710 | 2026-08-17T18:11:25.918Z | Checking strum v0.26.3 |
| 2711 | 2026-08-17T18:11:25.945Z | Checking serde_with v3.21.0 |
| 2712 | 2026-08-17T18:11:26.026Z | Checking fs-err v3.3.0 |
| 2713 | 2026-08-17T18:11:26.148Z | Checking object v0.37.3 |
| 2714 | 2026-08-17T18:11:26.322Z | Checking tokio-stream v0.1.18 |
| 2715 | 2026-08-17T18:11:26.426Z | Checking buf-list v1.1.2 |
| 2716 | 2026-08-17T18:11:26.613Z | Checking camino v1.2.2 |
| 2717 | 2026-08-17T18:11:26.702Z | Checking anyhow v1.0.102 |
| 2718 | 2026-08-17T18:11:26.705Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2719 | 2026-08-17T18:11:26.766Z | Checking openapiv3 v2.2.0 |
| 2720 | 2026-08-17T18:11:26.858Z | Checking peg-runtime v0.8.5 |
| 2721 | 2026-08-17T18:11:26.902Z | Checking lalrpop-util v0.19.12 |
| 2722 | 2026-08-17T18:11:26.922Z | Checking rayon v1.11.0 |
| 2723 | 2026-08-17T18:11:26.973Z | Checking sigpipe v0.1.3 |
| 2724 | 2026-08-17T18:11:26.973Z | Checking glob v0.3.3 |
| 2725 | 2026-08-17T18:11:28.302Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2726 | 2026-08-17T18:11:28.368Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2727 | 2026-08-17T18:11:28.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.96s |
| 2728 | 2026-08-17T18:11:28.922Z | |
| 2729 | 2026-08-17T18:11:28.922Z | info: running `cargo check --bins` on internal-dns-types (79/334) |
| 2730 | 2026-08-17T18:11:29.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2026-08-17T18:11:29.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2026-08-17T18:11:29.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2026-08-17T18:11:29.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2734 | 2026-08-17T18:11:29.385Z | |
| 2735 | 2026-08-17T18:11:29.385Z | info: running `cargo check --bins` on internal-dns-types-versions (80/334) |
| 2736 | 2026-08-17T18:11:29.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2026-08-17T18:11:29.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2026-08-17T18:11:29.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2739 | 2026-08-17T18:11:29.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2740 | 2026-08-17T18:11:29.946Z | |
| 2741 | 2026-08-17T18:11:29.947Z | info: running `cargo check --bins` on nexus-types-versions (81/334) |
| 2742 | 2026-08-17T18:11:30.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2026-08-17T18:11:30.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2026-08-17T18:11:30.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2745 | 2026-08-17T18:11:30.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2746 | 2026-08-17T18:11:30.527Z | |
| 2747 | 2026-08-17T18:11:30.527Z | info: running `cargo check --bins` on oxql-types (82/334) |
| 2748 | 2026-08-17T18:11:31.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2026-08-17T18:11:31.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2026-08-17T18:11:31.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2751 | 2026-08-17T18:11:31.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2752 | 2026-08-17T18:11:31.092Z | |
| 2753 | 2026-08-17T18:11:31.093Z | info: running `cargo check --bins` on oximeter-types (83/334) |
| 2754 | 2026-08-17T18:11:31.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2026-08-17T18:11:31.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2026-08-17T18:11:31.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2026-08-17T18:11:31.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2758 | 2026-08-17T18:11:31.654Z | |
| 2759 | 2026-08-17T18:11:31.655Z | info: running `cargo check --bins` on oximeter-types-versions (84/334) |
| 2760 | 2026-08-17T18:11:32.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2026-08-17T18:11:32.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2026-08-17T18:11:32.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2026-08-17T18:11:32.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2764 | 2026-08-17T18:11:32.221Z | |
| 2765 | 2026-08-17T18:11:32.221Z | info: running `cargo check --bins` on oximeter-macro-impl (85/334) |
| 2766 | 2026-08-17T18:11:32.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-08-17T18:11:32.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-08-17T18:11:32.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2769 | 2026-08-17T18:11:32.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2770 | 2026-08-17T18:11:32.772Z | |
| 2771 | 2026-08-17T18:11:32.772Z | info: running `cargo check --bins --no-default-features` on oximeter-db (86/334) |
| 2772 | 2026-08-17T18:11:33.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2026-08-17T18:11:33.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2026-08-17T18:11:33.450Z | Compiling multer v3.1.0 |
| 2775 | 2026-08-17T18:11:33.562Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2776 | 2026-08-17T18:11:33.562Z | Compiling async-stream-impl v0.3.6 |
| 2777 | 2026-08-17T18:11:33.580Z | Compiling dropshot v0.17.1 |
| 2778 | 2026-08-17T18:11:33.592Z | Compiling parse-display-derive v0.10.0 |
| 2779 | 2026-08-17T18:11:33.604Z | Compiling dropshot_endpoint v0.17.1 |
| 2780 | 2026-08-17T18:11:33.607Z | Compiling newtype-uuid-macros v0.1.0 |
| 2781 | 2026-08-17T18:11:33.633Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2782 | 2026-08-17T18:11:33.777Z | Checking thread_local v1.1.9 |
| 2783 | 2026-08-17T18:11:33.820Z | Checking compression-core v0.4.31 |
| 2784 | 2026-08-17T18:11:33.935Z | Checking match_cfg v0.1.0 |
| 2785 | 2026-08-17T18:11:33.951Z | Checking crossbeam-channel v0.5.15 |
| 2786 | 2026-08-17T18:11:33.966Z | Checking compression-codecs v0.4.37 |
| 2787 | 2026-08-17T18:11:34.013Z | Checking hostname v0.3.1 |
| 2788 | 2026-08-17T18:11:34.043Z | Checking atomicwrites v0.4.4 |
| 2789 | 2026-08-17T18:11:34.113Z | Checking slog-json v2.6.1 |
| 2790 | 2026-08-17T18:11:34.191Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2791 | 2026-08-17T18:11:34.195Z | Checking is-terminal v0.4.17 |
| 2792 | 2026-08-17T18:11:34.195Z | Checking serde_spanned v1.1.1 |
| 2793 | 2026-08-17T18:11:34.241Z | Checking debug-ignore v1.0.5 |
| 2794 | 2026-08-17T18:11:34.267Z | Checking term v1.2.1 |
| 2795 | 2026-08-17T18:11:34.295Z | Checking take_mut v0.2.2 |
| 2796 | 2026-08-17T18:11:34.308Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2797 | 2026-08-17T18:11:34.339Z | Checking slog-bunyan v2.5.0 |
| 2798 | 2026-08-17T18:11:34.352Z | Checking async-stream v0.3.6 |
| 2799 | 2026-08-17T18:11:34.364Z | Checking async-compression v0.4.41 |
| 2800 | 2026-08-17T18:11:34.396Z | Checking slog-async v2.8.0 |
| 2801 | 2026-08-17T18:11:34.453Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2802 | 2026-08-17T18:11:34.475Z | Checking progenitor-client v0.14.0 |
| 2803 | 2026-08-17T18:11:34.490Z | Checking slog-term v2.9.2 |
| 2804 | 2026-08-17T18:11:34.493Z | Checking toml v1.1.2+spec-1.1.0 |
| 2805 | 2026-08-17T18:11:34.558Z | Checking sha1 v0.11.0 |
| 2806 | 2026-08-17T18:11:34.603Z | Checking waitgroup v0.1.2 |
| 2807 | 2026-08-17T18:11:34.701Z | Checking rustls-pemfile v2.2.0 |
| 2808 | 2026-08-17T18:11:34.715Z | Checking backon v1.6.0 |
| 2809 | 2026-08-17T18:11:34.738Z | Checking serde_path_to_error v0.1.20 |
| 2810 | 2026-08-17T18:11:34.752Z | Checking hostname v0.4.2 |
| 2811 | 2026-08-17T18:11:34.783Z | Checking instant v0.1.13 |
| 2812 | 2026-08-17T18:11:34.864Z | Checking backoff v0.4.0 |
| 2813 | 2026-08-17T18:11:34.876Z | Checking progenitor-extras v0.2.0 |
| 2814 | 2026-08-17T18:11:35.006Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2815 | 2026-08-17T18:11:35.034Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2816 | 2026-08-17T18:11:35.056Z | Checking regress v0.10.5 |
| 2817 | 2026-08-17T18:11:35.076Z | Checking itertools v0.14.0 |
| 2818 | 2026-08-17T18:11:35.206Z | Checking macaddr v1.0.1 |
| 2819 | 2026-08-17T18:11:35.273Z | Checking parse-display v0.10.0 |
| 2820 | 2026-08-17T18:11:35.382Z | Checking humantime v2.3.0 |
| 2821 | 2026-08-17T18:11:36.166Z | Compiling prettyplease v0.2.37 |
| 2822 | 2026-08-17T18:11:36.455Z | Checking num-rational v0.4.2 |
| 2823 | 2026-08-17T18:11:36.723Z | Checking num-complex v0.4.6 |
| 2824 | 2026-08-17T18:11:37.186Z | Compiling num v0.4.3 |
| 2825 | 2026-08-17T18:11:37.245Z | Compiling usdt-macro v0.5.0 |
| 2826 | 2026-08-17T18:11:37.269Z | Compiling usdt-attr-macro v0.5.0 |
| 2827 | 2026-08-17T18:11:37.299Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2828 | 2026-08-17T18:11:37.312Z | Checking memmap v0.7.0 |
| 2829 | 2026-08-17T18:11:37.325Z | Checking float-ord v0.3.2 |
| 2830 | 2026-08-17T18:11:37.442Z | Checking unicode-width v0.2.0 |
| 2831 | 2026-08-17T18:11:37.544Z | Compiling convert_case v0.4.0 |
| 2832 | 2026-08-17T18:11:37.688Z | Checking console v0.15.11 |
| 2833 | 2026-08-17T18:11:37.910Z | Compiling derive_more v0.99.20 |
| 2834 | 2026-08-17T18:11:37.967Z | Checking newline-converter v0.3.0 |
| 2835 | 2026-08-17T18:11:37.980Z | Compiling toml v0.8.23 |
| 2836 | 2026-08-17T18:11:38.048Z | Checking usdt v0.5.0 |
| 2837 | 2026-08-17T18:11:38.077Z | Compiling minimal-lexical v0.2.1 |
| 2838 | 2026-08-17T18:11:38.219Z | Checking linked-hash-map v0.5.6 |
| 2839 | 2026-08-17T18:11:38.328Z | Compiling nom v7.1.3 |
| 2840 | 2026-08-17T18:11:38.391Z | Checking lru-cache v0.1.2 |
| 2841 | 2026-08-17T18:11:38.511Z | Checking expectorate v1.2.0 |
| 2842 | 2026-08-17T18:11:38.909Z | Checking camino-tempfile v1.4.1 |
| 2843 | 2026-08-17T18:11:38.967Z | Checking hickory-proto v0.24.4 |
| 2844 | 2026-08-17T18:11:39.097Z | Checking phf_shared v0.12.1 |
| 2845 | 2026-08-17T18:11:39.126Z | Compiling slog-dtrace v0.3.0 |
| 2846 | 2026-08-17T18:11:39.242Z | Compiling chrono-tz v0.10.4 |
| 2847 | 2026-08-17T18:11:39.419Z | Checking resolv-conf v0.7.6 |
| 2848 | 2026-08-17T18:11:39.532Z | Compiling unicode-xid v0.2.6 |
| 2849 | 2026-08-17T18:11:39.609Z | Checking heck v0.5.0 |
| 2850 | 2026-08-17T18:11:39.663Z | Compiling const_format_proc_macros v0.2.34 |
| 2851 | 2026-08-17T18:11:39.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-08-17T18:11:39.809Z | Checking phf v0.12.1 |
| 2853 | 2026-08-17T18:11:39.954Z | Checking tokio-dtrace v0.1.1 |
| 2854 | 2026-08-17T18:11:40.147Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2855 | 2026-08-17T18:11:40.196Z | Compiling derive-where v1.6.0 |
| 2856 | 2026-08-17T18:11:40.315Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2857 | 2026-08-17T18:11:40.539Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2858 | 2026-08-17T18:11:40.671Z | Checking highway v1.3.0 |
| 2859 | 2026-08-17T18:11:40.814Z | Checking hickory-resolver v0.24.4 |
| 2860 | 2026-08-17T18:11:40.896Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2861 | 2026-08-17T18:11:41.421Z | Checking const_format v0.2.35 |
| 2862 | 2026-08-17T18:11:41.618Z | Checking oxide-tokio-rt v0.1.4 |
| 2863 | 2026-08-17T18:11:41.623Z | Checking qorb v0.4.1 |
| 2864 | 2026-08-17T18:11:41.783Z | Checking gethostname v0.5.0 |
| 2865 | 2026-08-17T18:11:41.874Z | Checking bcs v0.1.6 |
| 2866 | 2026-08-17T18:11:41.902Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2867 | 2026-08-17T18:11:41.954Z | Checking termtree v0.5.1 |
| 2868 | 2026-08-17T18:11:42.107Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2869 | 2026-08-17T18:11:42.169Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2870 | 2026-08-17T18:11:42.172Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2871 | 2026-08-17T18:11:45.216Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2872 | 2026-08-17T18:11:48.329Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2873 | 2026-08-17T18:11:50.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s |
| 2874 | 2026-08-17T18:11:50.766Z | |
| 2875 | 2026-08-17T18:11:50.766Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334) |
| 2876 | 2026-08-17T18:11:51.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-08-17T18:11:51.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-08-17T18:11:51.434Z | Compiling ar_archive_writer v0.5.1 |
| 2879 | 2026-08-17T18:11:51.544Z | Compiling stacker v0.1.23 |
| 2880 | 2026-08-17T18:11:51.552Z | Compiling cfg_aliases v0.1.1 |
| 2881 | 2026-08-17T18:11:51.559Z | Compiling convert_case v0.10.0 |
| 2882 | 2026-08-17T18:11:51.565Z | Checking unicode-width v0.1.14 |
| 2883 | 2026-08-17T18:11:51.574Z | Compiling proc-macro-error v1.0.4 |
| 2884 | 2026-08-17T18:11:51.585Z | Checking fd-lock v4.0.4 |
| 2885 | 2026-08-17T18:11:51.588Z | Checking nibble_vec v0.1.0 |
| 2886 | 2026-08-17T18:11:51.607Z | Compiling nix v0.28.0 |
| 2887 | 2026-08-17T18:11:51.700Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2888 | 2026-08-17T18:11:51.712Z | Checking vte v0.14.1 |
| 2889 | 2026-08-17T18:11:51.794Z | Checking bytecount v0.6.9 |
| 2890 | 2026-08-17T18:11:51.807Z | Checking endian-type v0.1.2 |
| 2891 | 2026-08-17T18:11:51.838Z | Compiling derive_more-impl v2.1.1 |
| 2892 | 2026-08-17T18:11:51.856Z | Checking strip-ansi-escapes v0.2.1 |
| 2893 | 2026-08-17T18:11:51.868Z | Compiling tabled_derive v0.7.0 |
| 2894 | 2026-08-17T18:11:51.891Z | Checking papergrid v0.11.0 |
| 2895 | 2026-08-17T18:11:51.925Z | Checking radix_trie v0.2.1 |
| 2896 | 2026-08-17T18:11:51.957Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2897 | 2026-08-17T18:11:52.099Z | Compiling peg-macros v0.8.5 |
| 2898 | 2026-08-17T18:11:52.131Z | Checking winnow v0.6.26 |
| 2899 | 2026-08-17T18:11:52.341Z | Compiling psm v0.1.30 |
| 2900 | 2026-08-17T18:11:52.416Z | Compiling sqlparser_derive v0.5.0 |
| 2901 | 2026-08-17T18:11:52.499Z | Checking home v0.5.12 |
| 2902 | 2026-08-17T18:11:52.607Z | Checking nu-ansi-term v0.50.3 |
| 2903 | 2026-08-17T18:11:52.644Z | Checking derive_more v2.1.1 |
| 2904 | 2026-08-17T18:11:52.722Z | Checking unicode_categories v0.1.1 |
| 2905 | 2026-08-17T18:11:52.810Z | Checking tabled v0.15.0 |
| 2906 | 2026-08-17T18:11:52.828Z | Checking reedline v0.40.0 |
| 2907 | 2026-08-17T18:11:52.875Z | Checking crossterm v0.29.0 |
| 2908 | 2026-08-17T18:11:52.918Z | Checking rustyline v14.0.0 |
| 2909 | 2026-08-17T18:11:53.176Z | Checking recursive v0.1.1 |
| 2910 | 2026-08-17T18:11:53.188Z | Checking display-error-chain v0.2.2 |
| 2911 | 2026-08-17T18:11:53.201Z | Checking sqlparser v0.61.0 |
| 2912 | 2026-08-17T18:11:53.269Z | Checking sqlformat v0.3.5 |
| 2913 | 2026-08-17T18:11:53.420Z | Checking peg v0.8.5 |
| 2914 | 2026-08-17T18:12:05.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
| 2915 | 2026-08-17T18:12:05.804Z | |
| 2916 | 2026-08-17T18:12:05.805Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334) |
| 2917 | 2026-08-17T18:12:05.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-08-17T18:12:05.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-08-17T18:12:05.805Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2920 | 2026-08-17T18:12:08.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2921 | 2026-08-17T18:12:09.352Z | |
| 2922 | 2026-08-17T18:12:09.352Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334) |
| 2923 | 2026-08-17T18:12:09.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-08-17T18:12:09.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-08-17T18:12:09.784Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2926 | 2026-08-17T18:12:12.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2927 | 2026-08-17T18:12:12.471Z | |
| 2928 | 2026-08-17T18:12:12.471Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334) |
| 2929 | 2026-08-17T18:12:12.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-08-17T18:12:12.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-08-17T18:12:13.126Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2932 | 2026-08-17T18:12:16.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 2933 | 2026-08-17T18:12:16.648Z | |
| 2934 | 2026-08-17T18:12:16.648Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334) |
| 2935 | 2026-08-17T18:12:17.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-08-17T18:12:17.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-08-17T18:12:17.314Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2938 | 2026-08-17T18:12:20.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2939 | 2026-08-17T18:12:20.873Z | |
| 2940 | 2026-08-17T18:12:20.873Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334) |
| 2941 | 2026-08-17T18:12:21.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-08-17T18:12:21.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-08-17T18:12:21.537Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2944 | 2026-08-17T18:12:24.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 2945 | 2026-08-17T18:12:24.441Z | |
| 2946 | 2026-08-17T18:12:24.442Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334) |
| 2947 | 2026-08-17T18:12:24.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-08-17T18:12:24.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-08-17T18:12:25.104Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2950 | 2026-08-17T18:12:27.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 2951 | 2026-08-17T18:12:28.012Z | |
| 2952 | 2026-08-17T18:12:28.013Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334) |
| 2953 | 2026-08-17T18:12:28.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-08-17T18:12:28.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-08-17T18:12:28.673Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2956 | 2026-08-17T18:12:32.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 2957 | 2026-08-17T18:12:32.374Z | |
| 2958 | 2026-08-17T18:12:32.374Z | info: running `cargo check --bins` on oximeter (95/334) |
| 2959 | 2026-08-17T18:12:32.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-17T18:12:32.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-17T18:12:32.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2962 | 2026-08-17T18:12:32.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2963 | 2026-08-17T18:12:32.933Z | |
| 2964 | 2026-08-17T18:12:32.936Z | info: running `cargo check --bins` on oximeter-schema (96/334) |
| 2965 | 2026-08-17T18:12:33.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-17T18:12:33.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-17T18:12:33.552Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2968 | 2026-08-17T18:12:33.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 2969 | 2026-08-17T18:12:34.128Z | |
| 2970 | 2026-08-17T18:12:34.128Z | info: running `cargo check --bins` on oximeter-timeseries-macro (97/334) |
| 2971 | 2026-08-17T18:12:34.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-17T18:12:34.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-17T18:12:34.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2026-08-17T18:12:34.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2975 | 2026-08-17T18:12:34.683Z | |
| 2976 | 2026-08-17T18:12:34.683Z | info: running `cargo check --bins` on oximeter-test-utils (98/334) |
| 2977 | 2026-08-17T18:12:35.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-17T18:12:35.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-17T18:12:35.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2980 | 2026-08-17T18:12:35.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2981 | 2026-08-17T18:12:35.287Z | |
| 2982 | 2026-08-17T18:12:35.287Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334) |
| 2983 | 2026-08-17T18:12:35.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-17T18:12:35.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-17T18:12:35.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2026-08-17T18:12:35.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2987 | 2026-08-17T18:12:35.854Z | |
| 2988 | 2026-08-17T18:12:35.854Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334) |
| 2989 | 2026-08-17T18:12:36.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-17T18:12:36.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-17T18:12:36.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2992 | 2026-08-17T18:12:36.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2993 | 2026-08-17T18:12:36.425Z | |
| 2994 | 2026-08-17T18:12:36.425Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334) |
| 2995 | 2026-08-17T18:12:36.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-17T18:12:36.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-17T18:12:36.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-08-17T18:12:36.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2999 | 2026-08-17T18:12:36.998Z | |
| 3000 | 2026-08-17T18:12:36.998Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334) |
| 3001 | 2026-08-17T18:12:37.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-17T18:12:37.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-17T18:12:37.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-17T18:12:37.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3005 | 2026-08-17T18:12:37.569Z | |
| 3006 | 2026-08-17T18:12:37.569Z | info: running `cargo check --bins` on trust-quorum-types (103/334) |
| 3007 | 2026-08-17T18:12:38.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-17T18:12:38.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-17T18:12:38.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-08-17T18:12:38.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3011 | 2026-08-17T18:12:38.116Z | |
| 3012 | 2026-08-17T18:12:38.116Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/334) |
| 3013 | 2026-08-17T18:12:38.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-17T18:12:38.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-17T18:12:38.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-17T18:12:38.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3017 | 2026-08-17T18:12:38.681Z | |
| 3018 | 2026-08-17T18:12:38.681Z | info: running `cargo check --bins` on reconfigurator-cli (105/334) |
| 3019 | 2026-08-17T18:12:39.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-17T18:12:39.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-17T18:12:39.501Z | Compiling regress v0.11.1 |
| 3022 | 2026-08-17T18:12:39.501Z | Checking secrecy v0.10.3 |
| 3023 | 2026-08-17T18:12:39.502Z | Compiling crucible-workspace-hack v0.1.0 |
| 3024 | 2026-08-17T18:12:39.502Z | Checking half v2.7.1 |
| 3025 | 2026-08-17T18:12:39.502Z | Checking ciborium-io v0.2.2 |
| 3026 | 2026-08-17T18:12:39.505Z | Checking inout v0.1.4 |
| 3027 | 2026-08-17T18:12:39.505Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3028 | 2026-08-17T18:12:39.740Z | Checking universal-hash v0.5.1 |
| 3029 | 2026-08-17T18:12:39.754Z | Checking cipher v0.4.4 |
| 3030 | 2026-08-17T18:12:39.790Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3031 | 2026-08-17T18:12:39.870Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3032 | 2026-08-17T18:12:39.880Z | Checking ciborium-ll v0.2.2 |
| 3033 | 2026-08-17T18:12:39.897Z | Checking opaque-debug v0.3.1 |
| 3034 | 2026-08-17T18:12:39.924Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3035 | 2026-08-17T18:12:39.948Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3036 | 2026-08-17T18:12:39.966Z | Checking poly1305 v0.8.0 |
| 3037 | 2026-08-17T18:12:40.021Z | Checking chacha20 v0.9.1 |
| 3038 | 2026-08-17T18:12:40.049Z | Checking ciborium v0.2.2 |
| 3039 | 2026-08-17T18:12:40.191Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3040 | 2026-08-17T18:12:40.214Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3041 | 2026-08-17T18:12:40.229Z | Checking password-hash v0.5.0 |
| 3042 | 2026-08-17T18:12:40.321Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3043 | 2026-08-17T18:12:40.448Z | Checking blake2 v0.10.6 |
| 3044 | 2026-08-17T18:12:40.476Z | Checking aead v0.5.2 |
| 3045 | 2026-08-17T18:12:40.498Z | Checking indent_write v2.2.0 |
| 3046 | 2026-08-17T18:12:40.622Z | Compiling unsafe-libyaml v0.2.11 |
| 3047 | 2026-08-17T18:12:40.637Z | Checking chacha20poly1305 v0.10.1 |
| 3048 | 2026-08-17T18:12:40.695Z | Checking argon2 v0.5.3 |
| 3049 | 2026-08-17T18:12:40.762Z | Compiling proc-macro-crate v3.4.0 |
| 3050 | 2026-08-17T18:12:41.039Z | Checking thiserror-no-std v2.0.2 |
| 3051 | 2026-08-17T18:12:41.053Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3052 | 2026-08-17T18:12:41.099Z | Checking typify-impl v0.6.2 |
| 3053 | 2026-08-17T18:12:41.128Z | Checking vsss-rs v3.3.4 |
| 3054 | 2026-08-17T18:12:41.320Z | Compiling serde_yaml v0.9.34+deprecated |
| 3055 | 2026-08-17T18:12:41.381Z | Compiling num_enum_derive v0.7.6 |
| 3056 | 2026-08-17T18:12:41.667Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3057 | 2026-08-17T18:12:41.879Z | Compiling heapless v0.8.0 |
| 3058 | 2026-08-17T18:12:42.007Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3059 | 2026-08-17T18:12:42.110Z | Compiling ingot-macros v0.2.0 |
| 3060 | 2026-08-17T18:12:42.215Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3061 | 2026-08-17T18:12:42.231Z | Checking hash32 v0.3.1 |
| 3062 | 2026-08-17T18:12:42.347Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3063 | 2026-08-17T18:12:42.362Z | Compiling smoltcp v0.11.0 |
| 3064 | 2026-08-17T18:12:42.420Z | Checking num_enum v0.7.6 |
| 3065 | 2026-08-17T18:12:42.576Z | Checking tabwriter v1.4.1 |
| 3066 | 2026-08-17T18:12:42.722Z | Checking cobs v0.3.0 |
| 3067 | 2026-08-17T18:12:42.738Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3068 | 2026-08-17T18:12:42.759Z | Compiling proc-macro-crate v1.3.1 |
| 3069 | 2026-08-17T18:12:42.864Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3070 | 2026-08-17T18:12:42.879Z | Checking postcard v1.1.3 |
| 3071 | 2026-08-17T18:12:42.950Z | Compiling foreign-types-macros v0.2.3 |
| 3072 | 2026-08-17T18:12:43.076Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3073 | 2026-08-17T18:12:43.167Z | Checking foreign-types-shared v0.3.1 |
| 3074 | 2026-08-17T18:12:43.171Z | Checking colored v3.1.1 |
| 3075 | 2026-08-17T18:12:43.265Z | Checking swrite v0.1.0 |
| 3076 | 2026-08-17T18:12:43.326Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3077 | 2026-08-17T18:12:43.331Z | Compiling num_enum_derive v0.5.11 |
| 3078 | 2026-08-17T18:12:43.464Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3079 | 2026-08-17T18:12:43.485Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3080 | 2026-08-17T18:12:43.542Z | Checking foreign-types v0.5.0 |
| 3081 | 2026-08-17T18:12:43.625Z | Checking cstr-argument v0.1.2 |
| 3082 | 2026-08-17T18:12:43.752Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3083 | 2026-08-17T18:12:43.896Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3084 | 2026-08-17T18:12:43.933Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3085 | 2026-08-17T18:12:43.968Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3086 | 2026-08-17T18:12:44.040Z | Checking rand v0.10.1 |
| 3087 | 2026-08-17T18:12:44.133Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3088 | 2026-08-17T18:12:44.150Z | Compiling zone_cfg_derive v0.3.1 |
| 3089 | 2026-08-17T18:12:44.168Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3090 | 2026-08-17T18:12:44.287Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3091 | 2026-08-17T18:12:44.385Z | Checking num_enum v0.5.11 |
| 3092 | 2026-08-17T18:12:44.470Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3093 | 2026-08-17T18:12:44.504Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3094 | 2026-08-17T18:12:44.649Z | Checking itertools v0.12.1 |
| 3095 | 2026-08-17T18:12:44.685Z | Compiling num-derive v0.4.2 |
| 3096 | 2026-08-17T18:12:44.815Z | Compiling semver v0.1.20 |
| 3097 | 2026-08-17T18:12:44.951Z | Checking ingot-types v0.2.0 |
| 3098 | 2026-08-17T18:12:45.120Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3099 | 2026-08-17T18:12:45.321Z | Checking ingot v0.2.1 |
| 3100 | 2026-08-17T18:12:45.339Z | Compiling rustc_version v0.1.7 |
| 3101 | 2026-08-17T18:12:45.555Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3102 | 2026-08-17T18:12:45.570Z | Checking smf v0.2.3 |
| 3103 | 2026-08-17T18:12:45.613Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3104 | 2026-08-17T18:12:45.668Z | Checking zone v0.3.1 |
| 3105 | 2026-08-17T18:12:45.717Z | Checking nom v8.0.0 |
| 3106 | 2026-08-17T18:12:45.790Z | Compiling typify-macro v0.6.2 |
| 3107 | 2026-08-17T18:12:45.808Z | Checking csv-core v0.1.13 |
| 3108 | 2026-08-17T18:12:45.836Z | Checking whoami v1.6.1 |
| 3109 | 2026-08-17T18:12:45.854Z | Compiling newtype_derive v0.1.6 |
| 3110 | 2026-08-17T18:12:45.982Z | Checking csv v1.4.0 |
| 3111 | 2026-08-17T18:12:46.010Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3112 | 2026-08-17T18:12:46.025Z | Compiling cancel-safe-futures v0.1.5 |
| 3113 | 2026-08-17T18:12:46.093Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3114 | 2026-08-17T18:12:46.225Z | Compiling libefi-sys v0.1.0 |
| 3115 | 2026-08-17T18:12:46.260Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3116 | 2026-08-17T18:12:46.335Z | Compiling owo-colors v4.3.0 |
| 3117 | 2026-08-17T18:12:46.349Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3118 | 2026-08-17T18:12:46.574Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3119 | 2026-08-17T18:12:46.702Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3120 | 2026-08-17T18:12:46.762Z | Checking oxide-update-engine-types v0.1.2 |
| 3121 | 2026-08-17T18:12:46.770Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3122 | 2026-08-17T18:12:46.904Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3123 | 2026-08-17T18:12:46.929Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3124 | 2026-08-17T18:12:46.946Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3125 | 2026-08-17T18:12:47.005Z | Compiling bitfield-struct v0.6.2 |
| 3126 | 2026-08-17T18:12:47.255Z | Checking unicode-linebreak v0.1.5 |
| 3127 | 2026-08-17T18:12:47.414Z | Checking linear-map v1.2.0 |
| 3128 | 2026-08-17T18:12:47.473Z | Checking smawk v0.3.2 |
| 3129 | 2026-08-17T18:12:47.510Z | Compiling typify v0.6.2 |
| 3130 | 2026-08-17T18:12:47.607Z | Compiling progenitor-impl v0.14.0 |
| 3131 | 2026-08-17T18:12:47.628Z | Checking textwrap v0.16.2 |
| 3132 | 2026-08-17T18:12:47.644Z | Checking oxide-update-engine v0.1.2 |
| 3133 | 2026-08-17T18:12:47.657Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3134 | 2026-08-17T18:12:47.670Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3135 | 2026-08-17T18:12:47.843Z | Checking steno v0.4.1 |
| 3136 | 2026-08-17T18:12:48.006Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3137 | 2026-08-17T18:12:48.236Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3138 | 2026-08-17T18:12:48.405Z | Checking sha1 v0.10.6 |
| 3139 | 2026-08-17T18:12:48.472Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3140 | 2026-08-17T18:12:48.554Z | Checking utf-8 v0.7.6 |
| 3141 | 2026-08-17T18:12:48.577Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3142 | 2026-08-17T18:12:48.599Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3143 | 2026-08-17T18:12:48.692Z | Checking tungstenite v0.21.0 |
| 3144 | 2026-08-17T18:12:48.755Z | Checking ignore v0.4.25 |
| 3145 | 2026-08-17T18:12:48.814Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3146 | 2026-08-17T18:12:48.859Z | Compiling xshell-macros v0.2.7 |
| 3147 | 2026-08-17T18:12:49.069Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3148 | 2026-08-17T18:12:49.087Z | Checking predicates-tree v1.0.13 |
| 3149 | 2026-08-17T18:12:49.172Z | Checking tokio-tungstenite v0.21.0 |
| 3150 | 2026-08-17T18:12:49.203Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3151 | 2026-08-17T18:12:49.218Z | Checking globwalk v0.9.1 |
| 3152 | 2026-08-17T18:12:49.287Z | Checking xshell v0.2.7 |
| 3153 | 2026-08-17T18:12:49.302Z | Checking filetime v0.2.27 |
| 3154 | 2026-08-17T18:12:49.401Z | Checking tagptr v0.2.0 |
| 3155 | 2026-08-17T18:12:49.442Z | Checking xattr v1.6.1 |
| 3156 | 2026-08-17T18:12:49.458Z | Checking camino-tempfile-ext v0.3.3 |
| 3157 | 2026-08-17T18:12:49.486Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3158 | 2026-08-17T18:12:49.548Z | Checking moka v0.12.13 |
| 3159 | 2026-08-17T18:12:49.578Z | Checking tar v0.4.46 |
| 3160 | 2026-08-17T18:12:49.594Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3161 | 2026-08-17T18:12:49.657Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3162 | 2026-08-17T18:12:49.672Z | Checking rand_seeder v0.4.0 |
| 3163 | 2026-08-17T18:12:49.729Z | Checking half v1.8.3 |
| 3164 | 2026-08-17T18:12:49.805Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3165 | 2026-08-17T18:12:49.823Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3166 | 2026-08-17T18:12:49.933Z | Checking serde_cbor v0.11.2 |
| 3167 | 2026-08-17T18:12:49.964Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3168 | 2026-08-17T18:12:50.131Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3169 | 2026-08-17T18:12:50.199Z | Checking hickory-resolver v0.25.2 |
| 3170 | 2026-08-17T18:12:50.221Z | Checking digest-io v0.1.0 |
| 3171 | 2026-08-17T18:12:50.224Z | Compiling progenitor-macro v0.14.0 |
| 3172 | 2026-08-17T18:12:50.325Z | Checking sha2 v0.11.0 |
| 3173 | 2026-08-17T18:12:50.352Z | Compiling petname v2.0.2 |
| 3174 | 2026-08-17T18:12:50.783Z | Checking rawzip v0.4.4 |
| 3175 | 2026-08-17T18:12:50.834Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3176 | 2026-08-17T18:12:50.905Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3177 | 2026-08-17T18:12:50.933Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3178 | 2026-08-17T18:12:50.982Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3179 | 2026-08-17T18:12:51.236Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3180 | 2026-08-17T18:12:51.364Z | Checking sapling-renderdag v0.1.0 |
| 3181 | 2026-08-17T18:12:51.421Z | Checking subprocess v0.2.15 |
| 3182 | 2026-08-17T18:12:51.610Z | Checking sync-ptr v0.1.4 |
| 3183 | 2026-08-17T18:12:51.720Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3184 | 2026-08-17T18:12:51.723Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3185 | 2026-08-17T18:12:51.723Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3186 | 2026-08-17T18:12:51.764Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3187 | 2026-08-17T18:12:51.850Z | Checking colored v2.2.0 |
| 3188 | 2026-08-17T18:12:51.882Z | Checking assert_matches v1.5.0 |
| 3189 | 2026-08-17T18:12:52.973Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3190 | 2026-08-17T18:12:53.201Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3191 | 2026-08-17T18:12:53.479Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3192 | 2026-08-17T18:12:53.746Z | Checking progenitor v0.14.0 |
| 3193 | 2026-08-17T18:12:53.881Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3194 | 2026-08-17T18:12:53.881Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3195 | 2026-08-17T18:12:53.884Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3196 | 2026-08-17T18:12:53.884Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3197 | 2026-08-17T18:12:53.884Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3198 | 2026-08-17T18:12:53.884Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3199 | 2026-08-17T18:12:54.224Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3200 | 2026-08-17T18:12:54.249Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3201 | 2026-08-17T18:12:54.411Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3202 | 2026-08-17T18:12:54.551Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3203 | 2026-08-17T18:12:55.118Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3204 | 2026-08-17T18:12:55.614Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3205 | 2026-08-17T18:12:56.831Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3206 | 2026-08-17T18:13:05.274Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3207 | 2026-08-17T18:13:12.499Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3208 | 2026-08-17T18:13:12.499Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3209 | 2026-08-17T18:13:12.503Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3210 | 2026-08-17T18:13:14.033Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-08-17T18:13:15.310Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3212 | 2026-08-17T18:13:17.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.89s |
| 3213 | 2026-08-17T18:13:17.780Z | |
| 3214 | 2026-08-17T18:13:17.780Z | info: running `cargo check --bins` on nexus-inventory (106/334) |
| 3215 | 2026-08-17T18:13:18.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-08-17T18:13:18.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-08-17T18:13:18.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3218 | 2026-08-17T18:13:18.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3219 | 2026-08-17T18:13:18.388Z | |
| 3220 | 2026-08-17T18:13:18.389Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334) |
| 3221 | 2026-08-17T18:13:18.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2026-08-17T18:13:18.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2026-08-17T18:13:18.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3224 | 2026-08-17T18:13:18.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3225 | 2026-08-17T18:13:18.955Z | |
| 3226 | 2026-08-17T18:13:18.955Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/334) |
| 3227 | 2026-08-17T18:13:19.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2026-08-17T18:13:19.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2026-08-17T18:13:19.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3230 | 2026-08-17T18:13:19.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3231 | 2026-08-17T18:13:19.521Z | |
| 3232 | 2026-08-17T18:13:19.521Z | info: running `cargo check --bins` on dns-service-client (109/334) |
| 3233 | 2026-08-17T18:13:19.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3234 | 2026-08-17T18:13:20.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3235 | 2026-08-17T18:13:20.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3236 | 2026-08-17T18:13:20.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3237 | 2026-08-17T18:13:20.087Z | |
| 3238 | 2026-08-17T18:13:20.087Z | info: running `cargo check --bins` on ntp-admin-client (110/334) |
| 3239 | 2026-08-17T18:13:20.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3240 | 2026-08-17T18:13:20.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3241 | 2026-08-17T18:13:20.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3242 | 2026-08-17T18:13:20.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3243 | 2026-08-17T18:13:20.644Z | |
| 3244 | 2026-08-17T18:13:20.644Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/334) |
| 3245 | 2026-08-17T18:13:21.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2026-08-17T18:13:21.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2026-08-17T18:13:21.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2026-08-17T18:13:21.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3249 | 2026-08-17T18:13:21.202Z | |
| 3250 | 2026-08-17T18:13:21.203Z | info: running `cargo check --bins` on cockroach-admin-client (112/334) |
| 3251 | 2026-08-17T18:13:21.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2026-08-17T18:13:21.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2026-08-17T18:13:21.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2026-08-17T18:13:21.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3255 | 2026-08-17T18:13:21.761Z | |
| 3256 | 2026-08-17T18:13:21.761Z | info: running `cargo check --bins` on parallel-task-set (113/334) |
| 3257 | 2026-08-17T18:13:22.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2026-08-17T18:13:22.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2026-08-17T18:13:22.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2026-08-17T18:13:22.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3261 | 2026-08-17T18:13:22.314Z | |
| 3262 | 2026-08-17T18:13:22.314Z | info: running `cargo check --bins` on sled-agent-client (114/334) |
| 3263 | 2026-08-17T18:13:22.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2026-08-17T18:13:22.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2026-08-17T18:13:22.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2026-08-17T18:13:22.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3267 | 2026-08-17T18:13:22.892Z | |
| 3268 | 2026-08-17T18:13:22.892Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334) |
| 3269 | 2026-08-17T18:13:23.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2026-08-17T18:13:23.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2026-08-17T18:13:23.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2026-08-17T18:13:23.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3273 | 2026-08-17T18:13:23.478Z | |
| 3274 | 2026-08-17T18:13:23.478Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/334) |
| 3275 | 2026-08-17T18:13:23.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2026-08-17T18:13:23.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2026-08-17T18:13:23.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2026-08-17T18:13:23.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3279 | 2026-08-17T18:13:24.064Z | |
| 3280 | 2026-08-17T18:13:24.064Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334) |
| 3281 | 2026-08-17T18:13:24.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2026-08-17T18:13:24.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2026-08-17T18:13:24.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2026-08-17T18:13:24.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3285 | 2026-08-17T18:13:24.648Z | |
| 3286 | 2026-08-17T18:13:24.648Z | info: running `cargo check --bins` on key-manager (118/334) |
| 3287 | 2026-08-17T18:13:25.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2026-08-17T18:13:25.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2026-08-17T18:13:25.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2026-08-17T18:13:25.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3291 | 2026-08-17T18:13:25.215Z | |
| 3292 | 2026-08-17T18:13:25.215Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/334) |
| 3293 | 2026-08-17T18:13:25.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2026-08-17T18:13:25.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2026-08-17T18:13:25.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2026-08-17T18:13:25.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3297 | 2026-08-17T18:13:25.799Z | |
| 3298 | 2026-08-17T18:13:25.799Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334) |
| 3299 | 2026-08-17T18:13:26.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-08-17T18:13:26.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-08-17T18:13:26.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-08-17T18:13:26.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3303 | 2026-08-17T18:13:26.382Z | |
| 3304 | 2026-08-17T18:13:26.382Z | info: running `cargo check --bins` on typed-rng (121/334) |
| 3305 | 2026-08-17T18:13:26.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-08-17T18:13:26.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-08-17T18:13:26.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2026-08-17T18:13:26.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3309 | 2026-08-17T18:13:26.936Z | |
| 3310 | 2026-08-17T18:13:26.936Z | info: running `cargo check --bins` on gateway-test-utils (122/334) |
| 3311 | 2026-08-17T18:13:27.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2026-08-17T18:13:27.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2026-08-17T18:13:27.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3314 | 2026-08-17T18:13:27.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3315 | 2026-08-17T18:13:27.550Z | |
| 3316 | 2026-08-17T18:13:27.550Z | info: running `cargo check --bins` on omicron-gateway (123/334) |
| 3317 | 2026-08-17T18:13:28.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-08-17T18:13:28.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-08-17T18:13:28.277Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3320 | 2026-08-17T18:13:28.280Z | Checking void v1.0.2 |
| 3321 | 2026-08-17T18:13:28.280Z | Checking tungstenite v0.23.0 |
| 3322 | 2026-08-17T18:13:28.281Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3323 | 2026-08-17T18:13:28.281Z | Checking nix v0.27.1 |
| 3324 | 2026-08-17T18:13:28.281Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3325 | 2026-08-17T18:13:28.407Z | Checking dropshot-api-manager-types v0.7.2 |
| 3326 | 2026-08-17T18:13:28.413Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3327 | 2026-08-17T18:13:28.538Z | Checking lzss v0.8.2 |
| 3328 | 2026-08-17T18:13:28.590Z | Checking kstat-rs v0.2.5 |
| 3329 | 2026-08-17T18:13:28.594Z | Checking fxhash v0.2.1 |
| 3330 | 2026-08-17T18:13:28.661Z | Checking serde_bytes v0.11.19 |
| 3331 | 2026-08-17T18:13:28.706Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3332 | 2026-08-17T18:13:28.720Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3333 | 2026-08-17T18:13:28.723Z | Checking signal-hook-tokio v0.3.1 |
| 3334 | 2026-08-17T18:13:28.767Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3335 | 2026-08-17T18:13:28.785Z | Checking tokio-tungstenite v0.23.1 |
| 3336 | 2026-08-17T18:13:28.884Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3337 | 2026-08-17T18:13:29.979Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3338 | 2026-08-17T18:13:30.525Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3339 | 2026-08-17T18:13:32.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 3340 | 2026-08-17T18:13:32.851Z | |
| 3341 | 2026-08-17T18:13:32.851Z | info: running `cargo check --bins` on gateway-api (124/334) |
| 3342 | 2026-08-17T18:13:33.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-08-17T18:13:33.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-08-17T18:13:33.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-08-17T18:13:33.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3346 | 2026-08-17T18:13:33.416Z | |
| 3347 | 2026-08-17T18:13:33.416Z | info: running `cargo check --bins` on ipcc (125/334) |
| 3348 | 2026-08-17T18:13:33.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-08-17T18:13:33.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-08-17T18:13:33.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-08-17T18:13:33.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3352 | 2026-08-17T18:13:33.983Z | |
| 3353 | 2026-08-17T18:13:33.983Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334) |
| 3354 | 2026-08-17T18:13:34.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-08-17T18:13:34.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-08-17T18:13:34.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-08-17T18:13:34.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3358 | 2026-08-17T18:13:34.538Z | |
| 3359 | 2026-08-17T18:13:34.538Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334) |
| 3360 | 2026-08-17T18:13:35.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-08-17T18:13:35.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-08-17T18:13:35.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-08-17T18:13:35.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3364 | 2026-08-17T18:13:35.125Z | |
| 3365 | 2026-08-17T18:13:35.125Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334) |
| 3366 | 2026-08-17T18:13:35.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-08-17T18:13:35.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-08-17T18:13:35.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-08-17T18:13:35.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3370 | 2026-08-17T18:13:35.696Z | |
| 3371 | 2026-08-17T18:13:35.696Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334) |
| 3372 | 2026-08-17T18:13:36.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-08-17T18:13:36.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-08-17T18:13:36.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-08-17T18:13:36.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3376 | 2026-08-17T18:13:36.263Z | |
| 3377 | 2026-08-17T18:13:36.263Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334) |
| 3378 | 2026-08-17T18:13:36.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-08-17T18:13:36.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-08-17T18:13:36.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-08-17T18:13:36.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3382 | 2026-08-17T18:13:36.833Z | |
| 3383 | 2026-08-17T18:13:36.833Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334) |
| 3384 | 2026-08-17T18:13:37.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-08-17T18:13:37.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-08-17T18:13:37.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-08-17T18:13:37.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3388 | 2026-08-17T18:13:37.421Z | |
| 3389 | 2026-08-17T18:13:37.422Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334) |
| 3390 | 2026-08-17T18:13:37.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-08-17T18:13:37.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-08-17T18:13:37.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-08-17T18:13:37.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3394 | 2026-08-17T18:13:37.990Z | |
| 3395 | 2026-08-17T18:13:37.990Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334) |
| 3396 | 2026-08-17T18:13:38.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-08-17T18:13:38.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-08-17T18:13:38.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-08-17T18:13:38.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3400 | 2026-08-17T18:13:38.561Z | |
| 3401 | 2026-08-17T18:13:38.561Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334) |
| 3402 | 2026-08-17T18:13:39.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-08-17T18:13:39.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-08-17T18:13:39.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-08-17T18:13:39.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3406 | 2026-08-17T18:13:39.131Z | |
| 3407 | 2026-08-17T18:13:39.131Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334) |
| 3408 | 2026-08-17T18:13:39.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-08-17T18:13:39.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-08-17T18:13:39.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-08-17T18:13:39.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3412 | 2026-08-17T18:13:39.698Z | |
| 3413 | 2026-08-17T18:13:39.698Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334) |
| 3414 | 2026-08-17T18:13:40.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-08-17T18:13:40.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-08-17T18:13:40.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-08-17T18:13:40.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3418 | 2026-08-17T18:13:40.268Z | |
| 3419 | 2026-08-17T18:13:40.268Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334) |
| 3420 | 2026-08-17T18:13:40.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-08-17T18:13:40.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-08-17T18:13:40.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-08-17T18:13:40.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3424 | 2026-08-17T18:13:40.834Z | |
| 3425 | 2026-08-17T18:13:40.834Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334) |
| 3426 | 2026-08-17T18:13:41.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-08-17T18:13:41.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-08-17T18:13:41.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-08-17T18:13:41.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3430 | 2026-08-17T18:13:41.406Z | |
| 3431 | 2026-08-17T18:13:41.406Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334) |
| 3432 | 2026-08-17T18:13:41.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-08-17T18:13:41.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-08-17T18:13:41.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-08-17T18:13:41.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3436 | 2026-08-17T18:13:41.974Z | |
| 3437 | 2026-08-17T18:13:41.974Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334) |
| 3438 | 2026-08-17T18:13:42.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-08-17T18:13:42.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-08-17T18:13:42.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-08-17T18:13:42.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3442 | 2026-08-17T18:13:42.541Z | |
| 3443 | 2026-08-17T18:13:42.541Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334) |
| 3444 | 2026-08-17T18:13:43.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-08-17T18:13:43.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-08-17T18:13:43.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-08-17T18:13:43.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3448 | 2026-08-17T18:13:43.109Z | |
| 3449 | 2026-08-17T18:13:43.109Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334) |
| 3450 | 2026-08-17T18:13:43.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-08-17T18:13:43.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-08-17T18:13:43.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-08-17T18:13:43.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3454 | 2026-08-17T18:13:43.678Z | |
| 3455 | 2026-08-17T18:13:43.678Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334) |
| 3456 | 2026-08-17T18:13:44.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-08-17T18:13:44.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-08-17T18:13:44.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-08-17T18:13:44.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3460 | 2026-08-17T18:13:44.248Z | |
| 3461 | 2026-08-17T18:13:44.248Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334) |
| 3462 | 2026-08-17T18:13:44.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-08-17T18:13:44.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-08-17T18:13:44.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-08-17T18:13:44.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3466 | 2026-08-17T18:13:44.817Z | |
| 3467 | 2026-08-17T18:13:44.817Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334) |
| 3468 | 2026-08-17T18:13:45.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-08-17T18:13:45.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-08-17T18:13:45.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-08-17T18:13:45.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3472 | 2026-08-17T18:13:45.385Z | |
| 3473 | 2026-08-17T18:13:45.386Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334) |
| 3474 | 2026-08-17T18:13:45.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-08-17T18:13:45.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-08-17T18:13:45.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-08-17T18:13:45.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3478 | 2026-08-17T18:13:45.970Z | |
| 3479 | 2026-08-17T18:13:45.970Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334) |
| 3480 | 2026-08-17T18:13:46.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-08-17T18:13:46.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-08-17T18:13:46.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-08-17T18:13:46.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3484 | 2026-08-17T18:13:46.557Z | |
| 3485 | 2026-08-17T18:13:46.557Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334) |
| 3486 | 2026-08-17T18:13:47.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-08-17T18:13:47.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-08-17T18:13:47.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-08-17T18:13:47.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3490 | 2026-08-17T18:13:47.142Z | |
| 3491 | 2026-08-17T18:13:47.142Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334) |
| 3492 | 2026-08-17T18:13:47.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-08-17T18:13:47.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-08-17T18:13:47.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-08-17T18:13:47.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3496 | 2026-08-17T18:13:47.726Z | |
| 3497 | 2026-08-17T18:13:47.726Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334) |
| 3498 | 2026-08-17T18:13:48.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-08-17T18:13:48.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-08-17T18:13:48.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-08-17T18:13:48.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3502 | 2026-08-17T18:13:48.311Z | |
| 3503 | 2026-08-17T18:13:48.311Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334) |
| 3504 | 2026-08-17T18:13:48.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-08-17T18:13:48.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-08-17T18:13:48.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-08-17T18:13:48.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-08-17T18:13:48.896Z | |
| 3509 | 2026-08-17T18:13:48.896Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334) |
| 3510 | 2026-08-17T18:13:49.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-08-17T18:13:49.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-08-17T18:13:49.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-08-17T18:13:49.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-08-17T18:13:49.479Z | |
| 3515 | 2026-08-17T18:13:49.480Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334) |
| 3516 | 2026-08-17T18:13:49.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-08-17T18:13:49.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-08-17T18:13:49.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-08-17T18:13:49.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3520 | 2026-08-17T18:13:50.063Z | |
| 3521 | 2026-08-17T18:13:50.063Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334) |
| 3522 | 2026-08-17T18:13:50.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-08-17T18:13:50.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-08-17T18:13:50.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-08-17T18:13:50.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3526 | 2026-08-17T18:13:50.647Z | |
| 3527 | 2026-08-17T18:13:50.647Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334) |
| 3528 | 2026-08-17T18:13:51.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-08-17T18:13:51.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-08-17T18:13:51.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-08-17T18:13:51.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3532 | 2026-08-17T18:13:51.230Z | |
| 3533 | 2026-08-17T18:13:51.230Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334) |
| 3534 | 2026-08-17T18:13:51.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-08-17T18:13:51.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-08-17T18:13:51.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-08-17T18:13:51.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3538 | 2026-08-17T18:13:51.811Z | |
| 3539 | 2026-08-17T18:13:51.811Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334) |
| 3540 | 2026-08-17T18:13:52.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-08-17T18:13:52.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-08-17T18:13:52.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-08-17T18:13:52.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3544 | 2026-08-17T18:13:52.395Z | |
| 3545 | 2026-08-17T18:13:52.395Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334) |
| 3546 | 2026-08-17T18:13:52.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-08-17T18:13:52.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-08-17T18:13:52.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-08-17T18:13:52.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3550 | 2026-08-17T18:13:52.976Z | |
| 3551 | 2026-08-17T18:13:52.976Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334) |
| 3552 | 2026-08-17T18:13:53.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-08-17T18:13:53.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-08-17T18:13:53.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-08-17T18:13:53.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3556 | 2026-08-17T18:13:53.560Z | |
| 3557 | 2026-08-17T18:13:53.560Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334) |
| 3558 | 2026-08-17T18:13:54.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-08-17T18:13:54.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-08-17T18:13:54.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-08-17T18:13:54.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3562 | 2026-08-17T18:13:54.141Z | |
| 3563 | 2026-08-17T18:13:54.142Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334) |
| 3564 | 2026-08-17T18:13:54.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-08-17T18:13:54.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-08-17T18:13:54.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-08-17T18:13:54.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-08-17T18:13:54.723Z | |
| 3569 | 2026-08-17T18:13:54.723Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334) |
| 3570 | 2026-08-17T18:13:55.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-08-17T18:13:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-08-17T18:13:55.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-08-17T18:13:55.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3574 | 2026-08-17T18:13:55.307Z | |
| 3575 | 2026-08-17T18:13:55.307Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334) |
| 3576 | 2026-08-17T18:13:55.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-08-17T18:13:55.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-08-17T18:13:55.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-08-17T18:13:55.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3580 | 2026-08-17T18:13:55.888Z | |
| 3581 | 2026-08-17T18:13:55.888Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334) |
| 3582 | 2026-08-17T18:13:56.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-08-17T18:13:56.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-08-17T18:13:56.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-08-17T18:13:56.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3586 | 2026-08-17T18:13:56.454Z | |
| 3587 | 2026-08-17T18:13:56.454Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334) |
| 3588 | 2026-08-17T18:13:56.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-08-17T18:13:56.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-08-17T18:13:56.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-08-17T18:13:56.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3592 | 2026-08-17T18:13:57.021Z | |
| 3593 | 2026-08-17T18:13:57.021Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334) |
| 3594 | 2026-08-17T18:13:57.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-08-17T18:13:57.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-08-17T18:13:57.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-08-17T18:13:57.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3598 | 2026-08-17T18:13:57.585Z | |
| 3599 | 2026-08-17T18:13:57.585Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334) |
| 3600 | 2026-08-17T18:13:58.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-08-17T18:13:58.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-08-17T18:13:58.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-08-17T18:13:58.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3604 | 2026-08-17T18:13:58.148Z | |
| 3605 | 2026-08-17T18:13:58.148Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334) |
| 3606 | 2026-08-17T18:13:58.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-08-17T18:13:58.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-08-17T18:13:58.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-08-17T18:13:58.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3610 | 2026-08-17T18:13:58.713Z | |
| 3611 | 2026-08-17T18:13:58.713Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334) |
| 3612 | 2026-08-17T18:13:59.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-08-17T18:13:59.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-08-17T18:13:59.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-08-17T18:13:59.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3616 | 2026-08-17T18:13:59.277Z | |
| 3617 | 2026-08-17T18:13:59.277Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334) |
| 3618 | 2026-08-17T18:13:59.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-08-17T18:13:59.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-08-17T18:13:59.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-08-17T18:13:59.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3622 | 2026-08-17T18:13:59.840Z | |
| 3623 | 2026-08-17T18:13:59.841Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334) |
| 3624 | 2026-08-17T18:14:00.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-08-17T18:14:00.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-08-17T18:14:00.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-08-17T18:14:00.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3628 | 2026-08-17T18:14:00.403Z | |
| 3629 | 2026-08-17T18:14:00.403Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334) |
| 3630 | 2026-08-17T18:14:00.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-08-17T18:14:00.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-08-17T18:14:00.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-08-17T18:14:00.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3634 | 2026-08-17T18:14:00.967Z | |
| 3635 | 2026-08-17T18:14:00.967Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334) |
| 3636 | 2026-08-17T18:14:01.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-08-17T18:14:01.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-08-17T18:14:01.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-08-17T18:14:01.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3640 | 2026-08-17T18:14:01.531Z | |
| 3641 | 2026-08-17T18:14:01.531Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334) |
| 3642 | 2026-08-17T18:14:02.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-08-17T18:14:02.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-08-17T18:14:02.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-08-17T18:14:02.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3646 | 2026-08-17T18:14:02.097Z | |
| 3647 | 2026-08-17T18:14:02.097Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334) |
| 3648 | 2026-08-17T18:14:02.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-08-17T18:14:02.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-08-17T18:14:02.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-08-17T18:14:02.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3652 | 2026-08-17T18:14:02.662Z | |
| 3653 | 2026-08-17T18:14:02.662Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334) |
| 3654 | 2026-08-17T18:14:03.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-08-17T18:14:03.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-08-17T18:14:03.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-08-17T18:14:03.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3658 | 2026-08-17T18:14:03.228Z | |
| 3659 | 2026-08-17T18:14:03.228Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334) |
| 3660 | 2026-08-17T18:14:03.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-08-17T18:14:03.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-08-17T18:14:03.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-08-17T18:14:03.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3664 | 2026-08-17T18:14:03.794Z | |
| 3665 | 2026-08-17T18:14:03.794Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334) |
| 3666 | 2026-08-17T18:14:04.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-08-17T18:14:04.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-08-17T18:14:04.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-08-17T18:14:04.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3670 | 2026-08-17T18:14:04.361Z | |
| 3671 | 2026-08-17T18:14:04.361Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334) |
| 3672 | 2026-08-17T18:14:04.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-08-17T18:14:04.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-08-17T18:14:04.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-08-17T18:14:04.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3676 | 2026-08-17T18:14:04.928Z | |
| 3677 | 2026-08-17T18:14:04.928Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334) |
| 3678 | 2026-08-17T18:14:05.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-08-17T18:14:05.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-08-17T18:14:05.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-08-17T18:14:05.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3682 | 2026-08-17T18:14:05.513Z | |
| 3683 | 2026-08-17T18:14:05.513Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334) |
| 3684 | 2026-08-17T18:14:05.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-08-17T18:14:06.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-08-17T18:14:06.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-08-17T18:14:06.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3688 | 2026-08-17T18:14:06.092Z | |
| 3689 | 2026-08-17T18:14:06.093Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334) |
| 3690 | 2026-08-17T18:14:06.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-08-17T18:14:06.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-08-17T18:14:06.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-08-17T18:14:06.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3694 | 2026-08-17T18:14:06.675Z | |
| 3695 | 2026-08-17T18:14:06.675Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334) |
| 3696 | 2026-08-17T18:14:07.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-08-17T18:14:07.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-08-17T18:14:07.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-08-17T18:14:07.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3700 | 2026-08-17T18:14:07.260Z | |
| 3701 | 2026-08-17T18:14:07.260Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334) |
| 3702 | 2026-08-17T18:14:07.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-08-17T18:14:07.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-08-17T18:14:07.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-08-17T18:14:07.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3706 | 2026-08-17T18:14:07.843Z | |
| 3707 | 2026-08-17T18:14:07.843Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334) |
| 3708 | 2026-08-17T18:14:08.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-08-17T18:14:08.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-08-17T18:14:08.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-08-17T18:14:08.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3712 | 2026-08-17T18:14:08.425Z | |
| 3713 | 2026-08-17T18:14:08.425Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334) |
| 3714 | 2026-08-17T18:14:08.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-08-17T18:14:08.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-08-17T18:14:08.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-08-17T18:14:08.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3718 | 2026-08-17T18:14:09.008Z | |
| 3719 | 2026-08-17T18:14:09.008Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334) |
| 3720 | 2026-08-17T18:14:09.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-08-17T18:14:09.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-08-17T18:14:09.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-08-17T18:14:09.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3724 | 2026-08-17T18:14:09.589Z | |
| 3725 | 2026-08-17T18:14:09.589Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334) |
| 3726 | 2026-08-17T18:14:10.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-08-17T18:14:10.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-08-17T18:14:10.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-08-17T18:14:10.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3730 | 2026-08-17T18:14:10.170Z | |
| 3731 | 2026-08-17T18:14:10.170Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334) |
| 3732 | 2026-08-17T18:14:10.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-08-17T18:14:10.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-08-17T18:14:10.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-08-17T18:14:10.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3736 | 2026-08-17T18:14:10.753Z | |
| 3737 | 2026-08-17T18:14:10.753Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334) |
| 3738 | 2026-08-17T18:14:11.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-08-17T18:14:11.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-08-17T18:14:11.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-08-17T18:14:11.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3742 | 2026-08-17T18:14:11.360Z | |
| 3743 | 2026-08-17T18:14:11.360Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334) |
| 3744 | 2026-08-17T18:14:11.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-08-17T18:14:11.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-08-17T18:14:11.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-08-17T18:14:11.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3748 | 2026-08-17T18:14:11.954Z | |
| 3749 | 2026-08-17T18:14:11.954Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334) |
| 3750 | 2026-08-17T18:14:12.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-08-17T18:14:12.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-08-17T18:14:12.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-08-17T18:14:12.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3754 | 2026-08-17T18:14:12.533Z | |
| 3755 | 2026-08-17T18:14:12.533Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334) |
| 3756 | 2026-08-17T18:14:13.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-08-17T18:14:13.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-08-17T18:14:13.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-08-17T18:14:13.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3760 | 2026-08-17T18:14:13.115Z | |
| 3761 | 2026-08-17T18:14:13.115Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334) |
| 3762 | 2026-08-17T18:14:13.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-08-17T18:14:13.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-08-17T18:14:13.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-08-17T18:14:13.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3766 | 2026-08-17T18:14:13.699Z | |
| 3767 | 2026-08-17T18:14:13.699Z | info: running `cargo check --bins` on oximeter-producer (195/334) |
| 3768 | 2026-08-17T18:14:14.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-08-17T18:14:14.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-08-17T18:14:14.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-08-17T18:14:14.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3772 | 2026-08-17T18:14:14.301Z | |
| 3773 | 2026-08-17T18:14:14.301Z | info: running `cargo check --bins` on internal-dns-resolver (196/334) |
| 3774 | 2026-08-17T18:14:14.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-08-17T18:14:14.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-08-17T18:14:14.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-08-17T18:14:14.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3778 | 2026-08-17T18:14:14.870Z | |
| 3779 | 2026-08-17T18:14:14.870Z | info: running `cargo check --bins` on dns-server (197/334) |
| 3780 | 2026-08-17T18:14:15.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-08-17T18:14:15.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-08-17T18:14:15.507Z | Compiling parking_lot_core v0.8.6 |
| 3783 | 2026-08-17T18:14:15.510Z | Compiling git-stub v1.0.0 |
| 3784 | 2026-08-17T18:14:15.510Z | Checking prefix-trie v0.7.0 |
| 3785 | 2026-08-17T18:14:15.627Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3786 | 2026-08-17T18:14:15.740Z | Compiling git-stub-vcs v0.1.0 |
| 3787 | 2026-08-17T18:14:15.892Z | Checking hickory-server v0.25.2 |
| 3788 | 2026-08-17T18:14:16.006Z | Checking parking_lot v0.11.2 |
| 3789 | 2026-08-17T18:14:16.040Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3790 | 2026-08-17T18:14:16.174Z | Checking sled v0.34.7 |
| 3791 | 2026-08-17T18:14:18.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 3792 | 2026-08-17T18:14:18.279Z | |
| 3793 | 2026-08-17T18:14:18.279Z | info: running `cargo check --bins` on dns-server-api (198/334) |
| 3794 | 2026-08-17T18:14:18.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-08-17T18:14:18.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-08-17T18:14:18.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-08-17T18:14:18.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3798 | 2026-08-17T18:14:18.838Z | |
| 3799 | 2026-08-17T18:14:18.838Z | info: running `cargo check --bins` on nexus-client (199/334) |
| 3800 | 2026-08-17T18:14:19.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-08-17T18:14:19.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-08-17T18:14:19.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-08-17T18:14:19.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3804 | 2026-08-17T18:14:19.441Z | |
| 3805 | 2026-08-17T18:14:19.441Z | info: running `cargo check --bins` on oximeter-producer-api (200/334) |
| 3806 | 2026-08-17T18:14:19.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-08-17T18:14:19.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-08-17T18:14:19.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-08-17T18:14:19.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3810 | 2026-08-17T18:14:20.002Z | |
| 3811 | 2026-08-17T18:14:20.002Z | info: running `cargo check --bins` on sp-sim (201/334) |
| 3812 | 2026-08-17T18:14:20.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-08-17T18:14:20.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-08-17T18:14:20.698Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3815 | 2026-08-17T18:14:21.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3816 | 2026-08-17T18:14:21.411Z | |
| 3817 | 2026-08-17T18:14:21.411Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334) |
| 3818 | 2026-08-17T18:14:21.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-08-17T18:14:21.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-08-17T18:14:22.210Z | Compiling salty v0.3.0 |
| 3821 | 2026-08-17T18:14:22.213Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3822 | 2026-08-17T18:14:22.346Z | Checking libscf-sys v1.2.0 |
| 3823 | 2026-08-17T18:14:22.350Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3824 | 2026-08-17T18:14:22.350Z | Checking rfc6979 v0.4.0 |
| 3825 | 2026-08-17T18:14:22.373Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3826 | 2026-08-17T18:14:22.376Z | Checking primeorder v0.13.6 |
| 3827 | 2026-08-17T18:14:22.399Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3828 | 2026-08-17T18:14:22.461Z | Checking ecdsa v0.16.9 |
| 3829 | 2026-08-17T18:14:22.479Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3830 | 2026-08-17T18:14:22.534Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3831 | 2026-08-17T18:14:22.603Z | Checking papergrid v0.18.0 |
| 3832 | 2026-08-17T18:14:22.617Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3833 | 2026-08-17T18:14:22.673Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3834 | 2026-08-17T18:14:22.790Z | Checking p384 v0.13.1 |
| 3835 | 2026-08-17T18:14:22.806Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3836 | 2026-08-17T18:14:22.911Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3837 | 2026-08-17T18:14:22.945Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3838 | 2026-08-17T18:14:22.959Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3839 | 2026-08-17T18:14:23.157Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3840 | 2026-08-17T18:14:23.200Z | Compiling unicase v2.9.0 |
| 3841 | 2026-08-17T18:14:23.217Z | Checking corncobs v0.1.4 |
| 3842 | 2026-08-17T18:14:23.274Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3843 | 2026-08-17T18:14:23.314Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3844 | 2026-08-17T18:14:23.339Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3845 | 2026-08-17T18:14:23.352Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3846 | 2026-08-17T18:14:23.369Z | Checking tabled v0.21.0 |
| 3847 | 2026-08-17T18:14:23.372Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3848 | 2026-08-17T18:14:23.396Z | Compiling mime_guess v2.0.5 |
| 3849 | 2026-08-17T18:14:23.489Z | Compiling progenitor-impl v0.13.0 |
| 3850 | 2026-08-17T18:14:23.533Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3851 | 2026-08-17T18:14:23.593Z | Checking secrecy v0.8.0 |
| 3852 | 2026-08-17T18:14:23.612Z | Checking crc8 v0.1.1 |
| 3853 | 2026-08-17T18:14:23.632Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3854 | 2026-08-17T18:14:23.707Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3855 | 2026-08-17T18:14:23.948Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3856 | 2026-08-17T18:14:24.244Z | Checking progenitor-client v0.13.0 |
| 3857 | 2026-08-17T18:14:24.299Z | Checking http-range v0.1.5 |
| 3858 | 2026-08-17T18:14:24.334Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3859 | 2026-08-17T18:14:24.438Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3860 | 2026-08-17T18:14:24.482Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3861 | 2026-08-17T18:14:24.662Z | Checking illumos-nvpair v0.3.0 |
| 3862 | 2026-08-17T18:14:24.821Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3863 | 2026-08-17T18:14:24.836Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3864 | 2026-08-17T18:14:24.873Z | Checking scuffle v0.1.0 |
| 3865 | 2026-08-17T18:14:24.916Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3866 | 2026-08-17T18:14:24.931Z | Checking nanorand v0.7.0 |
| 3867 | 2026-08-17T18:14:25.130Z | Checking flume v0.11.1 |
| 3868 | 2026-08-17T18:14:25.206Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3869 | 2026-08-17T18:14:25.374Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3870 | 2026-08-17T18:14:25.434Z | Checking hyper-staticfile v0.10.1 |
| 3871 | 2026-08-17T18:14:25.510Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3872 | 2026-08-17T18:14:25.543Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3873 | 2026-08-17T18:14:25.578Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3874 | 2026-08-17T18:14:25.722Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3875 | 2026-08-17T18:14:25.781Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3876 | 2026-08-17T18:14:25.836Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3877 | 2026-08-17T18:14:25.899Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3878 | 2026-08-17T18:14:26.078Z | Compiling progenitor-macro v0.13.0 |
| 3879 | 2026-08-17T18:14:26.112Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3880 | 2026-08-17T18:14:26.195Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3881 | 2026-08-17T18:14:26.211Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3882 | 2026-08-17T18:14:26.530Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3883 | 2026-08-17T18:14:27.076Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3884 | 2026-08-17T18:14:27.554Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3885 | 2026-08-17T18:14:28.878Z | Checking progenitor v0.13.0 |
| 3886 | 2026-08-17T18:14:29.018Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3887 | 2026-08-17T18:14:30.566Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3888 | 2026-08-17T18:14:31.311Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3889 | 2026-08-17T18:14:44.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.20s |
| 3890 | 2026-08-17T18:14:44.818Z | |
| 3891 | 2026-08-17T18:14:44.818Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334) |
| 3892 | 2026-08-17T18:14:45.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-08-17T18:14:45.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-08-17T18:14:45.576Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3895 | 2026-08-17T18:14:56.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3896 | 2026-08-17T18:14:56.340Z | |
| 3897 | 2026-08-17T18:14:56.340Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334) |
| 3898 | 2026-08-17T18:14:56.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-08-17T18:14:56.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-08-17T18:14:57.106Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3901 | 2026-08-17T18:15:07.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3902 | 2026-08-17T18:15:07.937Z | |
| 3903 | 2026-08-17T18:15:07.937Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334) |
| 3904 | 2026-08-17T18:15:08.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-08-17T18:15:08.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-08-17T18:15:08.708Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3907 | 2026-08-17T18:15:19.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3908 | 2026-08-17T18:15:19.465Z | |
| 3909 | 2026-08-17T18:15:19.465Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334) |
| 3910 | 2026-08-17T18:15:19.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-08-17T18:15:19.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-08-17T18:15:20.237Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3913 | 2026-08-17T18:15:30.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3914 | 2026-08-17T18:15:30.973Z | |
| 3915 | 2026-08-17T18:15:30.973Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334) |
| 3916 | 2026-08-17T18:15:31.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-08-17T18:15:31.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-08-17T18:15:31.736Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3919 | 2026-08-17T18:15:42.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 3920 | 2026-08-17T18:15:42.433Z | |
| 3921 | 2026-08-17T18:15:42.433Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334) |
| 3922 | 2026-08-17T18:15:42.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-08-17T18:15:42.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-08-17T18:15:43.204Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3925 | 2026-08-17T18:15:53.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3926 | 2026-08-17T18:15:53.925Z | |
| 3927 | 2026-08-17T18:15:53.925Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334) |
| 3928 | 2026-08-17T18:15:54.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-08-17T18:15:54.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-08-17T18:15:54.689Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3931 | 2026-08-17T18:16:05.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3932 | 2026-08-17T18:16:05.441Z | |
| 3933 | 2026-08-17T18:16:05.441Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334) |
| 3934 | 2026-08-17T18:16:05.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-08-17T18:16:05.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-08-17T18:16:05.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-08-17T18:16:05.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3938 | 2026-08-17T18:16:06.020Z | |
| 3939 | 2026-08-17T18:16:06.020Z | info: running `cargo check --bins` on installinator-common (211/334) |
| 3940 | 2026-08-17T18:16:06.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-08-17T18:16:06.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-08-17T18:16:06.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-08-17T18:16:06.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3944 | 2026-08-17T18:16:06.611Z | |
| 3945 | 2026-08-17T18:16:06.612Z | info: running `cargo check --bins` on installinator-common-versions (212/334) |
| 3946 | 2026-08-17T18:16:07.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-08-17T18:16:07.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-08-17T18:16:07.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2026-08-17T18:16:07.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3950 | 2026-08-17T18:16:07.175Z | |
| 3951 | 2026-08-17T18:16:07.175Z | info: running `cargo check --bins` on nexus-lockstep-client (213/334) |
| 3952 | 2026-08-17T18:16:07.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-08-17T18:16:07.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-08-17T18:16:07.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2026-08-17T18:16:07.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3956 | 2026-08-17T18:16:07.785Z | |
| 3957 | 2026-08-17T18:16:07.785Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/334) |
| 3958 | 2026-08-17T18:16:08.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2026-08-17T18:16:08.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2026-08-17T18:16:08.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3961 | 2026-08-17T18:16:08.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3962 | 2026-08-17T18:16:08.359Z | |
| 3963 | 2026-08-17T18:16:08.359Z | info: running `cargo check --bins` on range-requests (215/334) |
| 3964 | 2026-08-17T18:16:08.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2026-08-17T18:16:08.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2026-08-17T18:16:08.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3967 | 2026-08-17T18:16:08.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3968 | 2026-08-17T18:16:08.924Z | |
| 3969 | 2026-08-17T18:16:08.924Z | info: running `cargo check --bins` on repo-depot-api (216/334) |
| 3970 | 2026-08-17T18:16:09.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-08-17T18:16:09.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-08-17T18:16:09.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3973 | 2026-08-17T18:16:09.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3974 | 2026-08-17T18:16:09.480Z | |
| 3975 | 2026-08-17T18:16:09.480Z | info: running `cargo check --bins` on repo-depot-client (217/334) |
| 3976 | 2026-08-17T18:16:09.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-08-17T18:16:09.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-08-17T18:16:09.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3979 | 2026-08-17T18:16:09.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3980 | 2026-08-17T18:16:10.039Z | |
| 3981 | 2026-08-17T18:16:10.039Z | info: running `cargo check --bins` on sled-agent-api (218/334) |
| 3982 | 2026-08-17T18:16:10.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3983 | 2026-08-17T18:16:10.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3984 | 2026-08-17T18:16:10.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3985 | 2026-08-17T18:16:10.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3986 | 2026-08-17T18:16:10.629Z | |
| 3987 | 2026-08-17T18:16:10.630Z | info: running `cargo check --bins` on sled-diagnostics (219/334) |
| 3988 | 2026-08-17T18:16:11.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2026-08-17T18:16:11.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2026-08-17T18:16:11.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3991 | 2026-08-17T18:16:11.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3992 | 2026-08-17T18:16:11.222Z | |
| 3993 | 2026-08-17T18:16:11.222Z | info: running `cargo check --bins` on zfs-test-harness (220/334) |
| 3994 | 2026-08-17T18:16:11.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-08-17T18:16:11.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-08-17T18:16:11.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-08-17T18:16:11.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3998 | 2026-08-17T18:16:11.816Z | |
| 3999 | 2026-08-17T18:16:11.816Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334) |
| 4000 | 2026-08-17T18:16:12.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-08-17T18:16:12.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-08-17T18:16:12.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-08-17T18:16:12.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4004 | 2026-08-17T18:16:12.410Z | |
| 4005 | 2026-08-17T18:16:12.410Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334) |
| 4006 | 2026-08-17T18:16:12.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-08-17T18:16:12.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-08-17T18:16:12.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-08-17T18:16:12.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4010 | 2026-08-17T18:16:13.008Z | |
| 4011 | 2026-08-17T18:16:13.008Z | info: running `cargo check --bins` on sled-agent-early-networking (223/334) |
| 4012 | 2026-08-17T18:16:13.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-08-17T18:16:13.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-08-17T18:16:13.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-08-17T18:16:13.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4016 | 2026-08-17T18:16:13.599Z | |
| 4017 | 2026-08-17T18:16:13.600Z | info: running `cargo check --bins` on sled-agent-health-monitor (224/334) |
| 4018 | 2026-08-17T18:16:14.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-08-17T18:16:14.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-08-17T18:16:14.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-08-17T18:16:14.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4022 | 2026-08-17T18:16:14.194Z | |
| 4023 | 2026-08-17T18:16:14.194Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334) |
| 4024 | 2026-08-17T18:16:14.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-08-17T18:16:14.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-08-17T18:16:14.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-08-17T18:16:14.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4028 | 2026-08-17T18:16:14.793Z | |
| 4029 | 2026-08-17T18:16:14.793Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334) |
| 4030 | 2026-08-17T18:16:15.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-08-17T18:16:15.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-08-17T18:16:15.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-08-17T18:16:15.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4034 | 2026-08-17T18:16:15.392Z | |
| 4035 | 2026-08-17T18:16:15.392Z | info: running `cargo check --bins` on sled-agent-resolvable-files (227/334) |
| 4036 | 2026-08-17T18:16:15.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-08-17T18:16:15.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-08-17T18:16:15.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-08-17T18:16:15.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4040 | 2026-08-17T18:16:15.992Z | |
| 4041 | 2026-08-17T18:16:15.992Z | info: running `cargo check --bins` on sled-agent-rack-setup (228/334) |
| 4042 | 2026-08-17T18:16:16.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-08-17T18:16:16.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-08-17T18:16:16.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-08-17T18:16:16.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4046 | 2026-08-17T18:16:16.612Z | |
| 4047 | 2026-08-17T18:16:16.612Z | info: running `cargo check --bins` on trust-quorum (229/334) |
| 4048 | 2026-08-17T18:16:17.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-08-17T18:16:17.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-08-17T18:16:17.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-08-17T18:16:17.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4052 | 2026-08-17T18:16:17.211Z | |
| 4053 | 2026-08-17T18:16:17.211Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334) |
| 4054 | 2026-08-17T18:16:17.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-08-17T18:16:17.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-08-17T18:16:17.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-08-17T18:16:17.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4058 | 2026-08-17T18:16:17.818Z | |
| 4059 | 2026-08-17T18:16:17.818Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (231/334) |
| 4060 | 2026-08-17T18:16:18.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-08-17T18:16:18.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-08-17T18:16:18.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-08-17T18:16:18.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4064 | 2026-08-17T18:16:18.442Z | |
| 4065 | 2026-08-17T18:16:18.442Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334) |
| 4066 | 2026-08-17T18:16:18.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-08-17T18:16:18.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-08-17T18:16:18.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-08-17T18:16:18.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4070 | 2026-08-17T18:16:19.069Z | |
| 4071 | 2026-08-17T18:16:19.069Z | info: running `cargo check --bins` on omicron-deployment-graph (233/334) |
| 4072 | 2026-08-17T18:16:19.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-08-17T18:16:19.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-08-17T18:16:19.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-08-17T18:16:19.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4076 | 2026-08-17T18:16:19.626Z | |
| 4077 | 2026-08-17T18:16:19.626Z | info: running `cargo check --bins` on transient-dns-server (234/334) |
| 4078 | 2026-08-17T18:16:20.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-17T18:16:20.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-17T18:16:20.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-17T18:16:20.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4082 | 2026-08-17T18:16:20.205Z | |
| 4083 | 2026-08-17T18:16:20.205Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334) |
| 4084 | 2026-08-17T18:16:20.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-17T18:16:20.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-17T18:16:20.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-17T18:16:20.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4088 | 2026-08-17T18:16:20.792Z | |
| 4089 | 2026-08-17T18:16:20.792Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334) |
| 4090 | 2026-08-17T18:16:21.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-17T18:16:21.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-17T18:16:21.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-17T18:16:21.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4094 | 2026-08-17T18:16:21.381Z | |
| 4095 | 2026-08-17T18:16:21.381Z | info: running `cargo check --bins` on omicron-rpaths (237/334) |
| 4096 | 2026-08-17T18:16:21.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-17T18:16:21.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-17T18:16:21.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-17T18:16:21.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4100 | 2026-08-17T18:16:21.938Z | |
| 4101 | 2026-08-17T18:16:21.938Z | info: running `cargo check --bins` on omicron-repl-utils (238/334) |
| 4102 | 2026-08-17T18:16:22.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-17T18:16:22.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-17T18:16:22.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-08-17T18:16:22.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4106 | 2026-08-17T18:16:22.500Z | |
| 4107 | 2026-08-17T18:16:22.500Z | info: running `cargo check --bins` on omicron-clickhouse-admin (239/334) |
| 4108 | 2026-08-17T18:16:23.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-08-17T18:16:23.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-08-17T18:16:23.201Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4111 | 2026-08-17T18:16:23.615Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4112 | 2026-08-17T18:16:24.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4113 | 2026-08-17T18:16:24.992Z | |
| 4114 | 2026-08-17T18:16:24.992Z | info: running `cargo check --bins` on clickhouse-admin-api (240/334) |
| 4115 | 2026-08-17T18:16:25.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-08-17T18:16:25.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-08-17T18:16:25.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4118 | 2026-08-17T18:16:25.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4119 | 2026-08-17T18:16:25.580Z | |
| 4120 | 2026-08-17T18:16:25.580Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (241/334) |
| 4121 | 2026-08-17T18:16:26.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-08-17T18:16:26.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-08-17T18:16:26.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4124 | 2026-08-17T18:16:26.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4125 | 2026-08-17T18:16:26.162Z | |
| 4126 | 2026-08-17T18:16:26.162Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334) |
| 4127 | 2026-08-17T18:16:26.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-08-17T18:16:26.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-08-17T18:16:26.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-08-17T18:16:26.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4131 | 2026-08-17T18:16:26.748Z | |
| 4132 | 2026-08-17T18:16:26.748Z | info: running `cargo check --bins` on clickhouse-admin-single-client (243/334) |
| 4133 | 2026-08-17T18:16:27.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-08-17T18:16:27.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-08-17T18:16:27.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4136 | 2026-08-17T18:16:27.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4137 | 2026-08-17T18:16:27.326Z | |
| 4138 | 2026-08-17T18:16:27.326Z | info: running `cargo check --bins` on installinator-client (244/334) |
| 4139 | 2026-08-17T18:16:27.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-08-17T18:16:27.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-08-17T18:16:27.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4142 | 2026-08-17T18:16:27.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4143 | 2026-08-17T18:16:27.908Z | |
| 4144 | 2026-08-17T18:16:27.908Z | info: running `cargo check --bins` on oxide-client (245/334) |
| 4145 | 2026-08-17T18:16:28.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-08-17T18:16:28.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-08-17T18:16:28.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4148 | 2026-08-17T18:16:28.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4149 | 2026-08-17T18:16:28.482Z | |
| 4150 | 2026-08-17T18:16:28.482Z | info: running `cargo check --bins` on oximeter-client (246/334) |
| 4151 | 2026-08-17T18:16:28.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-08-17T18:16:28.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-08-17T18:16:28.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4154 | 2026-08-17T18:16:28.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4155 | 2026-08-17T18:16:29.062Z | |
| 4156 | 2026-08-17T18:16:29.062Z | info: running `cargo check --bins` on wicketd-client (247/334) |
| 4157 | 2026-08-17T18:16:29.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2026-08-17T18:16:29.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2026-08-17T18:16:29.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4160 | 2026-08-17T18:16:29.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4161 | 2026-08-17T18:16:29.664Z | |
| 4162 | 2026-08-17T18:16:29.664Z | info: running `cargo check --bins` on wicket-common (248/334) |
| 4163 | 2026-08-17T18:16:30.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2026-08-17T18:16:30.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2026-08-17T18:16:30.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4166 | 2026-08-17T18:16:30.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4167 | 2026-08-17T18:16:30.261Z | |
| 4168 | 2026-08-17T18:16:30.261Z | info: running `cargo check --bins` on wicketd-commission-client (249/334) |
| 4169 | 2026-08-17T18:16:30.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-08-17T18:16:30.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-08-17T18:16:30.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4172 | 2026-08-17T18:16:30.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4173 | 2026-08-17T18:16:30.850Z | |
| 4174 | 2026-08-17T18:16:30.850Z | info: running `cargo check --bins` on omicron-cockroach-admin (250/334) |
| 4175 | 2026-08-17T18:16:31.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2026-08-17T18:16:31.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2026-08-17T18:16:31.527Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4178 | 2026-08-17T18:16:31.530Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4179 | 2026-08-17T18:16:32.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4180 | 2026-08-17T18:16:32.899Z | |
| 4181 | 2026-08-17T18:16:32.899Z | info: running `cargo check --bins` on cockroach-admin-api (251/334) |
| 4182 | 2026-08-17T18:16:33.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-08-17T18:16:33.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-08-17T18:16:33.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2026-08-17T18:16:33.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4186 | 2026-08-17T18:16:33.481Z | |
| 4187 | 2026-08-17T18:16:33.481Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334) |
| 4188 | 2026-08-17T18:16:34.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-08-17T18:16:34.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-08-17T18:16:34.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2026-08-17T18:16:34.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4192 | 2026-08-17T18:16:34.137Z | |
| 4193 | 2026-08-17T18:16:34.137Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334) |
| 4194 | 2026-08-17T18:16:34.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-08-17T18:16:34.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-08-17T18:16:34.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2026-08-17T18:16:34.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4198 | 2026-08-17T18:16:34.797Z | |
| 4199 | 2026-08-17T18:16:34.797Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334) |
| 4200 | 2026-08-17T18:16:35.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-08-17T18:16:35.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-08-17T18:16:35.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2026-08-17T18:16:35.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4204 | 2026-08-17T18:16:35.426Z | |
| 4205 | 2026-08-17T18:16:35.426Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334) |
| 4206 | 2026-08-17T18:16:35.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-08-17T18:16:35.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-08-17T18:16:35.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-08-17T18:16:35.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4210 | 2026-08-17T18:16:36.057Z | |
| 4211 | 2026-08-17T18:16:36.057Z | info: running `cargo check --bins` on db-macros (256/334) |
| 4212 | 2026-08-17T18:16:36.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-08-17T18:16:36.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-08-17T18:16:36.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-08-17T18:16:36.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4216 | 2026-08-17T18:16:36.620Z | |
| 4217 | 2026-08-17T18:16:36.620Z | info: running `cargo check --bins` on nexus-macros-common (257/334) |
| 4218 | 2026-08-17T18:16:37.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-08-17T18:16:37.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-08-17T18:16:37.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-08-17T18:16:37.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4222 | 2026-08-17T18:16:37.185Z | |
| 4223 | 2026-08-17T18:16:37.185Z | info: running `cargo check --bins` on nexus-auth (258/334) |
| 4224 | 2026-08-17T18:16:37.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-08-17T18:16:37.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-08-17T18:16:37.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-08-17T18:16:37.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4228 | 2026-08-17T18:16:37.808Z | |
| 4229 | 2026-08-17T18:16:37.808Z | info: running `cargo check --bins` on authz-macros (259/334) |
| 4230 | 2026-08-17T18:16:38.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-08-17T18:16:38.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-08-17T18:16:38.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-08-17T18:16:38.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4234 | 2026-08-17T18:16:38.368Z | |
| 4235 | 2026-08-17T18:16:38.368Z | info: running `cargo check --bins` on nexus-db-fixed-data (260/334) |
| 4236 | 2026-08-17T18:16:38.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-08-17T18:16:38.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-08-17T18:16:38.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-08-17T18:16:38.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4240 | 2026-08-17T18:16:38.984Z | |
| 4241 | 2026-08-17T18:16:38.984Z | info: running `cargo check --bins` on nexus-db-model (261/334) |
| 4242 | 2026-08-17T18:16:39.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-08-17T18:16:39.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-08-17T18:16:39.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4245 | 2026-08-17T18:16:39.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4246 | 2026-08-17T18:16:39.602Z | |
| 4247 | 2026-08-17T18:16:39.602Z | info: running `cargo check --bins` on nexus-db-schema (262/334) |
| 4248 | 2026-08-17T18:16:40.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-08-17T18:16:40.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-08-17T18:16:40.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4251 | 2026-08-17T18:16:40.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4252 | 2026-08-17T18:16:40.169Z | |
| 4253 | 2026-08-17T18:16:40.169Z | info: running `cargo check --bins` on nexus-defaults (263/334) |
| 4254 | 2026-08-17T18:16:40.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-08-17T18:16:40.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-08-17T18:16:40.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-08-17T18:16:40.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4258 | 2026-08-17T18:16:40.746Z | |
| 4259 | 2026-08-17T18:16:40.746Z | info: running `cargo check --bins` on omicron-git-version (264/334) |
| 4260 | 2026-08-17T18:16:41.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-08-17T18:16:41.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-08-17T18:16:41.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-08-17T18:16:41.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4264 | 2026-08-17T18:16:41.311Z | |
| 4265 | 2026-08-17T18:16:41.311Z | info: running `cargo check --bins` on nexus-db-errors (265/334) |
| 4266 | 2026-08-17T18:16:41.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-08-17T18:16:41.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-08-17T18:16:41.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-08-17T18:16:41.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4270 | 2026-08-17T18:16:41.938Z | |
| 4271 | 2026-08-17T18:16:41.938Z | info: running `cargo check --bins` on nexus-db-lookup (266/334) |
| 4272 | 2026-08-17T18:16:42.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-08-17T18:16:42.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-08-17T18:16:42.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-08-17T18:16:42.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4276 | 2026-08-17T18:16:42.561Z | |
| 4277 | 2026-08-17T18:16:42.561Z | info: running `cargo check --bins` on nexus-test-interface (267/334) |
| 4278 | 2026-08-17T18:16:43.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-08-17T18:16:43.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-08-17T18:16:43.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4281 | 2026-08-17T18:16:43.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4282 | 2026-08-17T18:16:43.192Z | |
| 4283 | 2026-08-17T18:16:43.192Z | info: running `cargo check --bins` on oximeter-collector (268/334) |
| 4284 | 2026-08-17T18:16:43.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-08-17T18:16:43.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-08-17T18:16:43.905Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4287 | 2026-08-17T18:16:43.905Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4288 | 2026-08-17T18:16:44.578Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4289 | 2026-08-17T18:16:46.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4290 | 2026-08-17T18:16:46.479Z | |
| 4291 | 2026-08-17T18:16:46.479Z | info: running `cargo check --bins` on oximeter-api (269/334) |
| 4292 | 2026-08-17T18:16:46.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-08-17T18:16:46.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-08-17T18:16:46.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-08-17T18:16:46.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4296 | 2026-08-17T18:16:47.056Z | |
| 4297 | 2026-08-17T18:16:47.056Z | info: running `cargo check --bins` on cert-dev (270/334) |
| 4298 | 2026-08-17T18:16:47.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-08-17T18:16:47.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-08-17T18:16:47.661Z | Checking yasna v0.5.2 |
| 4301 | 2026-08-17T18:16:48.065Z | Checking rcgen v0.12.1 |
| 4302 | 2026-08-17T18:16:48.316Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4303 | 2026-08-17T18:16:48.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4304 | 2026-08-17T18:16:48.674Z | |
| 4305 | 2026-08-17T18:16:48.674Z | info: running `cargo check --bins` on clickana (271/334) |
| 4306 | 2026-08-17T18:16:49.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-08-17T18:16:49.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-08-17T18:16:49.314Z | Compiling instability v0.3.11 |
| 4309 | 2026-08-17T18:16:49.318Z | Checking castaway v0.2.4 |
| 4310 | 2026-08-17T18:16:49.318Z | Compiling indoc v2.0.7 |
| 4311 | 2026-08-17T18:16:49.318Z | Checking unicode-truncate v1.1.0 |
| 4312 | 2026-08-17T18:16:49.318Z | Checking lru v0.12.5 |
| 4313 | 2026-08-17T18:16:49.318Z | Checking cassowary v0.3.0 |
| 4314 | 2026-08-17T18:16:49.515Z | Checking compact_str v0.8.1 |
| 4315 | 2026-08-17T18:16:50.338Z | Checking ratatui v0.29.0 |
| 4316 | 2026-08-17T18:16:51.399Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4317 | 2026-08-17T18:16:52.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 4318 | 2026-08-17T18:16:52.295Z | |
| 4319 | 2026-08-17T18:16:52.295Z | info: running `cargo check --bins` on clickhouse-cluster-dev (272/334) |
| 4320 | 2026-08-17T18:16:52.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4321 | 2026-08-17T18:16:52.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4322 | 2026-08-17T18:16:53.000Z | Checking headers-core v0.3.0 |
| 4323 | 2026-08-17T18:16:53.003Z | Checking port-file v0.1.0 |
| 4324 | 2026-08-17T18:16:53.003Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4325 | 2026-08-17T18:16:53.197Z | Checking headers v0.4.1 |
| 4326 | 2026-08-17T18:16:53.569Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4327 | 2026-08-17T18:16:54.535Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4328 | 2026-08-17T18:16:55.055Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4329 | 2026-08-17T18:16:55.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4330 | 2026-08-17T18:16:55.684Z | |
| 4331 | 2026-08-17T18:16:55.684Z | info: running `cargo check --bins` on ch-dev (273/334) |
| 4332 | 2026-08-17T18:16:56.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-08-17T18:16:56.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-08-17T18:16:56.387Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4335 | 2026-08-17T18:16:57.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4336 | 2026-08-17T18:16:57.343Z | |
| 4337 | 2026-08-17T18:16:57.343Z | info: running `cargo check --bins` on dev-tools-common (274/334) |
| 4338 | 2026-08-17T18:16:57.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-08-17T18:16:57.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-08-17T18:16:57.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4341 | 2026-08-17T18:16:57.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4342 | 2026-08-17T18:16:57.758Z | |
| 4343 | 2026-08-17T18:16:57.759Z | info: running `cargo check --bins` on corpus-adjust (275/334) |
| 4344 | 2026-08-17T18:16:58.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-08-17T18:16:58.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-08-17T18:16:58.373Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4347 | 2026-08-17T18:16:58.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4348 | 2026-08-17T18:16:58.929Z | |
| 4349 | 2026-08-17T18:16:58.929Z | info: running `cargo check --bins` on crdb-seed (276/334) |
| 4350 | 2026-08-17T18:16:59.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4351 | 2026-08-17T18:16:59.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4352 | 2026-08-17T18:16:59.630Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4353 | 2026-08-17T18:17:00.725Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4354 | 2026-08-17T18:17:01.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 4355 | 2026-08-17T18:17:01.270Z | |
| 4356 | 2026-08-17T18:17:01.270Z | info: running `cargo check --bins` on db-dev (277/334) |
| 4357 | 2026-08-17T18:17:01.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-08-17T18:17:01.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-08-17T18:17:01.974Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4360 | 2026-08-17T18:17:02.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4361 | 2026-08-17T18:17:02.944Z | |
| 4362 | 2026-08-17T18:17:02.944Z | info: running `cargo check --bins` on omicron-dev-lib (278/334) |
| 4363 | 2026-08-17T18:17:03.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-17T18:17:03.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-17T18:17:03.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-08-17T18:17:03.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4367 | 2026-08-17T18:17:03.556Z | |
| 4368 | 2026-08-17T18:17:03.556Z | info: running `cargo check --bins` on xtask-downloader (279/334) |
| 4369 | 2026-08-17T18:17:04.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-17T18:17:04.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-17T18:17:04.164Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4372 | 2026-08-17T18:17:04.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4373 | 2026-08-17T18:17:05.030Z | |
| 4374 | 2026-08-17T18:17:05.030Z | info: running `cargo check --bins` on omicron-dropshot-apis (280/334) |
| 4375 | 2026-08-17T18:17:05.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-08-17T18:17:05.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-08-17T18:17:05.766Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4378 | 2026-08-17T18:17:05.766Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4379 | 2026-08-17T18:17:05.770Z | Checking git-stub v1.0.0 |
| 4380 | 2026-08-17T18:17:05.770Z | Compiling trait-variant v0.1.2 |
| 4381 | 2026-08-17T18:17:05.770Z | Checking maplit v1.0.2 |
| 4382 | 2026-08-17T18:17:05.770Z | Checking is_ci v1.2.0 |
| 4383 | 2026-08-17T18:17:05.770Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4384 | 2026-08-17T18:17:05.887Z | Checking drift v0.2.0 |
| 4385 | 2026-08-17T18:17:05.971Z | Checking supports-color v3.0.2 |
| 4386 | 2026-08-17T18:17:05.984Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4387 | 2026-08-17T18:17:06.076Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4388 | 2026-08-17T18:17:06.090Z | Checking git-stub-vcs v0.1.0 |
| 4389 | 2026-08-17T18:17:06.103Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4390 | 2026-08-17T18:17:06.116Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4391 | 2026-08-17T18:17:06.232Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4392 | 2026-08-17T18:17:06.281Z | Checking dropshot-api-manager v0.7.2 |
| 4393 | 2026-08-17T18:17:06.296Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4394 | 2026-08-17T18:17:06.443Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4395 | 2026-08-17T18:17:06.692Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4396 | 2026-08-17T18:17:07.167Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4397 | 2026-08-17T18:17:08.151Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4398 | 2026-08-17T18:17:09.179Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4399 | 2026-08-17T18:17:09.821Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4400 | 2026-08-17T18:17:10.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4401 | 2026-08-17T18:17:10.476Z | |
| 4402 | 2026-08-17T18:17:10.477Z | info: running `cargo check --bins` on installinator-api (281/334) |
| 4403 | 2026-08-17T18:17:10.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-08-17T18:17:10.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-08-17T18:17:10.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-08-17T18:17:10.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4407 | 2026-08-17T18:17:11.050Z | |
| 4408 | 2026-08-17T18:17:11.050Z | info: running `cargo check --bins` on nexus-external-api (282/334) |
| 4409 | 2026-08-17T18:17:11.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-08-17T18:17:11.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-08-17T18:17:11.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-08-17T18:17:11.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4413 | 2026-08-17T18:17:11.661Z | |
| 4414 | 2026-08-17T18:17:11.661Z | info: running `cargo check --bins` on nexus-internal-api (283/334) |
| 4415 | 2026-08-17T18:17:12.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-08-17T18:17:12.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-08-17T18:17:12.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4418 | 2026-08-17T18:17:12.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4419 | 2026-08-17T18:17:12.275Z | |
| 4420 | 2026-08-17T18:17:12.275Z | info: running `cargo check --bins` on nexus-lockstep-api (284/334) |
| 4421 | 2026-08-17T18:17:12.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-08-17T18:17:12.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-08-17T18:17:12.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-08-17T18:17:12.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4425 | 2026-08-17T18:17:12.884Z | |
| 4426 | 2026-08-17T18:17:12.884Z | info: running `cargo check --bins` on ntp-admin-api (285/334) |
| 4427 | 2026-08-17T18:17:13.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-08-17T18:17:13.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-08-17T18:17:13.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-08-17T18:17:13.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4431 | 2026-08-17T18:17:13.460Z | |
| 4432 | 2026-08-17T18:17:13.460Z | info: running `cargo check --bins` on ntp-admin-types-versions (286/334) |
| 4433 | 2026-08-17T18:17:13.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-08-17T18:17:13.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-08-17T18:17:13.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-08-17T18:17:13.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4437 | 2026-08-17T18:17:14.019Z | |
| 4438 | 2026-08-17T18:17:14.019Z | info: running `cargo check --bins` on wicketd-api (287/334) |
| 4439 | 2026-08-17T18:17:14.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-08-17T18:17:14.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-08-17T18:17:14.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-08-17T18:17:14.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4443 | 2026-08-17T18:17:14.607Z | |
| 4444 | 2026-08-17T18:17:14.607Z | info: running `cargo check --bins` on wicketd-commission-api (288/334) |
| 4445 | 2026-08-17T18:17:15.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-08-17T18:17:15.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-08-17T18:17:15.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-08-17T18:17:15.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4449 | 2026-08-17T18:17:15.189Z | |
| 4450 | 2026-08-17T18:17:15.189Z | info: running `cargo check --bins` on omicron-ls-apis (289/334) |
| 4451 | 2026-08-17T18:17:15.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-08-17T18:17:15.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-08-17T18:17:15.803Z | Compiling blake3 v1.8.5 |
| 4454 | 2026-08-17T18:17:15.911Z | Checking arrayvec v0.7.6 |
| 4455 | 2026-08-17T18:17:15.911Z | Checking constant_time_eq v0.4.2 |
| 4456 | 2026-08-17T18:17:15.920Z | Checking arrayref v0.3.9 |
| 4457 | 2026-08-17T18:17:15.934Z | Checking cargo-platform v0.3.2 |
| 4458 | 2026-08-17T18:17:15.934Z | Checking topological-sort v0.2.2 |
| 4459 | 2026-08-17T18:17:15.937Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4460 | 2026-08-17T18:17:16.084Z | Checking cargo_metadata v0.23.1 |
| 4461 | 2026-08-17T18:17:16.696Z | Checking omicron-zone-package v0.12.3 |
| 4462 | 2026-08-17T18:17:17.405Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4463 | 2026-08-17T18:17:18.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4464 | 2026-08-17T18:17:18.425Z | |
| 4465 | 2026-08-17T18:17:18.425Z | info: running `cargo check --bins` on mgs-dev (290/334) |
| 4466 | 2026-08-17T18:17:18.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-08-17T18:17:18.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-08-17T18:17:19.144Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4469 | 2026-08-17T18:17:19.778Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4470 | 2026-08-17T18:17:20.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4471 | 2026-08-17T18:17:20.485Z | |
| 4472 | 2026-08-17T18:17:20.485Z | info: running `cargo check --bins` on omicron-omdb (291/334) |
| 4473 | 2026-08-17T18:17:21.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-17T18:17:21.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-17T18:17:21.441Z | Compiling darling_core v0.21.3 |
| 4476 | 2026-08-17T18:17:21.441Z | Compiling vergen-lib v0.1.6 |
| 4477 | 2026-08-17T18:17:21.441Z | Compiling diesel_derives v2.3.7 |
| 4478 | 2026-08-17T18:17:21.441Z | Checking scheduled-thread-pool v0.2.7 |
| 4479 | 2026-08-17T18:17:21.444Z | Compiling vergen-gitcl v1.0.8 |
| 4480 | 2026-08-17T18:17:21.444Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4481 | 2026-08-17T18:17:21.617Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4482 | 2026-08-17T18:17:21.646Z | Compiling dirs-sys-next v0.1.2 |
| 4483 | 2026-08-17T18:17:21.741Z | Compiling glob v0.3.3 |
| 4484 | 2026-08-17T18:17:21.772Z | Compiling crunchy v0.2.4 |
| 4485 | 2026-08-17T18:17:21.804Z | Compiling dirs-next v2.0.0 |
| 4486 | 2026-08-17T18:17:21.865Z | Checking r2d2 v0.8.10 |
| 4487 | 2026-08-17T18:17:21.922Z | Compiling tiny-keccak v2.0.2 |
| 4488 | 2026-08-17T18:17:21.938Z | Checking downcast-rs v2.0.2 |
| 4489 | 2026-08-17T18:17:22.053Z | Compiling term v0.7.0 |
| 4490 | 2026-08-17T18:17:22.130Z | Compiling clang-sys v1.8.1 |
| 4491 | 2026-08-17T18:17:22.148Z | Compiling bit-vec v0.6.3 |
| 4492 | 2026-08-17T18:17:22.186Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4493 | 2026-08-17T18:17:22.365Z | Compiling ascii-canvas v3.0.0 |
| 4494 | 2026-08-17T18:17:22.384Z | Compiling bit-set v0.5.3 |
| 4495 | 2026-08-17T18:17:22.500Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4496 | 2026-08-17T18:17:22.544Z | Compiling itertools v0.10.5 |
| 4497 | 2026-08-17T18:17:22.582Z | Compiling ena v0.14.4 |
| 4498 | 2026-08-17T18:17:22.598Z | Compiling libloading v0.8.9 |
| 4499 | 2026-08-17T18:17:22.602Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4500 | 2026-08-17T18:17:22.628Z | Compiling diff v0.1.13 |
| 4501 | 2026-08-17T18:17:22.647Z | Compiling regex-syntax v0.6.29 |
| 4502 | 2026-08-17T18:17:22.793Z | Compiling bindgen v0.71.1 |
| 4503 | 2026-08-17T18:17:22.914Z | Compiling cexpr v0.6.0 |
| 4504 | 2026-08-17T18:17:23.218Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4505 | 2026-08-17T18:17:23.255Z | Compiling rustc-hash v2.1.1 |
| 4506 | 2026-08-17T18:17:23.393Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4507 | 2026-08-17T18:17:23.598Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4508 | 2026-08-17T18:17:23.616Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4509 | 2026-08-17T18:17:23.619Z | Compiling libxml v0.3.3 |
| 4510 | 2026-08-17T18:17:23.740Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4511 | 2026-08-17T18:17:23.886Z | Compiling strum_macros v0.24.3 |
| 4512 | 2026-08-17T18:17:23.907Z | Compiling indoc v1.0.9 |
| 4513 | 2026-08-17T18:17:23.953Z | Compiling lalrpop v0.19.12 |
| 4514 | 2026-08-17T18:17:24.147Z | Compiling darling_macro v0.21.3 |
| 4515 | 2026-08-17T18:17:24.665Z | Compiling darling v0.21.3 |
| 4516 | 2026-08-17T18:17:24.752Z | Compiling dsl_auto_type v0.2.0 |
| 4517 | 2026-08-17T18:17:24.906Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4518 | 2026-08-17T18:17:25.097Z | Checking derive_builder v0.20.2 |
| 4519 | 2026-08-17T18:17:25.221Z | Compiling oso-derive v0.27.3 |
| 4520 | 2026-08-17T18:17:25.237Z | Checking quick-xml v0.37.5 |
| 4521 | 2026-08-17T18:17:25.355Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4522 | 2026-08-17T18:17:25.730Z | Checking openssl-probe v0.1.6 |
| 4523 | 2026-08-17T18:17:25.874Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4524 | 2026-08-17T18:17:26.121Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4525 | 2026-08-17T18:17:26.311Z | Checking bb8 v0.8.6 |
| 4526 | 2026-08-17T18:17:26.433Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4527 | 2026-08-17T18:17:26.594Z | Checking nonempty v0.12.0 |
| 4528 | 2026-08-17T18:17:26.597Z | Compiling libz-sys v1.1.24 |
| 4529 | 2026-08-17T18:17:26.651Z | Compiling strsim v0.10.0 |
| 4530 | 2026-08-17T18:17:26.761Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4531 | 2026-08-17T18:17:26.892Z | Compiling darling_core v0.13.4 |
| 4532 | 2026-08-17T18:17:26.981Z | Compiling vergen-git2 v9.1.0 |
| 4533 | 2026-08-17T18:17:27.205Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4534 | 2026-08-17T18:17:27.226Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4535 | 2026-08-17T18:17:27.416Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4536 | 2026-08-17T18:17:27.628Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4537 | 2026-08-17T18:17:27.815Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4538 | 2026-08-17T18:17:28.007Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4539 | 2026-08-17T18:17:28.185Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4540 | 2026-08-17T18:17:28.203Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4541 | 2026-08-17T18:17:28.385Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4542 | 2026-08-17T18:17:28.572Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4543 | 2026-08-17T18:17:28.744Z | Compiling darling_macro v0.13.4 |
| 4544 | 2026-08-17T18:17:28.761Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4545 | 2026-08-17T18:17:28.951Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4546 | 2026-08-17T18:17:29.266Z | Compiling darling v0.13.4 |
| 4547 | 2026-08-17T18:17:29.370Z | Compiling serde_with_macros v1.5.2 |
| 4548 | 2026-08-17T18:17:29.416Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4549 | 2026-08-17T18:17:29.818Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4550 | 2026-08-17T18:17:30.228Z | Compiling serde_with v1.14.0 |
| 4551 | 2026-08-17T18:17:30.426Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4552 | 2026-08-17T18:17:30.615Z | Checking twox-hash v2.1.2 |
| 4553 | 2026-08-17T18:17:30.635Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4554 | 2026-08-17T18:17:30.652Z | Checking diesel v2.3.7 |
| 4555 | 2026-08-17T18:17:30.920Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4556 | 2026-08-17T18:17:31.374Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4557 | 2026-08-17T18:17:32.351Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4558 | 2026-08-17T18:17:32.722Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4559 | 2026-08-17T18:17:32.977Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4560 | 2026-08-17T18:17:33.423Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4561 | 2026-08-17T18:17:33.643Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4562 | 2026-08-17T18:17:33.953Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4563 | 2026-08-17T18:17:33.989Z | Checking libsw-core v0.3.2 |
| 4564 | 2026-08-17T18:17:34.151Z | Checking atty v0.2.14 |
| 4565 | 2026-08-17T18:17:34.261Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4566 | 2026-08-17T18:17:34.514Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4567 | 2026-08-17T18:17:34.754Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4568 | 2026-08-17T18:17:34.913Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4569 | 2026-08-17T18:17:35.135Z | Checking libsw v3.5.0 |
| 4570 | 2026-08-17T18:17:35.306Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4571 | 2026-08-17T18:17:36.148Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4572 | 2026-08-17T18:17:36.200Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4573 | 2026-08-17T18:17:36.876Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4574 | 2026-08-17T18:17:37.426Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4575 | 2026-08-17T18:17:37.599Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4576 | 2026-08-17T18:17:37.789Z | Checking console v0.16.2 |
| 4577 | 2026-08-17T18:17:38.121Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4578 | 2026-08-17T18:17:38.274Z | Checking fatfs v0.3.6 |
| 4579 | 2026-08-17T18:17:38.423Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4580 | 2026-08-17T18:17:38.736Z | Checking unit-prefix v0.5.2 |
| 4581 | 2026-08-17T18:17:38.880Z | Compiling seq-macro v0.3.6 |
| 4582 | 2026-08-17T18:17:39.420Z | Checking indicatif v0.18.4 |
| 4583 | 2026-08-17T18:17:39.460Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4584 | 2026-08-17T18:17:39.772Z | Checking oxide-update-engine-display v0.1.2 |
| 4585 | 2026-08-17T18:17:39.809Z | Checking support-bundle-viewer v0.1.2 |
| 4586 | 2026-08-17T18:17:40.061Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4587 | 2026-08-17T18:17:40.082Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4588 | 2026-08-17T18:17:40.111Z | Checking multimap v0.10.1 |
| 4589 | 2026-08-17T18:17:46.205Z | Checking diesel-dtrace v0.5.0 |
| 4590 | 2026-08-17T18:17:46.458Z | Checking async-bb8-diesel v0.2.1 |
| 4591 | 2026-08-17T18:17:49.532Z | Compiling samael v0.0.19 |
| 4592 | 2026-08-17T18:17:53.791Z | Compiling git2 v0.20.4 |
| 4593 | 2026-08-17T18:17:55.373Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4594 | 2026-08-17T18:17:56.392Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4595 | 2026-08-17T18:17:56.523Z | Compiling polar-core v0.27.3 |
| 4596 | 2026-08-17T18:18:01.095Z | Checking oso v0.27.3 |
| 4597 | 2026-08-17T18:18:33.638Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4598 | 2026-08-17T18:19:48.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4599 | 2026-08-17T18:19:48.902Z | |
| 4600 | 2026-08-17T18:19:48.902Z | info: running `cargo check --bins` on nexus-networking (292/334) |
| 4601 | 2026-08-17T18:19:49.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-17T18:19:49.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-17T18:19:49.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-17T18:19:49.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4605 | 2026-08-17T18:19:49.574Z | |
| 4606 | 2026-08-17T18:19:49.574Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334) |
| 4607 | 2026-08-17T18:19:50.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-17T18:19:50.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-17T18:19:50.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4610 | 2026-08-17T18:19:50.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4611 | 2026-08-17T18:19:50.209Z | |
| 4612 | 2026-08-17T18:19:50.209Z | info: running `cargo check --bins` on nexus-saga-recovery (294/334) |
| 4613 | 2026-08-17T18:19:50.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-08-17T18:19:50.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-08-17T18:19:50.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-08-17T18:19:50.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4617 | 2026-08-17T18:19:50.843Z | |
| 4618 | 2026-08-17T18:19:50.843Z | info: running `cargo check --bins` on nexus-test-utils-macros (295/334) |
| 4619 | 2026-08-17T18:19:51.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-08-17T18:19:51.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-08-17T18:19:51.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4622 | 2026-08-17T18:19:51.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4623 | 2026-08-17T18:19:51.407Z | |
| 4624 | 2026-08-17T18:19:51.407Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (296/334) |
| 4625 | 2026-08-17T18:19:51.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4626 | 2026-08-17T18:19:51.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4627 | 2026-08-17T18:19:52.231Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4628 | 2026-08-17T18:19:52.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4629 | 2026-08-17T18:19:53.209Z | |
| 4630 | 2026-08-17T18:19:53.209Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334) |
| 4631 | 2026-08-17T18:19:53.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-08-17T18:19:53.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-08-17T18:19:54.033Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4634 | 2026-08-17T18:20:32.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.63s |
| 4635 | 2026-08-17T18:20:33.054Z | |
| 4636 | 2026-08-17T18:20:33.054Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334) |
| 4637 | 2026-08-17T18:20:33.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-08-17T18:20:33.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-08-17T18:20:33.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4640 | 2026-08-17T18:20:33.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4641 | 2026-08-17T18:20:33.614Z | |
| 4642 | 2026-08-17T18:20:33.614Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334) |
| 4643 | 2026-08-17T18:20:34.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-17T18:20:34.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-17T18:20:34.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4646 | 2026-08-17T18:20:34.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4647 | 2026-08-17T18:20:34.176Z | |
| 4648 | 2026-08-17T18:20:34.176Z | info: running `cargo check --bins --no-default-features` on nexus-fm (300/334) |
| 4649 | 2026-08-17T18:20:34.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-17T18:20:34.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-17T18:20:34.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-08-17T18:20:34.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4653 | 2026-08-17T18:20:34.802Z | |
| 4654 | 2026-08-17T18:20:34.802Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334) |
| 4655 | 2026-08-17T18:20:35.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-17T18:20:35.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-17T18:20:35.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4658 | 2026-08-17T18:20:35.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4659 | 2026-08-17T18:20:35.437Z | |
| 4660 | 2026-08-17T18:20:35.437Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (302/334) |
| 4661 | 2026-08-17T18:20:35.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-17T18:20:35.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-17T18:20:35.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-17T18:20:35.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4665 | 2026-08-17T18:20:36.069Z | |
| 4666 | 2026-08-17T18:20:36.069Z | info: running `cargo check --bins` on nexus-mgs-updates (303/334) |
| 4667 | 2026-08-17T18:20:36.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-17T18:20:36.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-17T18:20:36.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4670 | 2026-08-17T18:20:36.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4671 | 2026-08-17T18:20:36.692Z | |
| 4672 | 2026-08-17T18:20:36.692Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (304/334) |
| 4673 | 2026-08-17T18:20:37.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-17T18:20:37.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-17T18:20:37.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4676 | 2026-08-17T18:20:37.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4677 | 2026-08-17T18:20:37.325Z | |
| 4678 | 2026-08-17T18:20:37.325Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334) |
| 4679 | 2026-08-17T18:20:37.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-17T18:20:37.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-17T18:20:37.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4682 | 2026-08-17T18:20:37.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4683 | 2026-08-17T18:20:37.952Z | |
| 4684 | 2026-08-17T18:20:37.952Z | info: running `cargo check --bins` on nexus-switch-config (306/334) |
| 4685 | 2026-08-17T18:20:38.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-17T18:20:38.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-17T18:20:38.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4688 | 2026-08-17T18:20:38.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4689 | 2026-08-17T18:20:38.559Z | |
| 4690 | 2026-08-17T18:20:38.559Z | info: running `cargo check --bins` on nexus-switch-config-preparation (307/334) |
| 4691 | 2026-08-17T18:20:39.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-17T18:20:39.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-17T18:20:39.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4694 | 2026-08-17T18:20:39.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4695 | 2026-08-17T18:20:39.188Z | |
| 4696 | 2026-08-17T18:20:39.188Z | info: running `cargo check --bins` on support-bundle-collection (308/334) |
| 4697 | 2026-08-17T18:20:39.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-17T18:20:39.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-17T18:20:39.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4700 | 2026-08-17T18:20:39.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4701 | 2026-08-17T18:20:39.816Z | |
| 4702 | 2026-08-17T18:20:39.816Z | info: running `cargo check --bins` on omicron-dev (309/334) |
| 4703 | 2026-08-17T18:20:40.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4704 | 2026-08-17T18:20:40.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4705 | 2026-08-17T18:20:40.699Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4706 | 2026-08-17T18:20:40.699Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4707 | 2026-08-17T18:20:40.887Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4708 | 2026-08-17T18:20:40.917Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4709 | 2026-08-17T18:20:40.932Z | Checking yansi v1.0.1 |
| 4710 | 2026-08-17T18:20:40.935Z | Checking diff v0.1.13 |
| 4711 | 2026-08-17T18:20:40.961Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4712 | 2026-08-17T18:20:40.976Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4713 | 2026-08-17T18:20:41.174Z | Checking pretty_assertions v1.4.1 |
| 4714 | 2026-08-17T18:20:41.944Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4715 | 2026-08-17T18:20:41.994Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4716 | 2026-08-17T18:21:07.284Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4717 | 2026-08-17T18:21:07.288Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4718 | 2026-08-17T18:21:07.288Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4719 | 2026-08-17T18:21:07.288Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4720 | 2026-08-17T18:21:07.288Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4721 | 2026-08-17T18:21:07.288Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4722 | 2026-08-17T18:21:07.288Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4723 | 2026-08-17T18:21:08.179Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4724 | 2026-08-17T18:21:08.182Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4725 | 2026-08-17T18:21:09.460Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4726 | 2026-08-17T18:21:47.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4727 | 2026-08-17T18:21:48.138Z | |
| 4728 | 2026-08-17T18:21:48.138Z | info: running `cargo check --bins` on oximeter-load-test (310/334) |
| 4729 | 2026-08-17T18:21:48.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-08-17T18:21:48.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-08-17T18:21:48.851Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4732 | 2026-08-17T18:21:49.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4733 | 2026-08-17T18:21:49.681Z | |
| 4734 | 2026-08-17T18:21:49.681Z | info: running `cargo check --bins` on omicron-pins (311/334) |
| 4735 | 2026-08-17T18:21:50.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-08-17T18:21:50.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-08-17T18:21:50.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4738 | 2026-08-17T18:21:50.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4739 | 2026-08-17T18:21:50.235Z | |
| 4740 | 2026-08-17T18:21:50.235Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334) |
| 4741 | 2026-08-17T18:21:50.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4742 | 2026-08-17T18:21:50.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4743 | 2026-08-17T18:21:51.003Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4744 | 2026-08-17T18:21:51.126Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4745 | 2026-08-17T18:21:51.133Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4746 | 2026-08-17T18:22:18.127Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4747 | 2026-08-17T18:22:18.530Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4748 | 2026-08-17T18:22:20.282Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4749 | 2026-08-17T18:22:20.756Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4750 | 2026-08-17T18:22:23.854Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4751 | 2026-08-17T18:22:47.890Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4752 | 2026-08-17T18:22:48.628Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4753 | 2026-08-17T18:22:50.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4754 | 2026-08-17T18:22:50.515Z | |
| 4755 | 2026-08-17T18:22:50.515Z | info: running `cargo check --bins` on reconfigurator-sp-updater (313/334) |
| 4756 | 2026-08-17T18:22:51.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4757 | 2026-08-17T18:22:51.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4758 | 2026-08-17T18:22:51.222Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4759 | 2026-08-17T18:22:51.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4760 | 2026-08-17T18:22:52.116Z | |
| 4761 | 2026-08-17T18:22:52.116Z | info: running `cargo check --bins` on omicron-releng (314/334) |
| 4762 | 2026-08-17T18:22:52.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-08-17T18:22:52.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-08-17T18:22:52.732Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4765 | 2026-08-17T18:22:52.736Z | Compiling fs-err v2.11.0 |
| 4766 | 2026-08-17T18:22:52.850Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4767 | 2026-08-17T18:22:52.861Z | Checking parse-size v1.1.0 |
| 4768 | 2026-08-17T18:22:52.869Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4769 | 2026-08-17T18:22:52.873Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4770 | 2026-08-17T18:22:52.873Z | Checking shell-words v1.1.1 |
| 4771 | 2026-08-17T18:22:52.961Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4772 | 2026-08-17T18:22:53.291Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4773 | 2026-08-17T18:22:53.471Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4774 | 2026-08-17T18:22:54.143Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4775 | 2026-08-17T18:22:55.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 4776 | 2026-08-17T18:22:55.282Z | |
| 4777 | 2026-08-17T18:22:55.282Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (315/334) |
| 4778 | 2026-08-17T18:22:55.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4779 | 2026-08-17T18:22:55.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4780 | 2026-08-17T18:22:55.908Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4781 | 2026-08-17T18:22:56.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4782 | 2026-08-17T18:22:56.583Z | |
| 4783 | 2026-08-17T18:22:56.583Z | info: running `cargo check --bins` on schema (316/334) |
| 4784 | 2026-08-17T18:22:57.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4785 | 2026-08-17T18:22:57.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4786 | 2026-08-17T18:22:57.302Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4787 | 2026-08-17T18:22:58.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4788 | 2026-08-17T18:22:58.207Z | |
| 4789 | 2026-08-17T18:22:58.207Z | info: running `cargo check --bins` on xtask (317/334) |
| 4790 | 2026-08-17T18:22:58.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4791 | 2026-08-17T18:22:58.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4792 | 2026-08-17T18:22:58.606Z | Checking serde_core v1.0.228 |
| 4793 | 2026-08-17T18:22:58.606Z | Checking libc v0.2.185 |
| 4794 | 2026-08-17T18:22:58.610Z | Checking bitflags v2.11.0 |
| 4795 | 2026-08-17T18:22:58.693Z | Checking scroll v0.12.0 |
| 4796 | 2026-08-17T18:22:58.697Z | Checking thiserror v1.0.69 |
| 4797 | 2026-08-17T18:22:58.704Z | Checking log v0.4.29 |
| 4798 | 2026-08-17T18:22:58.711Z | Checking zerocopy v0.7.35 |
| 4799 | 2026-08-17T18:22:58.719Z | Checking indexmap v2.14.0 |
| 4800 | 2026-08-17T18:22:58.782Z | Checking syn v2.0.117 |
| 4801 | 2026-08-17T18:22:58.826Z | Checking dtrace-parser v0.2.0 |
| 4802 | 2026-08-17T18:22:58.842Z | Checking once_cell v1.21.3 |
| 4803 | 2026-08-17T18:22:58.902Z | Checking goblin v0.8.2 |
| 4804 | 2026-08-17T18:22:58.964Z | Checking errno v0.3.14 |
| 4805 | 2026-08-17T18:22:59.014Z | Checking getrandom v0.4.1 |
| 4806 | 2026-08-17T18:22:59.053Z | Checking thread-id v4.2.2 |
| 4807 | 2026-08-17T18:22:59.080Z | Checking rustix v1.1.3 |
| 4808 | 2026-08-17T18:22:59.129Z | Checking memmap v0.7.0 |
| 4809 | 2026-08-17T18:22:59.140Z | Checking thiserror v2.0.18 |
| 4810 | 2026-08-17T18:22:59.199Z | Checking fs-err v3.3.0 |
| 4811 | 2026-08-17T18:22:59.236Z | Checking anyhow v1.0.102 |
| 4812 | 2026-08-17T18:22:59.247Z | Checking tabled v0.15.0 |
| 4813 | 2026-08-17T18:22:59.850Z | Checking terminal_size v0.4.3 |
| 4814 | 2026-08-17T18:22:59.850Z | Checking tempfile v3.25.0 |
| 4815 | 2026-08-17T18:22:59.963Z | Checking clap_builder v4.6.0 |
| 4816 | 2026-08-17T18:22:59.966Z | Checking textwrap v0.16.2 |
| 4817 | 2026-08-17T18:23:00.128Z | Checking serde v1.0.228 |
| 4818 | 2026-08-17T18:23:00.131Z | Checking serde_json v1.0.151 |
| 4819 | 2026-08-17T18:23:00.132Z | Checking camino v1.2.2 |
| 4820 | 2026-08-17T18:23:00.174Z | Checking semver v1.0.28 |
| 4821 | 2026-08-17T18:23:00.346Z | Checking cargo-platform v0.3.2 |
| 4822 | 2026-08-17T18:23:00.397Z | Checking camino-tempfile v1.4.1 |
| 4823 | 2026-08-17T18:23:00.557Z | Checking toml_datetime v0.6.11 |
| 4824 | 2026-08-17T18:23:00.557Z | Checking serde_spanned v0.6.9 |
| 4825 | 2026-08-17T18:23:00.560Z | Checking macaddr v1.0.1 |
| 4826 | 2026-08-17T18:23:00.560Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4827 | 2026-08-17T18:23:00.740Z | Checking toml_edit v0.22.27 |
| 4828 | 2026-08-17T18:23:00.744Z | Checking dof v0.3.0 |
| 4829 | 2026-08-17T18:23:00.744Z | Checking cargo_metadata v0.23.1 |
| 4830 | 2026-08-17T18:23:01.007Z | Checking usdt-impl v0.5.0 |
| 4831 | 2026-08-17T18:23:01.139Z | Checking clap v4.6.1 |
| 4832 | 2026-08-17T18:23:01.263Z | Checking usdt v0.5.0 |
| 4833 | 2026-08-17T18:23:01.708Z | Checking toml v0.8.23 |
| 4834 | 2026-08-17T18:23:01.967Z | Checking cargo_toml v0.21.0 |
| 4835 | 2026-08-17T18:23:02.608Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4836 | 2026-08-17T18:23:03.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 4837 | 2026-08-17T18:23:03.105Z | |
| 4838 | 2026-08-17T18:23:03.105Z | info: running `cargo check --bins` on dnsadm (318/334) |
| 4839 | 2026-08-17T18:23:03.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4840 | 2026-08-17T18:23:03.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4841 | 2026-08-17T18:23:03.741Z | Checking arc-swap v1.8.2 |
| 4842 | 2026-08-17T18:23:04.025Z | Checking slog-scope v4.4.1 |
| 4843 | 2026-08-17T18:23:04.139Z | Checking slog-stdlog v4.1.1 |
| 4844 | 2026-08-17T18:23:04.265Z | Checking slog-envlogger v2.2.0 |
| 4845 | 2026-08-17T18:23:04.389Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4846 | 2026-08-17T18:23:04.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4847 | 2026-08-17T18:23:04.973Z | |
| 4848 | 2026-08-17T18:23:04.973Z | info: running `cargo check --bins` on end-to-end-tests (319/334) |
| 4849 | 2026-08-17T18:23:05.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4850 | 2026-08-17T18:23:05.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4851 | 2026-08-17T18:23:05.784Z | Checking cpubits v0.1.1 |
| 4852 | 2026-08-17T18:23:05.911Z | Checking pem-rfc7468 v1.0.0 |
| 4853 | 2026-08-17T18:23:05.923Z | Checking hmac v0.13.0 |
| 4854 | 2026-08-17T18:23:05.926Z | Checking universal-hash v0.6.1 |
| 4855 | 2026-08-17T18:23:05.947Z | Checking ctr v0.10.1 |
| 4856 | 2026-08-17T18:23:05.947Z | Checking aead v0.6.1 |
| 4857 | 2026-08-17T18:23:05.975Z | Checking crypto-bigint v0.7.5 |
| 4858 | 2026-08-17T18:23:05.978Z | Checking aes v0.9.1 |
| 4859 | 2026-08-17T18:23:06.004Z | Checking salsa20 v0.11.0 |
| 4860 | 2026-08-17T18:23:06.035Z | Checking polyval v0.7.1 |
| 4861 | 2026-08-17T18:23:06.052Z | Checking der v0.8.0 |
| 4862 | 2026-08-17T18:23:06.075Z | Checking pbkdf2 v0.13.0 |
| 4863 | 2026-08-17T18:23:06.092Z | Checking cbc v0.2.1 |
| 4864 | 2026-08-17T18:23:06.141Z | Checking ff v0.14.0 |
| 4865 | 2026-08-17T18:23:06.146Z | Checking signature v3.0.0 |
| 4866 | 2026-08-17T18:23:06.186Z | Checking scrypt v0.12.0 |
| 4867 | 2026-08-17T18:23:06.207Z | Checking ghash v0.6.0 |
| 4868 | 2026-08-17T18:23:06.221Z | Checking base16ct v1.0.0 |
| 4869 | 2026-08-17T18:23:06.286Z | Checking group v0.14.0 |
| 4870 | 2026-08-17T18:23:06.314Z | Checking hkdf v0.13.0 |
| 4871 | 2026-08-17T18:23:06.333Z | Compiling curve25519-dalek v5.0.0 |
| 4872 | 2026-08-17T18:23:06.351Z | Checking keccak v0.2.0 |
| 4873 | 2026-08-17T18:23:06.366Z | Checking aes-gcm v0.11.0 |
| 4874 | 2026-08-17T18:23:06.381Z | Checking poly1305 v0.9.0 |
| 4875 | 2026-08-17T18:23:06.433Z | Checking wnaf v0.14.0 |
| 4876 | 2026-08-17T18:23:06.448Z | Checking blowfish v0.10.0 |
| 4877 | 2026-08-17T18:23:06.506Z | Checking blake2 v0.11.0-rc.6 |
| 4878 | 2026-08-17T18:23:06.523Z | Checking sha3 v0.11.0 |
| 4879 | 2026-08-17T18:23:06.594Z | Checking bcrypt-pbkdf v0.11.0 |
| 4880 | 2026-08-17T18:23:06.613Z | Checking kem v0.3.0 |
| 4881 | 2026-08-17T18:23:06.639Z | Checking module-lattice v0.2.3 |
| 4882 | 2026-08-17T18:23:06.728Z | Checking sponge-cursor v0.1.0 |
| 4883 | 2026-08-17T18:23:06.756Z | Checking argon2 v0.6.0-rc.8 |
| 4884 | 2026-08-17T18:23:06.772Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4885 | 2026-08-17T18:23:06.830Z | Checking spki v0.8.0 |
| 4886 | 2026-08-17T18:23:06.850Z | Checking sec1 v0.8.1 |
| 4887 | 2026-08-17T18:23:06.854Z | Checking ml-kem v0.3.2 |
| 4888 | 2026-08-17T18:23:06.854Z | Checking sha3 v0.12.0 |
| 4889 | 2026-08-17T18:23:06.950Z | Checking internal-russh-num-bigint v0.5.0 |
| 4890 | 2026-08-17T18:23:06.998Z | Checking pkcs5 v0.8.1 |
| 4891 | 2026-08-17T18:23:07.053Z | Checking pkcs1 v0.8.0-rc.4 |
| 4892 | 2026-08-17T18:23:07.068Z | Checking num-bigint v0.4.6 |
| 4893 | 2026-08-17T18:23:07.072Z | Checking generic-array v1.4.3 |
| 4894 | 2026-08-17T18:23:07.260Z | Checking russh-util v0.52.0 |
| 4895 | 2026-08-17T18:23:07.283Z | Checking pkcs8 v0.11.0 |
| 4896 | 2026-08-17T18:23:07.385Z | Compiling enum_dispatch v0.3.13 |
| 4897 | 2026-08-17T18:23:07.458Z | Compiling delegate v0.13.5 |
| 4898 | 2026-08-17T18:23:07.479Z | Checking ed25519 v3.0.0 |
| 4899 | 2026-08-17T18:23:07.616Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4900 | 2026-08-17T18:23:07.639Z | Checking md5 v0.8.0 |
| 4901 | 2026-08-17T18:23:07.670Z | Checking ed25519-dalek v3.0.0 |
| 4902 | 2026-08-17T18:23:07.787Z | Checking hex-literal v1.1.0 |
| 4903 | 2026-08-17T18:23:07.829Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4904 | 2026-08-17T18:23:07.888Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4905 | 2026-08-17T18:23:07.888Z | Checking socket2 v0.5.10 |
| 4906 | 2026-08-17T18:23:08.016Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4907 | 2026-08-17T18:23:08.019Z | Checking internet-checksum v0.2.1 |
| 4908 | 2026-08-17T18:23:08.212Z | Checking elliptic-curve v0.14.1 |
| 4909 | 2026-08-17T18:23:08.212Z | Checking primefield v0.14.0 |
| 4910 | 2026-08-17T18:23:08.215Z | Checking rfc6979 v0.6.0 |
| 4911 | 2026-08-17T18:23:08.215Z | Checking ssh-encoding v0.3.0 |
| 4912 | 2026-08-17T18:23:08.315Z | Checking crypto-primes v0.7.2 |
| 4913 | 2026-08-17T18:23:08.433Z | Checking ssh-cipher v0.3.0 |
| 4914 | 2026-08-17T18:23:08.436Z | Checking russh-cryptovec v0.62.0 |
| 4915 | 2026-08-17T18:23:08.611Z | Checking ecdsa v0.17.0 |
| 4916 | 2026-08-17T18:23:08.614Z | Checking primeorder v0.14.0 |
| 4917 | 2026-08-17T18:23:08.967Z | Checking p384 v0.14.0 |
| 4918 | 2026-08-17T18:23:08.971Z | Checking p256 v0.14.0 |
| 4919 | 2026-08-17T18:23:08.971Z | Checking p521 v0.14.0 |
| 4920 | 2026-08-17T18:23:09.233Z | Checking rsa v0.10.0-rc.18 |
| 4921 | 2026-08-17T18:23:11.772Z | Checking ssh-key v0.7.0-rc.11 |
| 4922 | 2026-08-17T18:23:12.544Z | Checking russh v0.62.4 |
| 4923 | 2026-08-17T18:23:26.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.32s |
| 4924 | 2026-08-17T18:23:26.501Z | |
| 4925 | 2026-08-17T18:23:26.501Z | info: running `cargo check --bins` on gateway-cli (320/334) |
| 4926 | 2026-08-17T18:23:26.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4927 | 2026-08-17T18:23:26.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4928 | 2026-08-17T18:23:27.133Z | Checking termios v0.3.3 |
| 4929 | 2026-08-17T18:23:27.332Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4930 | 2026-08-17T18:23:27.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4931 | 2026-08-17T18:23:28.100Z | |
| 4932 | 2026-08-17T18:23:28.100Z | info: running `cargo check --bins --no-default-features` on installinator (321/334) |
| 4933 | 2026-08-17T18:23:28.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4934 | 2026-08-17T18:23:28.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4935 | 2026-08-17T18:23:28.780Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4936 | 2026-08-17T18:23:29.485Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4937 | 2026-08-17T18:23:31.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 4938 | 2026-08-17T18:23:31.279Z | |
| 4939 | 2026-08-17T18:23:31.279Z | info: running `cargo check --bins` on internal-dns-cli (322/334) |
| 4940 | 2026-08-17T18:23:31.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-17T18:23:31.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-17T18:23:31.901Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4943 | 2026-08-17T18:23:32.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4944 | 2026-08-17T18:23:32.506Z | |
| 4945 | 2026-08-17T18:23:32.506Z | info: running `cargo check --bins` on omicron-live-tests (323/334) |
| 4946 | 2026-08-17T18:23:32.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-17T18:23:32.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-17T18:23:32.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4949 | 2026-08-17T18:23:32.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4950 | 2026-08-17T18:23:33.058Z | |
| 4951 | 2026-08-17T18:23:33.058Z | info: running `cargo check --bins` on live-tests-macros (324/334) |
| 4952 | 2026-08-17T18:23:33.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-17T18:23:33.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-17T18:23:33.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4955 | 2026-08-17T18:23:33.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4956 | 2026-08-17T18:23:33.613Z | |
| 4957 | 2026-08-17T18:23:33.613Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334) |
| 4958 | 2026-08-17T18:23:34.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-17T18:23:34.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-17T18:23:34.341Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4961 | 2026-08-17T18:23:34.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4962 | 2026-08-17T18:23:35.127Z | |
| 4963 | 2026-08-17T18:23:35.127Z | info: running `cargo check --bins` on omicron-ntp-admin (326/334) |
| 4964 | 2026-08-17T18:23:35.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-17T18:23:35.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-17T18:23:35.759Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4967 | 2026-08-17T18:23:35.759Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4968 | 2026-08-17T18:23:36.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4969 | 2026-08-17T18:23:36.862Z | |
| 4970 | 2026-08-17T18:23:36.862Z | info: running `cargo check --bins` on ntp-admin-types (327/334) |
| 4971 | 2026-08-17T18:23:37.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4972 | 2026-08-17T18:23:37.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4973 | 2026-08-17T18:23:37.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4974 | 2026-08-17T18:23:37.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4975 | 2026-08-17T18:23:37.416Z | |
| 4976 | 2026-08-17T18:23:37.417Z | info: running `cargo check --bins` on omicron-package (328/334) |
| 4977 | 2026-08-17T18:23:37.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4978 | 2026-08-17T18:23:37.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4979 | 2026-08-17T18:23:38.085Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4980 | 2026-08-17T18:23:39.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4981 | 2026-08-17T18:23:39.379Z | |
| 4982 | 2026-08-17T18:23:39.379Z | info: running `cargo check --bins` on tqdb (329/334) |
| 4983 | 2026-08-17T18:23:39.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4984 | 2026-08-17T18:23:39.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4985 | 2026-08-17T18:23:40.145Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4986 | 2026-08-17T18:23:40.501Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4987 | 2026-08-17T18:23:41.022Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4988 | 2026-08-17T18:23:41.026Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4989 | 2026-08-17T18:23:47.185Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4990 | 2026-08-17T18:23:47.188Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4991 | 2026-08-17T18:23:47.188Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4992 | 2026-08-17T18:23:47.796Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4993 | 2026-08-17T18:23:47.797Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4994 | 2026-08-17T18:23:47.800Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4995 | 2026-08-17T18:23:48.584Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4996 | 2026-08-17T18:23:49.042Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4997 | 2026-08-17T18:23:49.277Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4998 | 2026-08-17T18:23:49.634Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4999 | 2026-08-17T18:23:50.491Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5000 | 2026-08-17T18:23:51.147Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5001 | 2026-08-17T18:23:55.869Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5002 | 2026-08-17T18:24:03.184Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5003 | 2026-08-17T18:24:03.187Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5004 | 2026-08-17T18:24:03.187Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5005 | 2026-08-17T18:24:03.187Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5006 | 2026-08-17T18:24:04.709Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5007 | 2026-08-17T18:24:05.988Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5008 | 2026-08-17T18:24:06.665Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5009 | 2026-08-17T18:24:07.943Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5010 | 2026-08-17T18:24:08.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.11s |
| 5011 | 2026-08-17T18:24:08.703Z | |
| 5012 | 2026-08-17T18:24:08.704Z | info: running `cargo check --bins` on wicket-dbg (330/334) |
| 5013 | 2026-08-17T18:24:09.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5014 | 2026-08-17T18:24:09.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5015 | 2026-08-17T18:24:09.401Z | Checking rtoolbox v0.0.3 |
| 5016 | 2026-08-17T18:24:09.417Z | Checking tui-tree-widget v0.23.1 |
| 5017 | 2026-08-17T18:24:09.418Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5018 | 2026-08-17T18:24:09.524Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5019 | 2026-08-17T18:24:09.613Z | Checking rpassword v7.5.4 |
| 5020 | 2026-08-17T18:24:12.450Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5021 | 2026-08-17T18:24:14.276Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5022 | 2026-08-17T18:24:15.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s |
| 5023 | 2026-08-17T18:24:15.395Z | |
| 5024 | 2026-08-17T18:24:15.395Z | info: running `cargo check --bins` on wicket (331/334) |
| 5025 | 2026-08-17T18:24:15.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5026 | 2026-08-17T18:24:15.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5027 | 2026-08-17T18:24:16.076Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5028 | 2026-08-17T18:24:16.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5029 | 2026-08-17T18:24:16.624Z | |
| 5030 | 2026-08-17T18:24:16.624Z | info: running `cargo check --bins` on wicketd (332/334) |
| 5031 | 2026-08-17T18:24:17.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5032 | 2026-08-17T18:24:17.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5033 | 2026-08-17T18:24:17.315Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5034 | 2026-08-17T18:24:20.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 5035 | 2026-08-17T18:24:21.131Z | |
| 5036 | 2026-08-17T18:24:21.131Z | info: running `cargo check --bins` on omicron-workspace-hack (333/334) |
| 5037 | 2026-08-17T18:24:21.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5038 | 2026-08-17T18:24:21.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5039 | 2026-08-17T18:24:21.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5040 | 2026-08-17T18:24:21.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5041 | 2026-08-17T18:24:21.684Z | |
| 5042 | 2026-08-17T18:24:21.684Z | info: running `cargo check --bins` on zone-setup (334/334) |
| 5043 | 2026-08-17T18:24:22.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5044 | 2026-08-17T18:24:22.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5045 | 2026-08-17T18:24:22.345Z | Checking uzers v0.12.2 |
| 5046 | 2026-08-17T18:24:22.620Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5047 | 2026-08-17T18:24:23.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5048 | 2026-08-17T18:24:23.603Z | |
| 5049 | 2026-08-17T18:24:23.603Z | real 14:01.777678317 |
| 5050 | 2026-08-17T18:24:23.603Z | user 21:05.522501174 |
| 5051 | 2026-08-17T18:24:23.603Z | sys 4:21.487323197 |
| 5052 | 2026-08-17T18:24:23.603Z | trap 0.323305563 |
| 5053 | 2026-08-17T18:24:23.603Z | tflt 0.568568466 |
| 5054 | 2026-08-17T18:24:23.603Z | dflt 0.812123888 |
| 5055 | 2026-08-17T18:24:23.603Z | kflt 0.004639591 |
| 5056 | 2026-08-17T18:24:23.603Z | lock 1:26:37.269194999 |
| 5057 | 2026-08-17T18:24:23.607Z | slp 1:40:46.163869476 |
| 5058 | 2026-08-17T18:24:23.607Z | lat 57.717572451 |
| 5059 | 2026-08-17T18:24:23.607Z | stop 4:02.236520213 |
| 5060 | 2026-08-17T18:24:23.607Z | process exited: duration 973477 ms, exit code 0 |
| |
| 5061 | 2026-08-17T18:24:23.614Z | found 0 output files |