01KZY77DFFCRYZ7HVK6Q8A2PQ0: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZY77T3EX4CXEYCG5QATQ0CD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T18:48:54.300Zjob assigned to worker 01KZY784FPYTEWX6W5BKG696HF [factory aws, i-0158aa2d4b00e6e75] (queued for 51 s)
 
22026-08-13T18:49:00.974Zstarting task 0: "setup"
32026-08-13T18:49:00.980Z++ uname -s
42026-08-13T18:49:00.983Z+ kern=SunOS
52026-08-13T18:49:00.983Z+ build_user=build
62026-08-13T18:49:00.983Z+ build_uid=12345
72026-08-13T18:49:00.983Z+ work_dir=/work
82026-08-13T18:49:00.983Z+ input_dir=/input
92026-08-13T18:49:00.983Z+ [[ 0 == 12345 ]]
102026-08-13T18:49:00.983Z+ case "$kern" in
112026-08-13T18:49:00.983Z+ groupadd -g 12345 build
122026-08-13T18:49:00.983Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T18:49:02.988Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T18:49:03.098Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T18:49:03.102Z+ home_fs=zfs
162026-08-13T18:49:03.102Z+ [[ zfs == autofs ]]
172026-08-13T18:49:03.102Z+ mkdir -p /home/build
182026-08-13T18:49:03.102Z+ chown build:build /home/build /work
192026-08-13T18:49:05.102Z+ chmod 0700 /home/build /work
202026-08-13T18:49:05.106Zprocess exited: duration 4128 ms, exit code 0
 
212026-08-13T18:49:05.113Zstarting task 1: "rust-toolchain"
222026-08-13T18:49:05.116Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T18:49:05.116Z * rust toolchain channel = "1.97.1"
242026-08-13T18:49:05.116Z * rust toolchain profile = "default"
252026-08-13T18:49:05.116Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-13T18:49:05.116Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T18:49:05.116Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T18:49:05.120Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T18:49:05.120Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T18:49:05.195Zinfo: downloading installer
312026-08-13T18:49:06.494Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T18:49:06.495Zwarn: /home/build/.rustup/settings.toml
332026-08-13T18:49:06.495Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T18:49:06.495Zwarn: instead of the one inferred from the default host triple.
352026-08-13T18:49:06.507Zinfo: profile set to default
362026-08-13T18:49:06.507Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T18:49:06.510Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T18:49:06.645Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T18:49:06.649Zinfo: downloading 6 components
402026-08-13T18:49:20.941Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T18:49:20.941Z
422026-08-13T18:49:20.972Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T18:49:20.972Z
442026-08-13T18:49:20.972Z
452026-08-13T18:49:20.972ZRust is installed now. Great!
462026-08-13T18:49:20.972Z
472026-08-13T18:49:20.977ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T18:49:20.977Zenvironment variable. This has not been done automatically.
492026-08-13T18:49:20.977Z
502026-08-13T18:49:20.977ZTo configure your current shell, you need to source
512026-08-13T18:49:20.977Zthe corresponding env file under $HOME/.cargo.
522026-08-13T18:49:20.977Z
532026-08-13T18:49:20.977ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T18:49:20.977Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T18:49:20.977Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T18:49:20.977Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T18:49:20.977Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T18:49:20.977Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T18:49:20.977Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T18:49:20.977Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T18:49:20.977Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T18:49:21.062Z+ rustup --version
632026-08-13T18:49:21.070Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T18:49:21.073Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T18:49:21.090Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T18:49:21.094Z+ cargo --version
672026-08-13T18:49:21.108Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T18:49:21.111Z+ rustc --version
692026-08-13T18:49:21.129Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T18:49:21.132Zprocess exited: duration 16018 ms, exit code 0
 
712026-08-13T18:49:21.138Zstarting task 2: "authentication"
722026-08-13T18:49:21.154Zprocess exited: duration 16 ms, exit code 0
 
732026-08-13T18:49:21.160Zstarting task 3: "clone repository"
742026-08-13T18:49:21.163Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T18:49:21.166Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T18:49:21.190ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T18:49:39.047Z+ cd /work/oxidecomputer/omicron
782026-08-13T18:49:39.047Z+ git fetch origin 30df0f21bcb15483e46b103088a6662f52fac275
792026-08-13T18:49:39.429ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T18:49:39.429Z * branch 30df0f21bcb15483e46b103088a6662f52fac275 -> FETCH_HEAD
812026-08-13T18:49:39.443Z+ [[ -n sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
822026-08-13T18:49:39.445Z++ git branch --show-current
832026-08-13T18:49:39.445Z+ current=main
842026-08-13T18:49:39.445Z+ [[ main != sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
852026-08-13T18:49:39.446Z+ git branch -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository 30df0f21bcb15483e46b103088a6662f52fac275
862026-08-13T18:49:39.449Z+ git checkout -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository
872026-08-13T18:49:39.573ZSwitched to branch 'sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository'
882026-08-13T18:49:39.576Z+ git reset --hard 30df0f21bcb15483e46b103088a6662f52fac275
892026-08-13T18:49:39.700ZHEAD is now at 30df0f21b rebase on main
902026-08-13T18:49:39.703Zprocess exited: duration 18541 ms, exit code 0
 
912026-08-13T18:49:39.708Zstarting task 4: "build"
922026-08-13T18:49:39.712Z+ source .github/buildomat/ci-env.sh
932026-08-13T18:49:39.715Z++ export CARGO_TERM_COLOR=always
942026-08-13T18:49:39.715Z++ CARGO_TERM_COLOR=always
952026-08-13T18:49:39.715Z+++ uname -s
962026-08-13T18:49:39.715Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-13T18:49:39.715Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-13T18:49:39.719Z+ cargo --version
992026-08-13T18:49:39.725Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-13T18:49:39.728Z+ rustc --version
1012026-08-13T18:49:39.747Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-13T18:49:39.749Z+ source ./env.sh
1032026-08-13T18:49:39.749Z++ OLD_SHELL_OPTS=ehxB
1042026-08-13T18:49:39.749Z++ set -o xtrace
1052026-08-13T18:49:39.752Z++++ dirname ./env.sh
1062026-08-13T18:49:39.753Z+++ readlink -f .
1072026-08-13T18:49:39.755Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-13T18:49:39.755Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-13T18:49:39.755Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-13T18:49:39.755Z++ 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
1112026-08-13T18:49:39.755Z++ 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
1122026-08-13T18:49:39.755Z++ 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
1132026-08-13T18:49:39.756Z++ 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
1142026-08-13T18:49:39.756Z++ 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
1152026-08-13T18:49:39.756Z++ 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
1162026-08-13T18:49:39.756Z++ 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
1172026-08-13T18:49:39.756Z++ 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
1182026-08-13T18:49:39.756Z++ case $OLD_SHELL_OPTS in
1192026-08-13T18:49:39.756Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-13T18:49:39.756Z+ 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
1212026-08-13T18:49:39.756Z+ 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
1222026-08-13T18:49:39.756Z+ banner prerequisites
1232026-08-13T18:49:39.759Z
1242026-08-13T18:49:39.759Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-13T18:49:39.759Z # # # # # # # # # # # # # # #
1262026-08-13T18:49:39.759Z # # # # ##### # # ##### # # # # # #### #
1272026-08-13T18:49:39.759Z ##### ##### # ##### # # # # # # # # #
1282026-08-13T18:49:39.759Z # # # # # # # # # # # # # # #
1292026-08-13T18:49:39.759Z # # # ###### # # ###### ### # #### # #### #
1302026-08-13T18:49:39.759Z
1312026-08-13T18:49:39.759Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-13T18:49:41.582Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-13T18:49:41.891Z Startup: Caching catalogs ... Done
1342026-08-13T18:49:43.643ZPlanning: Solver setup ... Done (1.652s)
1352026-08-13T18:49:43.697ZPlanning: Running solver ... Done (0.055s)
1362026-08-13T18:49:43.737ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-13T18:49:43.747ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-13T18:49:43.763ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-13T18:49:43.777ZPlanning: Package planning ... Done (0.013s)
1402026-08-13T18:49:43.780ZPlanning: Merging actions ... Done (0.001s)
1412026-08-13T18:49:43.944ZPlanning: Checking for conflicting actions ... Done (0.166s)
1422026-08-13T18:49:43.947ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-13T18:49:44.735ZPlanning: Evaluating mediators ... Done (0.789s)
1442026-08-13T18:49:44.738ZPlanning: Planning completed in 2.81 seconds
1452026-08-13T18:49:44.743Z Packages to install: 2
1462026-08-13T18:49:44.744Z Estimated space available: 156.01 GB
1472026-08-13T18:49:44.744ZEstimated space to be consumed: 67.95 MB
1482026-08-13T18:49:44.744Z Create boot environment: No
1492026-08-13T18:49:44.747ZCreate backup boot environment: No
1502026-08-13T18:49:44.747Z Rebuild boot archive: No
1512026-08-13T18:49:44.747Z
1522026-08-13T18:49:44.747ZChanged packages:
1532026-08-13T18:49:44.747Zhelios
1542026-08-13T18:49:44.747Z developer/build-essential
1552026-08-13T18:49:44.747Z None -> 11-3.0
1562026-08-13T18:49:44.747Z library/libxmlsec1
1572026-08-13T18:49:44.747Z None -> 1.2.35-3.0
1582026-08-13T18:49:44.768Z
1592026-08-13T18:49:44.768ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-13T18:49:44.840ZDownload: Completed 1.28 MB in 0.07 seconds (17.9M/s)
1612026-08-13T18:49:44.899Z Actions: 1/268 actions (Installing new actions)
1622026-08-13T18:49:44.936Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-13T18:49:44.964ZFinalize: Updating package state database ... Done (0.028s)
1642026-08-13T18:49:44.967ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-13T18:49:45.036ZFinalize: Updating image state ... Done (0.072s)
1662026-08-13T18:49:47.473ZFinalize: Creating fast lookup database ... Done (2.391s)
1672026-08-13T18:49:47.540ZFinalize: Reading search index ... Done (0.012s)
1682026-08-13T18:49:47.544ZFinalize: Updating search index ... Done (0.000s)
1692026-08-13T18:49:47.632ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-13T18:49:47.993ZPlanning: Evaluating mediator changes ... Done
1712026-08-13T18:49:48.098ZPlanning: Checking for conflicting actions ... Done
1722026-08-13T18:49:48.100ZPlanning: Consolidating action changes ... Done
1732026-08-13T18:49:48.257ZPlanning: Evaluating mediators ... Done
1742026-08-13T18:49:48.260ZPlanning: Planning completed in 0.26 seconds
1752026-08-13T18:49:48.280Z Mediators to change: 2
1762026-08-13T18:49:48.280Z Create boot environment: No
1772026-08-13T18:49:48.283ZCreate backup boot environment: No
1782026-08-13T18:49:48.330ZFinalize: Updating package state database ... Done
1792026-08-13T18:49:48.330ZFinalize: Updating package cache ... Done
1802026-08-13T18:49:48.376ZFinalize: Updating image state ... Done
1812026-08-13T18:49:50.344ZFinalize: Creating fast lookup database ... Done
1822026-08-13T18:49:50.412ZFinalize: Reading search index ... Done
1832026-08-13T18:49:50.416ZFinalize: Updating search index ... Done
1842026-08-13T18:49:50.503ZFinalize: Updating package cache ... Done
1852026-08-13T18:49:50.789ZPlanning: Evaluating mediator changes ... Done
1862026-08-13T18:49:50.894ZPlanning: Checking for conflicting actions ... Done
1872026-08-13T18:49:50.897ZPlanning: Consolidating action changes ... Done
1882026-08-13T18:49:51.054ZPlanning: Evaluating mediators ... Done
1892026-08-13T18:49:51.057ZPlanning: Planning completed in 0.27 seconds
1902026-08-13T18:49:51.077Z Mediators to change: 1
1912026-08-13T18:49:51.077Z Create boot environment: No
1922026-08-13T18:49:51.078ZCreate backup boot environment: No
1932026-08-13T18:49:51.129ZFinalize: Updating package state database ... Done
1942026-08-13T18:49:51.129ZFinalize: Updating package cache ... Done
1952026-08-13T18:49:51.173ZFinalize: Updating image state ... Done
1962026-08-13T18:49:53.137ZFinalize: Creating fast lookup database ... Done
1972026-08-13T18:49:53.205ZFinalize: Reading search index ... Done
1982026-08-13T18:49:53.208ZFinalize: Updating search index ... Done
1992026-08-13T18:49:53.284ZFinalize: Updating package cache ... Done
2002026-08-13T18:49:53.596ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-13T18:49:53.596Zapache system 2.4 system
2022026-08-13T18:49:53.596Zclang system 15 system
2032026-08-13T18:49:53.596Zcsh system system illumos
2042026-08-13T18:49:53.596Zctags system system illumos
2052026-08-13T18:49:53.596Zfile vendor vendor darwinsys
2062026-08-13T18:49:53.596Zfile system system illumos
2072026-08-13T18:49:53.596Zgcc vendor 14 vendor
2082026-08-13T18:49:53.596Zgcc system 13 system
2092026-08-13T18:49:53.596Zgcc system 10 system
2102026-08-13T18:49:53.596Zgo system 1.25 system
2112026-08-13T18:49:53.596Zllvm system 15 system
2122026-08-13T18:49:53.596Zmariadb system 11.4 system
2132026-08-13T18:49:53.596Zmta vendor vendor dma
2142026-08-13T18:49:53.596Zopenjdk system 17 system
2152026-08-13T18:49:53.596Zopenjdk system 11 system
2162026-08-13T18:49:53.596Zopenssl vendor 3 vendor
2172026-08-13T18:49:53.596Zperl system 5.40 system
2182026-08-13T18:49:53.596Zpostgresql system 18 system
2192026-08-13T18:49:53.596Zpostgresql system 17 system
2202026-08-13T18:49:53.596Zpython vendor 3 vendor
2212026-08-13T18:49:53.596Zpython system 2 system
2222026-08-13T18:49:53.596Zpython3 vendor 3.13 vendor
2232026-08-13T18:49:53.596Zruby system 3.4 system
2242026-08-13T18:49:53.596Zruby system 3.0 system
2252026-08-13T18:49:53.596Zwords vendor vendor american-english
2262026-08-13T18:49:53.596Zwords system system australian-english
2272026-08-13T18:49:53.596Zwords system system british-english
2282026-08-13T18:49:53.596Zwords system system canadian-english
2292026-08-13T18:49:53.596Zwords system system french
2302026-08-13T18:49:53.596Zwords system system italian
2312026-08-13T18:49:53.596Zwords system system ngerman
2322026-08-13T18:49:53.597Zwords system system ogerman
2332026-08-13T18:49:53.597Zwords system system spanish
2342026-08-13T18:49:53.853ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-13T18:49:53.853Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-13T18:49:54.293ZFMRI IFO
2372026-08-13T18:49:54.293Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-13T18:49:54.293Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-13T18:49:54.293Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-13T18:49:54.293Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-13T18:49:54.293Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-13T18:49:54.293Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-13T18:49:54.293Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-13T18:49:54.293Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-13T18:49:54.293Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-13T18:49:54.611Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-13T18:49:54.932Z Updating crates.io index
2482026-08-13T18:49:54.935Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-13T18:49:55.279Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-13T18:49:55.810Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-13T18:49:57.169Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-13T18:49:57.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-13T18:49:59.817Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-13T18:50:01.181Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-13T18:50:01.523Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-13T18:50:01.920Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-13T18:50:03.353Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-13T18:50:03.657Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-13T18:50:04.075Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-13T18:50:04.364Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-13T18:50:04.644Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-13T18:50:04.940Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-13T18:50:05.325Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-13T18:50:05.669Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-13T18:50:05.988Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-13T18:50:06.322Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-13T18:50:06.977Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-13T18:50:07.444Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-13T18:50:07.845Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-13T18:50:08.182Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-13T18:50:08.813Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-13T18:50:09.221Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-13T18:50:09.513Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-13T18:50:10.079Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-13T18:50:10.377Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-13T18:50:10.699Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-13T18:50:11.106Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-13T18:50:11.398Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-13T18:50:11.825Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-13T18:50:12.308Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-13T18:50:13.068Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-13T18:50:13.363Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-13T18:50:13.652Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-13T18:50:14.033Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-13T18:50:14.390Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-13T18:50:14.662Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-13T18:50:15.011Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-13T18:50:15.327Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-13T18:50:15.594Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-13T18:50:18.060Z Downloading crates ...
2912026-08-13T18:50:18.119Z Downloaded block-buffer v0.10.4
2922026-08-13T18:50:18.123Z Downloaded anstream v1.0.0
2932026-08-13T18:50:18.126Z Downloaded cargo_metadata v0.23.1
2942026-08-13T18:50:18.126Z Downloaded zerocopy-derive v0.7.35
2952026-08-13T18:50:18.129Z Downloaded equivalent v1.0.2
2962026-08-13T18:50:18.137Z Downloaded heck v0.4.1
2972026-08-13T18:50:18.140Z Downloaded autocfg v1.5.0
2982026-08-13T18:50:18.140Z Downloaded zmij v1.0.21
2992026-08-13T18:50:18.140Z Downloaded anstyle-parse v1.0.0
3002026-08-13T18:50:18.143Z Downloaded zerocopy v0.7.35
3012026-08-13T18:50:18.148Z Downloaded macaddr v1.0.1
3022026-08-13T18:50:18.152Z Downloaded crypto-common v0.1.7
3032026-08-13T18:50:18.152Z Downloaded dof v0.3.0
3042026-08-13T18:50:18.152Z Downloaded fnv v1.0.7
3052026-08-13T18:50:18.152Z Downloaded anstyle-query v1.1.5
3062026-08-13T18:50:18.152Z Downloaded colorchoice v1.0.4
3072026-08-13T18:50:18.152Z Downloaded dtrace-parser v0.2.0
3082026-08-13T18:50:18.155Z Downloaded fastrand v2.3.0
3092026-08-13T18:50:18.155Z Downloaded itoa v1.0.17
3102026-08-13T18:50:18.158Z Downloaded memmap v0.7.0
3112026-08-13T18:50:18.163Z Downloaded clap_lex v1.0.0
3122026-08-13T18:50:18.166Z Downloaded is_terminal_polyfill v1.70.2
3132026-08-13T18:50:18.166Z Downloaded generic-array v0.14.7
3142026-08-13T18:50:18.188Z Downloaded proc-macro-error v1.0.4
3152026-08-13T18:50:18.188Z Downloaded thiserror v1.0.69
3162026-08-13T18:50:18.192Z Downloaded anstyle v1.0.14
3172026-08-13T18:50:18.192Z Downloaded bytecount v0.6.9
3182026-08-13T18:50:18.192Z Downloaded clap v4.6.1
3192026-08-13T18:50:18.192Z Downloaded digest v0.10.7
3202026-08-13T18:50:18.192Z Downloaded anyhow v1.0.102
3212026-08-13T18:50:18.192Z Downloaded bitflags v2.11.0
3222026-08-13T18:50:18.192Z Downloaded scroll_derive v0.12.1
3232026-08-13T18:50:18.192Z Downloaded serde_spanned v0.6.9
3242026-08-13T18:50:18.192Z Downloaded cfg-if v1.0.4
3252026-08-13T18:50:18.192Z Downloaded cpufeatures v0.2.17
3262026-08-13T18:50:18.192Z Downloaded errno v0.3.14
3272026-08-13T18:50:18.192Z Downloaded heck v0.5.0
3282026-08-13T18:50:18.192Z Downloaded tabled_derive v0.7.0
3292026-08-13T18:50:18.193Z Downloaded utf8parse v0.2.2
3302026-08-13T18:50:18.196Z Downloaded camino-tempfile v1.4.1
3312026-08-13T18:50:18.199Z Downloaded usdt-impl v0.5.0
3322026-08-13T18:50:18.199Z Downloaded cargo_toml v0.21.0
3332026-08-13T18:50:18.202Z Downloaded fs-err v3.3.0
3342026-08-13T18:50:18.204Z Downloaded plain v0.2.3
3352026-08-13T18:50:18.204Z Downloaded byteorder v1.5.0
3362026-08-13T18:50:18.207Z Downloaded clap_derive v4.6.1
3372026-08-13T18:50:18.207Z Downloaded strsim v0.11.1
3382026-08-13T18:50:18.207Z Downloaded swrite v0.1.0
3392026-08-13T18:50:18.207Z Downloaded toml_datetime v0.6.11
3402026-08-13T18:50:18.210Z Downloaded unicode-linebreak v0.1.5
3412026-08-13T18:50:18.213Z Downloaded usdt-attr-macro v0.5.0
3422026-08-13T18:50:18.216Z Downloaded usdt-macro v0.5.0
3432026-08-13T18:50:18.220Z Downloaded smawk v0.3.2
3442026-08-13T18:50:18.223Z Downloaded usdt v0.5.0
3452026-08-13T18:50:18.228Z Downloaded version_check v0.9.5
3462026-08-13T18:50:18.228Z Downloaded terminal_size v0.4.3
3472026-08-13T18:50:18.228Z Downloaded thread-id v4.2.2
3482026-08-13T18:50:18.231Z Downloaded pretty-hex v0.4.1
3492026-08-13T18:50:18.231Z Downloaded proc-macro-error-attr v1.0.4
3502026-08-13T18:50:18.238Z Downloaded scroll v0.12.0
3512026-08-13T18:50:18.246Z Downloaded thiserror-impl v1.0.69
3522026-08-13T18:50:18.254Z Downloaded getrandom v0.4.1
3532026-08-13T18:50:18.257Z Downloaded toml_write v0.1.2
3542026-08-13T18:50:18.261Z Downloaded quote v1.0.45
3552026-08-13T18:50:18.268Z Downloaded sha2 v0.10.9
3562026-08-13T18:50:18.271Z Downloaded thiserror-impl v2.0.18
3572026-08-13T18:50:18.271Z Downloaded once_cell v1.21.3
3582026-08-13T18:50:18.275Z Downloaded cargo-platform v0.3.2
3592026-08-13T18:50:18.280Z Downloaded serde_tokenstream v0.2.3
3602026-08-13T18:50:18.285Z Downloaded papergrid v0.11.0
3612026-08-13T18:50:18.288Z Downloaded pest_derive v2.8.6
3622026-08-13T18:50:18.297Z Downloaded ucd-trie v0.1.7
3632026-08-13T18:50:18.300Z Downloaded toml v0.8.23
3642026-08-13T18:50:18.302Z Downloaded tempfile v3.25.0
3652026-08-13T18:50:18.302Z Downloaded log v0.4.29
3662026-08-13T18:50:18.306Z Downloaded semver v1.0.28
3672026-08-13T18:50:18.311Z Downloaded serde_derive v1.0.228
3682026-08-13T18:50:18.314Z Downloaded serde_core v1.0.228
3692026-08-13T18:50:18.317Z Downloaded textwrap v0.16.2
3702026-08-13T18:50:18.317Z Downloaded pest_meta v2.8.6
3712026-08-13T18:50:18.322Z Downloaded thiserror v2.0.18
3722026-08-13T18:50:18.326Z Downloaded pest_generator v2.8.6
3732026-08-13T18:50:18.331Z Downloaded camino v1.2.2
3742026-08-13T18:50:18.334Z Downloaded unicode-ident v1.0.24
3752026-08-13T18:50:18.345Z Downloaded proc-macro2 v1.0.106
3762026-08-13T18:50:18.352Z Downloaded toml_edit v0.22.27
3772026-08-13T18:50:18.357Z Downloaded memchr v2.8.0
3782026-08-13T18:50:18.360Z Downloaded indexmap v2.14.0
3792026-08-13T18:50:18.363Z Downloaded serde v1.0.228
3802026-08-13T18:50:18.391Z Downloaded pest v2.8.6
3812026-08-13T18:50:18.395Z Downloaded typenum v1.20.1
3822026-08-13T18:50:18.430Z Downloaded hashbrown v0.17.0
3832026-08-13T18:50:18.433Z Downloaded clap_builder v4.6.0
3842026-08-13T18:50:18.437Z Downloaded goblin v0.8.2
3852026-08-13T18:50:18.442Z Downloaded serde_json v1.0.151
3862026-08-13T18:50:18.451Z Downloaded winnow v0.7.14
3872026-08-13T18:50:18.459Z Downloaded tabled v0.15.0
3882026-08-13T18:50:18.482Z Downloaded syn v1.0.109
3892026-08-13T18:50:18.492Z Downloaded unicode-width v0.1.14
3902026-08-13T18:50:18.495Z Downloaded unicode-width v0.2.0
3912026-08-13T18:50:18.498Z Downloaded syn v2.0.117
3922026-08-13T18:50:18.512Z Downloaded rustix v1.1.3
3932026-08-13T18:50:18.541Z Downloaded libc v0.2.185
3942026-08-13T18:50:18.603Z Compiling proc-macro2 v1.0.106
3952026-08-13T18:50:18.606Z Compiling quote v1.0.45
3962026-08-13T18:50:18.606Z Compiling unicode-ident v1.0.24
3972026-08-13T18:50:18.606Z Compiling serde_core v1.0.228
3982026-08-13T18:50:18.606Z Compiling libc v0.2.185
3992026-08-13T18:50:18.606Z Compiling version_check v0.9.5
4002026-08-13T18:50:18.606Z Compiling memchr v2.8.0
4012026-08-13T18:50:18.606Z Compiling serde v1.0.228
4022026-08-13T18:50:18.928Z Compiling zmij v1.0.21
4032026-08-13T18:50:19.174Z Compiling ucd-trie v0.1.7
4042026-08-13T18:50:19.190Z Compiling thiserror v1.0.69
4052026-08-13T18:50:19.456Z Compiling itoa v1.0.17
4062026-08-13T18:50:19.473Z Compiling pest v2.8.6
4072026-08-13T18:50:19.538Z Compiling byteorder v1.5.0
4082026-08-13T18:50:19.636Z Compiling rustix v1.1.3
4092026-08-13T18:50:19.680Z Compiling errno v0.3.14
4102026-08-13T18:50:19.759Z Compiling serde_json v1.0.151
4112026-08-13T18:50:19.972Z Compiling bitflags v2.11.0
4122026-08-13T18:50:20.031Z Compiling syn v2.0.117
4132026-08-13T18:50:20.118Z Compiling thread-id v4.2.2
4142026-08-13T18:50:20.190Z Compiling proc-macro-error-attr v1.0.4
4152026-08-13T18:50:20.206Z Compiling usdt-impl v0.5.0
4162026-08-13T18:50:20.273Z Compiling camino v1.2.2
4172026-08-13T18:50:20.367Z Compiling syn v1.0.109
4182026-08-13T18:50:20.526Z Compiling pest_meta v2.8.6
4192026-08-13T18:50:20.685Z Compiling proc-macro-error v1.0.4
4202026-08-13T18:50:20.713Z Compiling plain v0.2.3
4212026-08-13T18:50:20.731Z Compiling equivalent v1.0.2
4222026-08-13T18:50:20.822Z Compiling utf8parse v0.2.2
4232026-08-13T18:50:20.826Z Compiling getrandom v0.4.1
4242026-08-13T18:50:20.864Z Compiling hashbrown v0.17.0
4252026-08-13T18:50:21.094Z Compiling log v0.4.29
4262026-08-13T18:50:21.353Z Compiling terminal_size v0.4.3
4272026-08-13T18:50:21.416Z Compiling anstyle-parse v1.0.0
4282026-08-13T18:50:21.508Z Compiling indexmap v2.14.0
4292026-08-13T18:50:21.939Z Compiling winnow v0.7.14
4302026-08-13T18:50:22.009Z Compiling toml_write v0.1.2
4312026-08-13T18:50:22.009Z Compiling colorchoice v1.0.4
4322026-08-13T18:50:22.080Z Compiling anstyle v1.0.14
4332026-08-13T18:50:22.160Z Compiling cfg-if v1.0.4
4342026-08-13T18:50:22.217Z Compiling thiserror v2.0.18
4352026-08-13T18:50:22.217Z Compiling is_terminal_polyfill v1.70.2
4362026-08-13T18:50:22.217Z Compiling pretty-hex v0.4.1
4372026-08-13T18:50:22.250Z Compiling pest_generator v2.8.6
4382026-08-13T18:50:22.273Z Compiling anstyle-query v1.1.5
4392026-08-13T18:50:22.307Z Compiling autocfg v1.5.0
4402026-08-13T18:50:22.359Z Compiling anstream v1.0.0
4412026-08-13T18:50:22.591Z Compiling fnv v1.0.7
4422026-08-13T18:50:22.660Z Compiling strsim v0.11.1
4432026-08-13T18:50:22.693Z Compiling fs-err v3.3.0
4442026-08-13T18:50:22.696Z Compiling clap_lex v1.0.0
4452026-08-13T18:50:22.868Z Compiling once_cell v1.21.3
4462026-08-13T18:50:22.885Z Compiling heck v0.4.1
4472026-08-13T18:50:22.939Z Compiling heck v0.5.0
4482026-08-13T18:50:22.961Z Compiling anyhow v1.0.102
4492026-08-13T18:50:23.025Z Compiling bytecount v0.6.9
4502026-08-13T18:50:23.096Z Compiling fastrand v2.3.0
4512026-08-13T18:50:23.124Z Compiling unicode-width v0.1.14
4522026-08-13T18:50:23.184Z Compiling clap_builder v4.6.0
4532026-08-13T18:50:23.317Z Compiling cargo-platform v0.3.2
4542026-08-13T18:50:23.399Z Compiling papergrid v0.11.0
4552026-08-13T18:50:23.418Z Compiling tempfile v3.25.0
4562026-08-13T18:50:23.421Z Compiling semver v1.0.28
4572026-08-13T18:50:23.547Z Compiling tabled_derive v0.7.0
4582026-08-13T18:50:23.568Z Compiling memmap v0.7.0
4592026-08-13T18:50:23.596Z Compiling unicode-linebreak v0.1.5
4602026-08-13T18:50:23.755Z Compiling unicode-width v0.2.0
4612026-08-13T18:50:23.774Z Compiling smawk v0.3.2
4622026-08-13T18:50:23.796Z Compiling camino-tempfile v1.4.1
4632026-08-13T18:50:23.895Z Compiling serde_derive v1.0.228
4642026-08-13T18:50:23.916Z Compiling thiserror-impl v1.0.69
4652026-08-13T18:50:24.029Z Compiling zerocopy-derive v0.7.35
4662026-08-13T18:50:24.048Z Compiling pest_derive v2.8.6
4672026-08-13T18:50:24.205Z Compiling scroll_derive v0.12.1
4682026-08-13T18:50:24.479Z Compiling thiserror-impl v2.0.18
4692026-08-13T18:50:24.505Z Compiling clap_derive v4.6.1
4702026-08-13T18:50:24.849Z Compiling tabled v0.15.0
4712026-08-13T18:50:24.875Z Compiling scroll v0.12.0
4722026-08-13T18:50:24.911Z Compiling zerocopy v0.7.35
4732026-08-13T18:50:25.152Z Compiling goblin v0.8.2
4742026-08-13T18:50:25.282Z Compiling dtrace-parser v0.2.0
4752026-08-13T18:50:25.469Z Compiling textwrap v0.16.2
4762026-08-13T18:50:25.965Z Compiling swrite v0.1.0
4772026-08-13T18:50:26.252Z Compiling clap v4.6.1
4782026-08-13T18:50:26.959Z Compiling toml_datetime v0.6.11
4792026-08-13T18:50:26.959Z Compiling serde_spanned v0.6.9
4802026-08-13T18:50:26.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-13T18:50:26.963Z Compiling macaddr v1.0.1
4822026-08-13T18:50:26.963Z Compiling cargo_metadata v0.23.1
4832026-08-13T18:50:27.039Z Compiling dof v0.3.0
4842026-08-13T18:50:27.042Z Compiling serde_tokenstream v0.2.3
4852026-08-13T18:50:27.154Z Compiling toml_edit v0.22.27
4862026-08-13T18:50:27.774Z Compiling usdt-macro v0.5.0
4872026-08-13T18:50:27.774Z Compiling usdt-attr-macro v0.5.0
4882026-08-13T18:50:28.389Z Compiling usdt v0.5.0
4892026-08-13T18:50:28.531Z Compiling toml v0.8.23
4902026-08-13T18:50:28.859Z Compiling cargo_toml v0.21.0
4912026-08-13T18:50:30.118Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-13T18:50:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.69s
4932026-08-13T18:50:32.339Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-13T18:50:32.844Z Downloading crates ...
4952026-08-13T18:50:32.893Z Downloaded adler2 v2.0.1
4962026-08-13T18:50:32.909Z Downloaded convert_case v0.4.0
4972026-08-13T18:50:32.916Z Downloaded async-recursion v1.1.1
4982026-08-13T18:50:32.919Z Downloaded foreign-types-macros v0.2.3
4992026-08-13T18:50:32.923Z Downloaded form_urlencoded v1.2.2
5002026-08-13T18:50:32.923Z Downloaded futures-task v0.3.32
5012026-08-13T18:50:32.923Z Downloaded aes v0.9.1
5022026-08-13T18:50:32.927Z Downloaded env_filter v1.0.0
5032026-08-13T18:50:32.927Z Downloaded aead v0.5.2
5042026-08-13T18:50:32.929Z Downloaded atty v0.2.14
5052026-08-13T18:50:32.929Z Downloaded bit-vec v0.8.0
5062026-08-13T18:50:32.930Z Downloaded futures-channel v0.3.32
5072026-08-13T18:50:32.930Z Downloaded hyper-tls v0.6.0
5082026-08-13T18:50:32.930Z Downloaded ascii-canvas v3.0.0
5092026-08-13T18:50:32.937Z Downloaded bitfield-struct v0.6.2
5102026-08-13T18:50:32.940Z Downloaded base16ct v1.0.0
5112026-08-13T18:50:32.950Z Downloaded arrayref v0.3.9
5122026-08-13T18:50:32.957Z Downloaded anstream v0.6.21
5132026-08-13T18:50:32.960Z Downloaded argon2 v0.5.3
5142026-08-13T18:50:32.962Z Downloaded atomic-waker v1.1.2
5152026-08-13T18:50:32.962Z Downloaded base64ct v1.8.3
5162026-08-13T18:50:32.962Z Downloaded hex v0.4.3
5172026-08-13T18:50:32.965Z Downloaded assert_matches v1.5.0
5182026-08-13T18:50:32.965Z Downloaded home v0.5.12
5192026-08-13T18:50:32.969Z Downloaded httpdate v1.0.3
5202026-08-13T18:50:32.969Z Downloaded anstyle-parse v0.2.7
5212026-08-13T18:50:32.969Z Downloaded hostname v0.4.2
5222026-08-13T18:50:32.969Z Downloaded argon2 v0.6.0-rc.8
5232026-08-13T18:50:32.972Z Downloaded ahash v0.8.12
5242026-08-13T18:50:32.976Z Downloaded foreign-types v0.5.0
5252026-08-13T18:50:32.976Z Downloaded foreign-types-shared v0.3.1
5262026-08-13T18:50:32.976Z Downloaded git-stub v1.0.0
5272026-08-13T18:50:32.976Z Downloaded hash32 v0.2.1
5282026-08-13T18:50:32.979Z Downloaded bb8 v0.8.6
5292026-08-13T18:50:32.979Z Downloaded base16ct v0.2.0
5302026-08-13T18:50:32.981Z Downloaded hex-literal v1.1.0
5312026-08-13T18:50:32.981Z Downloaded float-cmp v0.10.0
5322026-08-13T18:50:32.984Z Downloaded bcrypt-pbkdf v0.11.0
5332026-08-13T18:50:32.984Z Downloaded block-padding v0.4.2
5342026-08-13T18:50:32.984Z Downloaded bitfield-macros v0.19.4
5352026-08-13T18:50:32.987Z Downloaded async-bb8-diesel v0.2.1
5362026-08-13T18:50:32.990Z Downloaded futures-core v0.3.32
5372026-08-13T18:50:32.990Z Downloaded http-body v1.0.1
5382026-08-13T18:50:32.993Z Downloaded async-stream v0.3.6
5392026-08-13T18:50:32.996Z Downloaded atomicwrites v0.4.4
5402026-08-13T18:50:32.996Z Downloaded globwalk v0.9.1
5412026-08-13T18:50:32.996Z Downloaded bit-set v0.8.0
5422026-08-13T18:50:32.996Z Downloaded fixedbitset v0.4.2
5432026-08-13T18:50:32.996Z Downloaded gethostname v0.5.0
5442026-08-13T18:50:32.999Z Downloaded fxhash v0.2.1
5452026-08-13T18:50:33.003Z Downloaded bit-set v0.5.3
5462026-08-13T18:50:33.006Z Downloaded futures-io v0.3.32
5472026-08-13T18:50:33.006Z Downloaded funty v2.0.0
5482026-08-13T18:50:33.006Z Downloaded flagset v0.4.7
5492026-08-13T18:50:33.006Z Downloaded float-ord v0.3.2
5502026-08-13T18:50:33.006Z Downloaded futures-sink v0.3.32
5512026-08-13T18:50:33.009Z Downloaded fd-lock v4.0.4
5522026-08-13T18:50:33.012Z Downloaded array-init v0.0.4
5532026-08-13T18:50:33.012Z Downloaded ghash v0.6.0
5542026-08-13T18:50:33.017Z Downloaded async-stream-impl v0.3.6
5552026-08-13T18:50:33.019Z Downloaded futures-macro v0.3.32
5562026-08-13T18:50:33.019Z Downloaded ciborium-ll v0.2.2
5572026-08-13T18:50:33.019Z Downloaded hostname v0.3.1
5582026-08-13T18:50:33.019Z Downloaded foreign-types v0.3.2
5592026-08-13T18:50:33.022Z Downloaded http-range v0.1.5
5602026-08-13T18:50:33.022Z Downloaded ciborium-io v0.2.2
5612026-08-13T18:50:33.025Z Downloaded hash32 v0.3.1
5622026-08-13T18:50:33.025Z Downloaded hmac v0.12.1
5632026-08-13T18:50:33.028Z Downloaded foreign-types-shared v0.1.1
5642026-08-13T18:50:33.028Z Downloaded hubpack_derive v0.1.1
5652026-08-13T18:50:33.028Z Downloaded cfg_aliases v0.2.1
5662026-08-13T18:50:33.031Z Downloaded arrayvec v0.7.6
5672026-08-13T18:50:33.031Z Downloaded hubpack v0.1.2
5682026-08-13T18:50:33.033Z Downloaded headers-core v0.3.0
5692026-08-13T18:50:33.036Z Downloaded num_enum_derive v0.5.11
5702026-08-13T18:50:33.036Z Downloaded openssl-probe v0.2.1
5712026-08-13T18:50:33.040Z Downloaded compression-core v0.4.31
5722026-08-13T18:50:33.043Z Downloaded cfg_aliases v0.1.1
5732026-08-13T18:50:33.043Z Downloaded powerfmt v0.2.0
5742026-08-13T18:50:33.046Z Downloaded http-body-util v0.1.3
5752026-08-13T18:50:33.046Z Downloaded humantime v2.3.0
5762026-08-13T18:50:33.049Z Downloaded cobs v0.3.0
5772026-08-13T18:50:33.049Z Downloaded num v0.4.3
5782026-08-13T18:50:33.052Z Downloaded block-buffer v0.12.1
5792026-08-13T18:50:33.052Z Downloaded ff v0.14.0
5802026-08-13T18:50:33.055Z Downloaded erased-serde v0.3.31
5812026-08-13T18:50:33.059Z Downloaded highway v1.3.0
5822026-08-13T18:50:33.062Z Downloaded group v0.14.0
5832026-08-13T18:50:33.065Z Downloaded filetime v0.2.27
5842026-08-13T18:50:33.065Z Downloaded globset v0.4.18
5852026-08-13T18:50:33.065Z Downloaded castaway v0.2.4
5862026-08-13T18:50:33.067Z Downloaded num-conv v0.2.0
5872026-08-13T18:50:33.067Z Downloaded futures-executor v0.3.32
5882026-08-13T18:50:33.070Z Downloaded aead v0.6.1
5892026-08-13T18:50:33.070Z Downloaded bit-vec v0.6.3
5902026-08-13T18:50:33.070Z Downloaded git-stub-vcs v0.1.0
5912026-08-13T18:50:33.073Z Downloaded fixedbitset v0.5.7
5922026-08-13T18:50:33.073Z Downloaded chacha20 v0.9.1
5932026-08-13T18:50:33.073Z Downloaded fs_extra v1.3.0
5942026-08-13T18:50:33.076Z Downloaded ff v0.13.1
5952026-08-13T18:50:33.079Z Downloaded foldhash v0.2.0
5962026-08-13T18:50:33.079Z Downloaded fs-err v2.11.0
5972026-08-13T18:50:33.079Z Downloaded foldhash v0.1.5
5982026-08-13T18:50:33.082Z Downloaded rand_xorshift v0.4.0
5992026-08-13T18:50:33.086Z Downloaded same-file v1.0.6
6002026-08-13T18:50:33.089Z Downloaded scopeguard v1.2.0
6012026-08-13T18:50:33.095Z Downloaded phf_shared v0.13.1
6022026-08-13T18:50:33.098Z Downloaded hyper-staticfile v0.10.1
6032026-08-13T18:50:33.101Z Downloaded cmov v0.5.4
6042026-08-13T18:50:33.105Z Downloaded buf-list v1.1.2
6052026-08-13T18:50:33.105Z Downloaded const_format_proc_macros v0.2.34
6062026-08-13T18:50:33.108Z Downloaded num_enum_derive v0.7.6
6072026-08-13T18:50:33.108Z Downloaded predicates v3.1.4
6082026-08-13T18:50:33.108Z Downloaded primeorder v0.14.0
6092026-08-13T18:50:33.108Z Downloaded progenitor-macro v0.14.0
6102026-08-13T18:50:33.108Z Downloaded serde_plain v1.0.2
6112026-08-13T18:50:33.108Z Downloaded bcs v0.1.6
6122026-08-13T18:50:33.111Z Downloaded bitfield v0.19.4
6132026-08-13T18:50:33.111Z Downloaded serde_repr v0.1.20
6142026-08-13T18:50:33.111Z Downloaded serde_spanned v1.1.1
6152026-08-13T18:50:33.111Z Downloaded cipher v0.4.4
6162026-08-13T18:50:33.114Z Downloaded camino-tempfile-ext v0.3.3
6172026-08-13T18:50:33.114Z Downloaded cexpr v0.6.0
6182026-08-13T18:50:33.114Z Downloaded constant_time_eq v0.4.2
6192026-08-13T18:50:33.114Z Downloaded cassowary v0.3.0
6202026-08-13T18:50:33.117Z Downloaded serde-big-array v0.5.1
6212026-08-13T18:50:33.117Z Downloaded rfc6979 v0.4.0
6222026-08-13T18:50:33.117Z Downloaded strip-ansi-escapes v0.2.1
6232026-08-13T18:50:33.120Z Downloaded supports-color v3.0.2
6242026-08-13T18:50:33.124Z Downloaded rustc_version v0.1.7
6252026-08-13T18:50:33.124Z Downloaded base64 v0.21.7
6262026-08-13T18:50:33.127Z Downloaded hmac v0.13.0
6272026-08-13T18:50:33.127Z Downloaded backoff v0.4.0
6282026-08-13T18:50:33.127Z Downloaded find-msvc-tools v0.1.9
6292026-08-13T18:50:33.129Z Downloaded group v0.13.0
6302026-08-13T18:50:33.129Z Downloaded iana-time-zone v0.1.65
6312026-08-13T18:50:33.129Z Downloaded bitflags v1.3.2
6322026-08-13T18:50:33.132Z Downloaded cmake v0.1.57
6332026-08-13T18:50:33.132Z Downloaded byte-wrapper v0.1.0
6342026-08-13T18:50:33.132Z Downloaded fallible-iterator v0.2.0
6352026-08-13T18:50:33.135Z Downloaded cbc v0.2.1
6362026-08-13T18:50:33.135Z Downloaded async-trait v0.1.89
6372026-08-13T18:50:33.138Z Downloaded httparse v1.10.1
6382026-08-13T18:50:33.142Z Downloaded pbkdf2 v0.13.0
6392026-08-13T18:50:33.145Z Downloaded env_logger v0.11.9
6402026-08-13T18:50:33.145Z Downloaded owo-colors v4.3.0
6412026-08-13T18:50:33.147Z Downloaded oxide-tokio-rt v0.1.4
6422026-08-13T18:50:33.150Z Downloaded oxide-update-engine v0.1.2
6432026-08-13T18:50:33.150Z Downloaded bs58 v0.5.1
6442026-08-13T18:50:33.154Z Downloaded shell-words v1.1.1
6452026-08-13T18:50:33.154Z Downloaded sigpipe v0.1.3
6462026-08-13T18:50:33.154Z Downloaded slog-bunyan v2.5.0
6472026-08-13T18:50:33.157Z Downloaded rpassword v7.5.4
6482026-08-13T18:50:33.157Z Downloaded tap v1.0.1
6492026-08-13T18:50:33.160Z Downloaded tower-layer v0.3.3
6502026-08-13T18:50:33.163Z Downloaded hyper-rustls v0.27.7
6512026-08-13T18:50:33.163Z Downloaded topological-sort v0.2.2
6522026-08-13T18:50:33.166Z Downloaded untrusted v0.7.1
6532026-08-13T18:50:33.166Z Downloaded bytes v1.11.1
6542026-08-13T18:50:33.169Z Downloaded parking_lot_core v0.9.12
6552026-08-13T18:50:33.169Z Downloaded pem v3.0.6
6562026-08-13T18:50:33.169Z Downloaded phf v0.12.1
6572026-08-13T18:50:33.169Z Downloaded blowfish v0.10.0
6582026-08-13T18:50:33.171Z Downloaded rustls-pemfile v2.2.0
6592026-08-13T18:50:33.171Z Downloaded hybrid-array v0.4.13
6602026-08-13T18:50:33.172Z Downloaded pin-project-internal v1.1.11
6612026-08-13T18:50:33.174Z Downloaded pin-project-lite v0.2.17
6622026-08-13T18:50:33.177Z Downloaded num-rational v0.4.2
6632026-08-13T18:50:33.177Z Downloaded sec1 v0.8.1
6642026-08-13T18:50:33.177Z Downloaded signal-hook-registry v1.4.8
6652026-08-13T18:50:33.177Z Downloaded structmeta-derive v0.3.0
6662026-08-13T18:50:33.180Z Downloaded slab v0.4.12
6672026-08-13T18:50:33.180Z Downloaded smf v0.2.3
6682026-08-13T18:50:33.180Z Downloaded thiserror-impl-no-std v2.0.2
6692026-08-13T18:50:33.180Z Downloaded tokio-test v0.4.5
6702026-08-13T18:50:33.180Z Downloaded slog-json v2.6.1
6712026-08-13T18:50:33.183Z Downloaded sqlformat v0.3.5
6722026-08-13T18:50:33.183Z Downloaded proc-macro-error2 v2.0.1
6732026-08-13T18:50:33.186Z Downloaded rand_core v0.6.4
6742026-08-13T18:50:33.186Z Downloaded ar_archive_writer v0.5.1
6752026-08-13T18:50:33.186Z Downloaded bzip2 v0.6.1
6762026-08-13T18:50:33.188Z Downloaded clang-sys v1.8.1
6772026-08-13T18:50:33.188Z Downloaded usdt-macro v0.6.0
6782026-08-13T18:50:33.189Z Downloaded wnaf v0.14.0
6792026-08-13T18:50:33.189Z Downloaded bzip2 v0.4.4
6802026-08-13T18:50:33.191Z Downloaded compression-codecs v0.4.37
6812026-08-13T18:50:33.191Z Downloaded colored v3.1.1
6822026-08-13T18:50:33.194Z Downloaded progenitor-extras v0.2.0
6832026-08-13T18:50:33.195Z Downloaded zerofrom v0.1.6
6842026-08-13T18:50:33.198Z Downloaded rustls-native-certs v0.8.3
6852026-08-13T18:50:33.201Z Downloaded unit-prefix v0.5.2
6862026-08-13T18:50:33.201Z Downloaded usdt-attr-macro v0.6.0
6872026-08-13T18:50:33.204Z Downloaded allocator-api2 v0.2.21
6882026-08-13T18:50:33.206Z Downloaded sec1 v0.7.3
6892026-08-13T18:50:33.207Z Downloaded cipher v0.5.2
6902026-08-13T18:50:33.209Z Downloaded backon v1.6.0
6912026-08-13T18:50:33.209Z Downloaded fatfs v0.3.6
6922026-08-13T18:50:33.212Z Downloaded glob v0.3.3
6932026-08-13T18:50:33.212Z Downloaded getrandom v0.2.17
6942026-08-13T18:50:33.215Z Downloaded getrandom v0.3.4
6952026-08-13T18:50:33.215Z Downloaded blake2 v0.11.0-rc.6
6962026-08-13T18:50:33.218Z Downloaded futures v0.3.32
6972026-08-13T18:50:33.221Z Downloaded chacha20 v0.10.0
6982026-08-13T18:50:33.221Z Downloaded password-hash v0.5.0
6992026-08-13T18:50:33.221Z Downloaded cancel-safe-futures v0.1.5
7002026-08-13T18:50:33.223Z Downloaded static_assertions v1.1.0
7012026-08-13T18:50:33.224Z Downloaded ciborium v0.2.2
7022026-08-13T18:50:33.228Z Downloaded blake2 v0.10.6
7032026-08-13T18:50:33.233Z Downloaded console v0.16.2
7042026-08-13T18:50:33.235Z Downloaded cpubits v0.1.1
7052026-08-13T18:50:33.235Z Downloaded crc-catalog v2.4.0
7062026-08-13T18:50:33.235Z Downloaded crypto-common v0.2.2
7072026-08-13T18:50:33.239Z Downloaded darling_macro v0.23.0
7082026-08-13T18:50:33.239Z Downloaded downcast-rs v2.0.2
7092026-08-13T18:50:33.239Z Downloaded dropshot-api-manager-types v0.7.2
7102026-08-13T18:50:33.239Z Downloaded darling_macro v0.21.3
7112026-08-13T18:50:33.242Z Downloaded embedded-io v0.6.1
7122026-08-13T18:50:33.242Z Downloaded inout v0.2.2
7132026-08-13T18:50:33.245Z Downloaded tls_codec_derive v0.4.2
7142026-08-13T18:50:33.248Z Downloaded strum_macros v0.27.2
7152026-08-13T18:50:33.250Z Downloaded thread_local v1.1.9
7162026-08-13T18:50:33.250Z Downloaded derive_builder_macro v0.20.2
7172026-08-13T18:50:33.251Z Downloaded half v1.8.3
7182026-08-13T18:50:33.253Z Downloaded display-error-chain v0.2.2
7192026-08-13T18:50:33.256Z Downloaded dunce v1.0.5
7202026-08-13T18:50:33.256Z Downloaded dyn-clone v1.0.20
7212026-08-13T18:50:33.256Z Downloaded illumos-nvpair-sys v0.2.0
7222026-08-13T18:50:33.256Z Downloaded sha2 v0.11.0
7232026-08-13T18:50:33.259Z Downloaded smallvec v1.15.1
7242026-08-13T18:50:33.259Z Downloaded postcard v1.1.3
7252026-08-13T18:50:33.262Z Downloaded vergen-lib v9.1.0
7262026-08-13T18:50:33.264Z Downloaded colored v2.2.0
7272026-08-13T18:50:33.264Z Downloaded whoami v1.6.1
7282026-08-13T18:50:33.267Z Downloaded kem v0.3.0
7292026-08-13T18:50:33.267Z Downloaded mime v0.3.17
7302026-08-13T18:50:33.267Z Downloaded new_debug_unreachable v1.0.6
7312026-08-13T18:50:33.267Z Downloaded newtype-uuid-macros v0.1.0
7322026-08-13T18:50:33.270Z Downloaded newtype_derive v0.1.6
7332026-08-13T18:50:33.270Z Downloaded usdt-impl v0.6.0
7342026-08-13T18:50:33.273Z Downloaded writeable v0.6.2
7352026-08-13T18:50:33.273Z Downloaded lazy_static v1.5.0
7362026-08-13T18:50:33.273Z Downloaded linked-hash-map v0.5.6
7372026-08-13T18:50:33.276Z Downloaded jiff-static v0.2.34
7382026-08-13T18:50:33.276Z Downloaded convert_case v0.10.0
7392026-08-13T18:50:33.276Z Downloaded headers v0.4.1
7402026-08-13T18:50:33.279Z Downloaded icu_locale_core v2.1.1
7412026-08-13T18:50:33.282Z Downloaded md-5 v0.10.6
7422026-08-13T18:50:33.282Z Downloaded heapless v0.7.17
7432026-08-13T18:50:33.284Z Downloaded half v2.7.1
7442026-08-13T18:50:33.287Z Downloaded generic-array v1.4.3
7452026-08-13T18:50:33.287Z Downloaded lru v0.12.5
7462026-08-13T18:50:33.287Z Downloaded arc-swap v1.8.2
7472026-08-13T18:50:33.290Z Downloaded flume v0.11.1
7482026-08-13T18:50:33.293Z Downloaded console v0.15.11
7492026-08-13T18:50:33.293Z Downloaded openssl-probe v0.1.6
7502026-08-13T18:50:33.293Z Downloaded parse-display v0.10.0
7512026-08-13T18:50:33.293Z Downloaded password-hash v0.6.1
7522026-08-13T18:50:33.298Z Downloaded nonempty v0.12.0
7532026-08-13T18:50:33.301Z Downloaded num-iter v0.1.45
7542026-08-13T18:50:33.301Z Downloaded phf_shared v0.12.1
7552026-08-13T18:50:33.301Z Downloaded potential_utf v0.1.4
7562026-08-13T18:50:33.301Z Downloaded phf_shared v0.11.3
7572026-08-13T18:50:33.301Z Downloaded spin v0.9.8
7582026-08-13T18:50:33.304Z Downloaded rfc6979 v0.6.0
7592026-08-13T18:50:33.308Z Downloaded der_derive v0.7.3
7602026-08-13T18:50:33.311Z Downloaded data-encoding v2.10.0
7612026-08-13T18:50:33.311Z Downloaded digest v0.11.3
7622026-08-13T18:50:33.316Z Downloaded progenitor-macro v0.13.0
7632026-08-13T18:50:33.319Z Downloaded daft v0.1.7
7642026-08-13T18:50:33.322Z Downloaded either v1.15.0
7652026-08-13T18:50:33.325Z Downloaded ref-cast v1.0.25
7662026-08-13T18:50:33.327Z Downloaded rustc_version v0.4.1
7672026-08-13T18:50:33.330Z Downloaded base64 v0.22.1
7682026-08-13T18:50:33.333Z Downloaded pin-project v1.1.11
7692026-08-13T18:50:33.339Z Downloaded derive_builder_core v0.20.2
7702026-08-13T18:50:33.342Z Downloaded is-terminal v0.4.17
7712026-08-13T18:50:33.342Z Downloaded impl-trait-for-tuples v0.2.3
7722026-08-13T18:50:33.345Z Downloaded ipnet v2.11.0
7732026-08-13T18:50:33.345Z Downloaded rustc-hash v2.1.1
7742026-08-13T18:50:33.347Z Downloaded yasna v0.5.2
7752026-08-13T18:50:33.347Z Downloaded mime_guess v2.0.5
7762026-08-13T18:50:33.350Z Downloaded heapless v0.8.0
7772026-08-13T18:50:33.354Z Downloaded const-oid v0.9.6
7782026-08-13T18:50:33.357Z Downloaded icu_collections v2.1.1
7792026-08-13T18:50:33.359Z Downloaded hickory-resolver v0.24.4
7802026-08-13T18:50:33.362Z Downloaded libsw-core v0.3.2
7812026-08-13T18:50:33.365Z Downloaded signature v3.0.0
7822026-08-13T18:50:33.368Z Downloaded strum v0.27.2
7832026-08-13T18:50:33.368Z Downloaded tagptr v0.2.0
7842026-08-13T18:50:33.373Z Downloaded multer v3.1.0
7852026-08-13T18:50:33.375Z Downloaded oxide-update-engine-display v0.1.2
7862026-08-13T18:50:33.375Z Downloaded paste v1.0.15
7872026-08-13T18:50:33.375Z Downloaded ppv-lite86 v0.2.21
7882026-08-13T18:50:33.379Z Downloaded untrusted v0.9.0
7892026-08-13T18:50:33.383Z Downloaded const-oid v0.10.2
7902026-08-13T18:50:33.383Z Downloaded void v1.0.2
7912026-08-13T18:50:33.387Z Downloaded yoke-derive v0.8.1
7922026-08-13T18:50:33.387Z Downloaded num_enum v0.5.11
7932026-08-13T18:50:33.390Z Downloaded cpufeatures v0.3.0
7942026-08-13T18:50:33.390Z Downloaded rayon-core v1.13.0
7952026-08-13T18:50:33.393Z Downloaded typify-macro v0.6.2
7962026-08-13T18:50:33.396Z Downloaded bumpalo v3.20.2
7972026-08-13T18:50:33.398Z Downloaded async-compression v0.4.41
7982026-08-13T18:50:33.402Z Downloaded const_format v0.2.35
7992026-08-13T18:50:33.405Z Downloaded crc32fast v1.5.0
8002026-08-13T18:50:33.405Z Downloaded darling v0.21.3
8012026-08-13T18:50:33.412Z Downloaded poly1305 v0.8.0
8022026-08-13T18:50:33.415Z Downloaded proc-macro-crate v1.3.1
8032026-08-13T18:50:33.417Z Downloaded zerofrom-derive v0.1.6
8042026-08-13T18:50:33.417Z Downloaded cstr-argument v0.1.2
8052026-08-13T18:50:33.417Z Downloaded unarray v0.1.4
8062026-08-13T18:50:33.417Z Downloaded dirs-next v2.0.0
8072026-08-13T18:50:33.417Z Downloaded darling_macro v0.13.4
8082026-08-13T18:50:33.420Z Downloaded primeorder v0.13.6
8092026-08-13T18:50:33.420Z Downloaded rand_seeder v0.4.0
8102026-08-13T18:50:33.423Z Downloaded schemars v0.9.0
8112026-08-13T18:50:33.429Z Downloaded ingot-macros v0.2.0
8122026-08-13T18:50:33.432Z Downloaded typify v0.6.2
8132026-08-13T18:50:33.435Z Downloaded tungstenite v0.21.0
8142026-08-13T18:50:33.435Z Downloaded serde-hex v0.1.0
8152026-08-13T18:50:33.438Z Downloaded smallvec v0.6.14
8162026-08-13T18:50:33.438Z Downloaded rusty-fork v0.3.1
8172026-08-13T18:50:33.438Z Downloaded scrypt v0.12.0
8182026-08-13T18:50:33.441Z Downloaded idna_adapter v1.2.1
8192026-08-13T18:50:33.441Z Downloaded diesel_table_macro_syntax v0.3.0
8202026-08-13T18:50:33.441Z Downloaded hashbrown v0.12.3
8212026-08-13T18:50:33.443Z Downloaded dof v0.4.0
8222026-08-13T18:50:33.444Z Downloaded endian-type v0.1.2
8232026-08-13T18:50:33.444Z Downloaded instability v0.3.11
8242026-08-13T18:50:33.444Z Downloaded hyper-util v0.1.20
8252026-08-13T18:50:33.447Z Downloaded prettyplease v0.2.37
8262026-08-13T18:50:33.450Z Downloaded expectorate v1.2.0
8272026-08-13T18:50:33.450Z Downloaded flate2 v1.1.9
8282026-08-13T18:50:33.453Z Downloaded vte v0.14.1
8292026-08-13T18:50:33.453Z Downloaded strum_macros v0.24.3
8302026-08-13T18:50:33.453Z Downloaded lock_api v0.4.14
8312026-08-13T18:50:33.456Z Downloaded slog-dtrace v0.3.0
8322026-08-13T18:50:33.456Z Downloaded snafu-derive v0.8.9
8332026-08-13T18:50:33.456Z Downloaded spki v0.8.0
8342026-08-13T18:50:33.456Z Downloaded tls_codec v0.4.2
8352026-08-13T18:50:33.458Z Downloaded ssh-encoding v0.3.0
8362026-08-13T18:50:33.458Z Downloaded string_cache v0.8.9
8372026-08-13T18:50:33.461Z Downloaded lzss v0.8.2
8382026-08-13T18:50:33.461Z Downloaded managed v0.8.0
8392026-08-13T18:50:33.461Z Downloaded ryu v1.0.23
8402026-08-13T18:50:33.464Z Downloaded cc v1.2.56
8412026-08-13T18:50:33.467Z Downloaded compact_str v0.8.1
8422026-08-13T18:50:33.469Z Downloaded tiny-keccak v2.0.2
8432026-08-13T18:50:33.469Z Downloaded chacha20poly1305 v0.10.1
8442026-08-13T18:50:33.470Z Downloaded whoami v2.1.0
8452026-08-13T18:50:33.472Z Downloaded curve25519-dalek-derive v0.1.1
8462026-08-13T18:50:33.472Z Downloaded olpc-cjson v0.1.4
8472026-08-13T18:50:33.472Z Downloaded quinn v0.11.11
8482026-08-13T18:50:33.475Z Downloaded tar v0.4.46
8492026-08-13T18:50:33.475Z Downloaded thiserror-no-std v2.0.2
8502026-08-13T18:50:33.478Z Downloaded tokio-tungstenite v0.23.1
8512026-08-13T18:50:33.478Z Downloaded tui-tree-widget v0.23.1
8522026-08-13T18:50:33.481Z Downloaded icu_properties v2.1.2
8532026-08-13T18:50:33.481Z Downloaded shlex v1.3.0
8542026-08-13T18:50:33.484Z Downloaded num-derive v0.4.2
8552026-08-13T18:50:33.484Z Downloaded zopfli v0.8.3
8562026-08-13T18:50:33.486Z Downloaded darling v0.23.0
8572026-08-13T18:50:33.491Z Downloaded walkdir v2.5.0
8582026-08-13T18:50:33.496Z Downloaded ed25519 v2.2.3
8592026-08-13T18:50:33.499Z Downloaded hickory-server v0.25.2
8602026-08-13T18:50:33.501Z Downloaded hashbrown v0.13.2
8612026-08-13T18:50:33.501Z Downloaded critical-section v1.2.0
8622026-08-13T18:50:33.504Z Downloaded tracing-core v0.1.36
8632026-08-13T18:50:33.507Z Downloaded indoc v2.0.7
8642026-08-13T18:50:33.514Z Downloaded recursive-proc-macro-impl v0.1.1
8652026-08-13T18:50:33.517Z Downloaded russh-cryptovec v0.62.0
8662026-08-13T18:50:33.517Z Downloaded hickory-resolver v0.25.2
8672026-08-13T18:50:33.520Z Downloaded ipnetwork v0.21.1
8682026-08-13T18:50:33.520Z Downloaded http v1.4.2
8692026-08-13T18:50:33.523Z Downloaded keccak v0.2.0
8702026-08-13T18:50:33.525Z Downloaded secrecy v0.8.0
8712026-08-13T18:50:33.525Z Downloaded libsw v3.5.0
8722026-08-13T18:50:33.525Z Downloaded ena v0.14.4
8732026-08-13T18:50:33.525Z Downloaded rand v0.8.6
8742026-08-13T18:50:33.528Z Downloaded zerotrie v0.2.3
8752026-08-13T18:50:33.531Z Downloaded papergrid v0.18.0
8762026-08-13T18:50:33.534Z Downloaded libbz2-rs-sys v0.2.2
8772026-08-13T18:50:33.534Z Downloaded term v1.2.1
8782026-08-13T18:50:33.537Z Downloaded zeroize v1.9.0
8792026-08-13T18:50:33.537Z Downloaded strsim v0.10.0
8802026-08-13T18:50:33.537Z Downloaded sync-ptr v0.1.4
8812026-08-13T18:50:33.537Z Downloaded testing_table v0.3.0
8822026-08-13T18:50:33.540Z Downloaded scroll_derive v0.13.1
8832026-08-13T18:50:33.540Z Downloaded secrecy v0.10.3
8842026-08-13T18:50:33.540Z Downloaded thread-id v5.1.0
8852026-08-13T18:50:33.540Z Downloaded try-lock v0.2.5
8862026-08-13T18:50:33.540Z Downloaded want v0.3.1
8872026-08-13T18:50:33.543Z Downloaded semver v0.1.20
8882026-08-13T18:50:33.553Z Downloaded toml_parser v1.1.2+spec-1.1.0
8892026-08-13T18:50:33.555Z Downloaded defmt v1.0.1
8902026-08-13T18:50:33.558Z Downloaded icu_normalizer v2.1.1
8912026-08-13T18:50:33.561Z Downloaded module-lattice v0.2.3
8922026-08-13T18:50:33.561Z Downloaded parking_lot_core v0.8.6
8932026-08-13T18:50:33.561Z Downloaded native-tls v0.2.18
8942026-08-13T18:50:33.563Z Downloaded pkcs8 v0.10.2
8952026-08-13T18:50:33.563Z Downloaded primefield v0.14.0
8962026-08-13T18:50:33.564Z Downloaded waitgroup v0.1.2
8972026-08-13T18:50:33.566Z Downloaded sponge-cursor v0.1.0
8982026-08-13T18:50:33.566Z Downloaded progenitor-impl v0.13.0
8992026-08-13T18:50:33.566Z Downloaded crucible-workspace-hack v0.1.0
9002026-08-13T18:50:33.570Z Downloaded packed_struct v0.10.1
9012026-08-13T18:50:33.573Z Downloaded pem-rfc7468 v1.0.0
9022026-08-13T18:50:33.573Z Downloaded unicase v2.9.0
9032026-08-13T18:50:33.573Z Downloaded vergen v9.1.0
9042026-08-13T18:50:33.575Z Downloaded tokio-macros v2.7.0
9052026-08-13T18:50:33.575Z Downloaded rand_chacha v0.9.0
9062026-08-13T18:50:33.578Z Downloaded enum-as-inner v0.6.1
9072026-08-13T18:50:33.582Z Downloaded progenitor-impl v0.14.0
9082026-08-13T18:50:33.588Z Downloaded phf v0.13.1
9092026-08-13T18:50:33.591Z Downloaded siphasher v1.0.2
9102026-08-13T18:50:33.594Z Downloaded rcgen v0.12.1
9112026-08-13T18:50:33.596Z Downloaded ident_case v1.0.1
9122026-08-13T18:50:33.596Z Downloaded normalize-line-endings v0.3.0
9132026-08-13T18:50:33.602Z Downloaded r2d2 v0.8.10
9142026-08-13T18:50:33.610Z Downloaded defmt v0.3.100
9152026-08-13T18:50:33.613Z Downloaded multimap v0.10.1
9162026-08-13T18:50:33.613Z Downloaded digest-io v0.1.0
9172026-08-13T18:50:33.616Z Downloaded dirs-sys-next v0.1.2
9182026-08-13T18:50:33.618Z Downloaded crypto-bigint v0.5.5
9192026-08-13T18:50:33.621Z Downloaded rustversion v1.0.22
9202026-08-13T18:50:33.621Z Downloaded icu_normalizer_data v2.1.1
9212026-08-13T18:50:33.624Z Downloaded aes-gcm v0.11.0
9222026-08-13T18:50:33.624Z Downloaded derive-where v1.6.0
9232026-08-13T18:50:33.627Z Downloaded peg v0.8.5
9242026-08-13T18:50:33.630Z Downloaded pkcs8 v0.11.0
9252026-08-13T18:50:33.633Z Downloaded parse-size v1.1.0
9262026-08-13T18:50:33.635Z Downloaded internet-checksum v0.2.1
9272026-08-13T18:50:33.638Z Downloaded lru-cache v0.1.2
9282026-08-13T18:50:33.638Z Downloaded lru-slab v0.1.2
9292026-08-13T18:50:33.641Z Downloaded rand_chacha v0.3.1
9302026-08-13T18:50:33.641Z Downloaded scuffle v0.1.0
9312026-08-13T18:50:33.645Z Downloaded num-traits v0.2.19
9322026-08-13T18:50:33.648Z Downloaded toml v0.7.8
9332026-08-13T18:50:33.650Z Downloaded spki v0.7.3
9342026-08-13T18:50:33.650Z Downloaded ecdsa v0.17.0
9352026-08-13T18:50:33.651Z Downloaded p521 v0.14.0
9362026-08-13T18:50:33.653Z Downloaded dropshot_endpoint v0.17.1
9372026-08-13T18:50:33.658Z Downloaded ecdsa v0.16.9
9382026-08-13T18:50:33.661Z Downloaded ed25519 v3.0.0
9392026-08-13T18:50:33.661Z Downloaded russh-util v0.52.0
9402026-08-13T18:50:33.676Z Downloaded tokio-native-tls v0.3.1
9412026-08-13T18:50:33.676Z Downloaded vergen-gitcl v1.0.8
9422026-08-13T18:50:33.676Z Downloaded predicates-core v1.0.10
9432026-08-13T18:50:33.676Z Downloaded psl-types v2.0.11
9442026-08-13T18:50:33.676Z Downloaded quick-error v1.2.3
9452026-08-13T18:50:33.679Z Downloaded seq-macro v0.3.6
9462026-08-13T18:50:33.679Z Downloaded zerovec-derive v0.11.2
9472026-08-13T18:50:33.679Z Downloaded crossbeam-deque v0.8.6
9482026-08-13T18:50:33.682Z Downloaded signal-hook-mio v0.2.5
9492026-08-13T18:50:33.682Z Downloaded signature v2.2.0
9502026-08-13T18:50:33.684Z Downloaded signal-hook-tokio v0.3.1
9512026-08-13T18:50:33.684Z Downloaded stable_deref_trait v1.2.1
9522026-08-13T18:50:33.690Z Downloaded term v0.7.0
9532026-08-13T18:50:33.694Z Downloaded zstd-safe v7.2.4
9542026-08-13T18:50:33.698Z Downloaded nanorand v0.7.0
9552026-08-13T18:50:33.702Z Downloaded zstd v0.13.3
9562026-08-13T18:50:33.702Z Downloaded ctr v0.10.1
9572026-08-13T18:50:33.708Z Downloaded tower-service v0.3.3
9582026-08-13T18:50:33.711Z Downloaded omicron-zone-package v0.12.3
9592026-08-13T18:50:33.714Z Downloaded oxide-update-engine-types v0.1.2
9602026-08-13T18:50:33.717Z Downloaded postgres-types v0.2.12
9612026-08-13T18:50:33.717Z Downloaded prefix-trie v0.7.0
9622026-08-13T18:50:33.720Z Downloaded aho-corasick v1.1.4
9632026-08-13T18:50:33.723Z Downloaded parse-display-derive v0.10.0
9642026-08-13T18:50:33.723Z Downloaded polyval v0.7.1
9652026-08-13T18:50:33.723Z Downloaded progenitor v0.13.0
9662026-08-13T18:50:33.725Z Downloaded ingot-types v0.2.0
9672026-08-13T18:50:33.729Z Downloaded hashbrown v0.15.5
9682026-08-13T18:50:33.737Z Downloaded unicode-segmentation v1.12.0
9692026-08-13T18:50:33.740Z Downloaded resolv-conf v0.7.6
9702026-08-13T18:50:33.740Z Downloaded indoc v1.0.9
9712026-08-13T18:50:33.744Z Downloaded libscf-sys v1.2.0
9722026-08-13T18:50:33.747Z Downloaded libefi-sys v0.1.0
9732026-08-13T18:50:33.749Z Downloaded num-integer v0.1.46
9742026-08-13T18:50:33.750Z Downloaded debug-ignore v1.0.5
9752026-08-13T18:50:33.752Z Downloaded hashbrown v0.16.1
9762026-08-13T18:50:33.755Z Downloaded hyper v1.10.1
9772026-08-13T18:50:33.761Z Downloaded maplit v1.0.2
9782026-08-13T18:50:33.763Z Downloaded match_cfg v0.1.0
9792026-08-13T18:50:33.764Z Downloaded packed_struct_codegen v0.10.1
9802026-08-13T18:50:33.764Z Downloaded rand v0.9.2
9812026-08-13T18:50:33.767Z Downloaded unicode-properties v0.1.4
9822026-08-13T18:50:33.767Z Downloaded tokio-postgres v0.7.16
9832026-08-13T18:50:33.769Z Downloaded zerocopy-derive v0.8.40
9842026-08-13T18:50:33.773Z Downloaded zip v4.6.1
9852026-08-13T18:50:33.775Z Downloaded illumos-nvpair v0.3.0
9862026-08-13T18:50:33.775Z Downloaded tokio-tungstenite v0.21.0
9872026-08-13T18:50:33.778Z Downloaded precomputed-hash v0.1.1
9882026-08-13T18:50:33.778Z Downloaded peg-runtime v0.8.5
9892026-08-13T18:50:33.789Z Downloaded schemars v1.2.1
9902026-08-13T18:50:33.797Z Downloaded der v0.7.10
9912026-08-13T18:50:33.800Z Downloaded pretty_assertions v1.4.1
9922026-08-13T18:50:33.803Z Downloaded ctutils v0.4.2
9932026-08-13T18:50:33.803Z Downloaded deranged v0.5.8
9942026-08-13T18:50:33.806Z Downloaded structmeta v0.3.0
9952026-08-13T18:50:33.806Z Downloaded strum v0.26.3
9962026-08-13T18:50:33.809Z Downloaded rtoolbox v0.0.3
9972026-08-13T18:50:33.809Z Downloaded rustls-pki-types v1.14.0
9982026-08-13T18:50:33.809Z Downloaded samael v0.0.19
9992026-08-13T18:50:33.812Z Downloaded vergen-git2 v9.1.0
10002026-08-13T18:50:33.817Z Downloaded typed-path v0.9.3
10012026-08-13T18:50:33.820Z Downloaded similar v2.7.0
10022026-08-13T18:50:33.823Z Downloaded take_mut v0.2.2
10032026-08-13T18:50:33.826Z Downloaded vergen-lib v0.1.6
10042026-08-13T18:50:33.826Z Downloaded hkdf v0.13.0
10052026-08-13T18:50:33.829Z Downloaded vsss-rs v3.3.4
10062026-08-13T18:50:33.829Z Downloaded serde_bytes v0.11.19
10072026-08-13T18:50:33.832Z Downloaded futures-util v0.3.32
10082026-08-13T18:50:33.838Z Downloaded salsa20 v0.11.0
10092026-08-13T18:50:33.841Z Downloaded xshell-macros v0.2.7
10102026-08-13T18:50:33.843Z Downloaded darling_macro v0.20.11
10112026-08-13T18:50:33.843Z Downloaded stacker v0.1.23
10122026-08-13T18:50:33.846Z Downloaded toml_edit v0.23.10+spec-1.0.0
10132026-08-13T18:50:33.849Z Downloaded url v2.5.8
10142026-08-13T18:50:33.851Z Downloaded x509-cert v0.2.5
10152026-08-13T18:50:33.854Z Downloaded universal-hash v0.5.1
10162026-08-13T18:50:33.854Z Downloaded unicode-xid v0.2.6
10172026-08-13T18:50:33.854Z Downloaded tracing-attributes v0.1.31
10182026-08-13T18:50:33.857Z Downloaded predicates-tree v1.0.13
10192026-08-13T18:50:33.857Z Downloaded crunchy v0.2.4
10202026-08-13T18:50:33.860Z Downloaded displaydoc v0.2.5
10212026-08-13T18:50:33.863Z Downloaded tokio-util v0.7.18
10222026-08-13T18:50:33.866Z Downloaded parking_lot v0.12.5
10232026-08-13T18:50:33.869Z Downloaded crossterm v0.28.1
10242026-08-13T18:50:33.871Z Downloaded pkcs5 v0.8.1
10252026-08-13T18:50:33.874Z Downloaded serde_with_macros v3.21.0
10262026-08-13T18:50:33.874Z Downloaded enum_dispatch v0.3.13
10272026-08-13T18:50:33.877Z Downloaded des v0.9.0
10282026-08-13T18:50:33.878Z Downloaded keccak v0.1.6
10292026-08-13T18:50:33.880Z Downloaded rand_core v0.9.5
10302026-08-13T18:50:33.880Z Downloaded nibble_vec v0.1.0
10312026-08-13T18:50:33.880Z Downloaded num_threads v0.1.7
10322026-08-13T18:50:33.888Z Downloaded toml_edit v0.19.15
10332026-08-13T18:50:33.897Z Downloaded h2 v0.4.15
10342026-08-13T18:50:33.900Z Downloaded ignore v0.4.25
10352026-08-13T18:50:33.904Z Downloaded termios v0.3.3
10362026-08-13T18:50:33.904Z Downloaded ssh-cipher v0.3.0
10372026-08-13T18:50:33.908Z Downloaded maybe-uninit v2.0.0
10382026-08-13T18:50:33.910Z Downloaded hkdf v0.12.4
10392026-08-13T18:50:33.910Z Downloaded scroll v0.13.0
10402026-08-13T18:50:33.914Z Downloaded yoke v0.8.1
10412026-08-13T18:50:33.918Z Downloaded sha1 v0.11.0
10422026-08-13T18:50:33.921Z Downloaded tabwriter v1.4.1
10432026-08-13T18:50:33.921Z Downloaded termtree v0.5.1
10442026-08-13T18:50:33.921Z Downloaded test-strategy v0.4.5
10452026-08-13T18:50:33.924Z Downloaded tokio-stream v0.1.18
10462026-08-13T18:50:33.926Z Downloaded uuid v1.23.4
10472026-08-13T18:50:33.926Z Downloaded darling v0.13.4
10482026-08-13T18:50:33.929Z Downloaded unsafe-libyaml v0.2.11
10492026-08-13T18:50:33.929Z Downloaded cookie v0.18.1
10502026-08-13T18:50:33.934Z Downloaded crc-any v2.5.0
10512026-08-13T18:50:33.934Z Downloaded defmt-macros v1.0.1
10522026-08-13T18:50:33.937Z Downloaded sapling-renderdag v0.1.0
10532026-08-13T18:50:33.937Z Downloaded slog-stdlog v4.1.1
10542026-08-13T18:50:33.937Z Downloaded slog-term v2.9.2
10552026-08-13T18:50:33.938Z Downloaded xattr v1.6.1
10562026-08-13T18:50:33.940Z Downloaded steno v0.4.1
10572026-08-13T18:50:33.944Z Downloaded subprocess v0.2.15
10582026-08-13T18:50:33.947Z Downloaded openssl-sys v0.9.117
10592026-08-13T18:50:33.950Z Downloaded darling_core v0.13.4
10602026-08-13T18:50:33.954Z Downloaded toml_writer v1.1.1+spec-1.1.0
10612026-08-13T18:50:33.954Z Downloaded num_enum v0.7.6
10622026-08-13T18:50:33.958Z Downloaded postgres-protocol v0.6.10
10632026-08-13T18:50:33.958Z Downloaded dsl_auto_type v0.2.0
10642026-08-13T18:50:33.961Z Downloaded embedded-io v0.4.0
10652026-08-13T18:50:33.961Z Downloaded is_ci v1.2.0
10662026-08-13T18:50:33.961Z Downloaded kstat-rs v0.2.5
10672026-08-13T18:50:33.964Z Downloaded serde_with v1.14.0
10682026-08-13T18:50:33.967Z Downloaded qorb v0.4.1
10692026-08-13T18:50:33.971Z Downloaded unicode-bidi v0.3.18
10702026-08-13T18:50:33.971Z Downloaded yansi v1.0.1
10712026-08-13T18:50:33.976Z Downloaded signal-hook v0.3.18
10722026-08-13T18:50:33.976Z Downloaded md5 v0.8.0
10732026-08-13T18:50:33.981Z Downloaded progenitor-client v0.13.0
10742026-08-13T18:50:33.986Z Downloaded ref-cast-impl v1.0.25
10752026-08-13T18:50:33.986Z Downloaded serde_urlencoded v0.7.1
10762026-08-13T18:50:33.986Z Downloaded crossbeam-channel v0.5.15
10772026-08-13T18:50:33.989Z Downloaded rsa v0.10.0-rc.18
10782026-08-13T18:50:33.993Z Downloaded zerocopy v0.6.6
10792026-08-13T18:50:33.993Z Downloaded simd-adler32 v0.3.8
10802026-08-13T18:50:33.993Z Downloaded xshell v0.2.7
10812026-08-13T18:50:33.993Z Downloaded subtle v2.6.1
10822026-08-13T18:50:33.996Z Downloaded derive_more-impl v2.1.1
10832026-08-13T18:50:33.996Z Downloaded darling_core v0.21.3
10842026-08-13T18:50:33.999Z Downloaded time-core v0.1.8
10852026-08-13T18:50:33.999Z Downloaded usdt v0.6.0
10862026-08-13T18:50:34.003Z Downloaded derive_more v0.99.20
10872026-08-13T18:50:34.003Z Downloaded universal-hash v0.6.1
10882026-08-13T18:50:34.003Z Downloaded num-bigint-dig v0.8.6
10892026-08-13T18:50:34.006Z Downloaded oso v0.27.3
10902026-08-13T18:50:34.009Z Downloaded poly1305 v0.9.0
10912026-08-13T18:50:34.009Z Downloaded corncobs v0.1.4
10922026-08-13T18:50:34.009Z Downloaded path-slash v0.1.5
10932026-08-13T18:50:34.009Z Downloaded progenitor-client v0.14.0
10942026-08-13T18:50:34.013Z Downloaded tinyvec v1.10.0
10952026-08-13T18:50:34.013Z Downloaded reedline v0.40.0
10962026-08-13T18:50:34.023Z Downloaded parking_lot v0.11.2
10972026-08-13T18:50:34.026Z Downloaded newline-converter v0.3.0
10982026-08-13T18:50:34.029Z Downloaded percent-encoding v2.3.2
10992026-08-13T18:50:34.032Z Downloaded zeroize_derive v1.5.0
11002026-08-13T18:50:34.034Z Downloaded miniz_oxide v0.8.9
11012026-08-13T18:50:34.039Z Downloaded rustls-webpki v0.103.13
11022026-08-13T18:50:34.042Z Downloaded itertools v0.14.0
11032026-08-13T18:50:34.045Z Downloaded tokio-rustls v0.26.4
11042026-08-13T18:50:34.048Z Downloaded serde_with_macros v1.5.2
11052026-08-13T18:50:34.048Z Downloaded tungstenite v0.23.0
11062026-08-13T18:50:34.048Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-08-13T18:50:34.053Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11082026-08-13T18:50:34.053Z Downloaded phc v0.6.1
11092026-08-13T18:50:34.053Z Downloaded recursive v0.1.1
11102026-08-13T18:50:34.053Z Downloaded scheduled-thread-pool v0.2.7
11112026-08-13T18:50:34.053Z Downloaded slog-envlogger v2.2.0
11122026-08-13T18:50:34.058Z Downloaded dtrace-parser v0.3.0
11132026-08-13T18:50:34.058Z Downloaded instant v0.1.13
11142026-08-13T18:50:34.058Z Downloaded jiff-core v0.1.0
11152026-08-13T18:50:34.058Z Downloaded libxml v0.3.3
11162026-08-13T18:50:34.061Z Downloaded serde_path_to_error v0.1.20
11172026-08-13T18:50:34.061Z Downloaded diesel-dtrace v0.5.0
11182026-08-13T18:50:34.061Z Downloaded synstructure v0.13.2
11192026-08-13T18:50:34.064Z Downloaded time-macros v0.2.27
11202026-08-13T18:50:34.067Z Downloaded defmt-parser v1.0.0
11212026-08-13T18:50:34.070Z Downloaded num-complex v0.4.6
11222026-08-13T18:50:34.074Z Downloaded icu_provider v2.1.1
11232026-08-13T18:50:34.074Z Downloaded diff v0.1.13
11242026-08-13T18:50:34.078Z Downloaded trait-variant v0.1.2
11252026-08-13T18:50:34.079Z Downloaded uzers v0.12.2
11262026-08-13T18:50:34.082Z Downloaded oso-derive v0.27.3
11272026-08-13T18:50:34.082Z Downloaded unicode-truncate v1.1.0
11282026-08-13T18:50:34.085Z Downloaded utf-8 v0.7.6
11292026-08-13T18:50:34.092Z Downloaded pkcs1 v0.8.0-rc.4
11302026-08-13T18:50:34.097Z Downloaded quinn-udp v0.5.14
11312026-08-13T18:50:34.101Z Downloaded rand_core v0.10.0
11322026-08-13T18:50:34.101Z Downloaded zone v0.3.1
11332026-08-13T18:50:34.106Z Downloaded schemars_derive v0.8.22
11342026-08-13T18:50:34.106Z Downloaded stringprep v0.1.5
11352026-08-13T18:50:34.106Z Downloaded libloading v0.8.9
11362026-08-13T18:50:34.106Z Downloaded newtype-uuid v1.3.2
11372026-08-13T18:50:34.106Z Downloaded pem-rfc7468 v0.7.0
11382026-08-13T18:50:34.109Z Downloaded crc v3.4.0
11392026-08-13T18:50:34.109Z Downloaded crc8 v0.1.1
11402026-08-13T18:50:34.109Z Downloaded opaque-debug v0.3.1
11412026-08-13T18:50:34.112Z Downloaded openssl-macros v0.1.1
11422026-08-13T18:50:34.112Z Downloaded sync_wrapper v1.0.2
11432026-08-13T18:50:34.116Z Downloaded zip v0.6.6
11442026-08-13T18:50:34.116Z Downloaded serde_cbor v0.11.2
11452026-08-13T18:50:34.119Z Downloaded litrs v1.0.0
11462026-08-13T18:50:34.119Z Downloaded slog v2.8.2
11472026-08-13T18:50:34.123Z Downloaded memmap2 v0.9.10
11482026-08-13T18:50:34.127Z Downloaded slog-scope v4.4.1
11492026-08-13T18:50:34.127Z Downloaded wait-timeout v0.2.1
11502026-08-13T18:50:34.131Z Downloaded git2 v0.20.4
11512026-08-13T18:50:34.135Z Downloaded idna v1.1.0
11522026-08-13T18:50:34.138Z Downloaded nom v7.1.3
11532026-08-13T18:50:34.141Z Downloaded document-features v0.2.12
11542026-08-13T18:50:34.144Z Downloaded publicsuffix v2.3.0
11552026-08-13T18:50:34.144Z Downloaded crossbeam-utils v0.8.21
11562026-08-13T18:50:34.148Z Downloaded delegate v0.13.5
11572026-08-13T18:50:34.148Z Downloaded indicatif v0.18.4
11582026-08-13T18:50:34.151Z Downloaded sha1 v0.10.6
11592026-08-13T18:50:34.151Z Downloaded proc-macro-crate v3.4.0
11602026-08-13T18:50:34.151Z Downloaded tinyvec_macros v0.1.1
11612026-08-13T18:50:34.151Z Downloaded cookie_store v0.22.1
11622026-08-13T18:50:34.151Z Downloaded darling v0.20.11
11632026-08-13T18:50:34.154Z Downloaded nu-ansi-term v0.50.3
11642026-08-13T18:50:34.157Z Downloaded oxnet v0.1.6
11652026-08-13T18:50:34.157Z Downloaded p256 v0.14.0
11662026-08-13T18:50:34.161Z Downloaded peg-macros v0.8.5
11672026-08-13T18:50:34.161Z Downloaded serde_derive_internals v0.29.1
11682026-08-13T18:50:34.161Z Downloaded utf8_iter v1.0.4
11692026-08-13T18:50:34.161Z Downloaded proptest v1.11.0
11702026-08-13T18:50:34.165Z Downloaded elliptic-curve v0.13.8
11712026-08-13T18:50:34.168Z Downloaded p384 v0.14.0
11722026-08-13T18:50:34.171Z Downloaded indexmap v1.9.3
11732026-08-13T18:50:34.171Z Downloaded linear-map v1.2.0
11742026-08-13T18:50:34.174Z Downloaded pkcs1 v0.7.5
11752026-08-13T18:50:34.174Z Downloaded psm v0.1.30
11762026-08-13T18:50:34.174Z Downloaded strum_macros v0.26.4
11772026-08-13T18:50:34.177Z Downloaded inout v0.1.4
11782026-08-13T18:50:34.177Z Downloaded radium v0.7.0
11792026-08-13T18:50:34.177Z Downloaded rustyline v14.0.0
11802026-08-13T18:50:34.180Z Downloaded rand_pcg v0.10.2
11812026-08-13T18:50:34.180Z Downloaded zone_cfg_derive v0.3.1
11822026-08-13T18:50:34.186Z Downloaded memoffset v0.9.1
11832026-08-13T18:50:34.191Z Downloaded unicode_categories v0.1.1
11842026-08-13T18:50:34.195Z Downloaded wyz v0.5.1
11852026-08-13T18:50:34.199Z Downloaded derive-ex v0.1.8
11862026-08-13T18:50:34.199Z Downloaded difflib v0.4.0
11872026-08-13T18:50:34.200Z Downloaded nodrop v0.1.14
11882026-08-13T18:50:34.207Z Downloaded slog-async v2.8.0
11892026-08-13T18:50:34.211Z Downloaded proc-macro-error-attr2 v2.0.0
11902026-08-13T18:50:34.211Z Downloaded litemap v0.8.1
11912026-08-13T18:50:34.214Z Downloaded tokio-dtrace v0.1.1
11922026-08-13T18:50:34.214Z Downloaded sqlparser_derive v0.5.0
11932026-08-13T18:50:34.217Z Downloaded indent_write v2.2.0
11942026-08-13T18:50:34.217Z Downloaded minimal-lexical v0.2.1
11952026-08-13T18:50:34.220Z Downloaded ingot v0.2.1
11962026-08-13T18:50:34.225Z Downloaded russh v0.62.4
11972026-08-13T18:50:34.232Z Downloaded socket2 v0.6.3
11982026-08-13T18:50:34.235Z Downloaded lalrpop-util v0.19.12
11992026-08-13T18:50:34.235Z Downloaded serdect v0.4.3
12002026-08-13T18:50:34.238Z Downloaded ml-kem v0.3.2
12012026-08-13T18:50:34.252Z Downloaded support-bundle-viewer v0.1.2
12022026-08-13T18:50:34.255Z Downloaded jobserver v0.1.34
12032026-08-13T18:50:34.255Z Downloaded ed25519-dalek v3.0.0
12042026-08-13T18:50:34.258Z Downloaded derive_builder v0.20.2
12052026-08-13T18:50:34.262Z Downloaded winnow v1.0.3
12062026-08-13T18:50:34.265Z Downloaded pkg-config v0.3.32
12072026-08-13T18:50:34.270Z Downloaded der v0.8.0
12082026-08-13T18:50:34.273Z Downloaded port-file v0.1.0
12092026-08-13T18:50:34.273Z Downloaded csv-core v0.1.13
12102026-08-13T18:50:34.273Z Downloaded diesel_derives v2.3.7
12112026-08-13T18:50:34.277Z Downloaded tinystr v0.8.2
12122026-08-13T18:50:34.277Z Downloaded quinn-proto v0.11.16
12132026-08-13T18:50:34.280Z Downloaded rand v0.10.1
12142026-08-13T18:50:34.283Z Downloaded progenitor v0.14.0
12152026-08-13T18:50:34.286Z Downloaded rustls-platform-verifier v0.6.2
12162026-08-13T18:50:34.286Z Downloaded blake3 v1.8.5
12172026-08-13T18:50:34.290Z Downloaded darling_core v0.23.0
12182026-08-13T18:50:34.294Z Downloaded time v0.3.47
12192026-08-13T18:50:34.300Z Downloaded mio v1.2.0
12202026-08-13T18:50:34.304Z Downloaded itertools v0.12.1
12212026-08-13T18:50:34.307Z Downloaded twox-hash v2.1.2
12222026-08-13T18:50:34.309Z Downloaded daft-derive v0.1.7
12232026-08-13T18:50:34.312Z Downloaded itertools v0.15.0
12242026-08-13T18:50:34.319Z Downloaded tabled v0.21.0
12252026-08-13T18:50:34.332Z Downloaded num-bigint v0.4.6
12262026-08-13T18:50:34.335Z Downloaded serde_yaml v0.9.34+deprecated
12272026-08-13T18:50:34.335Z Downloaded aws-lc-rs v1.16.3
12282026-08-13T18:50:34.340Z Downloaded crossbeam-epoch v0.9.18
12292026-08-13T18:50:34.343Z Downloaded elliptic-curve v0.14.1
12302026-08-13T18:50:34.351Z Downloaded sha3 v0.12.0
12312026-08-13T18:50:34.361Z Downloaded drift v0.2.0
12322026-08-13T18:50:34.368Z Downloaded ron v0.8.1
12332026-08-13T18:50:34.371Z Downloaded toml v1.1.2+spec-1.1.0
12342026-08-13T18:50:34.374Z Downloaded nom v8.0.0
12352026-08-13T18:50:34.377Z Downloaded goblin v0.10.5
12362026-08-13T18:50:34.380Z Downloaded darling_core v0.20.11
12372026-08-13T18:50:34.384Z Downloaded salty v0.3.0
12382026-08-13T18:50:34.388Z Downloaded serde_with v3.21.0
12392026-08-13T18:50:34.394Z Downloaded socket2 v0.5.10
12402026-08-13T18:50:34.396Z Downloaded p384 v0.13.1
12412026-08-13T18:50:34.397Z Downloaded tower-http v0.6.8
12422026-08-13T18:50:34.407Z Downloaded unicode-normalization v0.1.25
12432026-08-13T18:50:34.407Z Downloaded iri-string v0.7.10
12442026-08-13T18:50:34.407Z Downloaded rawzip v0.4.4
12452026-08-13T18:50:34.412Z Downloaded internal-russh-num-bigint v0.5.0
12462026-08-13T18:50:34.415Z Downloaded reqwest v0.13.2
12472026-08-13T18:50:34.415Z Downloaded itertools v0.10.5
12482026-08-13T18:50:34.418Z Downloaded radix_trie v0.2.1
12492026-08-13T18:50:34.421Z Downloaded ed25519-dalek v2.2.0
12502026-08-13T18:50:34.425Z Downloaded itertools v0.13.0
12512026-08-13T18:50:34.429Z Downloaded reqwest v0.12.28
12522026-08-13T18:50:34.433Z Downloaded snafu v0.8.9
12532026-08-13T18:50:34.436Z Downloaded schemars v0.8.22
12542026-08-13T18:50:34.440Z Downloaded chrono v0.4.45
12552026-08-13T18:50:34.443Z Downloaded derive_more v2.1.1
12562026-08-13T18:50:34.451Z Downloaded bindgen v0.71.1
12572026-08-13T18:50:34.461Z Downloaded crypto-bigint v0.7.5
12582026-08-13T18:50:34.468Z Downloaded crypto-primes v0.7.2
12592026-08-13T18:50:34.471Z Downloaded ssh-key v0.7.0-rc.11
12602026-08-13T18:50:34.478Z Downloaded crossterm v0.29.0
12612026-08-13T18:50:34.495Z Downloaded zerovec v0.11.5
12622026-08-13T18:50:34.503Z Downloaded portable-atomic v1.13.1
12632026-08-13T18:50:34.507Z Downloaded dropshot-api-manager v0.7.2
12642026-08-13T18:50:34.514Z Downloaded iddqd v0.4.2
12652026-08-13T18:50:34.520Z Downloaded rsa v0.9.10
12662026-08-13T18:50:34.529Z Downloaded winnow v0.6.26
12672026-08-13T18:50:34.533Z Downloaded bitvec v1.0.1
12682026-08-13T18:50:34.544Z Downloaded hickory-proto v0.24.4
12692026-08-13T18:50:34.552Z Downloaded regex v1.12.3
12702026-08-13T18:50:34.563Z Downloaded hickory-proto v0.25.2
12712026-08-13T18:50:34.572Z Downloaded moka v0.12.13
12722026-08-13T18:50:34.575Z Downloaded curve25519-dalek v5.0.0
12732026-08-13T18:50:34.580Z Downloaded winnow v0.5.40
12742026-08-13T18:50:34.584Z Downloaded tough v0.22.0
12752026-08-13T18:50:34.611Z Downloaded regex-syntax v0.8.10
12762026-08-13T18:50:34.615Z Downloaded sqlparser v0.61.0
12772026-08-13T18:50:34.621Z Downloaded tower v0.5.3
12782026-08-13T18:50:34.625Z Downloaded object v0.30.4
12792026-08-13T18:50:34.631Z Downloaded object v0.37.3
12802026-08-13T18:50:34.637Z Downloaded libm v0.2.16
12812026-08-13T18:50:34.648Z Downloaded rayon v1.11.0
12822026-08-13T18:50:34.654Z Downloaded regex-syntax v0.6.29
12832026-08-13T18:50:34.676Z Downloaded dropshot v0.17.1
12842026-08-13T18:50:34.699Z Downloaded rustls v0.23.41
12852026-08-13T18:50:34.706Z Downloaded tracing v0.1.44
12862026-08-13T18:50:34.718Z Downloaded rustix v0.38.44
12872026-08-13T18:50:34.730Z Downloaded zerocopy-derive v0.6.6
12882026-08-13T18:50:34.749Z Downloaded sha3 v0.11.0
12892026-08-13T18:50:34.750Z Downloaded bstr v1.12.1
12902026-08-13T18:50:34.750Z Downloaded vcpkg v0.2.15
12912026-08-13T18:50:34.764Z Downloaded nix v0.27.1
12922026-08-13T18:50:34.785Z Downloaded ratatui v0.29.0
12932026-08-13T18:50:34.793Z Downloaded polar-core v0.27.3
12942026-08-13T18:50:34.793Z Downloaded icu_properties_data v2.1.2
12952026-08-13T18:50:34.798Z Downloaded typify-impl v0.6.2
12962026-08-13T18:50:34.802Z Downloaded petname v2.0.2
12972026-08-13T18:50:34.802Z Downloaded regress v0.10.5
12982026-08-13T18:50:34.806Z Downloaded lalrpop v0.19.12
12992026-08-13T18:50:34.812Z Downloaded jiff v0.2.34
13002026-08-13T18:50:34.821Z Downloaded quick-xml v0.37.5
13012026-08-13T18:50:34.826Z Downloaded tokio v1.52.1
13022026-08-13T18:50:34.846Z Downloaded csv v1.4.0
13032026-08-13T18:50:34.859Z Downloaded openapiv3 v2.2.0
13042026-08-13T18:50:34.866Z Downloaded smoltcp v0.11.0
13052026-08-13T18:50:34.871Z Downloaded zlib-rs v0.6.2
13062026-08-13T18:50:34.876Z Downloaded regress v0.11.1
13072026-08-13T18:50:34.879Z Downloaded ring v0.17.14
13082026-08-13T18:50:34.903Z Downloaded smoltcp v0.9.1
13092026-08-13T18:50:34.908Z Downloaded curve25519-dalek v4.1.3
13102026-08-13T18:50:34.914Z Downloaded zerocopy v0.8.40
13112026-08-13T18:50:34.917Z Downloaded nix v0.28.0
13122026-08-13T18:50:34.952Z Downloaded diesel v2.3.7
13132026-08-13T18:50:34.982Z Downloaded openssl v0.10.80
13142026-08-13T18:50:35.007Z Downloaded nix v0.31.2
13152026-08-13T18:50:35.020Z Downloaded sled v0.34.7
13162026-08-13T18:50:35.116Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-13T18:50:35.123Z Downloaded regex-automata v0.4.14
13182026-08-13T18:50:35.174Z Downloaded petgraph v0.6.5
13192026-08-13T18:50:35.247Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-13T18:50:35.257Z Downloaded chrono-tz v0.10.4
13212026-08-13T18:50:35.267Z Downloaded petgraph v0.8.3
13222026-08-13T18:50:35.280Z Downloaded sha3 v0.10.8
13232026-08-13T18:50:35.303Z Downloaded libz-sys v1.1.24
13242026-08-13T18:50:35.393Z Downloaded encoding_rs v0.8.35
13252026-08-13T18:50:35.482Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-13T18:50:36.058Z Downloaded aws-lc-sys v0.40.0
13272026-08-13T18:50:36.313Z Compiling libc v0.2.185
13282026-08-13T18:50:36.313Z Compiling serde_core v1.0.228
13292026-08-13T18:50:36.314Z Compiling serde v1.0.228
13302026-08-13T18:50:36.316Z Compiling log v0.4.29
13312026-08-13T18:50:36.316Z Compiling smallvec v1.15.1
13322026-08-13T18:50:36.316Z Compiling shlex v1.3.0
13332026-08-13T18:50:36.453Z Compiling find-msvc-tools v0.1.9
13342026-08-13T18:50:36.456Z Compiling syn v2.0.117
13352026-08-13T18:50:36.648Z Compiling subtle v2.6.1
13362026-08-13T18:50:36.651Z Compiling scopeguard v1.2.0
13372026-08-13T18:50:36.703Z Compiling typenum v1.20.1
13382026-08-13T18:50:36.738Z Compiling lock_api v0.4.14
13392026-08-13T18:50:36.764Z Compiling stable_deref_trait v1.2.1
13402026-08-13T18:50:36.803Z Compiling zerocopy v0.8.40
13412026-08-13T18:50:36.818Z Compiling portable-atomic v1.13.1
13422026-08-13T18:50:36.833Z Compiling serde_json v1.0.151
13432026-08-13T18:50:36.961Z Compiling critical-section v1.2.0
13442026-08-13T18:50:37.032Z Compiling libm v0.2.16
13452026-08-13T18:50:37.068Z Compiling num-traits v0.2.19
13462026-08-13T18:50:37.224Z Compiling pkg-config v0.3.32
13472026-08-13T18:50:37.252Z Compiling jobserver v0.1.34
13482026-08-13T18:50:37.271Z Compiling errno v0.3.14
13492026-08-13T18:50:37.330Z Compiling getrandom v0.2.17
13502026-08-13T18:50:37.549Z Compiling cc v1.2.56
13512026-08-13T18:50:37.613Z Compiling rand_core v0.6.4
13522026-08-13T18:50:37.649Z Compiling generic-array v0.14.7
13532026-08-13T18:50:37.756Z Compiling once_cell v1.21.3
13542026-08-13T18:50:37.843Z Compiling const-oid v0.9.6
13552026-08-13T18:50:37.858Z Compiling parking_lot_core v0.9.12
13562026-08-13T18:50:37.879Z Compiling getrandom v0.4.1
13572026-08-13T18:50:37.969Z Compiling pin-project-lite v0.2.17
13582026-08-13T18:50:38.129Z Compiling rand_core v0.10.0
13592026-08-13T18:50:38.513Z Compiling signal-hook-registry v1.4.8
13602026-08-13T18:50:38.582Z Compiling bitflags v2.11.0
13612026-08-13T18:50:38.683Z Compiling futures-core v0.3.32
13622026-08-13T18:50:38.721Z Compiling writeable v0.6.2
13632026-08-13T18:50:38.794Z Compiling percent-encoding v2.3.2
13642026-08-13T18:50:38.818Z Compiling litemap v0.8.1
13652026-08-13T18:50:38.838Z Compiling semver v1.0.28
13662026-08-13T18:50:38.927Z Compiling parking_lot v0.12.5
13672026-08-13T18:50:38.991Z Compiling mio v1.2.0
13682026-08-13T18:50:39.005Z Compiling icu_normalizer_data v2.1.1
13692026-08-13T18:50:39.019Z Compiling icu_properties_data v2.1.2
13702026-08-13T18:50:39.173Z Compiling socket2 v0.6.3
13712026-08-13T18:50:39.224Z Compiling getrandom v0.3.4
13722026-08-13T18:50:39.304Z Compiling synstructure v0.13.2
13732026-08-13T18:50:39.318Z Compiling futures-sink v0.3.32
13742026-08-13T18:50:39.382Z Compiling indexmap v2.14.0
13752026-08-13T18:50:39.424Z Compiling futures-channel v0.3.32
13762026-08-13T18:50:39.454Z Compiling futures-task v0.3.32
13772026-08-13T18:50:39.580Z Compiling slab v0.4.12
13782026-08-13T18:50:39.640Z Compiling utf8_iter v1.0.4
13792026-08-13T18:50:39.658Z Compiling rustix v1.1.3
13802026-08-13T18:50:39.763Z Compiling futures-io v0.3.32
13812026-08-13T18:50:39.787Z Compiling form_urlencoded v1.2.2
13822026-08-13T18:50:39.803Z Compiling rustversion v1.0.22
13832026-08-13T18:50:39.915Z Compiling base64ct v1.8.3
13842026-08-13T18:50:39.917Z Compiling iana-time-zone v0.1.65
13852026-08-13T18:50:39.970Z Compiling cmake v0.1.57
13862026-08-13T18:50:40.058Z Compiling regex-syntax v0.8.10
13872026-08-13T18:50:40.105Z Compiling fs_extra v1.3.0
13882026-08-13T18:50:40.129Z Compiling ident_case v1.0.1
13892026-08-13T18:50:40.212Z Compiling pem-rfc7468 v0.7.0
13902026-08-13T18:50:40.249Z Compiling flagset v0.4.7
13912026-08-13T18:50:40.373Z Compiling dunce v1.0.5
13922026-08-13T18:50:40.387Z Compiling rand_core v0.9.5
13932026-08-13T18:50:40.391Z Compiling uuid v1.23.4
13942026-08-13T18:50:40.469Z Compiling aws-lc-sys v0.40.0
13952026-08-13T18:50:40.517Z Compiling base64 v0.22.1
13962026-08-13T18:50:40.686Z Compiling syn v1.0.109
13972026-08-13T18:50:40.795Z Compiling vcpkg v0.2.15
13982026-08-13T18:50:40.850Z Compiling serde_derive_internals v0.29.1
13992026-08-13T18:50:41.028Z Compiling serde_derive v1.0.228
14002026-08-13T18:50:41.057Z Compiling zeroize_derive v1.5.0
14012026-08-13T18:50:41.085Z Compiling zerofrom-derive v0.1.6
14022026-08-13T18:50:41.353Z Compiling zerocopy-derive v0.8.40
14032026-08-13T18:50:41.531Z Compiling yoke-derive v0.8.1
14042026-08-13T18:50:41.708Z Compiling zeroize v1.9.0
14052026-08-13T18:50:41.769Z Compiling zerovec-derive v0.11.2
14062026-08-13T18:50:41.926Z Compiling displaydoc v0.2.5
14072026-08-13T18:50:42.521Z Compiling zerofrom v0.1.6
14082026-08-13T18:50:42.651Z Compiling tokio-macros v2.7.0
14092026-08-13T18:50:42.691Z Compiling futures-macro v0.3.32
14102026-08-13T18:50:42.733Z Compiling yoke v0.8.1
14112026-08-13T18:50:42.910Z Compiling zerovec v0.11.5
14122026-08-13T18:50:42.932Z Compiling zerotrie v0.2.3
14132026-08-13T18:50:42.959Z Compiling crypto-common v0.1.7
14142026-08-13T18:50:43.112Z Compiling block-buffer v0.10.4
14152026-08-13T18:50:43.223Z Compiling thiserror-impl v2.0.18
14162026-08-13T18:50:43.345Z Compiling digest v0.10.7
14172026-08-13T18:50:43.414Z Compiling tinystr v0.8.2
14182026-08-13T18:50:43.455Z Compiling potential_utf v0.1.4
14192026-08-13T18:50:43.551Z Compiling futures-util v0.3.32
14202026-08-13T18:50:43.603Z Compiling icu_locale_core v2.1.1
14212026-08-13T18:50:43.617Z Compiling icu_collections v2.1.1
14222026-08-13T18:50:43.632Z Compiling der_derive v0.7.3
14232026-08-13T18:50:44.089Z Compiling openssl-sys v0.9.117
14242026-08-13T18:50:44.487Z Compiling icu_provider v2.1.1
14252026-08-13T18:50:44.582Z Compiling bytes v1.11.1
14262026-08-13T18:50:44.582Z Compiling chrono v0.4.45
14272026-08-13T18:50:44.610Z Compiling der v0.7.10
14282026-08-13T18:50:44.623Z Compiling thiserror v2.0.18
14292026-08-13T18:50:44.734Z Compiling icu_normalizer v2.1.1
14302026-08-13T18:50:44.778Z Compiling icu_properties v2.1.2
14312026-08-13T18:50:45.196Z Compiling tokio v1.52.1
14322026-08-13T18:50:45.250Z Compiling http v1.4.2
14332026-08-13T18:50:45.799Z Compiling ppv-lite86 v0.2.21
14342026-08-13T18:50:45.814Z Compiling idna_adapter v1.2.1
14352026-08-13T18:50:45.848Z Compiling spki v0.7.3
14362026-08-13T18:50:45.862Z Compiling tracing-attributes v0.1.31
14372026-08-13T18:50:45.944Z Compiling idna v1.1.0
14382026-08-13T18:50:45.959Z Compiling rustc_version v0.4.1
14392026-08-13T18:50:46.050Z Compiling tracing-core v0.1.36
14402026-08-13T18:50:46.119Z Compiling rand_chacha v0.9.0
14412026-08-13T18:50:46.166Z Compiling aws-lc-rs v1.16.3
14422026-08-13T18:50:46.279Z Compiling url v2.5.8
14432026-08-13T18:50:46.450Z Compiling cpufeatures v0.2.17
14442026-08-13T18:50:46.527Z Compiling dyn-clone v1.0.20
14452026-08-13T18:50:46.590Z Compiling schemars v0.8.22
14462026-08-13T18:50:46.593Z Compiling rand v0.9.2
14472026-08-13T18:50:46.665Z Compiling pkcs8 v0.10.2
14482026-08-13T18:50:46.815Z Compiling http-body v1.0.1
14492026-08-13T18:50:46.895Z Compiling rustls-pki-types v1.14.0
14502026-08-13T18:50:46.922Z Compiling schemars_derive v0.8.22
14512026-08-13T18:50:47.068Z Compiling spin v0.9.8
14522026-08-13T18:50:47.150Z Compiling tracing v0.1.44
14532026-08-13T18:50:47.271Z Compiling httparse v1.10.1
14542026-08-13T18:50:47.327Z Compiling tinyvec_macros v0.1.1
14552026-08-13T18:50:47.327Z Compiling crc32fast v1.5.0
14562026-08-13T18:50:47.408Z Compiling openssl-probe v0.2.1
14572026-08-13T18:50:47.424Z Compiling cmov v0.5.4
14582026-08-13T18:50:47.579Z Compiling tempfile v3.25.0
14592026-08-13T18:50:47.622Z Compiling ctutils v0.4.2
14602026-08-13T18:50:47.639Z Compiling tinyvec v1.10.0
14612026-08-13T18:50:47.653Z Compiling pest_generator v2.8.6
14622026-08-13T18:50:47.852Z Compiling sha2 v0.10.9
14632026-08-13T18:50:47.932Z Compiling aho-corasick v1.1.4
14642026-08-13T18:50:47.970Z Compiling untrusted v0.7.1
14652026-08-13T18:50:48.095Z Compiling try-lock v0.2.5
14662026-08-13T18:50:48.199Z Compiling tower-service v0.3.3
14672026-08-13T18:50:48.317Z Compiling atomic-waker v1.1.2
14682026-08-13T18:50:48.377Z Compiling tower-layer v0.3.3
14692026-08-13T18:50:48.442Z Compiling radium v0.7.0
14702026-08-13T18:50:48.538Z Compiling pest_derive v2.8.6
14712026-08-13T18:50:48.708Z Compiling want v0.3.1
14722026-08-13T18:50:48.874Z Compiling regex-automata v0.4.14
14732026-08-13T18:50:48.980Z Compiling tokio-util v0.7.18
14742026-08-13T18:50:49.156Z Compiling hybrid-array v0.4.13
14752026-08-13T18:50:49.670Z Compiling h2 v0.4.15
14762026-08-13T18:50:49.889Z Compiling ipnet v2.11.0
14772026-08-13T18:50:49.917Z Compiling scroll_derive v0.13.1
14782026-08-13T18:50:50.011Z Compiling darling_core v0.20.11
14792026-08-13T18:50:50.371Z Compiling maybe-uninit v2.0.0
14802026-08-13T18:50:50.635Z Compiling simd-adler32 v0.3.8
14812026-08-13T18:50:50.701Z Compiling tap v1.0.1
14822026-08-13T18:50:50.785Z Compiling untrusted v0.9.0
14832026-08-13T18:50:50.814Z Compiling foreign-types-shared v0.1.1
14842026-08-13T18:50:50.875Z Compiling httpdate v1.0.3
14852026-08-13T18:50:50.896Z Compiling rustls v0.23.41
14862026-08-13T18:50:50.911Z Compiling openssl v0.10.80
14872026-08-13T18:50:50.926Z Compiling foreign-types v0.3.2
14882026-08-13T18:50:50.997Z Compiling wyz v0.5.1
14892026-08-13T18:50:51.059Z Compiling scroll v0.13.0
14902026-08-13T18:50:51.162Z Compiling unicode-normalization v0.1.25
14912026-08-13T18:50:51.319Z Compiling rand_chacha v0.3.1
14922026-08-13T18:50:51.340Z Compiling hex v0.4.3
14932026-08-13T18:50:51.587Z Compiling signature v2.2.0
14942026-08-13T18:50:51.606Z Compiling terminal_size v0.4.3
14952026-08-13T18:50:51.620Z Compiling openssl-macros v0.1.1
14962026-08-13T18:50:51.740Z Compiling thiserror-impl v1.0.69
14972026-08-13T18:50:51.762Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-08-13T18:50:52.015Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-08-13T18:50:52.080Z Compiling num-integer v0.1.46
15002026-08-13T18:50:52.138Z Compiling wait-timeout v0.2.1
15012026-08-13T18:50:52.219Z Compiling darling_macro v0.20.11
15022026-08-13T18:50:52.287Z Compiling ahash v0.8.12
15032026-08-13T18:50:52.391Z Compiling packed_struct v0.10.1
15042026-08-13T18:50:52.393Z Compiling time-core v0.1.8
15052026-08-13T18:50:52.490Z Compiling num-conv v0.2.0
15062026-08-13T18:50:52.547Z Compiling quick-error v1.2.3
15072026-08-13T18:50:52.621Z Compiling powerfmt v0.2.0
15082026-08-13T18:50:52.635Z Compiling native-tls v0.2.18
15092026-08-13T18:50:52.654Z Compiling adler2 v2.0.1
15102026-08-13T18:50:52.695Z Compiling hyper v1.10.1
15112026-08-13T18:50:52.783Z Compiling funty v2.0.0
15122026-08-13T18:50:52.819Z Compiling num-bigint-dig v0.8.6
15132026-08-13T18:50:52.834Z Compiling bit-vec v0.8.0
15142026-08-13T18:50:52.919Z Compiling deranged v0.5.8
15152026-08-13T18:50:52.960Z Compiling thiserror v1.0.69
15162026-08-13T18:50:53.018Z Compiling bit-set v0.8.0
15172026-08-13T18:50:53.061Z Compiling miniz_oxide v0.8.9
15182026-08-13T18:50:53.063Z Compiling darling v0.20.11
15192026-08-13T18:50:53.154Z Compiling bitvec v1.0.1
15202026-08-13T18:50:53.197Z Compiling rusty-fork v0.3.1
15212026-08-13T18:50:53.408Z Compiling time-macros v0.2.27
15222026-08-13T18:50:53.604Z Compiling clap_builder v4.6.0
15232026-08-13T18:50:53.717Z Compiling num-iter v0.1.45
15242026-08-13T18:50:53.844Z Compiling hyper-util v0.1.20
15252026-08-13T18:50:54.459Z Compiling rand v0.8.6
15262026-08-13T18:50:54.534Z Compiling goblin v0.10.5
15272026-08-13T18:50:54.687Z Compiling packed_struct_codegen v0.10.1
15282026-08-13T18:50:55.249Z Compiling lazy_static v1.5.0
15292026-08-13T18:50:55.343Z Compiling serde_spanned v0.6.9
15302026-08-13T18:50:55.491Z Compiling toml_datetime v0.6.11
15312026-08-13T18:50:55.518Z Compiling hmac v0.12.1
15322026-08-13T18:50:55.673Z Compiling bitfield-macros v0.19.4
15332026-08-13T18:50:55.725Z Compiling zerocopy-derive v0.6.6
15342026-08-13T18:50:55.744Z Compiling clap_derive v4.6.1
15352026-08-13T18:50:56.356Z Compiling anstyle-parse v0.2.7
15362026-08-13T18:50:56.541Z Compiling rand_xorshift v0.4.0
15372026-08-13T18:50:56.541Z Compiling sync_wrapper v1.0.2
15382026-08-13T18:50:56.570Z Compiling indexmap v1.9.3
15392026-08-13T18:50:56.662Z Compiling siphasher v1.0.2
15402026-08-13T18:50:56.703Z Compiling crc-catalog v2.4.0
15412026-08-13T18:50:56.750Z Compiling num_threads v0.1.7
15422026-08-13T18:50:56.793Z Compiling usdt-impl v0.6.0
15432026-08-13T18:50:56.844Z Compiling crossbeam-utils v0.8.21
15442026-08-13T18:50:56.847Z Compiling nodrop v0.1.14
15452026-08-13T18:50:56.952Z Compiling unarray v0.1.4
15462026-08-13T18:50:56.995Z Compiling paste v1.0.15
15472026-08-13T18:50:57.064Z Compiling zlib-rs v0.6.2
15482026-08-13T18:50:57.151Z Compiling proptest v1.11.0
15492026-08-13T18:50:57.211Z Compiling dof v0.4.0
15502026-08-13T18:50:57.320Z Compiling array-init v0.0.4
15512026-08-13T18:50:57.463Z Compiling clap v4.6.1
15522026-08-13T18:50:57.546Z Compiling time v0.3.47
15532026-08-13T18:50:57.657Z Compiling crc v3.4.0
15542026-08-13T18:50:57.875Z Compiling tower v0.5.3
15552026-08-13T18:50:58.346Z Compiling zerocopy v0.6.6
15562026-08-13T18:50:58.387Z Compiling anstream v0.6.21
15572026-08-13T18:50:58.679Z Compiling bitfield v0.19.4
15582026-08-13T18:50:58.969Z Compiling smallvec v0.6.14
15592026-08-13T18:50:59.206Z Compiling derive_builder_core v0.20.2
15602026-08-13T18:50:59.396Z Compiling dtrace-parser v0.3.0
15612026-08-13T18:50:59.978Z Compiling flate2 v1.1.9
15622026-08-13T18:51:00.035Z Compiling ipnetwork v0.21.1
15632026-08-13T18:51:00.106Z Compiling http-body-util v0.1.3
15642026-08-13T18:51:00.249Z Compiling pkcs1 v0.7.5
15652026-08-13T18:51:00.347Z Compiling heapless v0.7.17
15662026-08-13T18:51:00.385Z Compiling scroll_derive v0.12.1
15672026-08-13T18:51:00.411Z Compiling structmeta-derive v0.3.0
15682026-08-13T18:51:00.425Z Compiling slog v2.8.2
15692026-08-13T18:51:00.584Z Compiling darling_core v0.23.0
15702026-08-13T18:51:00.606Z Compiling thread-id v5.1.0
15712026-08-13T18:51:00.635Z Compiling cookie v0.18.1
15722026-08-13T18:51:00.693Z Compiling env_filter v1.0.0
15732026-08-13T18:51:00.815Z Compiling hashbrown v0.12.3
15742026-08-13T18:51:00.986Z Compiling ryu v1.0.23
15752026-08-13T18:51:01.039Z Compiling allocator-api2 v0.2.21
15762026-08-13T18:51:01.163Z Compiling winnow v0.5.40
15772026-08-13T18:51:01.282Z Compiling anyhow v1.0.102
15782026-08-13T18:51:01.370Z Compiling unicode-bidi v0.3.18
15792026-08-13T18:51:01.479Z Compiling iri-string v0.7.10
15802026-08-13T18:51:01.602Z Compiling zstd-safe v7.2.4
15812026-08-13T18:51:01.801Z Compiling signal-hook v0.3.18
15822026-08-13T18:51:01.898Z Compiling base64 v0.21.7
15832026-08-13T18:51:01.978Z Compiling unicode-properties v0.1.4
15842026-08-13T18:51:02.190Z Compiling stringprep v0.1.5
15852026-08-13T18:51:02.209Z Compiling ron v0.8.1
15862026-08-13T18:51:02.592Z Compiling toml_edit v0.19.15
15872026-08-13T18:51:02.632Z Compiling tower-http v0.6.8
15882026-08-13T18:51:03.042Z Compiling structmeta v0.3.0
15892026-08-13T18:51:03.062Z Compiling darling_macro v0.23.0
15902026-08-13T18:51:03.245Z Compiling serde_urlencoded v0.7.1
15912026-08-13T18:51:03.285Z Compiling scroll v0.12.0
15922026-08-13T18:51:03.525Z Compiling env_logger v0.11.9
15932026-08-13T18:51:03.601Z Compiling rsa v0.9.10
15942026-08-13T18:51:03.758Z Compiling oxnet v0.1.6
15952026-08-13T18:51:03.880Z Compiling derive_builder_macro v0.20.2
15962026-08-13T18:51:04.140Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-08-13T18:51:04.194Z Compiling newtype-uuid v1.3.2
15982026-08-13T18:51:04.359Z Compiling hashbrown v0.13.2
15992026-08-13T18:51:04.431Z Compiling bzip2 v0.4.4
16002026-08-13T18:51:04.532Z Compiling serde-hex v0.1.0
16012026-08-13T18:51:04.636Z Compiling tokio-native-tls v0.3.1
16022026-08-13T18:51:04.815Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-13T18:51:04.846Z Compiling camino v1.2.2
16042026-08-13T18:51:05.285Z Compiling bstr v1.12.1
16052026-08-13T18:51:05.520Z Compiling crypto-common v0.2.2
16062026-08-13T18:51:05.710Z Compiling block-buffer v0.12.1
16072026-08-13T18:51:05.906Z Compiling block-padding v0.4.2
16082026-08-13T18:51:05.922Z Compiling rustls-native-certs v0.8.3
16092026-08-13T18:51:06.073Z Compiling curve25519-dalek v4.1.3
16102026-08-13T18:51:06.203Z Compiling x509-cert v0.2.5
16112026-08-13T18:51:06.236Z Compiling erased-serde v0.3.31
16122026-08-13T18:51:06.405Z Compiling serde_tokenstream v0.2.3
16132026-08-13T18:51:06.653Z Compiling md-5 v0.10.6
16142026-08-13T18:51:06.715Z Compiling daft-derive v0.1.7
16152026-08-13T18:51:06.730Z Compiling pin-project-internal v1.1.11
16162026-08-13T18:51:06.818Z Compiling zerocopy-derive v0.7.35
16172026-08-13T18:51:07.236Z Compiling async-trait v0.1.89
16182026-08-13T18:51:07.430Z Compiling vergen-lib v9.1.0
16192026-08-13T18:51:07.612Z Compiling hash32 v0.2.1
16202026-08-13T18:51:07.681Z Compiling memoffset v0.9.1
16212026-08-13T18:51:07.800Z Compiling encoding_rs v0.8.35
16222026-08-13T18:51:07.804Z Compiling rustix v0.38.44
16232026-08-13T18:51:07.829Z Compiling psl-types v2.0.11
16242026-08-13T18:51:07.875Z Compiling smoltcp v0.9.1
16252026-08-13T18:51:07.952Z Compiling crc-any v2.5.0
16262026-08-13T18:51:08.071Z Compiling litrs v1.0.0
16272026-08-13T18:51:08.144Z Compiling cfg_aliases v0.2.1
16282026-08-13T18:51:08.178Z Compiling mime v0.3.17
16292026-08-13T18:51:08.198Z Compiling fallible-iterator v0.2.0
16302026-08-13T18:51:08.217Z Compiling ref-cast v1.0.25
16312026-08-13T18:51:08.286Z Compiling nix v0.31.2
16322026-08-13T18:51:08.564Z Compiling postgres-protocol v0.6.10
16332026-08-13T18:51:08.577Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-13T18:51:08.599Z Compiling publicsuffix v2.3.0
16352026-08-13T18:51:08.627Z Compiling document-features v0.2.12
16362026-08-13T18:51:08.682Z Compiling pin-project v1.1.11
16372026-08-13T18:51:08.762Z Compiling zerocopy v0.7.35
16382026-08-13T18:51:08.796Z Compiling daft v0.1.7
16392026-08-13T18:51:09.172Z Compiling inout v0.2.2
16402026-08-13T18:51:09.195Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-13T18:51:09.217Z Compiling object v0.30.4
16422026-08-13T18:51:09.304Z Compiling hyper-tls v0.6.0
16432026-08-13T18:51:09.322Z Compiling zip v0.6.6
16442026-08-13T18:51:09.347Z Compiling derive_builder v0.20.2
16452026-08-13T18:51:09.455Z Compiling toml v0.7.8
16462026-08-13T18:51:09.525Z Compiling darling v0.23.0
16472026-08-13T18:51:09.602Z Compiling goblin v0.8.2
16482026-08-13T18:51:09.881Z Compiling derive-ex v0.1.8
16492026-08-13T18:51:10.003Z Compiling phf_shared v0.13.1
16502026-08-13T18:51:10.020Z Compiling regex v1.12.3
16512026-08-13T18:51:10.238Z Compiling hubpack_derive v0.1.1
16522026-08-13T18:51:10.281Z Compiling futures-executor v0.3.32
16532026-08-13T18:51:10.435Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-13T18:51:10.537Z Compiling snafu-derive v0.8.9
16552026-08-13T18:51:10.682Z Compiling ref-cast-impl v1.0.25
16562026-08-13T18:51:11.071Z Compiling strum_macros v0.27.2
16572026-08-13T18:51:11.215Z Compiling vergen v9.1.0
16582026-08-13T18:51:11.393Z Compiling cargo-platform v0.3.2
16592026-08-13T18:51:11.510Z Compiling ff v0.13.1
16602026-08-13T18:51:11.652Z Compiling fs-err v3.3.0
16612026-08-13T18:51:11.667Z Compiling object v0.37.3
16622026-08-13T18:51:11.843Z Compiling managed v0.8.0
16632026-08-13T18:51:11.938Z Compiling base16ct v0.2.0
16642026-08-13T18:51:12.042Z Compiling foldhash v0.2.0
16652026-08-13T18:51:12.059Z Compiling unicode-segmentation v1.12.0
16662026-08-13T18:51:12.112Z Compiling jiff-core v0.1.0
16672026-08-13T18:51:12.256Z Compiling path-slash v0.1.5
16682026-08-13T18:51:12.390Z Compiling libbz2-rs-sys v0.2.2
16692026-08-13T18:51:12.424Z Compiling bumpalo v3.20.2
16702026-08-13T18:51:12.452Z Compiling either v1.15.0
16712026-08-13T18:51:12.654Z Compiling foldhash v0.1.5
16722026-08-13T18:51:12.673Z Compiling bitflags v1.3.2
16732026-08-13T18:51:12.750Z Compiling same-file v1.0.6
16742026-08-13T18:51:12.824Z Compiling bzip2 v0.6.1
16752026-08-13T18:51:12.914Z Compiling walkdir v2.5.0
16762026-08-13T18:51:13.027Z Compiling jiff v0.2.34
16772026-08-13T18:51:13.041Z Compiling hashbrown v0.15.5
16782026-08-13T18:51:13.044Z Compiling strum v0.27.2
16792026-08-13T18:51:13.168Z Compiling zopfli v0.8.3
16802026-08-13T18:51:13.183Z Compiling snafu v0.8.9
16812026-08-13T18:51:13.219Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-13T18:51:13.560Z Compiling hashbrown v0.16.1
16832026-08-13T18:51:13.610Z Compiling sec1 v0.7.3
16842026-08-13T18:51:13.911Z Compiling dof v0.3.0
16852026-08-13T18:51:13.924Z Compiling group v0.13.0
16862026-08-13T18:51:13.991Z Compiling cargo_metadata v0.23.1
16872026-08-13T18:51:14.104Z Compiling test-strategy v0.4.5
16882026-08-13T18:51:14.626Z Compiling hubpack v0.1.2
16892026-08-13T18:51:14.694Z Compiling futures v0.3.32
16902026-08-13T18:51:14.779Z Compiling phf v0.13.1
16912026-08-13T18:51:14.840Z Compiling signal-hook-mio v0.2.5
16922026-08-13T18:51:14.963Z Compiling cookie_store v0.22.1
16932026-08-13T18:51:15.307Z Compiling zstd v0.13.3
16942026-08-13T18:51:15.355Z Compiling serde_with_macros v3.21.0
16952026-08-13T18:51:15.577Z Compiling reqwest v0.12.28
16962026-08-13T18:51:15.583Z Compiling cipher v0.5.2
16972026-08-13T18:51:15.610Z Compiling postgres-types v0.2.12
16982026-08-13T18:51:16.160Z Compiling usdt-attr-macro v0.6.0
16992026-08-13T18:51:16.484Z Compiling usdt-macro v0.6.0
17002026-08-13T18:51:16.625Z Compiling globset v0.4.18
17012026-08-13T18:51:16.972Z Compiling phf_shared v0.11.3
17022026-08-13T18:51:17.138Z Compiling hkdf v0.12.4
17032026-08-13T18:51:17.160Z Compiling dtrace-parser v0.2.0
17042026-08-13T18:51:17.239Z Compiling ed25519 v2.2.3
17052026-08-13T18:51:17.300Z Compiling byte-wrapper v0.1.0
17062026-08-13T18:51:17.305Z Compiling olpc-cjson v0.1.4
17072026-08-13T18:51:17.330Z Compiling serde_plain v1.0.2
17082026-08-13T18:51:17.461Z Compiling serde-big-array v0.5.1
17092026-08-13T18:51:17.522Z Compiling crypto-bigint v0.5.5
17102026-08-13T18:51:17.609Z Compiling async-recursion v1.1.1
17112026-08-13T18:51:17.646Z Compiling serde_repr v0.1.20
17122026-08-13T18:51:17.665Z Compiling enum-as-inner v0.6.1
17132026-08-13T18:51:17.899Z Compiling strum_macros v0.26.4
17142026-08-13T18:51:18.148Z Compiling pem v3.0.6
17152026-08-13T18:51:18.172Z Compiling float-cmp v0.10.0
17162026-08-13T18:51:18.175Z Compiling memmap2 v0.9.10
17172026-08-13T18:51:18.267Z Compiling thread-id v4.2.2
17182026-08-13T18:51:18.347Z Compiling keccak v0.1.6
17192026-08-13T18:51:18.385Z Compiling whoami v2.1.0
17202026-08-13T18:51:18.436Z Compiling fixedbitset v0.5.7
17212026-08-13T18:51:18.513Z Compiling precomputed-hash v0.1.1
17222026-08-13T18:51:18.608Z Compiling difflib v0.4.0
17232026-08-13T18:51:18.760Z Compiling typed-path v0.9.3
17242026-08-13T18:51:18.761Z Compiling static_assertions v1.1.0
17252026-08-13T18:51:18.851Z Compiling predicates-core v1.0.10
17262026-08-13T18:51:19.034Z Compiling new_debug_unreachable v1.0.6
17272026-08-13T18:51:19.095Z Compiling data-encoding v2.10.0
17282026-08-13T18:51:19.113Z Compiling normalize-line-endings v0.3.0
17292026-08-13T18:51:19.178Z Compiling winnow v1.0.3
17302026-08-13T18:51:19.216Z Compiling const-oid v0.10.2
17312026-08-13T18:51:19.348Z Compiling cpufeatures v0.3.0
17322026-08-13T18:51:19.424Z Compiling fixedbitset v0.4.2
17332026-08-13T18:51:19.436Z Compiling chacha20 v0.10.0
17342026-08-13T18:51:19.534Z Compiling toml_parser v1.1.2+spec-1.1.0
17352026-08-13T18:51:19.642Z Compiling petgraph v0.6.5
17362026-08-13T18:51:19.680Z Compiling hickory-proto v0.25.2
17372026-08-13T18:51:19.716Z Compiling strum v0.26.3
17382026-08-13T18:51:19.788Z Compiling digest v0.11.3
17392026-08-13T18:51:19.826Z Compiling predicates v3.1.4
17402026-08-13T18:51:19.845Z Compiling string_cache v0.8.9
17412026-08-13T18:51:20.020Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-08-13T18:51:20.027Z Compiling petgraph v0.8.3
17432026-08-13T18:51:20.071Z Compiling tokio-postgres v0.7.16
17442026-08-13T18:51:20.183Z Compiling elliptic-curve v0.13.8
17452026-08-13T18:51:20.440Z Compiling sha3 v0.10.8
17462026-08-13T18:51:20.578Z Compiling toml_edit v0.22.27
17472026-08-13T18:51:20.885Z Compiling usdt v0.6.0
17482026-08-13T18:51:21.134Z Compiling usdt-impl v0.5.0
17492026-08-13T18:51:21.162Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-13T18:51:21.700Z Compiling ed25519-dalek v2.2.0
17512026-08-13T18:51:21.959Z Compiling crossterm v0.28.1
17522026-08-13T18:51:22.229Z Compiling serde_with v3.21.0
17532026-08-13T18:51:22.656Z Compiling zip v4.6.1
17542026-08-13T18:51:23.207Z Compiling iddqd v0.4.2
17552026-08-13T18:51:23.635Z Compiling itertools v0.13.0
17562026-08-13T18:51:23.671Z Compiling itertools v0.15.0
17572026-08-13T18:51:23.980Z Compiling similar v2.7.0
17582026-08-13T18:51:24.051Z Compiling heck v0.4.1
17592026-08-13T18:51:24.281Z Compiling crossbeam-epoch v0.9.18
17602026-08-13T18:51:24.326Z Compiling tokio-stream v0.1.18
17612026-08-13T18:51:24.508Z Compiling buf-list v1.1.2
17622026-08-13T18:51:24.602Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-13T18:51:24.780Z Compiling openapiv3 v2.2.0
17642026-08-13T18:51:24.786Z Compiling peg-runtime v0.8.5
17652026-08-13T18:51:24.811Z Compiling lalrpop-util v0.19.12
17662026-08-13T18:51:24.890Z Compiling thread_local v1.1.9
17672026-08-13T18:51:24.905Z Compiling slog-async v2.8.0
17682026-08-13T18:51:24.984Z Compiling crossbeam-channel v0.5.15
17692026-08-13T18:51:24.999Z Compiling is-terminal v0.4.17
17702026-08-13T18:51:25.065Z Compiling filetime v0.2.27
17712026-08-13T18:51:25.094Z Compiling xattr v1.6.1
17722026-08-13T18:51:25.142Z Compiling term v1.2.1
17732026-08-13T18:51:25.210Z Compiling take_mut v0.2.2
17742026-08-13T18:51:25.238Z Compiling tar v0.4.46
17752026-08-13T18:51:25.261Z Compiling camino-tempfile v1.4.1
17762026-08-13T18:51:25.425Z Compiling slog-term v2.9.2
17772026-08-13T18:51:31.743Z Compiling rustls-webpki v0.103.13
17782026-08-13T18:51:34.407Z Compiling tokio-rustls v0.26.4
17792026-08-13T18:51:34.407Z Compiling rustls-platform-verifier v0.6.2
17802026-08-13T18:51:34.410Z Compiling tough v0.22.0
17812026-08-13T18:51:34.609Z Compiling hyper-rustls v0.27.7
17822026-08-13T18:51:34.804Z Compiling reqwest v0.13.2
17832026-08-13T18:51:37.018Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-13T18:51:37.269Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-13T18:51:40.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-08-13T18:51:40.341Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-13T18:51:40.397ZAug 13 18:51:39.492 INFO Starting download, target: Clickhouse
17882026-08-13T18:51:40.397ZAug 13 18:51:39.492 INFO Starting download, target: Console
17892026-08-13T18:51:40.397ZAug 13 18:51:39.492 INFO Starting download, target: Cockroach
17902026-08-13T18:51:40.397ZAug 13 18:51:39.492 INFO Starting download, target: DendriteStub
17912026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Starting download, target: MaghemiteMgd
17922026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Starting download, target: MaghemiteDdmd
17932026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Starting download, target: TransceiverControl
17942026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17952026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18002026-08-13T18:51:40.401ZAug 13 18:51:39.492 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-13T18:51:41.949ZAug 13 18:51:40.972 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-13T18:51:42.223ZAug 13 18:51:41.191 INFO Download complete, target: TransceiverControl
18032026-08-13T18:51:42.316ZAug 13 18:51:41.241 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-13T18:51:42.316ZAug 13 18:51:41.281 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-13T18:51:42.480ZAug 13 18:51:41.531 INFO Download complete, target: Console
18062026-08-13T18:51:44.748ZAug 13 18:51:43.823 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18072026-08-13T18:51:44.748ZAug 13 18:51:43.823 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18082026-08-13T18:51:44.888ZAug 13 18:51:43.962 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-13T18:51:44.942ZAug 13 18:51:44.037 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-08-13T18:51:45.039ZAug 13 18:51:44.125 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18112026-08-13T18:51:46.951ZAug 13 18:51:46.043 INFO Download complete, target: MaghemiteDdmd
18122026-08-13T18:51:47.450ZAug 13 18:51:46.545 INFO Download complete, target: MaghemiteMgd
18132026-08-13T18:51:47.451ZAug 13 18:51:46.546 INFO Download complete, target: DendriteStub
18142026-08-13T18:51:49.075ZAug 13 18:51:48.165 INFO Checking that binary works, target: Clickhouse
18152026-08-13T18:51:49.186ZAug 13 18:51:48.276 INFO Download complete, target: Clickhouse
18162026-08-13T18:51:49.568ZAug 13 18:51:48.662 INFO Checking that binary works, target: Cockroach
18172026-08-13T18:51:49.681ZAug 13 18:51:48.774 INFO Download complete, target: Cockroach
18182026-08-13T18:51:49.694ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-13T18:51:49.697Z
18202026-08-13T18:51:49.697Zreal 2:09.935430621
18212026-08-13T18:51:49.697Zuser 7:09.988508976
18222026-08-13T18:51:49.697Zsys 1:25.894098021
18232026-08-13T18:51:49.697Ztrap 0.248415086
18242026-08-13T18:51:49.697Ztflt 0.540804429
18252026-08-13T18:51:49.697Zdflt 0.843276347
18262026-08-13T18:51:49.698Zkflt 0.025393557
18272026-08-13T18:51:49.698Zlock 27:04.105829193
18282026-08-13T18:51:49.698Zslp 21:36.162985951
18292026-08-13T18:51:49.698Zlat 46.814343804
18302026-08-13T18:51:49.698Zstop 2:43.764009139
18312026-08-13T18:51:49.698Z+ banner hack-check
18322026-08-13T18:51:49.698Z
18332026-08-13T18:51:49.698Z # # ## #### # # #### # # ###### #### # #
18342026-08-13T18:51:49.698Z # # # # # # # # # # # # # # # # #
18352026-08-13T18:51:49.698Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-13T18:51:49.698Z # # ###### # # # # # # # # # #
18372026-08-13T18:51:49.698Z # # # # # # # # # # # # # # # # #
18382026-08-13T18:51:49.698Z # # # # #### # # #### # # ###### #### # #
18392026-08-13T18:51:49.698Z
18402026-08-13T18:51:49.698Z+ export CARGO_INCREMENTAL=0
18412026-08-13T18:51:49.698Z+ CARGO_INCREMENTAL=0
18422026-08-13T18:51:49.698Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-13T18:51:50.169Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-13T18:51:50.450Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-13T18:51:52.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18462026-08-13T18:51:52.325Z Running `target/debug/xtask check-features --ci`
18472026-08-13T18:51:52.350Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-13T18:51:52.353Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-13T18:51:52.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502026-08-13T18:51:52.796Z Running `target/debug/xtask download cargo-hack`
18512026-08-13T18:51:53.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-13T18:51:53.864Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-13T18:51:56.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18542026-08-13T18:51:56.617Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-13T18:51:56.656ZAug 13 18:51:55.751 INFO Starting download, target: CargoHack
18562026-08-13T18:51:56.659ZAug 13 18:51:55.752 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-13T18:51:57.249ZAug 13 18:51:56.344 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-13T18:51:57.301ZAug 13 18:51:56.395 INFO Download complete, target: CargoHack
18592026-08-13T18:51:57.304Zrunning: "/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"
18602026-08-13T18:51:57.315Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-13T18:51:57.471Zinfo: running `cargo check --bins` on api_identity (1/334)
18622026-08-13T18:51:57.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-13T18:51:57.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-13T18:51:57.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-13T18:51:57.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18662026-08-13T18:51:58.004Z
18672026-08-13T18:51:58.004Zinfo: running `cargo check --bins` on bootstore (2/334)
18682026-08-13T18:51:58.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-13T18:51:58.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-13T18:51:58.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-13T18:51:58.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18722026-08-13T18:51:58.547Z
18732026-08-13T18:51:58.547Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18742026-08-13T18:51:59.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-13T18:51:59.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-13T18:51:59.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-13T18:51:59.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18782026-08-13T18:51:59.100Z
18792026-08-13T18:51:59.100Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18802026-08-13T18:51:59.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-13T18:51:59.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-13T18:51:59.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-13T18:51:59.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-13T18:51:59.647Z
18852026-08-13T18:51:59.647Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18862026-08-13T18:52:00.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-13T18:52:00.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-13T18:52:00.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-13T18:52:00.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-13T18:52:00.183Z
18912026-08-13T18:52:00.183Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18922026-08-13T18:52:00.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-13T18:52:00.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-13T18:52:00.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-13T18:52:00.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-13T18:52:00.736Z
18972026-08-13T18:52:00.736Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18982026-08-13T18:52:01.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-13T18:52:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-13T18:52:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-13T18:52:01.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-13T18:52:01.293Z
19032026-08-13T18:52:01.293Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
19042026-08-13T18:52:01.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-13T18:52:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-13T18:52:01.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-13T18:52:01.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-13T18:52:01.850Z
19092026-08-13T18:52:01.850Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19102026-08-13T18:52:02.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-13T18:52:02.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-13T18:52:02.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-13T18:52:02.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-13T18:52:02.264Z
19152026-08-13T18:52:02.264Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19162026-08-13T18:52:02.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-13T18:52:02.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-13T18:52:02.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-13T18:52:02.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-08-13T18:52:02.677Z
19212026-08-13T18:52:02.677Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19222026-08-13T18:52:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-13T18:52:03.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-13T18:52:03.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-13T18:52:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-08-13T18:52:03.087Z
19272026-08-13T18:52:03.087Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19282026-08-13T18:52:03.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-13T18:52:03.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-13T18:52:03.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-13T18:52:03.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-08-13T18:52:03.498Z
19332026-08-13T18:52:03.498Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19342026-08-13T18:52:03.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-13T18:52:03.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-13T18:52:03.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-13T18:52:03.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-13T18:52:03.909Z
19392026-08-13T18:52:03.909Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19402026-08-13T18:52:04.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-13T18:52:04.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-13T18:52:04.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-13T18:52:04.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-08-13T18:52:04.320Z
19452026-08-13T18:52:04.320Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19462026-08-13T18:52:04.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-13T18:52:04.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-13T18:52:04.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-13T18:52:04.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-13T18:52:04.732Z
19512026-08-13T18:52:04.732Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19522026-08-13T18:52:05.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-13T18:52:05.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-13T18:52:05.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-13T18:52:05.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-13T18:52:05.147Z
19572026-08-13T18:52:05.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19582026-08-13T18:52:05.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-13T18:52:05.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-13T18:52:05.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-13T18:52:05.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-13T18:52:05.558Z
19632026-08-13T18:52:05.558Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19642026-08-13T18:52:05.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-13T18:52:05.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-13T18:52:05.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-13T18:52:05.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-13T18:52:05.973Z
19692026-08-13T18:52:05.973Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19702026-08-13T18:52:06.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-13T18:52:06.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-13T18:52:06.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-13T18:52:06.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-13T18:52:06.385Z
19752026-08-13T18:52:06.385Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19762026-08-13T18:52:06.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-13T18:52:06.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-13T18:52:06.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-13T18:52:06.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-13T18:52:06.801Z
19812026-08-13T18:52:06.801Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19822026-08-13T18:52:07.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-13T18:52:07.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-13T18:52:07.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-13T18:52:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-13T18:52:07.213Z
19872026-08-13T18:52:07.213Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19882026-08-13T18:52:07.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-13T18:52:07.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-13T18:52:07.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-13T18:52:07.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-13T18:52:07.627Z
19932026-08-13T18:52:07.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19942026-08-13T18:52:07.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-13T18:52:07.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-13T18:52:07.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-13T18:52:07.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-13T18:52:08.053Z
19992026-08-13T18:52:08.053Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
20002026-08-13T18:52:08.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-13T18:52:08.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-13T18:52:08.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-13T18:52:08.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-13T18:52:08.455Z
20052026-08-13T18:52:08.455Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
20062026-08-13T18:52:08.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-13T18:52:08.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-13T18:52:08.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-13T18:52:08.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-13T18:52:08.871Z
20112026-08-13T18:52:08.871Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20122026-08-13T18:52:09.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-13T18:52:09.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-13T18:52:09.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-13T18:52:09.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-13T18:52:09.286Z
20172026-08-13T18:52:09.286Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20182026-08-13T18:52:09.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-13T18:52:09.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-13T18:52:09.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-13T18:52:09.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-13T18:52:09.703Z
20232026-08-13T18:52:09.703Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20242026-08-13T18:52:10.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-13T18:52:10.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-13T18:52:10.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-13T18:52:10.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-13T18:52:10.120Z
20292026-08-13T18:52:10.120Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20302026-08-13T18:52:10.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-13T18:52:10.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-13T18:52:10.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-13T18:52:10.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-13T18:52:10.536Z
20352026-08-13T18:52:10.536Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20362026-08-13T18:52:10.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-13T18:52:10.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-13T18:52:10.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-13T18:52:10.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-13T18:52:10.950Z
20412026-08-13T18:52:10.951Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20422026-08-13T18:52:11.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-13T18:52:11.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-13T18:52:11.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-13T18:52:11.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-13T18:52:11.366Z
20472026-08-13T18:52:11.366Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20482026-08-13T18:52:11.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-13T18:52:11.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-13T18:52:11.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-13T18:52:11.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-08-13T18:52:11.777Z
20532026-08-13T18:52:11.777Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20542026-08-13T18:52:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-13T18:52:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-13T18:52:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-13T18:52:12.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-08-13T18:52:12.186Z
20592026-08-13T18:52:12.186Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20602026-08-13T18:52:12.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-13T18:52:12.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-13T18:52:12.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-13T18:52:12.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-08-13T18:52:12.597Z
20652026-08-13T18:52:12.597Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20662026-08-13T18:52:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-13T18:52:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-13T18:52:12.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-13T18:52:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-08-13T18:52:13.009Z
20712026-08-13T18:52:13.009Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20722026-08-13T18:52:13.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-13T18:52:13.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-13T18:52:13.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-13T18:52:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-13T18:52:13.422Z
20772026-08-13T18:52:13.422Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20782026-08-13T18:52:13.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-13T18:52:13.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-13T18:52:13.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-13T18:52:13.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-13T18:52:13.834Z
20832026-08-13T18:52:13.834Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20842026-08-13T18:52:14.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-13T18:52:14.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-13T18:52:14.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-13T18:52:14.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-13T18:52:14.247Z
20892026-08-13T18:52:14.247Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20902026-08-13T18:52:14.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-13T18:52:14.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-13T18:52:14.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-13T18:52:14.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-08-13T18:52:14.659Z
20952026-08-13T18:52:14.659Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20962026-08-13T18:52:15.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-13T18:52:15.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-13T18:52:15.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-13T18:52:15.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-13T18:52:15.072Z
21012026-08-13T18:52:15.072Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
21022026-08-13T18:52:15.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-13T18:52:15.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-13T18:52:15.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-13T18:52:15.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-13T18:52:15.487Z
21072026-08-13T18:52:15.488Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21082026-08-13T18:52:15.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-13T18:52:15.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-13T18:52:15.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-13T18:52:15.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-13T18:52:15.901Z
21132026-08-13T18:52:15.901Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21142026-08-13T18:52:16.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-13T18:52:16.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-13T18:52:16.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-13T18:52:16.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-13T18:52:16.317Z
21192026-08-13T18:52:16.317Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21202026-08-13T18:52:16.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-13T18:52:16.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-13T18:52:16.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-13T18:52:16.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-13T18:52:16.733Z
21252026-08-13T18:52:16.733Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21262026-08-13T18:52:17.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-13T18:52:17.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-13T18:52:17.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-13T18:52:17.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-13T18:52:17.149Z
21312026-08-13T18:52:17.150Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21322026-08-13T18:52:17.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-13T18:52:17.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-13T18:52:17.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-13T18:52:17.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-13T18:52:17.564Z
21372026-08-13T18:52:17.564Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21382026-08-13T18:52:17.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-13T18:52:17.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-13T18:52:17.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-13T18:52:17.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-13T18:52:17.979Z
21432026-08-13T18:52:17.979Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21442026-08-13T18:52:18.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-13T18:52:18.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-13T18:52:18.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-13T18:52:18.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-13T18:52:18.393Z
21492026-08-13T18:52:18.393Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21502026-08-13T18:52:18.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-13T18:52:18.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-13T18:52:18.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-13T18:52:18.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-13T18:52:18.987Z
21552026-08-13T18:52:18.987Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21562026-08-13T18:52:19.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-13T18:52:19.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-13T18:52:19.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-13T18:52:19.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-08-13T18:52:19.583Z
21612026-08-13T18:52:19.583Zinfo: running `cargo check --bins` on nexus-config (51/334)
21622026-08-13T18:52:20.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-13T18:52:20.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-13T18:52:20.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-13T18:52:20.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-08-13T18:52:20.178Z
21672026-08-13T18:52:20.178Zinfo: running `cargo check --bins` on nexus-types (52/334)
21682026-08-13T18:52:20.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-13T18:52:20.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-13T18:52:20.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-13T18:52:20.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-08-13T18:52:20.774Z
21732026-08-13T18:52:20.774Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21742026-08-13T18:52:21.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-13T18:52:21.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-13T18:52:21.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-13T18:52:21.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-08-13T18:52:21.345Z
21792026-08-13T18:52:21.345Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21802026-08-13T18:52:21.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-13T18:52:21.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-13T18:52:21.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-13T18:52:21.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21842026-08-13T18:52:21.887Z
21852026-08-13T18:52:21.887Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21862026-08-13T18:52:22.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-13T18:52:22.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-13T18:52:22.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-13T18:52:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-08-13T18:52:22.451Z
21912026-08-13T18:52:22.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21922026-08-13T18:52:22.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-13T18:52:22.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-13T18:52:22.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-13T18:52:22.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-13T18:52:23.017Z
21972026-08-13T18:52:23.017Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21982026-08-13T18:52:23.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-13T18:52:23.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-13T18:52:23.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-13T18:52:23.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-13T18:52:23.580Z
22032026-08-13T18:52:23.580Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
22042026-08-13T18:52:24.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-13T18:52:24.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-13T18:52:24.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-13T18:52:24.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-13T18:52:24.148Z
22092026-08-13T18:52:24.148Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22102026-08-13T18:52:24.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-13T18:52:24.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-13T18:52:24.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-13T18:52:24.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-08-13T18:52:24.693Z
22152026-08-13T18:52:24.693Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22162026-08-13T18:52:25.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-13T18:52:25.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-13T18:52:25.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-13T18:52:25.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22202026-08-13T18:52:25.247Z
22212026-08-13T18:52:25.247Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22222026-08-13T18:52:25.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-13T18:52:25.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-13T18:52:25.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-13T18:52:25.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-13T18:52:25.795Z
22272026-08-13T18:52:25.795Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22282026-08-13T18:52:26.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-13T18:52:26.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-13T18:52:26.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-13T18:52:26.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-08-13T18:52:26.339Z
22332026-08-13T18:52:26.339Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22342026-08-13T18:52:26.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-13T18:52:26.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-13T18:52:26.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-13T18:52:26.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-08-13T18:52:26.902Z
22392026-08-13T18:52:26.902Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22402026-08-13T18:52:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-13T18:52:27.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-13T18:52:27.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-13T18:52:27.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-08-13T18:52:27.467Z
22452026-08-13T18:52:27.467Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22462026-08-13T18:52:27.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-13T18:52:27.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-13T18:52:27.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-13T18:52:27.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-13T18:52:28.024Z
22512026-08-13T18:52:28.024Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22522026-08-13T18:52:28.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-13T18:52:28.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-13T18:52:28.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-13T18:52:28.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-13T18:52:28.575Z
22572026-08-13T18:52:28.575Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22582026-08-13T18:52:29.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-13T18:52:29.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-13T18:52:29.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-13T18:52:29.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-13T18:52:29.133Z
22632026-08-13T18:52:29.134Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22642026-08-13T18:52:29.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-13T18:52:29.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-13T18:52:29.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-13T18:52:29.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-08-13T18:52:29.711Z
22692026-08-13T18:52:29.711Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22702026-08-13T18:52:30.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-13T18:52:30.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-13T18:52:30.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-13T18:52:30.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22742026-08-13T18:52:30.236Z
22752026-08-13T18:52:30.237Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22762026-08-13T18:52:30.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-13T18:52:30.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-13T18:52:30.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-13T18:52:30.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22802026-08-13T18:52:30.779Z
22812026-08-13T18:52:30.779Zinfo: running `cargo check --bins` on ereport-types (71/334)
22822026-08-13T18:52:31.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-13T18:52:31.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-13T18:52:31.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-13T18:52:31.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22862026-08-13T18:52:31.328Z
22872026-08-13T18:52:31.328Zinfo: running `cargo check --bins` on gateway-client (72/334)
22882026-08-13T18:52:31.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-13T18:52:32.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-13T18:52:32.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-13T18:52:32.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-13T18:52:32.061Z
22932026-08-13T18:52:32.061Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22942026-08-13T18:52:32.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-13T18:52:32.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-13T18:52:32.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-13T18:52:32.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-13T18:52:32.493Z
22992026-08-13T18:52:32.493Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
23002026-08-13T18:52:32.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-13T18:52:32.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-13T18:52:32.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-13T18:52:32.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23042026-08-13T18:52:33.010Z
23052026-08-13T18:52:33.010Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
23062026-08-13T18:52:33.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-13T18:52:33.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-13T18:52:33.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-13T18:52:33.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23102026-08-13T18:52:33.563Z
23112026-08-13T18:52:33.563Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23122026-08-13T18:52:34.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-13T18:52:34.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-13T18:52:34.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-13T18:52:34.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23162026-08-13T18:52:34.140Z
23172026-08-13T18:52:34.140Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23182026-08-13T18:52:34.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-13T18:52:34.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-13T18:52:34.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-13T18:52:34.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23222026-08-13T18:52:34.686Z
23232026-08-13T18:52:34.686Zinfo: running `cargo check --bins` on oxlog (78/334)
23242026-08-13T18:52:35.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-13T18:52:35.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-13T18:52:35.282Z Checking cfg-if v1.0.4
23272026-08-13T18:52:35.401Z Checking libc v0.2.185
23282026-08-13T18:52:35.441Z Checking serde_core v1.0.228
23292026-08-13T18:52:35.441Z Checking memchr v2.8.0
23302026-08-13T18:52:35.442Z Checking zeroize v1.9.0
23312026-08-13T18:52:35.442Z Checking smallvec v1.15.1
23322026-08-13T18:52:35.442Z Checking log v0.4.29
23332026-08-13T18:52:35.451Z Checking subtle v2.6.1
23342026-08-13T18:52:35.452Z Checking itoa v1.0.17
23352026-08-13T18:52:35.555Z Checking scopeguard v1.2.0
23362026-08-13T18:52:35.580Z Checking stable_deref_trait v1.2.1
23372026-08-13T18:52:35.580Z Checking typenum v1.20.1
23382026-08-13T18:52:35.598Z Checking zerofrom v0.1.6
23392026-08-13T18:52:35.610Z Checking portable-atomic v1.13.1
23402026-08-13T18:52:35.642Z Checking zerocopy v0.8.40
23412026-08-13T18:52:35.655Z Checking lock_api v0.4.14
23422026-08-13T18:52:35.704Z Checking yoke v0.8.1
23432026-08-13T18:52:35.761Z Checking critical-section v1.2.0
23442026-08-13T18:52:35.774Z Checking errno v0.3.14
23452026-08-13T18:52:35.848Z Checking getrandom v0.2.17
23462026-08-13T18:52:35.861Z Checking const-oid v0.9.6
23472026-08-13T18:52:35.872Z Checking zerovec v0.11.5
23482026-08-13T18:52:35.885Z Checking pin-project-lite v0.2.17
23492026-08-13T18:52:35.975Z Checking zmij v1.0.21
23502026-08-13T18:52:35.989Z Checking rand_core v0.6.4
23512026-08-13T18:52:36.008Z Checking once_cell v1.21.3
23522026-08-13T18:52:36.157Z Checking libm v0.2.16
23532026-08-13T18:52:36.175Z Checking signal-hook-registry v1.4.8
23542026-08-13T18:52:36.186Z Checking parking_lot_core v0.9.12
23552026-08-13T18:52:36.313Z Checking tinystr v0.8.2
23562026-08-13T18:52:36.325Z Checking generic-array v0.14.7
23572026-08-13T18:52:36.335Z Checking litemap v0.8.1
23582026-08-13T18:52:36.368Z Checking writeable v0.6.2
23592026-08-13T18:52:36.484Z Checking percent-encoding v2.3.2
23602026-08-13T18:52:36.501Z Checking futures-core v0.3.32
23612026-08-13T18:52:36.525Z Checking rand_core v0.10.0
23622026-08-13T18:52:36.530Z Checking icu_locale_core v2.1.1
23632026-08-13T18:52:36.618Z Checking parking_lot v0.12.5
23642026-08-13T18:52:36.622Z Checking potential_utf v0.1.4
23652026-08-13T18:52:36.674Z Checking getrandom v0.4.1
23662026-08-13T18:52:36.752Z Checking zerotrie v0.2.3
23672026-08-13T18:52:36.770Z Checking mio v1.2.0
23682026-08-13T18:52:36.812Z Checking equivalent v1.0.2
23692026-08-13T18:52:36.829Z Checking icu_collections v2.1.1
23702026-08-13T18:52:36.844Z Checking num-traits v0.2.19
23712026-08-13T18:52:36.869Z Checking serde v1.0.228
23722026-08-13T18:52:36.887Z Checking bitflags v2.11.0
23732026-08-13T18:52:36.993Z Checking serde_json v1.0.151
23742026-08-13T18:52:37.057Z Checking socket2 v0.6.3
23752026-08-13T18:52:37.082Z Checking icu_provider v2.1.1
23762026-08-13T18:52:37.093Z Checking icu_properties_data v2.1.2
23772026-08-13T18:52:37.132Z Checking icu_normalizer_data v2.1.1
23782026-08-13T18:52:37.203Z Checking byteorder v1.5.0
23792026-08-13T18:52:37.217Z Checking crypto-common v0.1.7
23802026-08-13T18:52:37.275Z Checking bytes v1.11.1
23812026-08-13T18:52:37.293Z Checking block-buffer v0.10.4
23822026-08-13T18:52:37.313Z Checking icu_normalizer v2.1.1
23832026-08-13T18:52:37.335Z Checking icu_properties v2.1.2
23842026-08-13T18:52:37.362Z Checking hashbrown v0.17.0
23852026-08-13T18:52:37.400Z Checking futures-sink v0.3.32
23862026-08-13T18:52:37.425Z Checking digest v0.10.7
23872026-08-13T18:52:37.497Z Checking futures-channel v0.3.32
23882026-08-13T18:52:37.615Z Checking getrandom v0.3.4
23892026-08-13T18:52:37.628Z Checking utf8_iter v1.0.4
23902026-08-13T18:52:37.652Z Checking slab v0.4.12
23912026-08-13T18:52:37.686Z Checking futures-io v0.3.32
23922026-08-13T18:52:37.716Z Checking tokio v1.52.1
23932026-08-13T18:52:37.744Z Checking futures-task v0.3.32
23942026-08-13T18:52:37.756Z Checking form_urlencoded v1.2.2
23952026-08-13T18:52:37.798Z Checking rustix v1.1.3
23962026-08-13T18:52:37.812Z Checking base64ct v1.8.3
23972026-08-13T18:52:37.829Z Checking indexmap v2.14.0
23982026-08-13T18:52:37.873Z Checking futures-util v0.3.32
23992026-08-13T18:52:37.877Z Checking fnv v1.0.7
24002026-08-13T18:52:37.978Z Checking flagset v0.4.7
24012026-08-13T18:52:38.041Z Checking pem-rfc7468 v0.7.0
24022026-08-13T18:52:38.098Z Checking iana-time-zone v0.1.65
24032026-08-13T18:52:38.153Z Checking idna_adapter v1.2.1
24042026-08-13T18:52:38.194Z Checking der v0.7.10
24052026-08-13T18:52:38.207Z Checking chrono v0.4.45
24062026-08-13T18:52:38.271Z Checking idna v1.1.0
24072026-08-13T18:52:38.384Z Checking rand_core v0.9.5
24082026-08-13T18:52:38.407Z Checking ppv-lite86 v0.2.21
24092026-08-13T18:52:38.513Z Checking url v2.5.8
24102026-08-13T18:52:38.557Z Checking uuid v1.23.4
24112026-08-13T18:52:38.634Z Checking regex-syntax v0.8.10
24122026-08-13T18:52:38.698Z Checking base64 v0.22.1
24132026-08-13T18:52:38.869Z Checking http v1.4.2
24142026-08-13T18:52:38.922Z Checking spki v0.7.3
24152026-08-13T18:52:38.940Z Checking utf8parse v0.2.2
24162026-08-13T18:52:38.956Z Checking rand_chacha v0.9.0
24172026-08-13T18:52:39.040Z Checking tracing-core v0.1.36
24182026-08-13T18:52:39.063Z Checking cpufeatures v0.2.17
24192026-08-13T18:52:39.087Z Checking anstyle v1.0.14
24202026-08-13T18:52:39.129Z Checking dyn-clone v1.0.20
24212026-08-13T18:52:39.155Z Checking rand v0.9.2
24222026-08-13T18:52:39.231Z Checking pkcs8 v0.10.2
24232026-08-13T18:52:39.269Z Checking semver v1.0.28
24242026-08-13T18:52:39.349Z Checking tracing v0.1.44
24252026-08-13T18:52:39.386Z Checking spin v0.9.8
24262026-08-13T18:52:39.458Z Checking http-body v1.0.1
24272026-08-13T18:52:39.478Z Checking rustls-pki-types v1.14.0
24282026-08-13T18:52:39.549Z Checking openssl-probe v0.2.1
24292026-08-13T18:52:39.563Z Checking tinyvec_macros v0.1.1
24302026-08-13T18:52:39.590Z Checking is_terminal_polyfill v1.70.2
24312026-08-13T18:52:39.625Z Checking cmov v0.5.4
24322026-08-13T18:52:39.638Z Checking colorchoice v1.0.4
24332026-08-13T18:52:39.651Z Checking anstyle-query v1.1.5
24342026-08-13T18:52:39.676Z Checking tinyvec v1.10.0
24352026-08-13T18:52:39.733Z Checking schemars v0.8.22
24362026-08-13T18:52:39.747Z Checking sha2 v0.10.9
24372026-08-13T18:52:39.762Z Checking aws-lc-sys v0.40.0
24382026-08-13T18:52:39.813Z Checking ctutils v0.4.2
24392026-08-13T18:52:39.828Z Checking thiserror v2.0.18
24402026-08-13T18:52:39.926Z Checking untrusted v0.7.1
24412026-08-13T18:52:39.968Z Checking try-lock v0.2.5
24422026-08-13T18:52:39.984Z Checking tower-layer v0.3.3
24432026-08-13T18:52:40.010Z Checking fastrand v2.3.0
24442026-08-13T18:52:40.026Z Checking tower-service v0.3.3
24452026-08-13T18:52:40.038Z Checking atomic-waker v1.1.2
24462026-08-13T18:52:40.062Z Checking want v0.3.1
24472026-08-13T18:52:40.110Z Checking hybrid-array v0.4.13
24482026-08-13T18:52:40.126Z Checking anstyle-parse v1.0.0
24492026-08-13T18:52:40.141Z Checking ipnet v2.11.0
24502026-08-13T18:52:40.178Z Checking crc32fast v1.5.0
24512026-08-13T18:52:40.190Z Checking tempfile v3.25.0
24522026-08-13T18:52:40.262Z Checking aws-lc-rs v1.16.3
24532026-08-13T18:52:40.272Z Checking httparse v1.10.1
24542026-08-13T18:52:40.313Z Checking aho-corasick v1.1.4
24552026-08-13T18:52:40.379Z Checking simd-adler32 v0.3.8
24562026-08-13T18:52:40.390Z Checking tap v1.0.1
24572026-08-13T18:52:40.403Z Checking httpdate v1.0.3
24582026-08-13T18:52:40.483Z Checking plain v0.2.3
24592026-08-13T18:52:40.497Z Checking untrusted v0.9.0
24602026-08-13T18:52:40.540Z Checking foreign-types-shared v0.1.1
24612026-08-13T18:52:40.553Z Checking wyz v0.5.1
24622026-08-13T18:52:40.581Z Checking anstream v1.0.0
24632026-08-13T18:52:40.601Z Checking unicode-normalization v0.1.25
24642026-08-13T18:52:40.620Z Checking foreign-types v0.3.2
24652026-08-13T18:52:40.686Z Checking rand_chacha v0.3.1
24662026-08-13T18:52:40.721Z Checking terminal_size v0.4.3
24672026-08-13T18:52:40.777Z Checking radium v0.7.0
24682026-08-13T18:52:40.833Z Checking signature v2.2.0
24692026-08-13T18:52:40.854Z Checking num-integer v0.1.46
24702026-08-13T18:52:40.896Z Checking hex v0.4.3
24712026-08-13T18:52:40.951Z Checking openssl-sys v0.9.117
24722026-08-13T18:52:40.964Z Checking wait-timeout v0.2.1
24732026-08-13T18:52:40.982Z Checking tokio-util v0.7.18
24742026-08-13T18:52:40.994Z Checking regex-automata v0.4.14
24752026-08-13T18:52:41.010Z Checking quick-error v1.2.3
24762026-08-13T18:52:41.080Z Checking clap_lex v1.0.0
24772026-08-13T18:52:41.083Z Checking funty v2.0.0
24782026-08-13T18:52:41.103Z Checking ucd-trie v0.1.7
24792026-08-13T18:52:41.106Z Checking rustls-webpki v0.103.13
24802026-08-13T18:52:41.126Z Checking adler2 v2.0.1
24812026-08-13T18:52:41.223Z Checking bit-vec v0.8.0
24822026-08-13T18:52:41.236Z Checking unicode-ident v1.0.24
24832026-08-13T18:52:41.249Z Checking strsim v0.11.1
24842026-08-13T18:52:41.312Z Checking openssl v0.10.80
24852026-08-13T18:52:41.340Z Checking proc-macro2 v1.0.106
24862026-08-13T18:52:41.393Z Checking bitvec v1.0.1
24872026-08-13T18:52:41.405Z Checking clap_builder v4.6.0
24882026-08-13T18:52:41.416Z Checking bit-set v0.8.0
24892026-08-13T18:52:41.517Z Checking rustls v0.23.41
24902026-08-13T18:52:41.554Z Checking miniz_oxide v0.8.9
24912026-08-13T18:52:41.590Z Checking h2 v0.4.15
24922026-08-13T18:52:41.645Z Checking pest v2.8.6
24932026-08-13T18:52:41.897Z Checking rusty-fork v0.3.1
24942026-08-13T18:52:42.064Z Checking num-iter v0.1.45
24952026-08-13T18:52:42.184Z Checking rand v0.8.6
24962026-08-13T18:52:42.630Z Checking lazy_static v1.5.0
24972026-08-13T18:52:42.693Z Checking anstyle-parse v0.2.7
24982026-08-13T18:52:42.711Z Checking rand_xorshift v0.4.0
24992026-08-13T18:52:42.722Z Checking thiserror v1.0.69
25002026-08-13T18:52:42.726Z Checking maybe-uninit v2.0.0
25012026-08-13T18:52:42.793Z Checking hmac v0.12.1
25022026-08-13T18:52:42.813Z Checking toml_datetime v0.6.11
25032026-08-13T18:52:42.819Z Checking serde_spanned v0.6.9
25042026-08-13T18:52:42.826Z Checking sync_wrapper v1.0.2
25052026-08-13T18:52:42.845Z Checking unarray v0.1.4
25062026-08-13T18:52:42.922Z Checking powerfmt v0.2.0
25072026-08-13T18:52:42.934Z Checking zlib-rs v0.6.2
25082026-08-13T18:52:42.947Z Checking siphasher v1.0.2
25092026-08-13T18:52:42.951Z Checking nodrop v0.1.14
25102026-08-13T18:52:42.975Z Checking pretty-hex v0.4.1
25112026-08-13T18:52:43.043Z Checking crc-catalog v2.4.0
25122026-08-13T18:52:43.070Z Checking deranged v0.5.8
25132026-08-13T18:52:43.088Z Checking array-init v0.0.4
25142026-08-13T18:52:43.101Z Checking proptest v1.11.0
25152026-08-13T18:52:43.129Z Checking crc v3.4.0
25162026-08-13T18:52:43.297Z Checking tower v0.5.3
25172026-08-13T18:52:43.310Z Checking native-tls v0.2.18
25182026-08-13T18:52:43.383Z Checking anstream v0.6.21
25192026-08-13T18:52:43.484Z Checking smallvec v0.6.14
25202026-08-13T18:52:43.582Z Checking num-bigint-dig v0.8.6
25212026-08-13T18:52:43.669Z Checking packed_struct v0.10.1
25222026-08-13T18:52:43.685Z Checking clap v4.6.1
25232026-08-13T18:52:43.762Z Checking quote v1.0.45
25242026-08-13T18:52:43.777Z Checking ipnetwork v0.21.1
25252026-08-13T18:52:43.800Z Checking flate2 v1.1.9
25262026-08-13T18:52:43.946Z Checking http-body-util v0.1.3
25272026-08-13T18:52:43.995Z Checking pkcs1 v0.7.5
25282026-08-13T18:52:44.009Z Checking crossbeam-utils v0.8.21
25292026-08-13T18:52:44.108Z Checking bitfield v0.19.4
25302026-08-13T18:52:44.168Z Checking zerocopy v0.6.6
25312026-08-13T18:52:44.201Z Checking ahash v0.8.12
25322026-08-13T18:52:44.346Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-13T18:52:44.382Z Checking scroll v0.13.0
25342026-08-13T18:52:44.398Z Checking env_filter v1.0.0
25352026-08-13T18:52:44.413Z Checking allocator-api2 v0.2.21
25362026-08-13T18:52:44.426Z Checking unicode-properties v0.1.4
25372026-08-13T18:52:44.450Z Checking hyper v1.10.1
25382026-08-13T18:52:44.464Z Checking ryu v1.0.23
25392026-08-13T18:52:44.533Z Checking num_threads v0.1.7
25402026-08-13T18:52:44.593Z Checking time-core v0.1.8
25412026-08-13T18:52:44.606Z Checking base64 v0.21.7
25422026-08-13T18:52:44.606Z Checking winnow v0.5.40
25432026-08-13T18:52:44.629Z Checking iri-string v0.7.10
25442026-08-13T18:52:44.693Z Checking unicode-bidi v0.3.18
25452026-08-13T18:52:44.729Z Checking num-conv v0.2.0
25462026-08-13T18:52:44.762Z Checking hashbrown v0.12.3
25472026-08-13T18:52:44.844Z Checking time v0.3.47
25482026-08-13T18:52:44.857Z Checking ron v0.8.1
25492026-08-13T18:52:44.909Z Checking newtype-uuid v1.3.2
25502026-08-13T18:52:44.984Z Checking stringprep v0.1.5
25512026-08-13T18:52:45.113Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-08-13T18:52:45.134Z Checking goblin v0.10.5
25532026-08-13T18:52:45.165Z Checking indexmap v1.9.3
25542026-08-13T18:52:45.366Z Checking serde_urlencoded v0.7.1
25552026-08-13T18:52:45.390Z Checking hyper-util v0.1.20
25562026-08-13T18:52:45.476Z Checking env_logger v0.11.9
25572026-08-13T18:52:45.567Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-08-13T18:52:45.634Z Checking tower-http v0.6.8
25592026-08-13T18:52:45.663Z Checking bzip2 v0.4.4
25602026-08-13T18:52:45.723Z Checking rsa v0.9.10
25612026-08-13T18:52:45.743Z Checking toml_edit v0.19.15
25622026-08-13T18:52:45.825Z Checking hashbrown v0.13.2
25632026-08-13T18:52:45.906Z Checking crossbeam-epoch v0.9.18
25642026-08-13T18:52:45.958Z Checking oxnet v0.1.6
25652026-08-13T18:52:46.131Z Checking syn v2.0.117
25662026-08-13T18:52:46.198Z Checking serde-hex v0.1.0
25672026-08-13T18:52:46.211Z Checking tokio-native-tls v0.3.1
25682026-08-13T18:52:46.240Z Checking bstr v1.12.1
25692026-08-13T18:52:46.367Z Checking crypto-common v0.2.2
25702026-08-13T18:52:46.640Z Checking block-buffer v0.12.1
25712026-08-13T18:52:46.654Z Checking block-padding v0.4.2
25722026-08-13T18:52:46.773Z Checking rustls-native-certs v0.8.3
25732026-08-13T18:52:46.786Z Checking x509-cert v0.2.5
25742026-08-13T18:52:46.797Z Checking scroll v0.12.0
25752026-08-13T18:52:46.902Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-13T18:52:46.971Z Checking md-5 v0.10.6
25772026-08-13T18:52:47.007Z Checking hash32 v0.2.1
25782026-08-13T18:52:47.022Z Checking encoding_rs v0.8.35
25792026-08-13T18:52:47.107Z Checking either v1.15.0
25802026-08-13T18:52:47.162Z Checking mime v0.3.17
25812026-08-13T18:52:47.290Z Checking psl-types v2.0.11
25822026-08-13T18:52:47.334Z Checking fallible-iterator v0.2.0
25832026-08-13T18:52:47.408Z Checking crc-any v2.5.0
25842026-08-13T18:52:47.429Z Checking publicsuffix v2.3.0
25852026-08-13T18:52:47.442Z Checking dof v0.4.0
25862026-08-13T18:52:47.581Z Checking heapless v0.7.17
25872026-08-13T18:52:47.596Z Checking goblin v0.8.2
25882026-08-13T18:52:47.610Z Checking postgres-protocol v0.6.10
25892026-08-13T18:52:47.691Z Checking zstd-safe v7.2.4
25902026-08-13T18:52:47.857Z Checking inout v0.2.2
25912026-08-13T18:52:47.921Z Checking toml v0.7.8
25922026-08-13T18:52:47.959Z Checking hyper-tls v0.6.0
25932026-08-13T18:52:47.992Z Checking object v0.30.4
25942026-08-13T18:52:48.005Z Checking daft v0.1.7
25952026-08-13T18:52:48.062Z Checking cookie v0.18.1
25962026-08-13T18:52:48.127Z Checking zip v0.6.6
25972026-08-13T18:52:48.142Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-08-13T18:52:48.231Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-08-13T18:52:48.245Z Checking tokio-rustls v0.26.4
26002026-08-13T18:52:48.288Z Checking phf_shared v0.13.1
26012026-08-13T18:52:48.388Z Checking dtrace-parser v0.3.0
26022026-08-13T18:52:48.410Z Checking pin-project v1.1.11
26032026-08-13T18:52:48.454Z Checking zerocopy v0.7.35
26042026-08-13T18:52:48.472Z Checking futures-executor v0.3.32
26052026-08-13T18:52:48.485Z Checking signal-hook v0.3.18
26062026-08-13T18:52:48.502Z Checking ff v0.13.1
26072026-08-13T18:52:48.615Z Checking thread-id v5.1.0
26082026-08-13T18:52:48.618Z Checking path-slash v0.1.5
26092026-08-13T18:52:48.652Z Checking foldhash v0.1.5
26102026-08-13T18:52:48.664Z Checking managed v0.8.0
26112026-08-13T18:52:48.704Z Checking bumpalo v3.20.2
26122026-08-13T18:52:48.746Z Checking libbz2-rs-sys v0.2.2
26132026-08-13T18:52:48.778Z Checking foldhash v0.2.0
26142026-08-13T18:52:48.841Z Checking same-file v1.0.6
26152026-08-13T18:52:48.899Z Checking bitflags v1.3.2
26162026-08-13T18:52:48.938Z Compiling rayon-core v1.13.0
26172026-08-13T18:52:48.941Z Checking jiff-core v0.1.0
26182026-08-13T18:52:48.963Z Checking base16ct v0.2.0
26192026-08-13T18:52:48.975Z Checking walkdir v2.5.0
26202026-08-13T18:52:49.087Z Checking sec1 v0.7.3
26212026-08-13T18:52:49.129Z Checking smoltcp v0.9.1
26222026-08-13T18:52:49.141Z Checking bzip2 v0.6.1
26232026-08-13T18:52:49.156Z Checking hashbrown v0.16.1
26242026-08-13T18:52:49.156Z Checking zopfli v0.8.3
26252026-08-13T18:52:49.287Z Checking hashbrown v0.15.5
26262026-08-13T18:52:49.301Z Checking usdt-impl v0.6.0
26272026-08-13T18:52:49.497Z Checking signal-hook-mio v0.2.5
26282026-08-13T18:52:49.501Z Checking dof v0.3.0
26292026-08-13T18:52:49.575Z Checking group v0.13.0
26302026-08-13T18:52:49.600Z Checking futures v0.3.32
26312026-08-13T18:52:49.632Z Checking jiff v0.2.34
26322026-08-13T18:52:49.650Z Checking snafu v0.8.9
26332026-08-13T18:52:49.672Z Checking phf v0.13.1
26342026-08-13T18:52:49.711Z Checking hyper-rustls v0.27.7
26352026-08-13T18:52:49.724Z Checking cookie_store v0.22.1
26362026-08-13T18:52:49.749Z Checking reqwest v0.12.28
26372026-08-13T18:52:49.784Z Checking cipher v0.5.2
26382026-08-13T18:52:49.813Z Checking postgres-types v0.2.12
26392026-08-13T18:52:49.882Z Checking zstd v0.13.3
26402026-08-13T18:52:49.910Z Checking rustls-platform-verifier v0.6.2
26412026-08-13T18:52:50.018Z Checking globset v0.4.18
26422026-08-13T18:52:50.042Z Checking crossbeam-deque v0.8.6
26432026-08-13T18:52:50.046Z Checking phf_shared v0.11.3
26442026-08-13T18:52:50.066Z Checking hkdf v0.12.4
26452026-08-13T18:52:50.106Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26462026-08-13T18:52:50.120Z Checking dtrace-parser v0.2.0
26472026-08-13T18:52:50.189Z Checking regex v1.12.3
26482026-08-13T18:52:50.192Z Checking byte-wrapper v0.1.0
26492026-08-13T18:52:50.215Z Checking ref-cast v1.0.25
26502026-08-13T18:52:50.259Z Checking curve25519-dalek v4.1.3
26512026-08-13T18:52:50.307Z Checking strum v0.27.2
26522026-08-13T18:52:50.348Z Checking olpc-cjson v0.1.4
26532026-08-13T18:52:50.399Z Checking hubpack v0.1.2
26542026-08-13T18:52:50.415Z Checking ed25519 v2.2.3
26552026-08-13T18:52:50.434Z Checking memoffset v0.9.1
26562026-08-13T18:52:50.463Z Checking rustix v0.38.44
26572026-08-13T18:52:50.477Z Checking pem v3.0.6
26582026-08-13T18:52:50.495Z Checking float-cmp v0.10.0
26592026-08-13T18:52:50.508Z Checking serde-big-array v0.5.1
26602026-08-13T18:52:50.559Z Checking serde_plain v1.0.2
26612026-08-13T18:52:50.590Z Checking erased-serde v0.3.31
26622026-08-13T18:52:50.616Z Checking crypto-bigint v0.5.5
26632026-08-13T18:52:50.628Z Checking memmap2 v0.9.10
26642026-08-13T18:52:50.641Z Checking thread-id v4.2.2
26652026-08-13T18:52:50.699Z Checking cpufeatures v0.3.0
26662026-08-13T18:52:50.715Z Checking whoami v2.1.0
26672026-08-13T18:52:50.768Z Checking normalize-line-endings v0.3.0
26682026-08-13T18:52:50.786Z Checking winnow v1.0.3
26692026-08-13T18:52:50.856Z Checking typed-path v0.9.3
26702026-08-13T18:52:50.904Z Checking unicode-segmentation v1.12.0
26712026-08-13T18:52:50.970Z Checking new_debug_unreachable v1.0.6
26722026-08-13T18:52:51.020Z Checking const-oid v0.10.2
26732026-08-13T18:52:51.035Z Checking predicates-core v1.0.10
26742026-08-13T18:52:51.072Z Checking precomputed-hash v0.1.1
26752026-08-13T18:52:51.153Z Checking keccak v0.1.6
26762026-08-13T18:52:51.156Z Checking difflib v0.4.0
26772026-08-13T18:52:51.176Z Checking static_assertions v1.1.0
26782026-08-13T18:52:51.208Z Checking toml_write v0.1.2
26792026-08-13T18:52:51.240Z Checking winnow v0.7.14
26802026-08-13T18:52:51.263Z Checking fixedbitset v0.4.2
26812026-08-13T18:52:51.351Z Checking data-encoding v2.10.0
26822026-08-13T18:52:51.351Z Checking fixedbitset v0.5.7
26832026-08-13T18:52:51.370Z Checking sha3 v0.10.8
26842026-08-13T18:52:51.410Z Checking petgraph v0.6.5
26852026-08-13T18:52:51.515Z Checking petgraph v0.8.3
26862026-08-13T18:52:51.519Z Checking elliptic-curve v0.13.8
26872026-08-13T18:52:51.542Z Checking zip v4.6.1
26882026-08-13T18:52:51.573Z Checking predicates v3.1.4
26892026-08-13T18:52:51.602Z Checking hickory-proto v0.25.2
26902026-08-13T18:52:51.626Z Checking tough v0.22.0
26912026-08-13T18:52:51.832Z Checking crossterm v0.28.1
26922026-08-13T18:52:51.872Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26932026-08-13T18:52:52.110Z Checking similar v2.7.0
26942026-08-13T18:52:52.432Z Checking toml_edit v0.22.27
26952026-08-13T18:52:52.489Z Checking digest v0.11.3
26962026-08-13T18:52:52.535Z Checking string_cache v0.8.9
26972026-08-13T18:52:52.654Z Checking toml_parser v1.1.2+spec-1.1.0
26982026-08-13T18:52:52.674Z Checking ed25519-dalek v2.2.0
26992026-08-13T18:52:52.701Z Checking slog v2.8.2
27002026-08-13T18:52:52.903Z Checking tokio-postgres v0.7.16
27012026-08-13T18:52:52.961Z Checking usdt v0.6.0
27022026-08-13T18:52:52.976Z Checking chacha20 v0.10.0
27032026-08-13T18:52:53.077Z Checking usdt-impl v0.5.0
27042026-08-13T18:52:53.129Z Checking nix v0.31.2
27052026-08-13T18:52:53.226Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-13T18:52:53.352Z Checking iddqd v0.4.2
27072026-08-13T18:52:53.636Z Checking reqwest v0.13.2
27082026-08-13T18:52:53.822Z Checking itertools v0.15.0
27092026-08-13T18:52:53.844Z Checking itertools v0.13.0
27102026-08-13T18:52:54.173Z Checking strum v0.26.3
27112026-08-13T18:52:54.177Z Checking serde_with v3.21.0
27122026-08-13T18:52:54.271Z Checking fs-err v3.3.0
27132026-08-13T18:52:54.289Z Checking object v0.37.3
27142026-08-13T18:52:54.359Z Checking tokio-stream v0.1.18
27152026-08-13T18:52:54.395Z Checking buf-list v1.1.2
27162026-08-13T18:52:54.527Z Checking anyhow v1.0.102
27172026-08-13T18:52:54.570Z Checking camino v1.2.2
27182026-08-13T18:52:54.583Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-13T18:52:54.721Z Checking openapiv3 v2.2.0
27202026-08-13T18:52:54.734Z Checking lalrpop-util v0.19.12
27212026-08-13T18:52:54.817Z Checking peg-runtime v0.8.5
27222026-08-13T18:52:54.842Z Checking rayon v1.11.0
27232026-08-13T18:52:54.885Z Checking sigpipe v0.1.3
27242026-08-13T18:52:54.898Z Checking glob v0.3.3
27252026-08-13T18:52:56.420Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-13T18:52:56.476Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-13T18:52:56.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.06s
27282026-08-13T18:52:56.922Z
27292026-08-13T18:52:56.922Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27302026-08-13T18:52:57.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-13T18:52:57.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-13T18:52:57.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-13T18:52:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27342026-08-13T18:52:57.480Z
27352026-08-13T18:52:57.480Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27362026-08-13T18:52:57.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-13T18:52:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-13T18:52:57.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-13T18:52:57.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27402026-08-13T18:52:58.039Z
27412026-08-13T18:52:58.039Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27422026-08-13T18:52:58.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-13T18:52:58.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-13T18:52:58.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-13T18:52:58.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27462026-08-13T18:52:58.613Z
27472026-08-13T18:52:58.613Zinfo: running `cargo check --bins` on oxql-types (82/334)
27482026-08-13T18:52:59.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-13T18:52:59.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-13T18:52:59.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-13T18:52:59.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27522026-08-13T18:52:59.177Z
27532026-08-13T18:52:59.177Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27542026-08-13T18:52:59.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-13T18:52:59.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-13T18:52:59.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-13T18:52:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27582026-08-13T18:52:59.731Z
27592026-08-13T18:52:59.731Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27602026-08-13T18:53:00.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-13T18:53:00.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-13T18:53:00.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-13T18:53:00.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27642026-08-13T18:53:00.289Z
27652026-08-13T18:53:00.289Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27662026-08-13T18:53:00.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-13T18:53:00.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-13T18:53:00.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-13T18:53:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27702026-08-13T18:53:00.835Z
27712026-08-13T18:53:00.835Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27722026-08-13T18:53:01.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-13T18:53:01.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-13T18:53:01.495Z Compiling multer v3.1.0
27752026-08-13T18:53:01.610Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27762026-08-13T18:53:01.613Z Compiling async-stream-impl v0.3.6
27772026-08-13T18:53:01.624Z Compiling dropshot v0.17.1
27782026-08-13T18:53:01.638Z Compiling parse-display-derive v0.10.0
27792026-08-13T18:53:01.650Z Compiling newtype-uuid-macros v0.1.0
27802026-08-13T18:53:01.653Z Compiling dropshot_endpoint v0.17.1
27812026-08-13T18:53:01.677Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-13T18:53:01.821Z Checking thread_local v1.1.9
27832026-08-13T18:53:01.844Z Checking compression-core v0.4.31
27842026-08-13T18:53:01.968Z Checking match_cfg v0.1.0
27852026-08-13T18:53:01.991Z Checking compression-codecs v0.4.37
27862026-08-13T18:53:02.032Z Checking crossbeam-channel v0.5.15
27872026-08-13T18:53:02.035Z Checking hostname v0.3.1
27882026-08-13T18:53:02.071Z Checking atomicwrites v0.4.4
27892026-08-13T18:53:02.147Z Checking slog-json v2.6.1
27902026-08-13T18:53:02.163Z Checking is-terminal v0.4.17
27912026-08-13T18:53:02.178Z Checking serde_spanned v1.1.1
27922026-08-13T18:53:02.194Z Checking toml_datetime v1.1.1+spec-1.1.0
27932026-08-13T18:53:02.245Z Checking toml_writer v1.1.1+spec-1.1.0
27942026-08-13T18:53:02.300Z Checking debug-ignore v1.0.5
27952026-08-13T18:53:02.314Z Checking term v1.2.1
27962026-08-13T18:53:02.373Z Checking take_mut v0.2.2
27972026-08-13T18:53:02.392Z Checking slog-bunyan v2.5.0
27982026-08-13T18:53:02.404Z Checking async-stream v0.3.6
27992026-08-13T18:53:02.418Z Checking async-compression v0.4.41
28002026-08-13T18:53:02.427Z Checking toml v1.1.2+spec-1.1.0
28012026-08-13T18:53:02.474Z Checking slog-async v2.8.0
28022026-08-13T18:53:02.501Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28032026-08-13T18:53:02.526Z Checking progenitor-client v0.14.0
28042026-08-13T18:53:02.539Z Checking slog-term v2.9.2
28052026-08-13T18:53:02.604Z Checking sha1 v0.11.0
28062026-08-13T18:53:02.661Z Checking waitgroup v0.1.2
28072026-08-13T18:53:02.753Z Checking rustls-pemfile v2.2.0
28082026-08-13T18:53:02.766Z Checking backon v1.6.0
28092026-08-13T18:53:02.788Z Checking serde_path_to_error v0.1.20
28102026-08-13T18:53:02.791Z Checking hostname v0.4.2
28112026-08-13T18:53:02.862Z Checking instant v0.1.13
28122026-08-13T18:53:02.925Z Checking progenitor-extras v0.2.0
28132026-08-13T18:53:02.942Z Checking backoff v0.4.0
28142026-08-13T18:53:03.038Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-13T18:53:03.068Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-13T18:53:03.098Z Checking regress v0.10.5
28172026-08-13T18:53:03.113Z Checking itertools v0.14.0
28182026-08-13T18:53:03.242Z Checking macaddr v1.0.1
28192026-08-13T18:53:03.329Z Checking parse-display v0.10.0
28202026-08-13T18:53:03.418Z Checking humantime v2.3.0
28212026-08-13T18:53:04.171Z Compiling prettyplease v0.2.37
28222026-08-13T18:53:04.527Z Checking num-rational v0.4.2
28232026-08-13T18:53:04.809Z Checking num-complex v0.4.6
28242026-08-13T18:53:05.256Z Compiling num v0.4.3
28252026-08-13T18:53:05.332Z Compiling usdt-attr-macro v0.5.0
28262026-08-13T18:53:05.344Z Compiling usdt-macro v0.5.0
28272026-08-13T18:53:05.379Z Checking memmap v0.7.0
28282026-08-13T18:53:05.396Z Checking float-ord v0.3.2
28292026-08-13T18:53:05.416Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-13T18:53:05.510Z Compiling convert_case v0.4.0
28312026-08-13T18:53:05.613Z Checking unicode-width v0.2.0
28322026-08-13T18:53:05.859Z Checking console v0.15.11
28332026-08-13T18:53:05.888Z Compiling derive_more v0.99.20
28342026-08-13T18:53:06.072Z Checking newline-converter v0.3.0
28352026-08-13T18:53:06.109Z Checking usdt v0.5.0
28362026-08-13T18:53:06.138Z Compiling toml v0.8.23
28372026-08-13T18:53:06.190Z Compiling minimal-lexical v0.2.1
28382026-08-13T18:53:06.279Z Checking linked-hash-map v0.5.6
28392026-08-13T18:53:06.431Z Compiling nom v7.1.3
28402026-08-13T18:53:06.451Z Checking lru-cache v0.1.2
28412026-08-13T18:53:06.569Z Checking expectorate v1.2.0
28422026-08-13T18:53:07.019Z Checking camino-tempfile v1.4.1
28432026-08-13T18:53:07.090Z Checking hickory-proto v0.24.4
28442026-08-13T18:53:07.179Z Checking phf_shared v0.12.1
28452026-08-13T18:53:07.210Z Compiling slog-dtrace v0.3.0
28462026-08-13T18:53:07.318Z Checking resolv-conf v0.7.6
28472026-08-13T18:53:07.507Z Compiling chrono-tz v0.10.4
28482026-08-13T18:53:07.617Z Checking heck v0.5.0
28492026-08-13T18:53:07.681Z Compiling unicode-xid v0.2.6
28502026-08-13T18:53:07.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-08-13T18:53:07.808Z Compiling const_format_proc_macros v0.2.34
28522026-08-13T18:53:07.821Z Checking phf v0.12.1
28532026-08-13T18:53:07.963Z Checking tokio-dtrace v0.1.1
28542026-08-13T18:53:08.156Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-13T18:53:08.259Z Compiling derive-where v1.6.0
28562026-08-13T18:53:08.369Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-08-13T18:53:08.464Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28582026-08-13T18:53:08.683Z Checking highway v1.3.0
28592026-08-13T18:53:08.893Z Checking hickory-resolver v0.24.4
28602026-08-13T18:53:08.948Z Checking const_format v0.2.35
28612026-08-13T18:53:09.195Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28622026-08-13T18:53:09.623Z Checking oxide-tokio-rt v0.1.4
28632026-08-13T18:53:09.688Z Checking qorb v0.4.1
28642026-08-13T18:53:09.945Z Checking gethostname v0.5.0
28652026-08-13T18:53:09.980Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-08-13T18:53:10.028Z Checking bcs v0.1.6
28672026-08-13T18:53:10.042Z Checking termtree v0.5.1
28682026-08-13T18:53:10.063Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-13T18:53:10.248Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-13T18:53:10.252Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-13T18:53:13.340Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-13T18:53:16.449Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-13T18:53:18.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
28742026-08-13T18:53:18.820Z
28752026-08-13T18:53:18.820Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28762026-08-13T18:53:19.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-13T18:53:19.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-13T18:53:19.498Z Compiling ar_archive_writer v0.5.1
28792026-08-13T18:53:19.608Z Compiling stacker v0.1.23
28802026-08-13T18:53:19.617Z Compiling cfg_aliases v0.1.1
28812026-08-13T18:53:19.624Z Compiling convert_case v0.10.0
28822026-08-13T18:53:19.624Z Checking unicode-width v0.1.14
28832026-08-13T18:53:19.678Z Compiling proc-macro-error v1.0.4
28842026-08-13T18:53:19.691Z Checking fd-lock v4.0.4
28852026-08-13T18:53:19.691Z Checking nibble_vec v0.1.0
28862026-08-13T18:53:19.691Z Compiling nix v0.28.0
28872026-08-13T18:53:19.763Z Compiling recursive-proc-macro-impl v0.1.1
28882026-08-13T18:53:19.779Z Checking vte v0.14.1
28892026-08-13T18:53:19.863Z Checking bytecount v0.6.9
28902026-08-13T18:53:19.875Z Checking endian-type v0.1.2
28912026-08-13T18:53:19.912Z Compiling derive_more-impl v2.1.1
28922026-08-13T18:53:19.929Z Checking strip-ansi-escapes v0.2.1
28932026-08-13T18:53:19.947Z Compiling tabled_derive v0.7.0
28942026-08-13T18:53:19.961Z Checking papergrid v0.11.0
28952026-08-13T18:53:19.996Z Checking radix_trie v0.2.1
28962026-08-13T18:53:20.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-13T18:53:20.179Z Compiling peg-macros v0.8.5
28982026-08-13T18:53:20.199Z Checking winnow v0.6.26
28992026-08-13T18:53:20.423Z Compiling psm v0.1.30
29002026-08-13T18:53:20.507Z Compiling sqlparser_derive v0.5.0
29012026-08-13T18:53:20.572Z Checking unicode_categories v0.1.1
29022026-08-13T18:53:20.714Z Checking derive_more v2.1.1
29032026-08-13T18:53:20.726Z Checking home v0.5.12
29042026-08-13T18:53:20.793Z Checking nu-ansi-term v0.50.3
29052026-08-13T18:53:20.828Z Checking crossterm v0.29.0
29062026-08-13T18:53:20.901Z Checking tabled v0.15.0
29072026-08-13T18:53:20.954Z Checking rustyline v14.0.0
29082026-08-13T18:53:20.998Z Checking reedline v0.40.0
29092026-08-13T18:53:21.184Z Checking recursive v0.1.1
29102026-08-13T18:53:21.301Z Checking sqlparser v0.61.0
29112026-08-13T18:53:21.316Z Checking display-error-chain v0.2.2
29122026-08-13T18:53:21.354Z Checking sqlformat v0.3.5
29132026-08-13T18:53:21.534Z Checking peg v0.8.5
29142026-08-13T18:53:32.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
29152026-08-13T18:53:32.706Z
29162026-08-13T18:53:32.706Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29172026-08-13T18:53:33.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-13T18:53:33.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-13T18:53:33.362Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-13T18:53:36.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29212026-08-13T18:53:37.088Z
29222026-08-13T18:53:37.088Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29232026-08-13T18:53:37.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-13T18:53:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-13T18:53:37.726Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-13T18:53:40.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29272026-08-13T18:53:40.458Z
29282026-08-13T18:53:40.458Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29292026-08-13T18:53:40.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-13T18:53:40.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-13T18:53:41.098Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-13T18:53:44.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29332026-08-13T18:53:44.623Z
29342026-08-13T18:53:44.623Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29352026-08-13T18:53:45.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-13T18:53:45.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-13T18:53:45.279Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-13T18:53:48.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29392026-08-13T18:53:48.847Z
29402026-08-13T18:53:48.847Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29412026-08-13T18:53:49.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-13T18:53:49.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-13T18:53:49.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-13T18:53:52.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29452026-08-13T18:53:52.388Z
29462026-08-13T18:53:52.389Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29472026-08-13T18:53:52.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-13T18:53:52.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-13T18:53:53.042Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-13T18:53:55.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29512026-08-13T18:53:55.900Z
29522026-08-13T18:53:55.900Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29532026-08-13T18:53:56.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-13T18:53:56.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-13T18:53:56.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-13T18:54:00.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29572026-08-13T18:54:00.264Z
29582026-08-13T18:54:00.264Zinfo: running `cargo check --bins` on oximeter (95/334)
29592026-08-13T18:54:00.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-13T18:54:00.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-13T18:54:00.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-13T18:54:00.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29632026-08-13T18:54:00.820Z
29642026-08-13T18:54:00.820Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29652026-08-13T18:54:01.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-13T18:54:01.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-13T18:54:01.440Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-13T18:54:01.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29692026-08-13T18:54:01.982Z
29702026-08-13T18:54:01.982Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29712026-08-13T18:54:02.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-13T18:54:02.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-13T18:54:02.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-13T18:54:02.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29752026-08-13T18:54:02.545Z
29762026-08-13T18:54:02.545Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29772026-08-13T18:54:03.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-13T18:54:03.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-13T18:54:03.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-13T18:54:03.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29812026-08-13T18:54:03.154Z
29822026-08-13T18:54:03.154Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29832026-08-13T18:54:03.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-13T18:54:03.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-13T18:54:03.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-13T18:54:03.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29872026-08-13T18:54:03.721Z
29882026-08-13T18:54:03.721Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29892026-08-13T18:54:04.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-13T18:54:04.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-13T18:54:04.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-13T18:54:04.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-13T18:54:04.288Z
29942026-08-13T18:54:04.288Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29952026-08-13T18:54:04.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-13T18:54:04.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-13T18:54:04.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-13T18:54:04.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-13T18:54:04.858Z
30002026-08-13T18:54:04.858Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
30012026-08-13T18:54:05.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-13T18:54:05.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-13T18:54:05.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-13T18:54:05.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-13T18:54:05.422Z
30062026-08-13T18:54:05.422Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30072026-08-13T18:54:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-13T18:54:05.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-13T18:54:05.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-13T18:54:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30112026-08-13T18:54:05.973Z
30122026-08-13T18:54:05.974Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30132026-08-13T18:54:06.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-13T18:54:06.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-13T18:54:06.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-13T18:54:06.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-13T18:54:06.544Z
30182026-08-13T18:54:06.544Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30192026-08-13T18:54:07.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-13T18:54:07.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-13T18:54:07.352Z Compiling regress v0.11.1
30222026-08-13T18:54:07.352Z Checking secrecy v0.10.3
30232026-08-13T18:54:07.352Z Compiling crucible-workspace-hack v0.1.0
30242026-08-13T18:54:07.355Z Checking half v2.7.1
30252026-08-13T18:54:07.355Z Checking ciborium-io v0.2.2
30262026-08-13T18:54:07.355Z Checking inout v0.1.4
30272026-08-13T18:54:07.355Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-08-13T18:54:07.580Z Checking universal-hash v0.5.1
30292026-08-13T18:54:07.649Z Checking cipher v0.4.4
30302026-08-13T18:54:07.654Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30312026-08-13T18:54:07.697Z Compiling thiserror-impl-no-std v2.0.2
30322026-08-13T18:54:07.737Z Compiling toml_datetime v0.7.5+spec-1.1.0
30332026-08-13T18:54:07.774Z Checking ciborium-ll v0.2.2
30342026-08-13T18:54:07.816Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-13T18:54:07.830Z Checking opaque-debug v0.3.1
30362026-08-13T18:54:07.877Z Checking chacha20 v0.9.1
30372026-08-13T18:54:07.899Z Checking poly1305 v0.8.0
30382026-08-13T18:54:07.946Z Checking ciborium v0.2.2
30392026-08-13T18:54:07.985Z Compiling toml_edit v0.23.10+spec-1.0.0
30402026-08-13T18:54:08.067Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-13T18:54:08.159Z Checking password-hash v0.5.0
30422026-08-13T18:54:08.214Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-13T18:54:08.363Z Checking blake2 v0.10.6
30442026-08-13T18:54:08.378Z Checking aead v0.5.2
30452026-08-13T18:54:08.394Z Checking indent_write v2.2.0
30462026-08-13T18:54:08.521Z Compiling unsafe-libyaml v0.2.11
30472026-08-13T18:54:08.524Z Checking chacha20poly1305 v0.10.1
30482026-08-13T18:54:08.617Z Checking argon2 v0.5.3
30492026-08-13T18:54:08.649Z Compiling proc-macro-crate v3.4.0
30502026-08-13T18:54:08.876Z Checking thiserror-no-std v2.0.2
30512026-08-13T18:54:08.977Z Checking vsss-rs v3.3.4
30522026-08-13T18:54:08.980Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-08-13T18:54:08.998Z Checking typify-impl v0.6.2
30542026-08-13T18:54:09.019Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-08-13T18:54:09.240Z Compiling serde_yaml v0.9.34+deprecated
30562026-08-13T18:54:09.309Z Compiling num_enum_derive v0.7.6
30572026-08-13T18:54:09.602Z Compiling heapless v0.8.0
30582026-08-13T18:54:09.928Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30592026-08-13T18:54:10.030Z Compiling ingot-macros v0.2.0
30602026-08-13T18:54:10.071Z Checking hash32 v0.3.1
30612026-08-13T18:54:10.086Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-08-13T18:54:10.135Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-08-13T18:54:10.197Z Compiling smoltcp v0.11.0
30642026-08-13T18:54:10.359Z Checking num_enum v0.7.6
30652026-08-13T18:54:10.477Z Checking tabwriter v1.4.1
30662026-08-13T18:54:10.560Z Checking cobs v0.3.0
30672026-08-13T18:54:10.630Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30682026-08-13T18:54:10.658Z Compiling proc-macro-crate v1.3.1
30692026-08-13T18:54:10.709Z Checking postcard v1.1.3
30702026-08-13T18:54:10.721Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30712026-08-13T18:54:10.831Z Compiling foreign-types-macros v0.2.3
30722026-08-13T18:54:10.929Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-13T18:54:11.005Z Checking swrite v0.1.0
30742026-08-13T18:54:11.070Z Checking colored v3.1.1
30752026-08-13T18:54:11.101Z Checking foreign-types-shared v0.3.1
30762026-08-13T18:54:11.173Z Compiling num_enum_derive v0.5.11
30772026-08-13T18:54:11.193Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30782026-08-13T18:54:11.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-13T18:54:11.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30802026-08-13T18:54:11.430Z Checking foreign-types v0.5.0
30812026-08-13T18:54:11.510Z Checking cstr-argument v0.1.2
30822026-08-13T18:54:11.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30832026-08-13T18:54:11.736Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-08-13T18:54:11.838Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-08-13T18:54:11.853Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-08-13T18:54:11.867Z Checking rand v0.10.1
30872026-08-13T18:54:11.972Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-13T18:54:12.015Z Compiling zone_cfg_derive v0.3.1
30892026-08-13T18:54:12.060Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-08-13T18:54:12.143Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-08-13T18:54:12.204Z Checking num_enum v0.5.11
30922026-08-13T18:54:12.297Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-13T18:54:12.319Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942026-08-13T18:54:12.473Z Checking itertools v0.12.1
30952026-08-13T18:54:12.493Z Compiling num-derive v0.4.2
30962026-08-13T18:54:12.676Z Compiling semver v0.1.20
30972026-08-13T18:54:12.880Z Checking ingot-types v0.2.0
30982026-08-13T18:54:12.974Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-13T18:54:13.187Z Compiling rustc_version v0.1.7
31002026-08-13T18:54:13.247Z Checking ingot v0.2.1
31012026-08-13T18:54:13.363Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31022026-08-13T18:54:13.408Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31032026-08-13T18:54:13.424Z Checking smf v0.2.3
31042026-08-13T18:54:13.493Z Checking zone v0.3.1
31052026-08-13T18:54:13.520Z Checking nom v8.0.0
31062026-08-13T18:54:13.631Z Checking csv-core v0.1.13
31072026-08-13T18:54:13.656Z Checking whoami v1.6.1
31082026-08-13T18:54:13.688Z Compiling newtype_derive v0.1.6
31092026-08-13T18:54:13.755Z Compiling typify-macro v0.6.2
31102026-08-13T18:54:13.810Z Checking csv v1.4.0
31112026-08-13T18:54:13.829Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-08-13T18:54:13.850Z Compiling cancel-safe-futures v0.1.5
31132026-08-13T18:54:13.979Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-08-13T18:54:14.125Z Compiling owo-colors v4.3.0
31152026-08-13T18:54:14.145Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31162026-08-13T18:54:14.220Z Compiling libefi-sys v0.1.0
31172026-08-13T18:54:14.249Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31182026-08-13T18:54:14.446Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-08-13T18:54:14.589Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-08-13T18:54:14.671Z Checking oxide-update-engine-types v0.1.2
31212026-08-13T18:54:14.688Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-08-13T18:54:14.799Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31232026-08-13T18:54:14.868Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31242026-08-13T18:54:14.883Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31252026-08-13T18:54:14.899Z Compiling bitfield-struct v0.6.2
31262026-08-13T18:54:15.160Z Checking unicode-linebreak v0.1.5
31272026-08-13T18:54:15.355Z Checking smawk v0.3.2
31282026-08-13T18:54:15.382Z Checking linear-map v1.2.0
31292026-08-13T18:54:15.500Z Checking textwrap v0.16.2
31302026-08-13T18:54:15.538Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31312026-08-13T18:54:15.551Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31322026-08-13T18:54:15.565Z Checking steno v0.4.1
31332026-08-13T18:54:15.580Z Compiling typify v0.6.2
31342026-08-13T18:54:15.684Z Compiling progenitor-impl v0.14.0
31352026-08-13T18:54:15.726Z Checking oxide-update-engine v0.1.2
31362026-08-13T18:54:16.014Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31372026-08-13T18:54:16.330Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-08-13T18:54:16.354Z Checking sha1 v0.10.6
31392026-08-13T18:54:16.494Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31402026-08-13T18:54:16.527Z Checking utf-8 v0.7.6
31412026-08-13T18:54:16.561Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31422026-08-13T18:54:16.575Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31432026-08-13T18:54:16.612Z Checking ignore v0.4.25
31442026-08-13T18:54:16.669Z Checking tungstenite v0.21.0
31452026-08-13T18:54:16.710Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-13T18:54:16.810Z Compiling xshell-macros v0.2.7
31472026-08-13T18:54:16.918Z Checking predicates-tree v1.0.13
31482026-08-13T18:54:17.013Z Checking globwalk v0.9.1
31492026-08-13T18:54:17.034Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502026-08-13T18:54:17.049Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31512026-08-13T18:54:17.083Z Checking tokio-tungstenite v0.21.0
31522026-08-13T18:54:17.192Z Checking xshell v0.2.7
31532026-08-13T18:54:17.195Z Checking filetime v0.2.27
31542026-08-13T18:54:17.269Z Checking tagptr v0.2.0
31552026-08-13T18:54:17.347Z Checking xattr v1.6.1
31562026-08-13T18:54:17.369Z Checking camino-tempfile-ext v0.3.3
31572026-08-13T18:54:17.389Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31582026-08-13T18:54:17.404Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-13T18:54:17.418Z Checking moka v0.12.13
31602026-08-13T18:54:17.478Z Checking tar v0.4.46
31612026-08-13T18:54:17.538Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31622026-08-13T18:54:17.569Z Checking rand_seeder v0.4.0
31632026-08-13T18:54:17.572Z Checking half v1.8.3
31642026-08-13T18:54:17.684Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-13T18:54:17.718Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-13T18:54:17.779Z Checking serde_cbor v0.11.2
31672026-08-13T18:54:17.871Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31682026-08-13T18:54:18.040Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31692026-08-13T18:54:18.065Z Checking hickory-resolver v0.25.2
31702026-08-13T18:54:18.135Z Checking sha2 v0.11.0
31712026-08-13T18:54:18.168Z Checking digest-io v0.1.0
31722026-08-13T18:54:18.280Z Compiling progenitor-macro v0.14.0
31732026-08-13T18:54:18.300Z Compiling petname v2.0.2
31742026-08-13T18:54:18.673Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-08-13T18:54:18.767Z Checking rawzip v0.4.4
31762026-08-13T18:54:18.796Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31772026-08-13T18:54:18.818Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-08-13T18:54:18.944Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31792026-08-13T18:54:19.243Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31802026-08-13T18:54:19.274Z Checking sapling-renderdag v0.1.0
31812026-08-13T18:54:19.431Z Checking subprocess v0.2.15
31822026-08-13T18:54:19.511Z Checking sync-ptr v0.1.4
31832026-08-13T18:54:19.580Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31842026-08-13T18:54:19.627Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31852026-08-13T18:54:19.681Z Checking colored v2.2.0
31862026-08-13T18:54:19.696Z Checking assert_matches v1.5.0
31872026-08-13T18:54:19.715Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31882026-08-13T18:54:19.731Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31892026-08-13T18:54:20.958Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31902026-08-13T18:54:21.181Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-08-13T18:54:21.407Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31922026-08-13T18:54:21.684Z Checking progenitor v0.14.0
31932026-08-13T18:54:21.818Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-13T18:54:21.821Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-13T18:54:21.821Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31962026-08-13T18:54:21.821Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31972026-08-13T18:54:21.821Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982026-08-13T18:54:21.821Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31992026-08-13T18:54:22.208Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32002026-08-13T18:54:22.263Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-08-13T18:54:22.461Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32022026-08-13T18:54:22.554Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32032026-08-13T18:54:22.969Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-08-13T18:54:23.589Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32052026-08-13T18:54:24.697Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-08-13T18:54:33.200Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32072026-08-13T18:54:40.269Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32082026-08-13T18:54:40.272Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32092026-08-13T18:54:40.272Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102026-08-13T18:54:41.758Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-08-13T18:54:43.033Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-08-13T18:54:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.72s
32132026-08-13T18:54:45.475Z
32142026-08-13T18:54:45.475Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32152026-08-13T18:54:45.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-13T18:54:45.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-13T18:54:45.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-13T18:54:45.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-08-13T18:54:46.078Z
32202026-08-13T18:54:46.078Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32212026-08-13T18:54:46.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-13T18:54:46.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-13T18:54:46.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-13T18:54:46.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32252026-08-13T18:54:46.653Z
32262026-08-13T18:54:46.653Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32272026-08-13T18:54:47.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-13T18:54:47.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-13T18:54:47.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-13T18:54:47.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-08-13T18:54:47.231Z
32322026-08-13T18:54:47.231Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32332026-08-13T18:54:47.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-13T18:54:47.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-13T18:54:47.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-13T18:54:47.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32372026-08-13T18:54:47.810Z
32382026-08-13T18:54:47.810Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32392026-08-13T18:54:48.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-13T18:54:48.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-13T18:54:48.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-13T18:54:48.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32432026-08-13T18:54:48.372Z
32442026-08-13T18:54:48.372Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32452026-08-13T18:54:48.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-13T18:54:48.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-13T18:54:48.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-13T18:54:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32492026-08-13T18:54:48.933Z
32502026-08-13T18:54:48.933Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32512026-08-13T18:54:49.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-13T18:54:49.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-13T18:54:49.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-13T18:54:49.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32552026-08-13T18:54:49.490Z
32562026-08-13T18:54:49.490Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32572026-08-13T18:54:49.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-13T18:54:49.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-13T18:54:49.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-13T18:54:49.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32612026-08-13T18:54:50.047Z
32622026-08-13T18:54:50.047Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32632026-08-13T18:54:50.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-13T18:54:50.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-13T18:54:50.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-13T18:54:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32672026-08-13T18:54:50.635Z
32682026-08-13T18:54:50.635Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32692026-08-13T18:54:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-13T18:54:51.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-13T18:54:51.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-13T18:54:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32732026-08-13T18:54:51.235Z
32742026-08-13T18:54:51.235Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32752026-08-13T18:54:51.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-13T18:54:51.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-13T18:54:51.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-13T18:54:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-13T18:54:51.826Z
32802026-08-13T18:54:51.826Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32812026-08-13T18:54:52.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-13T18:54:52.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-13T18:54:52.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-13T18:54:52.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32852026-08-13T18:54:52.419Z
32862026-08-13T18:54:52.419Zinfo: running `cargo check --bins` on key-manager (118/334)
32872026-08-13T18:54:52.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-13T18:54:52.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-13T18:54:52.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-13T18:54:52.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32912026-08-13T18:54:52.998Z
32922026-08-13T18:54:52.998Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32932026-08-13T18:54:53.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-13T18:54:53.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-13T18:54:53.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-13T18:54:53.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32972026-08-13T18:54:53.589Z
32982026-08-13T18:54:53.589Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32992026-08-13T18:54:54.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-13T18:54:54.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-13T18:54:54.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-13T18:54:54.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-08-13T18:54:54.187Z
33042026-08-13T18:54:54.187Zinfo: running `cargo check --bins` on typed-rng (121/334)
33052026-08-13T18:54:54.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-13T18:54:54.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-13T18:54:54.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-13T18:54:54.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33092026-08-13T18:54:54.747Z
33102026-08-13T18:54:54.747Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33112026-08-13T18:54:55.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-13T18:54:55.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-13T18:54:55.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-13T18:54:55.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33152026-08-13T18:54:55.370Z
33162026-08-13T18:54:55.370Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33172026-08-13T18:54:55.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-13T18:54:55.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-13T18:54:56.104Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-13T18:54:56.108Z Checking void v1.0.2
33212026-08-13T18:54:56.108Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33222026-08-13T18:54:56.108Z Checking dropshot-api-manager-types v0.7.2
33232026-08-13T18:54:56.223Z Checking tungstenite v0.23.0
33242026-08-13T18:54:56.230Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-08-13T18:54:56.237Z Checking nix v0.27.1
33262026-08-13T18:54:56.243Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-13T18:54:56.306Z Checking lzss v0.8.2
33282026-08-13T18:54:56.415Z Checking kstat-rs v0.2.5
33292026-08-13T18:54:56.428Z Checking fxhash v0.2.1
33302026-08-13T18:54:56.462Z Checking serde_bytes v0.11.19
33312026-08-13T18:54:56.483Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-08-13T18:54:56.526Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-08-13T18:54:56.539Z Checking signal-hook-tokio v0.3.1
33342026-08-13T18:54:56.591Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-13T18:54:56.630Z Checking tokio-tungstenite v0.23.1
33362026-08-13T18:54:56.740Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-13T18:54:57.810Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-13T18:54:58.353Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-13T18:55:00.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
33402026-08-13T18:55:00.700Z
33412026-08-13T18:55:00.700Zinfo: running `cargo check --bins` on gateway-api (124/334)
33422026-08-13T18:55:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-13T18:55:01.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-13T18:55:01.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-13T18:55:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33462026-08-13T18:55:01.277Z
33472026-08-13T18:55:01.277Zinfo: running `cargo check --bins` on ipcc (125/334)
33482026-08-13T18:55:01.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-13T18:55:01.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-13T18:55:01.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-13T18:55:01.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33522026-08-13T18:55:01.852Z
33532026-08-13T18:55:01.852Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33542026-08-13T18:55:02.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-13T18:55:02.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-13T18:55:02.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-13T18:55:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33582026-08-13T18:55:02.410Z
33592026-08-13T18:55:02.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33602026-08-13T18:55:02.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-13T18:55:02.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-13T18:55:02.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-13T18:55:02.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33642026-08-13T18:55:02.996Z
33652026-08-13T18:55:02.996Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33662026-08-13T18:55:03.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-13T18:55:03.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-13T18:55:03.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-13T18:55:03.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-08-13T18:55:03.567Z
33712026-08-13T18:55:03.568Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33722026-08-13T18:55:04.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-13T18:55:04.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-13T18:55:04.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-13T18:55:04.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33762026-08-13T18:55:04.140Z
33772026-08-13T18:55:04.140Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33782026-08-13T18:55:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-13T18:55:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-13T18:55:04.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-13T18:55:04.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33822026-08-13T18:55:04.713Z
33832026-08-13T18:55:04.713Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33842026-08-13T18:55:05.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-13T18:55:05.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-13T18:55:05.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-13T18:55:05.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-08-13T18:55:05.306Z
33892026-08-13T18:55:05.306Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33902026-08-13T18:55:05.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-13T18:55:05.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-13T18:55:05.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-13T18:55:05.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33942026-08-13T18:55:05.877Z
33952026-08-13T18:55:05.877Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33962026-08-13T18:55:06.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-13T18:55:06.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-13T18:55:06.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-13T18:55:06.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34002026-08-13T18:55:06.442Z
34012026-08-13T18:55:06.442Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
34022026-08-13T18:55:06.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-13T18:55:06.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-13T18:55:06.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-13T18:55:06.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34062026-08-13T18:55:07.002Z
34072026-08-13T18:55:07.002Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
34082026-08-13T18:55:07.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-13T18:55:07.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-13T18:55:07.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-13T18:55:07.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34122026-08-13T18:55:07.567Z
34132026-08-13T18:55:07.568Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34142026-08-13T18:55:08.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-13T18:55:08.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-13T18:55:08.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-13T18:55:08.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-13T18:55:08.165Z
34192026-08-13T18:55:08.165Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34202026-08-13T18:55:08.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-13T18:55:08.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-13T18:55:08.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-13T18:55:08.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34242026-08-13T18:55:08.699Z
34252026-08-13T18:55:08.699Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34262026-08-13T18:55:09.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-13T18:55:09.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-13T18:55:09.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-13T18:55:09.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-08-13T18:55:09.262Z
34312026-08-13T18:55:09.262Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34322026-08-13T18:55:09.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-13T18:55:09.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-13T18:55:09.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-13T18:55:09.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-08-13T18:55:09.826Z
34372026-08-13T18:55:09.826Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34382026-08-13T18:55:10.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-13T18:55:10.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-13T18:55:10.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-13T18:55:10.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-08-13T18:55:10.387Z
34432026-08-13T18:55:10.387Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34442026-08-13T18:55:10.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-13T18:55:10.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-13T18:55:10.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-13T18:55:10.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-08-13T18:55:10.949Z
34492026-08-13T18:55:10.949Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34502026-08-13T18:55:11.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-13T18:55:11.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-13T18:55:11.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-13T18:55:11.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-08-13T18:55:11.510Z
34552026-08-13T18:55:11.510Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34562026-08-13T18:55:11.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-13T18:55:11.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-13T18:55:11.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-13T18:55:11.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-08-13T18:55:12.074Z
34612026-08-13T18:55:12.074Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34622026-08-13T18:55:12.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-13T18:55:12.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-13T18:55:12.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-13T18:55:12.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34662026-08-13T18:55:12.639Z
34672026-08-13T18:55:12.639Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34682026-08-13T18:55:13.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-13T18:55:13.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-13T18:55:13.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-13T18:55:13.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34722026-08-13T18:55:13.207Z
34732026-08-13T18:55:13.207Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34742026-08-13T18:55:13.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-13T18:55:13.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-13T18:55:13.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-13T18:55:13.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-13T18:55:13.786Z
34792026-08-13T18:55:13.786Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34802026-08-13T18:55:14.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-13T18:55:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-13T18:55:14.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-13T18:55:14.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-13T18:55:14.367Z
34852026-08-13T18:55:14.367Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34862026-08-13T18:55:14.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-13T18:55:14.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-13T18:55:14.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-13T18:55:14.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-13T18:55:14.951Z
34912026-08-13T18:55:14.951Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34922026-08-13T18:55:15.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-13T18:55:15.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-13T18:55:15.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-13T18:55:15.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-13T18:55:15.541Z
34972026-08-13T18:55:15.542Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34982026-08-13T18:55:16.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-13T18:55:16.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-13T18:55:16.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-13T18:55:16.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-08-13T18:55:16.122Z
35032026-08-13T18:55:16.122Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
35042026-08-13T18:55:16.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-13T18:55:16.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-13T18:55:16.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-13T18:55:16.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-08-13T18:55:16.710Z
35092026-08-13T18:55:16.710Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35102026-08-13T18:55:17.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-13T18:55:17.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-13T18:55:17.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-13T18:55:17.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-08-13T18:55:17.301Z
35152026-08-13T18:55:17.301Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35162026-08-13T18:55:17.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-13T18:55:17.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-13T18:55:17.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-13T18:55:17.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-08-13T18:55:17.945Z
35212026-08-13T18:55:17.945Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35222026-08-13T18:55:18.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-13T18:55:18.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-13T18:55:18.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-13T18:55:18.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35262026-08-13T18:55:18.468Z
35272026-08-13T18:55:18.468Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35282026-08-13T18:55:18.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-13T18:55:18.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-13T18:55:18.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-13T18:55:18.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-08-13T18:55:19.056Z
35332026-08-13T18:55:19.056Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35342026-08-13T18:55:19.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-13T18:55:19.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-13T18:55:19.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-13T18:55:19.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-13T18:55:19.641Z
35392026-08-13T18:55:19.641Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35402026-08-13T18:55:20.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-13T18:55:20.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-13T18:55:20.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-13T18:55:20.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-08-13T18:55:20.228Z
35452026-08-13T18:55:20.228Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35462026-08-13T18:55:20.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-13T18:55:20.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-13T18:55:20.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-13T18:55:20.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-08-13T18:55:20.816Z
35512026-08-13T18:55:20.816Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35522026-08-13T18:55:21.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-13T18:55:21.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-13T18:55:21.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-13T18:55:21.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-13T18:55:21.401Z
35572026-08-13T18:55:21.401Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35582026-08-13T18:55:21.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-13T18:55:21.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-13T18:55:21.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-13T18:55:21.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-08-13T18:55:21.989Z
35632026-08-13T18:55:21.989Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35642026-08-13T18:55:22.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-13T18:55:22.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-13T18:55:22.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-13T18:55:22.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-13T18:55:22.573Z
35692026-08-13T18:55:22.573Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35702026-08-13T18:55:23.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-13T18:55:23.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-13T18:55:23.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-13T18:55:23.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-08-13T18:55:23.162Z
35752026-08-13T18:55:23.162Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35762026-08-13T18:55:23.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-13T18:55:23.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-13T18:55:23.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-13T18:55:23.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-08-13T18:55:23.758Z
35812026-08-13T18:55:23.758Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35822026-08-13T18:55:24.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-13T18:55:24.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-13T18:55:24.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-13T18:55:24.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35862026-08-13T18:55:24.319Z
35872026-08-13T18:55:24.319Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35882026-08-13T18:55:24.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-13T18:55:24.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-13T18:55:24.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-13T18:55:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-08-13T18:55:24.885Z
35932026-08-13T18:55:24.885Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35942026-08-13T18:55:25.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-13T18:55:25.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-13T18:55:25.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-13T18:55:25.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35982026-08-13T18:55:25.454Z
35992026-08-13T18:55:25.454Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
36002026-08-13T18:55:25.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-13T18:55:25.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-13T18:55:25.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-13T18:55:25.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36042026-08-13T18:55:26.020Z
36052026-08-13T18:55:26.020Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
36062026-08-13T18:55:26.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-13T18:55:26.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-13T18:55:26.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-13T18:55:26.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-08-13T18:55:26.588Z
36112026-08-13T18:55:26.588Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36122026-08-13T18:55:27.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-13T18:55:27.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-13T18:55:27.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-13T18:55:27.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36162026-08-13T18:55:27.163Z
36172026-08-13T18:55:27.163Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36182026-08-13T18:55:27.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-13T18:55:27.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-13T18:55:27.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-13T18:55:27.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36222026-08-13T18:55:27.726Z
36232026-08-13T18:55:27.726Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36242026-08-13T18:55:28.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-13T18:55:28.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-13T18:55:28.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-13T18:55:28.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36282026-08-13T18:55:28.318Z
36292026-08-13T18:55:28.318Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36302026-08-13T18:55:28.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-13T18:55:28.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-13T18:55:28.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-13T18:55:28.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36342026-08-13T18:55:28.856Z
36352026-08-13T18:55:28.856Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36362026-08-13T18:55:29.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-13T18:55:29.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-13T18:55:29.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-13T18:55:29.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-08-13T18:55:29.425Z
36412026-08-13T18:55:29.425Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36422026-08-13T18:55:29.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-13T18:55:29.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-13T18:55:29.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-13T18:55:29.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-08-13T18:55:29.998Z
36472026-08-13T18:55:29.998Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36482026-08-13T18:55:30.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-13T18:55:30.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-13T18:55:30.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-13T18:55:30.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-08-13T18:55:30.566Z
36532026-08-13T18:55:30.566Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36542026-08-13T18:55:31.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-13T18:55:31.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-13T18:55:31.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-13T18:55:31.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-08-13T18:55:31.135Z
36592026-08-13T18:55:31.135Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36602026-08-13T18:55:31.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-13T18:55:31.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-13T18:55:31.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-13T18:55:31.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36642026-08-13T18:55:31.698Z
36652026-08-13T18:55:31.698Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36662026-08-13T18:55:32.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-13T18:55:32.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-13T18:55:32.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-13T18:55:32.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36702026-08-13T18:55:32.266Z
36712026-08-13T18:55:32.266Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36722026-08-13T18:55:32.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-13T18:55:32.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-13T18:55:32.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-13T18:55:32.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36762026-08-13T18:55:32.825Z
36772026-08-13T18:55:32.825Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36782026-08-13T18:55:33.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-13T18:55:33.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-13T18:55:33.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-13T18:55:33.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36822026-08-13T18:55:33.400Z
36832026-08-13T18:55:33.400Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36842026-08-13T18:55:33.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-13T18:55:33.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-13T18:55:33.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-13T18:55:33.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36882026-08-13T18:55:33.985Z
36892026-08-13T18:55:33.985Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36902026-08-13T18:55:34.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-13T18:55:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-13T18:55:34.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-13T18:55:34.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36942026-08-13T18:55:34.563Z
36952026-08-13T18:55:34.563Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36962026-08-13T18:55:35.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-13T18:55:35.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-13T18:55:35.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-13T18:55:35.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-08-13T18:55:35.145Z
37012026-08-13T18:55:35.145Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
37022026-08-13T18:55:35.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-13T18:55:35.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-13T18:55:35.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-13T18:55:35.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-08-13T18:55:35.728Z
37072026-08-13T18:55:35.728Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
37082026-08-13T18:55:36.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-13T18:55:36.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-13T18:55:36.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-13T18:55:36.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-08-13T18:55:36.308Z
37132026-08-13T18:55:36.308Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37142026-08-13T18:55:36.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-13T18:55:36.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-13T18:55:36.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-13T18:55:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-08-13T18:55:36.904Z
37192026-08-13T18:55:36.904Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37202026-08-13T18:55:37.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-13T18:55:37.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-13T18:55:37.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-13T18:55:37.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-08-13T18:55:37.472Z
37252026-08-13T18:55:37.472Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37262026-08-13T18:55:37.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-13T18:55:37.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-13T18:55:37.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-13T18:55:37.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37302026-08-13T18:55:38.053Z
37312026-08-13T18:55:38.053Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37322026-08-13T18:55:38.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-13T18:55:38.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-13T18:55:38.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-13T18:55:38.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37362026-08-13T18:55:38.635Z
37372026-08-13T18:55:38.635Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37382026-08-13T18:55:39.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-13T18:55:39.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-13T18:55:39.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-13T18:55:39.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37422026-08-13T18:55:39.213Z
37432026-08-13T18:55:39.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37442026-08-13T18:55:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-13T18:55:39.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-13T18:55:39.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-13T18:55:39.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37482026-08-13T18:55:39.791Z
37492026-08-13T18:55:39.791Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37502026-08-13T18:55:40.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-13T18:55:40.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-13T18:55:40.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-13T18:55:40.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37542026-08-13T18:55:40.371Z
37552026-08-13T18:55:40.371Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37562026-08-13T18:55:40.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-13T18:55:40.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-13T18:55:40.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-13T18:55:40.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37602026-08-13T18:55:40.955Z
37612026-08-13T18:55:40.955Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37622026-08-13T18:55:41.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-13T18:55:41.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-13T18:55:41.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-13T18:55:41.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-13T18:55:41.535Z
37672026-08-13T18:55:41.535Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37682026-08-13T18:55:42.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-13T18:55:42.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-13T18:55:42.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-13T18:55:42.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37722026-08-13T18:55:42.137Z
37732026-08-13T18:55:42.137Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37742026-08-13T18:55:42.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-13T18:55:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-13T18:55:42.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-13T18:55:42.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37782026-08-13T18:55:42.708Z
37792026-08-13T18:55:42.708Zinfo: running `cargo check --bins` on dns-server (197/334)
37802026-08-13T18:55:43.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-13T18:55:43.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-13T18:55:43.344Z Compiling parking_lot_core v0.8.6
37832026-08-13T18:55:43.347Z Compiling git-stub v1.0.0
37842026-08-13T18:55:43.458Z Checking prefix-trie v0.7.0
37852026-08-13T18:55:43.463Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37862026-08-13T18:55:43.575Z Compiling git-stub-vcs v0.1.0
37872026-08-13T18:55:43.733Z Checking hickory-server v0.25.2
37882026-08-13T18:55:43.841Z Checking parking_lot v0.11.2
37892026-08-13T18:55:43.874Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37902026-08-13T18:55:44.010Z Checking sled v0.34.7
37912026-08-13T18:55:45.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
37922026-08-13T18:55:46.124Z
37932026-08-13T18:55:46.124Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37942026-08-13T18:55:46.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-13T18:55:46.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-13T18:55:46.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-13T18:55:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37982026-08-13T18:55:46.685Z
37992026-08-13T18:55:46.685Zinfo: running `cargo check --bins` on nexus-client (199/334)
38002026-08-13T18:55:47.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-13T18:55:47.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-13T18:55:47.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-13T18:55:47.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-13T18:55:47.286Z
38052026-08-13T18:55:47.286Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
38062026-08-13T18:55:47.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-13T18:55:47.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-13T18:55:47.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-13T18:55:47.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38102026-08-13T18:55:47.842Z
38112026-08-13T18:55:47.843Zinfo: running `cargo check --bins` on sp-sim (201/334)
38122026-08-13T18:55:48.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-13T18:55:48.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-13T18:55:48.536Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38152026-08-13T18:55:49.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38162026-08-13T18:55:49.248Z
38172026-08-13T18:55:49.248Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38182026-08-13T18:55:49.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-13T18:55:49.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-13T18:55:50.051Z Compiling salty v0.3.0
38212026-08-13T18:55:50.054Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38222026-08-13T18:55:50.189Z Checking libscf-sys v1.2.0
38232026-08-13T18:55:50.189Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38242026-08-13T18:55:50.192Z Checking rfc6979 v0.4.0
38252026-08-13T18:55:50.218Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-08-13T18:55:50.221Z Checking primeorder v0.13.6
38272026-08-13T18:55:50.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38282026-08-13T18:55:50.299Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38292026-08-13T18:55:50.314Z Checking ecdsa v0.16.9
38302026-08-13T18:55:50.378Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38312026-08-13T18:55:50.446Z Checking papergrid v0.18.0
38322026-08-13T18:55:50.461Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-13T18:55:50.491Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-13T18:55:50.634Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38352026-08-13T18:55:50.651Z Checking p384 v0.13.1
38362026-08-13T18:55:50.731Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-13T18:55:50.798Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38382026-08-13T18:55:50.816Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-08-13T18:55:51.003Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-13T18:55:51.054Z Compiling unicase v2.9.0
38412026-08-13T18:55:51.071Z Checking corncobs v0.1.4
38422026-08-13T18:55:51.100Z Compiling illumos-nvpair-sys v0.2.0
38432026-08-13T18:55:51.186Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-08-13T18:55:51.186Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38452026-08-13T18:55:51.200Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-13T18:55:51.228Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38472026-08-13T18:55:51.231Z Checking tabled v0.21.0
38482026-08-13T18:55:51.256Z Compiling mime_guess v2.0.5
38492026-08-13T18:55:51.319Z Compiling progenitor-impl v0.13.0
38502026-08-13T18:55:51.357Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-13T18:55:51.456Z Checking secrecy v0.8.0
38522026-08-13T18:55:51.470Z Checking crc8 v0.1.1
38532026-08-13T18:55:51.513Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-08-13T18:55:51.561Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-13T18:55:51.814Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-13T18:55:52.098Z Checking progenitor-client v0.13.0
38572026-08-13T18:55:52.132Z Checking http-range v0.1.5
38582026-08-13T18:55:52.162Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-13T18:55:52.257Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-13T18:55:52.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-13T18:55:52.511Z Checking illumos-nvpair v0.3.0
38622026-08-13T18:55:52.648Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-13T18:55:52.671Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-13T18:55:52.731Z Checking scuffle v0.1.0
38652026-08-13T18:55:52.758Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-13T18:55:52.782Z Checking nanorand v0.7.0
38672026-08-13T18:55:52.982Z Checking flume v0.11.1
38682026-08-13T18:55:53.037Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-13T18:55:53.227Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-08-13T18:55:53.301Z Checking hyper-staticfile v0.10.1
38712026-08-13T18:55:53.368Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38722026-08-13T18:55:53.384Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-13T18:55:53.420Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-13T18:55:53.594Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-13T18:55:53.622Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-13T18:55:53.677Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-13T18:55:53.744Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-13T18:55:53.917Z Compiling progenitor-macro v0.13.0
38792026-08-13T18:55:53.996Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38802026-08-13T18:55:54.050Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-08-13T18:55:54.067Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38822026-08-13T18:55:54.389Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-13T18:55:54.934Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-13T18:55:55.418Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-13T18:55:56.731Z Checking progenitor v0.13.0
38862026-08-13T18:55:56.868Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-13T18:55:58.446Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-13T18:55:59.216Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-13T18:56:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
38902026-08-13T18:56:12.750Z
38912026-08-13T18:56:12.750Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38922026-08-13T18:56:13.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-13T18:56:13.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-13T18:56:13.508Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-13T18:56:24.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38962026-08-13T18:56:24.261Z
38972026-08-13T18:56:24.261Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38982026-08-13T18:56:24.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-13T18:56:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-13T18:56:25.023Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-13T18:56:35.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39022026-08-13T18:56:35.801Z
39032026-08-13T18:56:35.801Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
39042026-08-13T18:56:36.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-13T18:56:36.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-13T18:56:36.593Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-13T18:56:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39082026-08-13T18:56:47.335Z
39092026-08-13T18:56:47.335Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39102026-08-13T18:56:47.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-13T18:56:47.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-13T18:56:48.097Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-13T18:56:58.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39142026-08-13T18:56:58.837Z
39152026-08-13T18:56:58.837Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39162026-08-13T18:56:59.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-13T18:56:59.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-13T18:56:59.606Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-13T18:57:10.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39202026-08-13T18:57:10.357Z
39212026-08-13T18:57:10.357Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39222026-08-13T18:57:10.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-13T18:57:10.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-13T18:57:11.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-13T18:57:21.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39262026-08-13T18:57:21.937Z
39272026-08-13T18:57:21.937Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39282026-08-13T18:57:22.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-13T18:57:22.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-13T18:57:22.671Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-13T18:57:33.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39322026-08-13T18:57:33.418Z
39332026-08-13T18:57:33.418Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39342026-08-13T18:57:33.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-13T18:57:33.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-13T18:57:33.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-13T18:57:33.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-13T18:57:33.985Z
39392026-08-13T18:57:33.985Zinfo: running `cargo check --bins` on installinator-common (211/334)
39402026-08-13T18:57:34.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-13T18:57:34.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-13T18:57:34.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-13T18:57:34.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39442026-08-13T18:57:34.564Z
39452026-08-13T18:57:34.564Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39462026-08-13T18:57:35.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-13T18:57:35.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-13T18:57:35.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-13T18:57:35.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-08-13T18:57:35.116Z
39512026-08-13T18:57:35.117Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39522026-08-13T18:57:35.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-13T18:57:35.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-13T18:57:35.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-13T18:57:35.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39562026-08-13T18:57:35.724Z
39572026-08-13T18:57:35.724Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39582026-08-13T18:57:36.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-13T18:57:36.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-13T18:57:36.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-13T18:57:36.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39622026-08-13T18:57:36.290Z
39632026-08-13T18:57:36.290Zinfo: running `cargo check --bins` on range-requests (215/334)
39642026-08-13T18:57:36.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-13T18:57:36.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-13T18:57:36.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-13T18:57:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-13T18:57:36.848Z
39692026-08-13T18:57:36.848Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39702026-08-13T18:57:37.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-13T18:57:37.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-13T18:57:37.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-13T18:57:37.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-08-13T18:57:37.408Z
39752026-08-13T18:57:37.408Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39762026-08-13T18:57:37.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-13T18:57:37.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-13T18:57:37.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-13T18:57:37.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39802026-08-13T18:57:37.963Z
39812026-08-13T18:57:37.963Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39822026-08-13T18:57:38.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-13T18:57:38.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-13T18:57:38.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-13T18:57:38.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-13T18:57:38.549Z
39872026-08-13T18:57:38.549Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39882026-08-13T18:57:39.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-13T18:57:39.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-13T18:57:39.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-13T18:57:39.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-13T18:57:39.132Z
39932026-08-13T18:57:39.133Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39942026-08-13T18:57:39.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-13T18:57:39.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-13T18:57:39.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-13T18:57:39.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-13T18:57:39.718Z
39992026-08-13T18:57:39.718Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
40002026-08-13T18:57:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-13T18:57:40.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-13T18:57:40.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-13T18:57:40.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-13T18:57:40.309Z
40052026-08-13T18:57:40.309Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
40062026-08-13T18:57:40.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-13T18:57:40.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-13T18:57:40.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-13T18:57:40.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40102026-08-13T18:57:40.902Z
40112026-08-13T18:57:40.902Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40122026-08-13T18:57:41.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-13T18:57:41.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-13T18:57:41.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-13T18:57:41.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40162026-08-13T18:57:41.485Z
40172026-08-13T18:57:41.485Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40182026-08-13T18:57:41.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-13T18:57:41.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-13T18:57:41.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-13T18:57:41.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-13T18:57:42.070Z
40232026-08-13T18:57:42.070Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40242026-08-13T18:57:42.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-13T18:57:42.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-13T18:57:42.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-13T18:57:42.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40282026-08-13T18:57:42.661Z
40292026-08-13T18:57:42.662Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40302026-08-13T18:57:43.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-13T18:57:43.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-13T18:57:43.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-13T18:57:43.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40342026-08-13T18:57:43.257Z
40352026-08-13T18:57:43.257Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40362026-08-13T18:57:43.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-13T18:57:43.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-13T18:57:43.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-13T18:57:43.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40402026-08-13T18:57:43.847Z
40412026-08-13T18:57:43.847Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40422026-08-13T18:57:44.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-13T18:57:44.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-13T18:57:44.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-13T18:57:44.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40462026-08-13T18:57:44.465Z
40472026-08-13T18:57:44.465Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40482026-08-13T18:57:44.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-13T18:57:44.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-13T18:57:44.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-13T18:57:44.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-13T18:57:45.058Z
40532026-08-13T18:57:45.058Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40542026-08-13T18:57:45.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-13T18:57:45.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-13T18:57:45.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-13T18:57:45.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-08-13T18:57:45.664Z
40592026-08-13T18:57:45.664Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40602026-08-13T18:57:46.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-13T18:57:46.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-13T18:57:46.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-13T18:57:46.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-08-13T18:57:46.283Z
40652026-08-13T18:57:46.283Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40662026-08-13T18:57:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-13T18:57:46.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-13T18:57:46.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-13T18:57:46.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-08-13T18:57:46.900Z
40712026-08-13T18:57:46.900Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40722026-08-13T18:57:47.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-13T18:57:47.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-13T18:57:47.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-13T18:57:47.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40762026-08-13T18:57:47.456Z
40772026-08-13T18:57:47.456Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40782026-08-13T18:57:47.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-13T18:57:47.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-13T18:57:47.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-13T18:57:47.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40822026-08-13T18:57:48.035Z
40832026-08-13T18:57:48.035Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40842026-08-13T18:57:48.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-13T18:57:48.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-13T18:57:48.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-13T18:57:48.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-13T18:57:48.619Z
40892026-08-13T18:57:48.619Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40902026-08-13T18:57:49.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-13T18:57:49.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-13T18:57:49.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-13T18:57:49.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-13T18:57:49.204Z
40952026-08-13T18:57:49.204Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40962026-08-13T18:57:49.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-13T18:57:49.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-13T18:57:49.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-13T18:57:49.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41002026-08-13T18:57:49.755Z
41012026-08-13T18:57:49.755Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
41022026-08-13T18:57:50.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-13T18:57:50.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-13T18:57:50.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-13T18:57:50.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41062026-08-13T18:57:50.304Z
41072026-08-13T18:57:50.304Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
41082026-08-13T18:57:50.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-13T18:57:50.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-13T18:57:50.995Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-13T18:57:51.407Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-13T18:57:52.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41132026-08-13T18:57:52.783Z
41142026-08-13T18:57:52.783Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41152026-08-13T18:57:53.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-13T18:57:53.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-13T18:57:53.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-13T18:57:53.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41192026-08-13T18:57:53.352Z
41202026-08-13T18:57:53.352Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41212026-08-13T18:57:53.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-13T18:57:53.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-13T18:57:53.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-13T18:57:53.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41252026-08-13T18:57:53.923Z
41262026-08-13T18:57:53.923Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41272026-08-13T18:57:54.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-13T18:57:54.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-13T18:57:54.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-13T18:57:54.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41312026-08-13T18:57:54.497Z
41322026-08-13T18:57:54.497Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41332026-08-13T18:57:54.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-13T18:57:54.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-13T18:57:54.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-13T18:57:54.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-13T18:57:55.066Z
41382026-08-13T18:57:55.066Zinfo: running `cargo check --bins` on installinator-client (244/334)
41392026-08-13T18:57:55.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-13T18:57:55.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-13T18:57:55.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-13T18:57:55.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41432026-08-13T18:57:55.638Z
41442026-08-13T18:57:55.638Zinfo: running `cargo check --bins` on oxide-client (245/334)
41452026-08-13T18:57:56.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-13T18:57:56.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-13T18:57:56.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-13T18:57:56.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41492026-08-13T18:57:56.202Z
41502026-08-13T18:57:56.202Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41512026-08-13T18:57:56.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-13T18:57:56.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-13T18:57:56.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-13T18:57:56.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-08-13T18:57:56.772Z
41562026-08-13T18:57:56.772Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41572026-08-13T18:57:57.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-13T18:57:57.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-13T18:57:57.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-13T18:57:57.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41612026-08-13T18:57:57.364Z
41622026-08-13T18:57:57.364Zinfo: running `cargo check --bins` on wicket-common (248/334)
41632026-08-13T18:57:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-13T18:57:57.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-13T18:57:57.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-13T18:57:57.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41672026-08-13T18:57:57.949Z
41682026-08-13T18:57:57.949Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41692026-08-13T18:57:58.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-13T18:57:58.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-13T18:57:58.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-13T18:57:58.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41732026-08-13T18:57:58.527Z
41742026-08-13T18:57:58.527Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41752026-08-13T18:57:59.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-13T18:57:59.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-13T18:57:59.190Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-13T18:57:59.301Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-13T18:58:00.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41802026-08-13T18:58:00.546Z
41812026-08-13T18:58:00.546Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41822026-08-13T18:58:01.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-13T18:58:01.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-13T18:58:01.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-13T18:58:01.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41862026-08-13T18:58:01.116Z
41872026-08-13T18:58:01.116Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41882026-08-13T18:58:01.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-13T18:58:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-13T18:58:01.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-13T18:58:01.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41922026-08-13T18:58:01.767Z
41932026-08-13T18:58:01.767Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41942026-08-13T18:58:02.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-13T18:58:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-13T18:58:02.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-13T18:58:02.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41982026-08-13T18:58:02.413Z
41992026-08-13T18:58:02.413Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
42002026-08-13T18:58:02.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-13T18:58:02.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-13T18:58:02.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-13T18:58:02.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42042026-08-13T18:58:03.041Z
42052026-08-13T18:58:03.041Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
42062026-08-13T18:58:03.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-13T18:58:03.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-13T18:58:03.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-13T18:58:03.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42102026-08-13T18:58:03.665Z
42112026-08-13T18:58:03.665Zinfo: running `cargo check --bins` on db-macros (256/334)
42122026-08-13T18:58:04.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-13T18:58:04.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-13T18:58:04.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-13T18:58:04.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-08-13T18:58:04.231Z
42172026-08-13T18:58:04.231Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42182026-08-13T18:58:04.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-13T18:58:04.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-13T18:58:04.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-13T18:58:04.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42222026-08-13T18:58:04.784Z
42232026-08-13T18:58:04.784Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42242026-08-13T18:58:05.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-13T18:58:05.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-13T18:58:05.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-13T18:58:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42282026-08-13T18:58:05.404Z
42292026-08-13T18:58:05.404Zinfo: running `cargo check --bins` on authz-macros (259/334)
42302026-08-13T18:58:05.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-13T18:58:05.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-13T18:58:05.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-13T18:58:05.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42342026-08-13T18:58:05.958Z
42352026-08-13T18:58:05.959Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42362026-08-13T18:58:06.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-13T18:58:06.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-13T18:58:06.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-13T18:58:06.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-13T18:58:06.569Z
42412026-08-13T18:58:06.569Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42422026-08-13T18:58:07.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-13T18:58:07.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-13T18:58:07.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-13T18:58:07.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42462026-08-13T18:58:07.182Z
42472026-08-13T18:58:07.182Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42482026-08-13T18:58:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-13T18:58:07.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-13T18:58:07.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-13T18:58:07.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42522026-08-13T18:58:07.741Z
42532026-08-13T18:58:07.742Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42542026-08-13T18:58:08.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-13T18:58:08.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-13T18:58:08.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-13T18:58:08.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-13T18:58:08.308Z
42592026-08-13T18:58:08.308Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42602026-08-13T18:58:08.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-13T18:58:08.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-13T18:58:08.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-13T18:58:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42642026-08-13T18:58:08.862Z
42652026-08-13T18:58:08.862Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42662026-08-13T18:58:09.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-13T18:58:09.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-13T18:58:09.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-13T18:58:09.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-08-13T18:58:09.476Z
42712026-08-13T18:58:09.476Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42722026-08-13T18:58:09.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-13T18:58:09.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-13T18:58:09.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-13T18:58:10.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-13T18:58:10.095Z
42772026-08-13T18:58:10.095Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42782026-08-13T18:58:10.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-13T18:58:10.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-13T18:58:10.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-13T18:58:10.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42822026-08-13T18:58:10.715Z
42832026-08-13T18:58:10.715Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42842026-08-13T18:58:11.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-13T18:58:11.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-13T18:58:11.434Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-13T18:58:11.437Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-13T18:58:12.106Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-13T18:58:13.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
42902026-08-13T18:58:14.008Z
42912026-08-13T18:58:14.008Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42922026-08-13T18:58:14.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-13T18:58:14.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-13T18:58:14.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-13T18:58:14.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42962026-08-13T18:58:14.576Z
42972026-08-13T18:58:14.577Zinfo: running `cargo check --bins` on cert-dev (270/334)
42982026-08-13T18:58:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-13T18:58:15.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-13T18:58:15.170Z Checking yasna v0.5.2
43012026-08-13T18:58:15.574Z Checking rcgen v0.12.1
43022026-08-13T18:58:15.819Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-13T18:58:16.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43042026-08-13T18:58:16.160Z
43052026-08-13T18:58:16.160Zinfo: running `cargo check --bins` on clickana (271/334)
43062026-08-13T18:58:16.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-13T18:58:16.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-13T18:58:16.789Z Compiling instability v0.3.11
43092026-08-13T18:58:16.789Z Checking castaway v0.2.4
43102026-08-13T18:58:16.792Z Compiling indoc v2.0.7
43112026-08-13T18:58:16.792Z Checking unicode-truncate v1.1.0
43122026-08-13T18:58:16.896Z Checking lru v0.12.5
43132026-08-13T18:58:16.899Z Checking cassowary v0.3.0
43142026-08-13T18:58:17.016Z Checking compact_str v0.8.1
43152026-08-13T18:58:17.779Z Checking ratatui v0.29.0
43162026-08-13T18:58:18.823Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-13T18:58:19.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
43182026-08-13T18:58:19.726Z
43192026-08-13T18:58:19.726Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43202026-08-13T18:58:20.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-13T18:58:20.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-13T18:58:20.429Z Checking headers-core v0.3.0
43232026-08-13T18:58:20.433Z Checking port-file v0.1.0
43242026-08-13T18:58:20.433Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-13T18:58:20.624Z Checking headers v0.4.1
43262026-08-13T18:58:20.992Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-13T18:58:21.940Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-13T18:58:22.465Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-13T18:58:22.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43302026-08-13T18:58:23.097Z
43312026-08-13T18:58:23.097Zinfo: running `cargo check --bins` on ch-dev (273/334)
43322026-08-13T18:58:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-13T18:58:23.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-13T18:58:23.797Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-13T18:58:24.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43362026-08-13T18:58:24.745Z
43372026-08-13T18:58:24.745Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43382026-08-13T18:58:25.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-13T18:58:25.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-13T18:58:25.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-13T18:58:25.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43422026-08-13T18:58:25.158Z
43432026-08-13T18:58:25.158Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43442026-08-13T18:58:25.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-13T18:58:25.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-13T18:58:25.773Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-13T18:58:26.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
43482026-08-13T18:58:26.327Z
43492026-08-13T18:58:26.327Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43502026-08-13T18:58:26.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-13T18:58:26.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-13T18:58:27.029Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-13T18:58:28.128Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-13T18:58:28.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
43552026-08-13T18:58:28.671Z
43562026-08-13T18:58:28.671Zinfo: running `cargo check --bins` on db-dev (277/334)
43572026-08-13T18:58:29.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-13T18:58:29.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-13T18:58:29.375Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-13T18:58:30.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43612026-08-13T18:58:30.321Z
43622026-08-13T18:58:30.321Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43632026-08-13T18:58:30.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-13T18:58:30.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-13T18:58:30.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-13T18:58:30.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43672026-08-13T18:58:30.923Z
43682026-08-13T18:58:30.924Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43692026-08-13T18:58:31.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-13T18:58:31.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-13T18:58:31.520Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-13T18:58:32.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
43732026-08-13T18:58:32.374Z
43742026-08-13T18:58:32.375Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43752026-08-13T18:58:32.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-13T18:58:32.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-13T18:58:33.110Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-13T18:58:33.110Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-13T18:58:33.113Z Checking git-stub v1.0.0
43802026-08-13T18:58:33.113Z Compiling trait-variant v0.1.2
43812026-08-13T18:58:33.113Z Checking is_ci v1.2.0
43822026-08-13T18:58:33.113Z Checking maplit v1.0.2
43832026-08-13T18:58:33.269Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-13T18:58:33.273Z Checking drift v0.2.0
43852026-08-13T18:58:33.297Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43862026-08-13T18:58:33.321Z Checking supports-color v3.0.2
43872026-08-13T18:58:33.409Z Checking git-stub-vcs v0.1.0
43882026-08-13T18:58:33.439Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43892026-08-13T18:58:33.453Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-08-13T18:58:33.469Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43912026-08-13T18:58:33.598Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-13T18:58:33.623Z Checking dropshot-api-manager v0.7.2
43932026-08-13T18:58:33.640Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-13T18:58:33.772Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-13T18:58:33.978Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-13T18:58:34.495Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-13T18:58:35.419Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-13T18:58:36.429Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-13T18:58:37.158Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-13T18:58:37.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
44012026-08-13T18:58:37.798Z
44022026-08-13T18:58:37.798Zinfo: running `cargo check --bins` on installinator-api (281/334)
44032026-08-13T18:58:38.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-13T18:58:38.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-13T18:58:38.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-13T18:58:38.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44072026-08-13T18:58:38.363Z
44082026-08-13T18:58:38.363Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44092026-08-13T18:58:38.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-13T18:58:38.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-13T18:58:38.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-13T18:58:38.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44132026-08-13T18:58:38.959Z
44142026-08-13T18:58:38.959Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44152026-08-13T18:58:39.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-13T18:58:39.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-13T18:58:39.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-13T18:58:39.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44192026-08-13T18:58:39.565Z
44202026-08-13T18:58:39.565Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44212026-08-13T18:58:40.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-13T18:58:40.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-13T18:58:40.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-13T18:58:40.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44252026-08-13T18:58:40.170Z
44262026-08-13T18:58:40.170Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44272026-08-13T18:58:40.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-13T18:58:40.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-13T18:58:40.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-13T18:58:40.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-13T18:58:40.731Z
44322026-08-13T18:58:40.731Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44332026-08-13T18:58:41.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-13T18:58:41.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-13T18:58:41.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-13T18:58:41.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44372026-08-13T18:58:41.284Z
44382026-08-13T18:58:41.284Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44392026-08-13T18:58:41.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-13T18:58:41.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-13T18:58:41.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-13T18:58:41.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44432026-08-13T18:58:41.860Z
44442026-08-13T18:58:41.860Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44452026-08-13T18:58:42.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-13T18:58:42.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-13T18:58:42.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-13T18:58:42.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44492026-08-13T18:58:42.431Z
44502026-08-13T18:58:42.431Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44512026-08-13T18:58:42.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-13T18:58:42.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-13T18:58:43.046Z Compiling blake3 v1.8.5
44542026-08-13T18:58:43.156Z Checking arrayvec v0.7.6
44552026-08-13T18:58:43.156Z Checking arrayref v0.3.9
44562026-08-13T18:58:43.159Z Checking constant_time_eq v0.4.2
44572026-08-13T18:58:43.178Z Checking cargo-platform v0.3.2
44582026-08-13T18:58:43.178Z Checking topological-sort v0.2.2
44592026-08-13T18:58:43.181Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-13T18:58:43.334Z Checking cargo_metadata v0.23.1
44612026-08-13T18:58:43.927Z Checking omicron-zone-package v0.12.3
44622026-08-13T18:58:44.628Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-13T18:58:45.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
44642026-08-13T18:58:45.621Z
44652026-08-13T18:58:45.621Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44662026-08-13T18:58:46.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-13T18:58:46.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-13T18:58:46.330Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-13T18:58:46.964Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-13T18:58:47.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44712026-08-13T18:58:47.664Z
44722026-08-13T18:58:47.664Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44732026-08-13T18:58:48.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-13T18:58:48.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-13T18:58:48.619Z Compiling darling_core v0.21.3
44762026-08-13T18:58:48.619Z Compiling vergen-lib v0.1.6
44772026-08-13T18:58:48.619Z Compiling diesel_derives v2.3.7
44782026-08-13T18:58:48.623Z Checking scheduled-thread-pool v0.2.7
44792026-08-13T18:58:48.623Z Compiling vergen-gitcl v1.0.8
44802026-08-13T18:58:48.623Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-13T18:58:48.623Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-13T18:58:48.795Z Compiling dirs-sys-next v0.1.2
44832026-08-13T18:58:48.956Z Compiling crunchy v0.2.4
44842026-08-13T18:58:48.961Z Compiling glob v0.3.3
44852026-08-13T18:58:48.987Z Checking r2d2 v0.8.10
44862026-08-13T18:58:49.017Z Compiling dirs-next v2.0.0
44872026-08-13T18:58:49.138Z Compiling tiny-keccak v2.0.2
44882026-08-13T18:58:49.154Z Checking downcast-rs v2.0.2
44892026-08-13T18:58:49.170Z Compiling term v0.7.0
44902026-08-13T18:58:49.319Z Compiling bit-vec v0.6.3
44912026-08-13T18:58:49.351Z Compiling clang-sys v1.8.1
44922026-08-13T18:58:49.354Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44932026-08-13T18:58:49.536Z Compiling bit-set v0.5.3
44942026-08-13T18:58:49.555Z Compiling ascii-canvas v3.0.0
44952026-08-13T18:58:49.695Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-13T18:58:49.712Z Compiling itertools v0.10.5
44972026-08-13T18:58:49.752Z Compiling ena v0.14.4
44982026-08-13T18:58:49.789Z Compiling libloading v0.8.9
44992026-08-13T18:58:49.805Z Compiling diff v0.1.13
45002026-08-13T18:58:49.823Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45012026-08-13T18:58:49.844Z Compiling bindgen v0.71.1
45022026-08-13T18:58:49.961Z Compiling regex-syntax v0.6.29
45032026-08-13T18:58:50.079Z Compiling cexpr v0.6.0
45042026-08-13T18:58:50.239Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-13T18:58:50.425Z Compiling rustc-hash v2.1.1
45062026-08-13T18:58:50.496Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-13T18:58:50.747Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-13T18:58:50.747Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-13T18:58:50.779Z Compiling libxml v0.3.3
45102026-08-13T18:58:50.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-13T18:58:51.029Z Compiling strum_macros v0.24.3
45122026-08-13T18:58:51.046Z Compiling indoc v1.0.9
45132026-08-13T18:58:51.308Z Compiling darling_macro v0.21.3
45142026-08-13T18:58:51.484Z Compiling lalrpop v0.19.12
45152026-08-13T18:58:51.821Z Compiling darling v0.21.3
45162026-08-13T18:58:51.917Z Compiling dsl_auto_type v0.2.0
45172026-08-13T18:58:52.016Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-08-13T18:58:52.033Z Checking derive_builder v0.20.2
45192026-08-13T18:58:52.149Z Compiling oso-derive v0.27.3
45202026-08-13T18:58:52.202Z Checking quick-xml v0.37.5
45212026-08-13T18:58:52.366Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-13T18:58:52.650Z Checking openssl-probe v0.1.6
45232026-08-13T18:58:52.791Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-13T18:58:53.073Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-13T18:58:53.265Z Checking bb8 v0.8.6
45262026-08-13T18:58:53.551Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-13T18:58:53.567Z Checking nonempty v0.12.0
45282026-08-13T18:58:53.582Z Compiling libz-sys v1.1.24
45292026-08-13T18:58:53.732Z Compiling strsim v0.10.0
45302026-08-13T18:58:53.773Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-13T18:58:53.906Z Compiling darling_core v0.13.4
45322026-08-13T18:58:54.135Z Compiling vergen-git2 v9.1.0
45332026-08-13T18:58:54.174Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-13T18:58:54.355Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-13T18:58:54.398Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-13T18:58:54.616Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45372026-08-13T18:58:54.806Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45382026-08-13T18:58:54.993Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45392026-08-13T18:58:55.186Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45402026-08-13T18:58:55.353Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45412026-08-13T18:58:55.376Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45422026-08-13T18:58:55.566Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45432026-08-13T18:58:55.755Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45442026-08-13T18:58:55.820Z Compiling darling_macro v0.13.4
45452026-08-13T18:58:55.944Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45462026-08-13T18:58:56.330Z Compiling darling v0.13.4
45472026-08-13T18:58:56.351Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45482026-08-13T18:58:56.422Z Compiling serde_with_macros v1.5.2
45492026-08-13T18:58:56.726Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-13T18:58:57.251Z Compiling serde_with v1.14.0
45512026-08-13T18:58:57.311Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45522026-08-13T18:58:57.498Z Checking twox-hash v2.1.2
45532026-08-13T18:58:57.548Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45542026-08-13T18:58:57.803Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45552026-08-13T18:58:57.836Z Checking diesel v2.3.7
45562026-08-13T18:58:58.400Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45572026-08-13T18:58:59.298Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45582026-08-13T18:58:59.637Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45592026-08-13T18:59:00.084Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45602026-08-13T18:59:00.350Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45612026-08-13T18:59:00.607Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45622026-08-13T18:59:00.923Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45632026-08-13T18:59:01.267Z Checking libsw-core v0.3.2
45642026-08-13T18:59:01.428Z Checking atty v0.2.14
45652026-08-13T18:59:01.504Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-13T18:59:01.533Z Checking libsw v3.5.0
45672026-08-13T18:59:01.691Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45682026-08-13T18:59:01.775Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45692026-08-13T18:59:01.925Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45702026-08-13T18:59:02.084Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45712026-08-13T18:59:03.369Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45722026-08-13T18:59:03.390Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45732026-08-13T18:59:03.747Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45742026-08-13T18:59:04.150Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-13T18:59:04.489Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-13T18:59:04.680Z Checking console v0.16.2
45772026-08-13T18:59:04.995Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-13T18:59:05.132Z Checking fatfs v0.3.6
45792026-08-13T18:59:05.150Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-13T18:59:05.599Z Checking unit-prefix v0.5.2
45812026-08-13T18:59:05.738Z Compiling seq-macro v0.3.6
45822026-08-13T18:59:06.250Z Checking indicatif v0.18.4
45832026-08-13T18:59:06.505Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-13T18:59:06.526Z Checking oxide-update-engine-display v0.1.2
45852026-08-13T18:59:06.635Z Checking support-bundle-viewer v0.1.2
45862026-08-13T18:59:06.831Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-13T18:59:06.887Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-13T18:59:07.155Z Checking multimap v0.10.1
45892026-08-13T18:59:13.014Z Checking async-bb8-diesel v0.2.1
45902026-08-13T18:59:13.376Z Checking diesel-dtrace v0.5.0
45912026-08-13T18:59:16.229Z Compiling samael v0.0.19
45922026-08-13T18:59:20.983Z Compiling git2 v0.20.4
45932026-08-13T18:59:22.459Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-13T18:59:23.526Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45952026-08-13T18:59:23.691Z Compiling polar-core v0.27.3
45962026-08-13T18:59:28.236Z Checking oso v0.27.3
45972026-08-13T19:00:00.675Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-13T19:01:15.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45992026-08-13T19:01:15.669Z
46002026-08-13T19:01:15.669Zinfo: running `cargo check --bins` on nexus-networking (292/334)
46012026-08-13T19:01:16.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-13T19:01:16.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-13T19:01:16.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-13T19:01:16.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46052026-08-13T19:01:16.339Z
46062026-08-13T19:01:16.339Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
46072026-08-13T19:01:16.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-13T19:01:16.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-13T19:01:16.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-13T19:01:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46112026-08-13T19:01:16.969Z
46122026-08-13T19:01:16.969Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46132026-08-13T19:01:17.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-13T19:01:17.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-13T19:01:17.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-13T19:01:17.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46172026-08-13T19:01:17.599Z
46182026-08-13T19:01:17.599Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46192026-08-13T19:01:18.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-13T19:01:18.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-13T19:01:18.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-13T19:01:18.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46232026-08-13T19:01:18.161Z
46242026-08-13T19:01:18.161Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46252026-08-13T19:01:18.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-13T19:01:18.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-13T19:01:18.982Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-13T19:01:19.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46292026-08-13T19:01:19.944Z
46302026-08-13T19:01:19.944Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46312026-08-13T19:01:20.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-13T19:01:20.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-13T19:01:20.759Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-13T19:01:59.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.34s
46352026-08-13T19:01:59.507Z
46362026-08-13T19:01:59.507Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46372026-08-13T19:01:59.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-13T19:01:59.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-13T19:01:59.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-13T19:01:59.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46412026-08-13T19:02:00.064Z
46422026-08-13T19:02:00.064Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46432026-08-13T19:02:00.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-13T19:02:00.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-13T19:02:00.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-13T19:02:00.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46472026-08-13T19:02:00.619Z
46482026-08-13T19:02:00.619Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46492026-08-13T19:02:01.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-13T19:02:01.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-13T19:02:01.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-13T19:02:01.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46532026-08-13T19:02:01.237Z
46542026-08-13T19:02:01.237Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46552026-08-13T19:02:01.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-13T19:02:01.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-13T19:02:01.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-13T19:02:01.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46592026-08-13T19:02:01.857Z
46602026-08-13T19:02:01.857Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46612026-08-13T19:02:02.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-13T19:02:02.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-13T19:02:02.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-13T19:02:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46652026-08-13T19:02:02.485Z
46662026-08-13T19:02:02.485Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46672026-08-13T19:02:02.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-13T19:02:02.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-13T19:02:02.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-13T19:02:03.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46712026-08-13T19:02:03.094Z
46722026-08-13T19:02:03.095Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46732026-08-13T19:02:03.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-13T19:02:03.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-13T19:02:03.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-13T19:02:03.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46772026-08-13T19:02:03.720Z
46782026-08-13T19:02:03.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46792026-08-13T19:02:04.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-13T19:02:04.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-13T19:02:04.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-13T19:02:04.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46832026-08-13T19:02:04.349Z
46842026-08-13T19:02:04.349Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46852026-08-13T19:02:04.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-13T19:02:04.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-13T19:02:04.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-13T19:02:04.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46892026-08-13T19:02:04.962Z
46902026-08-13T19:02:04.963Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46912026-08-13T19:02:05.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-13T19:02:05.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-13T19:02:05.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-13T19:02:05.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46952026-08-13T19:02:05.590Z
46962026-08-13T19:02:05.590Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46972026-08-13T19:02:06.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-13T19:02:06.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-13T19:02:06.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-13T19:02:06.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-13T19:02:06.215Z
47022026-08-13T19:02:06.216Zinfo: running `cargo check --bins` on omicron-dev (309/334)
47032026-08-13T19:02:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-13T19:02:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-13T19:02:07.109Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-13T19:02:07.109Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-13T19:02:07.296Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-13T19:02:07.327Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-13T19:02:07.330Z Checking diff v0.1.13
47102026-08-13T19:02:07.330Z Checking yansi v1.0.1
47112026-08-13T19:02:07.373Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-13T19:02:07.377Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-13T19:02:07.585Z Checking pretty_assertions v1.4.1
47142026-08-13T19:02:08.380Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-13T19:02:08.411Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-13T19:02:33.540Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-13T19:02:33.543Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47182026-08-13T19:02:33.544Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47192026-08-13T19:02:33.544Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47202026-08-13T19:02:33.544Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47212026-08-13T19:02:33.544Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47222026-08-13T19:02:33.544Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47232026-08-13T19:02:34.429Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-13T19:02:34.432Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-13T19:02:35.708Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-13T19:03:14.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47272026-08-13T19:03:14.549Z
47282026-08-13T19:03:14.549Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47292026-08-13T19:03:15.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-13T19:03:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-13T19:03:15.253Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-13T19:03:15.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47332026-08-13T19:03:16.098Z
47342026-08-13T19:03:16.098Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47352026-08-13T19:03:16.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-13T19:03:16.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-13T19:03:16.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-13T19:03:16.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47392026-08-13T19:03:16.654Z
47402026-08-13T19:03:16.654Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47412026-08-13T19:03:17.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-13T19:03:17.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-13T19:03:17.433Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47442026-08-13T19:03:17.556Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47452026-08-13T19:03:17.563Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47462026-08-13T19:03:44.482Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47472026-08-13T19:03:44.886Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47482026-08-13T19:03:46.659Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47492026-08-13T19:03:47.138Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47502026-08-13T19:03:50.263Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47512026-08-13T19:04:14.269Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47522026-08-13T19:04:15.019Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47532026-08-13T19:04:16.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47542026-08-13T19:04:16.925Z
47552026-08-13T19:04:16.926Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47562026-08-13T19:04:17.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-08-13T19:04:17.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-08-13T19:04:17.646Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47592026-08-13T19:04:18.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47602026-08-13T19:04:18.536Z
47612026-08-13T19:04:18.536Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47622026-08-13T19:04:19.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-13T19:04:19.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-13T19:04:19.156Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47652026-08-13T19:04:19.159Z Compiling fs-err v2.11.0
47662026-08-13T19:04:19.275Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47672026-08-13T19:04:19.317Z Checking parse-size v1.1.0
47682026-08-13T19:04:19.317Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47692026-08-13T19:04:19.317Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47702026-08-13T19:04:19.317Z Checking shell-words v1.1.1
47712026-08-13T19:04:19.384Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47722026-08-13T19:04:19.714Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47732026-08-13T19:04:19.895Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47742026-08-13T19:04:20.571Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47752026-08-13T19:04:21.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47762026-08-13T19:04:21.712Z
47772026-08-13T19:04:21.712Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47782026-08-13T19:04:22.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-13T19:04:22.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-13T19:04:22.340Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47812026-08-13T19:04:22.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
47822026-08-13T19:04:23.025Z
47832026-08-13T19:04:23.025Zinfo: running `cargo check --bins` on schema (316/334)
47842026-08-13T19:04:23.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-13T19:04:23.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-13T19:04:23.742Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47872026-08-13T19:04:24.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47882026-08-13T19:04:24.652Z
47892026-08-13T19:04:24.652Zinfo: running `cargo check --bins` on xtask (317/334)
47902026-08-13T19:04:25.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-13T19:04:25.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-13T19:04:25.053Z Checking serde_core v1.0.228
47932026-08-13T19:04:25.053Z Checking libc v0.2.185
47942026-08-13T19:04:25.056Z Checking bitflags v2.11.0
47952026-08-13T19:04:25.140Z Checking scroll v0.12.0
47962026-08-13T19:04:25.143Z Checking thiserror v1.0.69
47972026-08-13T19:04:25.153Z Checking log v0.4.29
47982026-08-13T19:04:25.161Z Checking zerocopy v0.7.35
47992026-08-13T19:04:25.164Z Checking indexmap v2.14.0
48002026-08-13T19:04:25.235Z Checking syn v2.0.117
48012026-08-13T19:04:25.275Z Checking dtrace-parser v0.2.0
48022026-08-13T19:04:25.297Z Checking once_cell v1.21.3
48032026-08-13T19:04:25.362Z Checking goblin v0.8.2
48042026-08-13T19:04:25.414Z Checking errno v0.3.14
48052026-08-13T19:04:25.468Z Checking getrandom v0.4.1
48062026-08-13T19:04:25.514Z Checking thread-id v4.2.2
48072026-08-13T19:04:25.534Z Checking rustix v1.1.3
48082026-08-13T19:04:25.593Z Checking memmap v0.7.0
48092026-08-13T19:04:25.606Z Checking thiserror v2.0.18
48102026-08-13T19:04:25.651Z Checking fs-err v3.3.0
48112026-08-13T19:04:25.701Z Checking anyhow v1.0.102
48122026-08-13T19:04:25.712Z Checking tabled v0.15.0
48132026-08-13T19:04:26.310Z Checking terminal_size v0.4.3
48142026-08-13T19:04:26.310Z Checking tempfile v3.25.0
48152026-08-13T19:04:26.426Z Checking clap_builder v4.6.0
48162026-08-13T19:04:26.429Z Checking textwrap v0.16.2
48172026-08-13T19:04:26.595Z Checking serde v1.0.228
48182026-08-13T19:04:26.595Z Checking serde_json v1.0.151
48192026-08-13T19:04:26.599Z Checking camino v1.2.2
48202026-08-13T19:04:26.628Z Checking cargo-platform v0.3.2
48212026-08-13T19:04:26.800Z Checking semver v1.0.28
48222026-08-13T19:04:26.845Z Checking camino-tempfile v1.4.1
48232026-08-13T19:04:27.006Z Checking serde_spanned v0.6.9
48242026-08-13T19:04:27.006Z Checking toml_datetime v0.6.11
48252026-08-13T19:04:27.009Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48262026-08-13T19:04:27.009Z Checking macaddr v1.0.1
48272026-08-13T19:04:27.202Z Checking toml_edit v0.22.27
48282026-08-13T19:04:27.212Z Checking dof v0.3.0
48292026-08-13T19:04:27.215Z Checking cargo_metadata v0.23.1
48302026-08-13T19:04:27.469Z Checking usdt-impl v0.5.0
48312026-08-13T19:04:27.635Z Checking clap v4.6.1
48322026-08-13T19:04:27.749Z Checking usdt v0.5.0
48332026-08-13T19:04:28.201Z Checking toml v0.8.23
48342026-08-13T19:04:28.465Z Checking cargo_toml v0.21.0
48352026-08-13T19:04:29.105Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48362026-08-13T19:04:29.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
48372026-08-13T19:04:29.604Z
48382026-08-13T19:04:29.604Zinfo: running `cargo check --bins` on dnsadm (318/334)
48392026-08-13T19:04:30.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-08-13T19:04:30.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-08-13T19:04:30.234Z Checking arc-swap v1.8.2
48422026-08-13T19:04:30.519Z Checking slog-scope v4.4.1
48432026-08-13T19:04:30.635Z Checking slog-stdlog v4.1.1
48442026-08-13T19:04:30.735Z Checking slog-envlogger v2.2.0
48452026-08-13T19:04:30.886Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48462026-08-13T19:04:31.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48472026-08-13T19:04:31.452Z
48482026-08-13T19:04:31.452Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48492026-08-13T19:04:32.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48502026-08-13T19:04:32.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48512026-08-13T19:04:32.254Z Checking cpubits v0.1.1
48522026-08-13T19:04:32.380Z Checking pem-rfc7468 v1.0.0
48532026-08-13T19:04:32.390Z Checking hmac v0.13.0
48542026-08-13T19:04:32.390Z Checking universal-hash v0.6.1
48552026-08-13T19:04:32.413Z Checking ctr v0.10.1
48562026-08-13T19:04:32.413Z Checking aead v0.6.1
48572026-08-13T19:04:32.441Z Checking aes v0.9.1
48582026-08-13T19:04:32.441Z Checking crypto-bigint v0.7.5
48592026-08-13T19:04:32.468Z Checking salsa20 v0.11.0
48602026-08-13T19:04:32.513Z Checking polyval v0.7.1
48612026-08-13T19:04:32.528Z Checking der v0.8.0
48622026-08-13T19:04:32.542Z Checking pbkdf2 v0.13.0
48632026-08-13T19:04:32.587Z Checking cbc v0.2.1
48642026-08-13T19:04:32.620Z Checking ff v0.14.0
48652026-08-13T19:04:32.642Z Checking signature v3.0.0
48662026-08-13T19:04:32.657Z Checking scrypt v0.12.0
48672026-08-13T19:04:32.677Z Checking ghash v0.6.0
48682026-08-13T19:04:32.731Z Checking base16ct v1.0.0
48692026-08-13T19:04:32.754Z Checking group v0.14.0
48702026-08-13T19:04:32.789Z Checking hkdf v0.13.0
48712026-08-13T19:04:32.808Z Compiling curve25519-dalek v5.0.0
48722026-08-13T19:04:32.827Z Checking keccak v0.2.0
48732026-08-13T19:04:32.842Z Checking aes-gcm v0.11.0
48742026-08-13T19:04:32.858Z Checking poly1305 v0.9.0
48752026-08-13T19:04:32.903Z Checking wnaf v0.14.0
48762026-08-13T19:04:32.923Z Checking blowfish v0.10.0
48772026-08-13T19:04:32.985Z Checking blake2 v0.11.0-rc.6
48782026-08-13T19:04:33.004Z Checking sha3 v0.11.0
48792026-08-13T19:04:33.069Z Checking bcrypt-pbkdf v0.11.0
48802026-08-13T19:04:33.087Z Checking kem v0.3.0
48812026-08-13T19:04:33.128Z Checking module-lattice v0.2.3
48822026-08-13T19:04:33.205Z Checking sponge-cursor v0.1.0
48832026-08-13T19:04:33.240Z Checking argon2 v0.6.0-rc.8
48842026-08-13T19:04:33.240Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48852026-08-13T19:04:33.331Z Checking sha3 v0.12.0
48862026-08-13T19:04:33.334Z Checking spki v0.8.0
48872026-08-13T19:04:33.360Z Checking sec1 v0.8.1
48882026-08-13T19:04:33.363Z Checking ml-kem v0.3.2
48892026-08-13T19:04:33.435Z Checking internal-russh-num-bigint v0.5.0
48902026-08-13T19:04:33.515Z Checking pkcs5 v0.8.1
48912026-08-13T19:04:33.532Z Checking pkcs1 v0.8.0-rc.4
48922026-08-13T19:04:33.558Z Checking num-bigint v0.4.6
48932026-08-13T19:04:33.558Z Checking generic-array v1.4.3
48942026-08-13T19:04:33.735Z Checking russh-util v0.52.0
48952026-08-13T19:04:33.807Z Checking pkcs8 v0.11.0
48962026-08-13T19:04:33.861Z Compiling enum_dispatch v0.3.13
48972026-08-13T19:04:33.957Z Compiling delegate v0.13.5
48982026-08-13T19:04:34.006Z Checking ed25519 v3.0.0
48992026-08-13T19:04:34.107Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49002026-08-13T19:04:34.148Z Checking md5 v0.8.0
49012026-08-13T19:04:34.204Z Checking ed25519-dalek v3.0.0
49022026-08-13T19:04:34.279Z Checking hex-literal v1.1.0
49032026-08-13T19:04:34.344Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49042026-08-13T19:04:34.379Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49052026-08-13T19:04:34.431Z Checking socket2 v0.5.10
49062026-08-13T19:04:34.505Z Checking internet-checksum v0.2.1
49072026-08-13T19:04:34.518Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49082026-08-13T19:04:34.677Z Checking elliptic-curve v0.14.1
49092026-08-13T19:04:34.677Z Checking primefield v0.14.0
49102026-08-13T19:04:34.680Z Checking rfc6979 v0.6.0
49112026-08-13T19:04:34.680Z Checking ssh-encoding v0.3.0
49122026-08-13T19:04:34.797Z Checking crypto-primes v0.7.2
49132026-08-13T19:04:34.903Z Checking ssh-cipher v0.3.0
49142026-08-13T19:04:34.903Z Checking russh-cryptovec v0.62.0
49152026-08-13T19:04:35.073Z Checking ecdsa v0.17.0
49162026-08-13T19:04:35.073Z Checking primeorder v0.14.0
49172026-08-13T19:04:35.447Z Checking p521 v0.14.0
49182026-08-13T19:04:35.447Z Checking p256 v0.14.0
49192026-08-13T19:04:35.450Z Checking p384 v0.14.0
49202026-08-13T19:04:35.723Z Checking rsa v0.10.0-rc.18
49212026-08-13T19:04:38.303Z Checking ssh-key v0.7.0-rc.11
49222026-08-13T19:04:39.070Z Checking russh v0.62.4
49232026-08-13T19:04:52.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.04s
49242026-08-13T19:04:52.709Z
49252026-08-13T19:04:52.709Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49262026-08-13T19:04:53.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-13T19:04:53.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-13T19:04:53.340Z Checking termios v0.3.3
49292026-08-13T19:04:53.539Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49302026-08-13T19:04:54.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
49312026-08-13T19:04:54.309Z
49322026-08-13T19:04:54.309Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49332026-08-13T19:04:54.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-13T19:04:54.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-13T19:04:54.986Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49362026-08-13T19:04:55.688Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49372026-08-13T19:04:57.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
49382026-08-13T19:04:57.485Z
49392026-08-13T19:04:57.485Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49402026-08-13T19:04:57.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-13T19:04:57.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-13T19:04:58.117Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49432026-08-13T19:04:58.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
49442026-08-13T19:04:58.743Z
49452026-08-13T19:04:58.743Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49462026-08-13T19:04:59.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-13T19:04:59.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-13T19:04:59.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49492026-08-13T19:04:59.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49502026-08-13T19:04:59.300Z
49512026-08-13T19:04:59.301Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49522026-08-13T19:04:59.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-13T19:04:59.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-13T19:04:59.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-13T19:04:59.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49562026-08-13T19:04:59.858Z
49572026-08-13T19:04:59.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49582026-08-13T19:05:00.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-13T19:05:00.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-13T19:05:00.593Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49612026-08-13T19:05:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
49622026-08-13T19:05:01.377Z
49632026-08-13T19:05:01.377Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49642026-08-13T19:05:01.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-13T19:05:01.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-13T19:05:02.016Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49672026-08-13T19:05:02.016Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49682026-08-13T19:05:02.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
49692026-08-13T19:05:03.134Z
49702026-08-13T19:05:03.134Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49712026-08-13T19:05:03.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49722026-08-13T19:05:03.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49732026-08-13T19:05:03.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49742026-08-13T19:05:03.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49752026-08-13T19:05:03.687Z
49762026-08-13T19:05:03.687Zinfo: running `cargo check --bins` on omicron-package (328/334)
49772026-08-13T19:05:04.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-13T19:05:04.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-13T19:05:04.356Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49802026-08-13T19:05:05.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
49812026-08-13T19:05:05.643Z
49822026-08-13T19:05:05.643Zinfo: running `cargo check --bins` on tqdb (329/334)
49832026-08-13T19:05:06.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49842026-08-13T19:05:06.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49852026-08-13T19:05:06.420Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49862026-08-13T19:05:06.779Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49872026-08-13T19:05:07.295Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49882026-08-13T19:05:07.295Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49892026-08-13T19:05:13.503Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49902026-08-13T19:05:13.507Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49912026-08-13T19:05:13.507Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49922026-08-13T19:05:14.133Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49932026-08-13T19:05:14.133Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49942026-08-13T19:05:14.136Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49952026-08-13T19:05:14.907Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49962026-08-13T19:05:15.356Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49972026-08-13T19:05:15.595Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49982026-08-13T19:05:15.988Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49992026-08-13T19:05:16.853Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50002026-08-13T19:05:17.504Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50012026-08-13T19:05:22.269Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50022026-08-13T19:05:29.356Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50032026-08-13T19:05:29.356Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50042026-08-13T19:05:29.359Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50052026-08-13T19:05:29.359Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50062026-08-13T19:05:30.873Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50072026-08-13T19:05:32.160Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50082026-08-13T19:05:32.839Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50092026-08-13T19:05:34.125Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50102026-08-13T19:05:34.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s
50112026-08-13T19:05:34.876Z
50122026-08-13T19:05:34.876Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50132026-08-13T19:05:35.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-13T19:05:35.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-13T19:05:35.578Z Checking rtoolbox v0.0.3
50162026-08-13T19:05:35.581Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50172026-08-13T19:05:35.581Z Checking tui-tree-widget v0.23.1
50182026-08-13T19:05:35.708Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50192026-08-13T19:05:35.799Z Checking rpassword v7.5.4
50202026-08-13T19:05:38.686Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50212026-08-13T19:05:40.528Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50222026-08-13T19:05:41.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
50232026-08-13T19:05:41.654Z
50242026-08-13T19:05:41.654Zinfo: running `cargo check --bins` on wicket (331/334)
50252026-08-13T19:05:42.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50262026-08-13T19:05:42.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50272026-08-13T19:05:42.346Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50282026-08-13T19:05:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50292026-08-13T19:05:42.898Z
50302026-08-13T19:05:42.898Zinfo: running `cargo check --bins` on wicketd (332/334)
50312026-08-13T19:05:43.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-13T19:05:43.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-13T19:05:43.597Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50342026-08-13T19:05:47.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
50352026-08-13T19:05:47.462Z
50362026-08-13T19:05:47.462Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50372026-08-13T19:05:47.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-13T19:05:47.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-13T19:05:47.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50402026-08-13T19:05:47.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50412026-08-13T19:05:48.031Z
50422026-08-13T19:05:48.031Zinfo: running `cargo check --bins` on zone-setup (334/334)
50432026-08-13T19:05:48.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50442026-08-13T19:05:48.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50452026-08-13T19:05:48.699Z Checking uzers v0.12.2
50462026-08-13T19:05:48.975Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50472026-08-13T19:05:49.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
50482026-08-13T19:05:49.968Z
50492026-08-13T19:05:49.968Zreal 14:00.264191569
50502026-08-13T19:05:49.968Zuser 21:07.427296648
50512026-08-13T19:05:49.968Zsys 4:19.845416923
50522026-08-13T19:05:49.968Ztrap 0.332792800
50532026-08-13T19:05:49.969Ztflt 0.553702766
50542026-08-13T19:05:49.969Zdflt 0.838416677
50552026-08-13T19:05:49.969Zkflt 0.005444571
50562026-08-13T19:05:49.972Zlock 1:26:29.592821201
50572026-08-13T19:05:49.972Zslp 1:40:43.217485419
50582026-08-13T19:05:49.972Zlat 53.219557107
50592026-08-13T19:05:49.972Zstop 3:57.713842298
50602026-08-13T19:05:49.972Zprocess exited: duration 970254 ms, exit code 0
 
50612026-08-13T19:05:49.979Zfound 0 output files