01M0JN5GRZNRSPSD1SKBR1M156: 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: 01M0JN649ZE81D1AFY0V90DCQV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T17:17:27.860Zjob assigned to worker 01M0JN6EMQRWP22MX55KPZN326 [factory aws, i-03c6d83cd2d82b9a2] (queued for 51 s)
 
22026-08-21T17:17:34.757Zstarting task 0: "setup"
32026-08-21T17:17:34.764Z++ uname -s
42026-08-21T17:17:34.767Z+ kern=SunOS
52026-08-21T17:17:34.767Z+ build_user=build
62026-08-21T17:17:34.767Z+ build_uid=12345
72026-08-21T17:17:34.767Z+ work_dir=/work
82026-08-21T17:17:34.767Z+ input_dir=/input
92026-08-21T17:17:34.767Z+ [[ 0 == 12345 ]]
102026-08-21T17:17:34.767Z+ case "$kern" in
112026-08-21T17:17:34.767Z+ groupadd -g 12345 build
122026-08-21T17:17:34.767Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T17:17:36.771Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T17:17:36.817Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T17:17:36.820Z+ home_fs=zfs
162026-08-21T17:17:36.820Z+ [[ zfs == autofs ]]
172026-08-21T17:17:36.820Z+ mkdir -p /home/build
182026-08-21T17:17:36.820Z+ chown build:build /home/build /work
192026-08-21T17:17:38.821Z+ chmod 0700 /home/build /work
202026-08-21T17:17:38.824Zprocess exited: duration 4065 ms, exit code 0
 
212026-08-21T17:17:38.831Zstarting task 1: "rust-toolchain"
222026-08-21T17:17:38.834Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T17:17:38.834Z * rust toolchain channel = "1.97.1"
242026-08-21T17:17:38.834Z * rust toolchain profile = "default"
252026-08-21T17:17:38.834Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T17:17:38.834Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T17:17:38.834Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T17:17:38.837Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T17:17:38.837Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T17:17:38.919Zinfo: downloading installer
312026-08-21T17:17:40.332Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T17:17:40.332Zwarn: /home/build/.rustup/settings.toml
332026-08-21T17:17:40.332Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T17:17:40.332Zwarn: instead of the one inferred from the default host triple.
352026-08-21T17:17:40.344Zinfo: profile set to default
362026-08-21T17:17:40.344Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T17:17:40.347Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T17:17:40.483Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T17:17:40.486Zinfo: downloading 6 components
402026-08-21T17:17:56.335Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T17:17:56.335Z
422026-08-21T17:17:56.362Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T17:17:56.362Z
442026-08-21T17:17:56.362Z
452026-08-21T17:17:56.362ZRust is installed now. Great!
462026-08-21T17:17:56.362Z
472026-08-21T17:17:56.362ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T17:17:56.362Zenvironment variable. This has not been done automatically.
492026-08-21T17:17:56.362Z
502026-08-21T17:17:56.362ZTo configure your current shell, you need to source
512026-08-21T17:17:56.362Zthe corresponding env file under $HOME/.cargo.
522026-08-21T17:17:56.362Z
532026-08-21T17:17:56.362ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T17:17:56.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T17:17:56.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T17:17:56.365Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T17:17:56.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T17:17:56.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T17:17:56.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T17:17:56.365Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T17:17:56.365Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T17:17:56.444Z+ rustup --version
632026-08-21T17:17:56.453Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T17:17:56.456Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T17:17:56.474Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T17:17:56.477Z+ cargo --version
672026-08-21T17:17:56.491Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T17:17:56.495Z+ rustc --version
692026-08-21T17:17:56.513Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T17:17:56.516Zprocess exited: duration 17684 ms, exit code 0
 
712026-08-21T17:17:56.521Zstarting task 2: "authentication"
722026-08-21T17:17:56.538Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T17:17:56.545Zstarting task 3: "clone repository"
742026-08-21T17:17:56.548Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T17:17:56.551Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T17:17:56.577ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T17:18:09.588Z+ cd /work/oxidecomputer/omicron
782026-08-21T17:18:09.588Z+ git fetch origin 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
792026-08-21T17:18:09.926ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T17:18:09.927Z * branch 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 -> FETCH_HEAD
812026-08-21T17:18:09.937Z+ [[ -n ben/multiple-eips-in-database-blueprints ]]
822026-08-21T17:18:09.937Z++ git branch --show-current
832026-08-21T17:18:09.937Z+ current=main
842026-08-21T17:18:09.937Z+ [[ main != ben/multiple-eips-in-database-blueprints ]]
852026-08-21T17:18:09.949Z+ git branch -f ben/multiple-eips-in-database-blueprints 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
862026-08-21T17:18:09.949Z+ git checkout -f ben/multiple-eips-in-database-blueprints
872026-08-21T17:18:10.051ZSwitched to branch 'ben/multiple-eips-in-database-blueprints'
882026-08-21T17:18:10.079Z+ git reset --hard 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
892026-08-21T17:18:10.182ZHEAD is now at 230b14bb6 Support multiple external IPs for services in blueprint tables
902026-08-21T17:18:10.229Zprocess exited: duration 13612 ms, exit code 0
 
912026-08-21T17:18:10.266Zstarting task 4: "build"
922026-08-21T17:18:10.286Z+ source .github/buildomat/ci-env.sh
932026-08-21T17:18:10.286Z++ export CARGO_TERM_COLOR=always
942026-08-21T17:18:10.286Z++ CARGO_TERM_COLOR=always
952026-08-21T17:18:10.286Z+++ uname -s
962026-08-21T17:18:10.286Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T17:18:10.287Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T17:18:10.287Z+ cargo --version
992026-08-21T17:18:10.287Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T17:18:10.287Z+ rustc --version
1012026-08-21T17:18:10.305Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T17:18:10.330Z+ source ./env.sh
1032026-08-21T17:18:10.331Z++ OLD_SHELL_OPTS=ehxB
1042026-08-21T17:18:10.331Z++ set -o xtrace
1052026-08-21T17:18:10.331Z++++ dirname ./env.sh
1062026-08-21T17:18:10.331Z+++ readlink -f .
1072026-08-21T17:18:10.331Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.331Z++ 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-21T17:18:10.332Z++ 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-21T17:18:10.332Z++ case $OLD_SHELL_OPTS in
1192026-08-21T17:18:10.332Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-21T17:18:10.332Z+ 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-21T17:18:10.332Z+ 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-21T17:18:10.332Z+ banner prerequisites
1232026-08-21T17:18:10.332Z
1242026-08-21T17:18:10.332Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-21T17:18:10.332Z # # # # # # # # # # # # # # #
1262026-08-21T17:18:10.332Z # # # # ##### # # ##### # # # # # #### #
1272026-08-21T17:18:10.332Z ##### ##### # ##### # # # # # # # # #
1282026-08-21T17:18:10.332Z # # # # # # # # # # # # # # #
1292026-08-21T17:18:10.332Z # # # ###### # # ###### ### # #### # #### #
1302026-08-21T17:18:10.332Z
1312026-08-21T17:18:10.332Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-21T17:18:12.183Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-21T17:18:12.535Z Startup: Caching catalogs ... Done
1342026-08-21T17:18:14.463ZPlanning: Solver setup ... Done (1.817s)
1352026-08-21T17:18:14.515ZPlanning: Running solver ... Done (0.059s)
1362026-08-21T17:18:14.568ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-21T17:18:14.576ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-21T17:18:14.592ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-21T17:18:14.606ZPlanning: Package planning ... Done (0.014s)
1402026-08-21T17:18:14.609ZPlanning: Merging actions ... Done (0.002s)
1412026-08-21T17:18:14.767ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-21T17:18:14.770ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-21T17:18:15.648ZPlanning: Evaluating mediators ... Done (0.874s)
1442026-08-21T17:18:15.656ZPlanning: Planning completed in 3.08 seconds
1452026-08-21T17:18:15.657Z Packages to install: 2
1462026-08-21T17:18:15.657Z Estimated space available: 156.01 GB
1472026-08-21T17:18:15.657ZEstimated space to be consumed: 73.56 MB
1482026-08-21T17:18:15.657Z Create boot environment: No
1492026-08-21T17:18:15.657ZCreate backup boot environment: No
1502026-08-21T17:18:15.657Z Rebuild boot archive: No
1512026-08-21T17:18:15.657Z
1522026-08-21T17:18:15.657ZChanged packages:
1532026-08-21T17:18:15.657Zhelios
1542026-08-21T17:18:15.657Z developer/build-essential
1552026-08-21T17:18:15.657Z None -> 11-3.0
1562026-08-21T17:18:15.658Z library/libxmlsec1
1572026-08-21T17:18:15.658Z None -> 1.2.35-3.0
1582026-08-21T17:18:15.689Z
1592026-08-21T17:18:15.689ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-21T17:18:15.760ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1612026-08-21T17:18:15.821Z Actions: 1/268 actions (Installing new actions)
1622026-08-21T17:18:15.868Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-21T17:18:15.895ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-21T17:18:15.908ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-21T17:18:15.973ZFinalize: Updating image state ... Done (0.081s)
1662026-08-21T17:18:18.403ZFinalize: Creating fast lookup database ... Done (2.373s)
1672026-08-21T17:18:18.456ZFinalize: Reading search index ... Done (0.012s)
1682026-08-21T17:18:18.462ZFinalize: Updating search index ... Done (0.000s)
1692026-08-21T17:18:18.543ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-21T17:18:18.896ZPlanning: Evaluating mediator changes ... Done
1712026-08-21T17:18:19.002ZPlanning: Checking for conflicting actions ... Done
1722026-08-21T17:18:19.005ZPlanning: Consolidating action changes ... Done
1732026-08-21T17:18:19.162ZPlanning: Evaluating mediators ... Done
1742026-08-21T17:18:19.165ZPlanning: Planning completed in 0.27 seconds
1752026-08-21T17:18:19.185Z Mediators to change: 2
1762026-08-21T17:18:19.185Z Create boot environment: No
1772026-08-21T17:18:19.185ZCreate backup boot environment: No
1782026-08-21T17:18:19.220ZFinalize: Updating package state database ... Done
1792026-08-21T17:18:19.220ZFinalize: Updating package cache ... Done
1802026-08-21T17:18:19.271ZFinalize: Updating image state ... Done
1812026-08-21T17:18:21.240ZFinalize: Creating fast lookup database ... Done
1822026-08-21T17:18:21.302ZFinalize: Reading search index ... Done
1832026-08-21T17:18:21.305ZFinalize: Updating search index ... Done
1842026-08-21T17:18:21.359ZFinalize: Updating package cache ... Done
1852026-08-21T17:18:21.646ZPlanning: Evaluating mediator changes ... Done
1862026-08-21T17:18:21.749ZPlanning: Checking for conflicting actions ... Done
1872026-08-21T17:18:21.752ZPlanning: Consolidating action changes ... Done
1882026-08-21T17:18:21.908ZPlanning: Evaluating mediators ... Done
1892026-08-21T17:18:21.912ZPlanning: Planning completed in 0.26 seconds
1902026-08-21T17:18:21.930Z Mediators to change: 1
1912026-08-21T17:18:21.930Z Create boot environment: No
1922026-08-21T17:18:21.931ZCreate backup boot environment: No
1932026-08-21T17:18:21.968ZFinalize: Updating package state database ... Done
1942026-08-21T17:18:21.968ZFinalize: Updating package cache ... Done
1952026-08-21T17:18:22.014ZFinalize: Updating image state ... Done
1962026-08-21T17:18:24.024ZFinalize: Creating fast lookup database ... Done
1972026-08-21T17:18:24.043ZFinalize: Reading search index ... Done
1982026-08-21T17:18:24.046ZFinalize: Updating search index ... Done
1992026-08-21T17:18:24.090ZFinalize: Updating package cache ... Done
2002026-08-21T17:18:24.401ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-21T17:18:24.401Zapache system 2.4 system
2022026-08-21T17:18:24.401Zclang system 15 system
2032026-08-21T17:18:24.401Zcsh system system illumos
2042026-08-21T17:18:24.401Zctags system system illumos
2052026-08-21T17:18:24.402Zfile vendor vendor darwinsys
2062026-08-21T17:18:24.402Zfile system system illumos
2072026-08-21T17:18:24.402Zgcc vendor 14 vendor
2082026-08-21T17:18:24.402Zgcc system 13 system
2092026-08-21T17:18:24.402Zgcc system 10 system
2102026-08-21T17:18:24.402Zgo system 1.25 system
2112026-08-21T17:18:24.402Zllvm system 15 system
2122026-08-21T17:18:24.402Zmariadb system 11.4 system
2132026-08-21T17:18:24.402Zmta vendor vendor dma
2142026-08-21T17:18:24.402Zopenjdk system 17 system
2152026-08-21T17:18:24.402Zopenjdk system 11 system
2162026-08-21T17:18:24.402Zopenssl vendor 3 vendor
2172026-08-21T17:18:24.402Zperl system 5.40 system
2182026-08-21T17:18:24.402Zpostgresql system 18 system
2192026-08-21T17:18:24.402Zpostgresql system 17 system
2202026-08-21T17:18:24.402Zpython vendor 3 vendor
2212026-08-21T17:18:24.402Zpython system 2 system
2222026-08-21T17:18:24.402Zpython3 vendor 3.13 vendor
2232026-08-21T17:18:24.402Zruby system 3.4 system
2242026-08-21T17:18:24.402Zruby system 3.0 system
2252026-08-21T17:18:24.402Zwords vendor vendor american-english
2262026-08-21T17:18:24.402Zwords system system australian-english
2272026-08-21T17:18:24.402Zwords system system british-english
2282026-08-21T17:18:24.402Zwords system system canadian-english
2292026-08-21T17:18:24.402Zwords system system french
2302026-08-21T17:18:24.402Zwords system system italian
2312026-08-21T17:18:24.402Zwords system system ngerman
2322026-08-21T17:18:24.403Zwords system system ogerman
2332026-08-21T17:18:24.403Zwords system system spanish
2342026-08-21T17:18:24.657ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-21T17:18:24.657Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-21T17:18:25.122ZFMRI IFO
2372026-08-21T17:18:25.122Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-21T17:18:25.122Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-21T17:18:25.122Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-21T17:18:25.122Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-21T17:18:25.122Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-21T17:18:25.122Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-21T17:18:25.122Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-21T17:18:25.123Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-21T17:18:25.123Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-21T17:18:25.443Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-21T17:18:25.852Z Updating crates.io index
2482026-08-21T17:18:25.856Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-21T17:18:26.114Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-21T17:18:26.523Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-21T17:18:27.517Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-21T17:18:28.133Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-21T17:18:29.838Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-21T17:18:30.724Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-21T17:18:31.081Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-21T17:18:31.425Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-21T17:18:32.640Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-21T17:18:32.926Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-21T17:18:33.347Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-21T17:18:33.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-21T17:18:34.115Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-21T17:18:34.401Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-21T17:18:34.694Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-21T17:18:34.939Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-21T17:18:35.274Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-21T17:18:35.773Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-21T17:18:36.124Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-21T17:18:36.649Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-21T17:18:36.949Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-21T17:18:37.687Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-21T17:18:38.085Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-21T17:18:38.373Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-21T17:18:38.793Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-21T17:18:39.082Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-21T17:18:39.510Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-21T17:18:39.912Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-21T17:18:40.196Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-21T17:18:40.571Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-21T17:18:41.004Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-21T17:18:41.614Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-21T17:18:42.136Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-21T17:18:42.455Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-21T17:18:42.782Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-21T17:18:43.110Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-21T17:18:43.603Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-21T17:18:43.889Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-21T17:18:44.212Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-21T17:18:44.503Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-21T17:18:44.801Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-21T17:18:47.456Z Downloading crates ...
2912026-08-21T17:18:47.503Z Downloaded anstyle-query v1.1.5
2922026-08-21T17:18:47.508Z Downloaded anstream v1.0.0
2932026-08-21T17:18:47.524Z Downloaded anstyle v1.0.14
2942026-08-21T17:18:47.524Z Downloaded block-buffer v0.10.4
2952026-08-21T17:18:47.524Z Downloaded dof v0.3.0
2962026-08-21T17:18:47.524Z Downloaded zmij v1.0.21
2972026-08-21T17:18:47.543Z Downloaded autocfg v1.5.0
2982026-08-21T17:18:47.543Z Downloaded cfg-if v1.0.4
2992026-08-21T17:18:47.543Z Downloaded digest v0.10.7
3002026-08-21T17:18:47.553Z Downloaded itoa v1.0.17
3012026-08-21T17:18:47.554Z Downloaded zerocopy v0.7.35
3022026-08-21T17:18:47.554Z Downloaded generic-array v0.14.7
3032026-08-21T17:18:47.554Z Downloaded heck v0.5.0
3042026-08-21T17:18:47.554Z Downloaded dtrace-parser v0.2.0
3052026-08-21T17:18:47.554Z Downloaded fastrand v2.3.0
3062026-08-21T17:18:47.554Z Downloaded fnv v1.0.7
3072026-08-21T17:18:47.554Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-21T17:18:47.566Z Downloaded cargo-platform v0.3.2
3092026-08-21T17:18:47.567Z Downloaded equivalent v1.0.2
3102026-08-21T17:18:47.567Z Downloaded anstyle-parse v1.0.0
3112026-08-21T17:18:47.567Z Downloaded anyhow v1.0.104
3122026-08-21T17:18:47.573Z Downloaded quote v1.0.45
3132026-08-21T17:18:47.573Z Downloaded usdt-impl v0.5.0
3142026-08-21T17:18:47.573Z Downloaded proc-macro-error v1.0.4
3152026-08-21T17:18:47.573Z Downloaded bitflags v2.11.0
3162026-08-21T17:18:47.574Z Downloaded heck v0.4.1
3172026-08-21T17:18:47.574Z Downloaded crypto-common v0.1.7
3182026-08-21T17:18:47.574Z Downloaded colorchoice v1.0.4
3192026-08-21T17:18:47.574Z Downloaded clap_lex v1.0.0
3202026-08-21T17:18:47.585Z Downloaded cpufeatures v0.2.17
3212026-08-21T17:18:47.585Z Downloaded errno v0.3.14
3222026-08-21T17:18:47.586Z Downloaded macaddr v1.0.1
3232026-08-21T17:18:47.601Z Downloaded usdt v0.5.0
3242026-08-21T17:18:47.601Z Downloaded memmap v0.7.0
3252026-08-21T17:18:47.601Z Downloaded bytecount v0.6.9
3262026-08-21T17:18:47.609Z Downloaded fs-err v3.3.0
3272026-08-21T17:18:47.609Z Downloaded thiserror v1.0.69
3282026-08-21T17:18:47.609Z Downloaded clap_derive v4.6.1
3292026-08-21T17:18:47.609Z Downloaded getrandom v0.3.4
3302026-08-21T17:18:47.615Z Downloaded usdt-macro v0.5.0
3312026-08-21T17:18:47.615Z Downloaded scroll_derive v0.12.1
3322026-08-21T17:18:47.615Z Downloaded tabled_derive v0.7.0
3332026-08-21T17:18:47.615Z Downloaded usdt-attr-macro v0.5.0
3342026-08-21T17:18:47.615Z Downloaded strsim v0.11.1
3352026-08-21T17:18:47.615Z Downloaded serde_spanned v0.6.9
3362026-08-21T17:18:47.618Z Downloaded proc-macro-error-attr v1.0.4
3372026-08-21T17:18:47.623Z Downloaded plain v0.2.3
3382026-08-21T17:18:47.623Z Downloaded smawk v0.3.2
3392026-08-21T17:18:47.627Z Downloaded toml_datetime v0.6.11
3402026-08-21T17:18:47.629Z Downloaded unicode-linebreak v0.1.5
3412026-08-21T17:18:47.629Z Downloaded utf8parse v0.2.2
3422026-08-21T17:18:47.632Z Downloaded swrite v0.1.0
3432026-08-21T17:18:47.632Z Downloaded thread-id v4.2.2
3442026-08-21T17:18:47.632Z Downloaded pretty-hex v0.4.1
3452026-08-21T17:18:47.638Z Downloaded version_check v0.9.5
3462026-08-21T17:18:47.646Z Downloaded toml_write v0.1.2
3472026-08-21T17:18:47.653Z Downloaded cargo_toml v0.21.0
3482026-08-21T17:18:47.656Z Downloaded camino-tempfile v1.4.1
3492026-08-21T17:18:47.662Z Downloaded camino v1.2.5
3502026-08-21T17:18:47.665Z Downloaded pest_derive v2.8.6
3512026-08-21T17:18:47.668Z Downloaded byteorder v1.5.0
3522026-08-21T17:18:47.672Z Downloaded terminal_size v0.4.3
3532026-08-21T17:18:47.676Z Downloaded scroll v0.12.0
3542026-08-21T17:18:47.679Z Downloaded thiserror v2.0.18
3552026-08-21T17:18:47.682Z Downloaded thiserror-impl v2.0.18
3562026-08-21T17:18:47.682Z Downloaded serde_tokenstream v0.2.3
3572026-08-21T17:18:47.682Z Downloaded once_cell v1.21.3
3582026-08-21T17:18:47.685Z Downloaded sha2 v0.10.9
3592026-08-21T17:18:47.689Z Downloaded thiserror-impl v1.0.69
3602026-08-21T17:18:47.689Z Downloaded cargo_metadata v0.23.1
3612026-08-21T17:18:47.698Z Downloaded unicode-ident v1.0.24
3622026-08-21T17:18:47.703Z Downloaded pest_generator v2.8.6
3632026-08-21T17:18:47.703Z Downloaded ucd-trie v0.1.7
3642026-08-21T17:18:47.709Z Downloaded log v0.4.33
3652026-08-21T17:18:47.715Z Downloaded semver v1.0.28
3662026-08-21T17:18:47.719Z Downloaded toml v0.8.23
3672026-08-21T17:18:47.719Z Downloaded zerocopy-derive v0.7.35
3682026-08-21T17:18:47.730Z Downloaded clap v4.6.1
3692026-08-21T17:18:47.734Z Downloaded papergrid v0.11.0
3702026-08-21T17:18:47.737Z Downloaded serde v1.0.228
3712026-08-21T17:18:47.743Z Downloaded serde_derive v1.0.228
3722026-08-21T17:18:47.746Z Downloaded proc-macro2 v1.0.106
3732026-08-21T17:18:47.750Z Downloaded tempfile v3.27.0
3742026-08-21T17:18:47.765Z Downloaded pest_meta v2.8.6
3752026-08-21T17:18:47.768Z Downloaded serde_core v1.0.228
3762026-08-21T17:18:47.772Z Downloaded toml_edit v0.22.27
3772026-08-21T17:18:47.775Z Downloaded memchr v2.8.0
3782026-08-21T17:18:47.790Z Downloaded textwrap v0.16.2
3792026-08-21T17:18:47.797Z Downloaded indexmap v2.14.0
3802026-08-21T17:18:47.822Z Downloaded pest v2.8.6
3812026-08-21T17:18:47.827Z Downloaded typenum v1.20.1
3822026-08-21T17:18:47.859Z Downloaded clap_builder v4.6.0
3832026-08-21T17:18:47.871Z Downloaded hashbrown v0.17.0
3842026-08-21T17:18:47.875Z Downloaded goblin v0.8.2
3852026-08-21T17:18:47.881Z Downloaded serde_json v1.0.151
3862026-08-21T17:18:47.897Z Downloaded tabled v0.15.0
3872026-08-21T17:18:47.905Z Downloaded winnow v0.7.14
3882026-08-21T17:18:47.914Z Downloaded syn v1.0.109
3892026-08-21T17:18:47.919Z Downloaded unicode-width v0.1.14
3902026-08-21T17:18:47.937Z Downloaded unicode-width v0.2.0
3912026-08-21T17:18:47.940Z Downloaded syn v2.0.117
3922026-08-21T17:18:47.960Z Downloaded rustix v1.1.4
3932026-08-21T17:18:47.986Z Downloaded libc v0.2.185
3942026-08-21T17:18:48.072Z Compiling proc-macro2 v1.0.106
3952026-08-21T17:18:48.072Z Compiling unicode-ident v1.0.24
3962026-08-21T17:18:48.077Z Compiling quote v1.0.45
3972026-08-21T17:18:48.077Z Compiling serde_core v1.0.228
3982026-08-21T17:18:48.077Z Compiling libc v0.2.185
3992026-08-21T17:18:48.077Z Compiling version_check v0.9.5
4002026-08-21T17:18:48.077Z Compiling memchr v2.8.0
4012026-08-21T17:18:48.077Z Compiling serde v1.0.228
4022026-08-21T17:18:48.354Z Compiling zmij v1.0.21
4032026-08-21T17:18:48.536Z Compiling thiserror v1.0.69
4042026-08-21T17:18:48.632Z Compiling itoa v1.0.17
4052026-08-21T17:18:48.802Z Compiling ucd-trie v0.1.7
4062026-08-21T17:18:48.902Z Compiling byteorder v1.5.0
4072026-08-21T17:18:48.985Z Compiling pest v2.8.6
4082026-08-21T17:18:49.003Z Compiling rustix v1.1.4
4092026-08-21T17:18:49.107Z Compiling errno v0.3.14
4102026-08-21T17:18:49.167Z Compiling serde_json v1.0.151
4112026-08-21T17:18:49.358Z Compiling bitflags v2.11.0
4122026-08-21T17:18:49.448Z Compiling syn v2.0.117
4132026-08-21T17:18:49.533Z Compiling thread-id v4.2.2
4142026-08-21T17:18:49.584Z Compiling proc-macro-error-attr v1.0.4
4152026-08-21T17:18:49.620Z Compiling usdt-impl v0.5.0
4162026-08-21T17:18:49.725Z Compiling syn v1.0.109
4172026-08-21T17:18:49.773Z Compiling camino v1.2.5
4182026-08-21T17:18:49.988Z Compiling proc-macro-error v1.0.4
4192026-08-21T17:18:50.084Z Compiling pest_meta v2.8.6
4202026-08-21T17:18:50.152Z Compiling getrandom v0.3.4
4212026-08-21T17:18:50.213Z Compiling equivalent v1.0.2
4222026-08-21T17:18:50.273Z Compiling hashbrown v0.17.0
4232026-08-21T17:18:50.291Z Compiling plain v0.2.3
4242026-08-21T17:18:50.407Z Compiling log v0.4.33
4252026-08-21T17:18:50.605Z Compiling utf8parse v0.2.2
4262026-08-21T17:18:50.722Z Compiling anstyle-parse v1.0.0
4272026-08-21T17:18:50.739Z Compiling terminal_size v0.4.3
4282026-08-21T17:18:50.856Z Compiling indexmap v2.14.0
4292026-08-21T17:18:51.399Z Compiling colorchoice v1.0.4
4302026-08-21T17:18:51.471Z Compiling cfg-if v1.0.4
4312026-08-21T17:18:51.491Z Compiling is_terminal_polyfill v1.70.2
4322026-08-21T17:18:51.519Z Compiling toml_write v0.1.2
4332026-08-21T17:18:51.549Z Compiling pretty-hex v0.4.1
4342026-08-21T17:18:51.579Z Compiling autocfg v1.5.0
4352026-08-21T17:18:51.595Z Compiling winnow v0.7.14
4362026-08-21T17:18:51.691Z Compiling thiserror v2.0.18
4372026-08-21T17:18:51.708Z Compiling anstyle v1.0.14
4382026-08-21T17:18:51.723Z Compiling pest_generator v2.8.6
4392026-08-21T17:18:51.802Z Compiling anstyle-query v1.1.5
4402026-08-21T17:18:51.917Z Compiling anstream v1.0.0
4412026-08-21T17:18:52.010Z Compiling fs-err v3.3.0
4422026-08-21T17:18:52.231Z Compiling strsim v0.11.1
4432026-08-21T17:18:52.245Z Compiling fnv v1.0.7
4442026-08-21T17:18:52.315Z Compiling heck v0.4.1
4452026-08-21T17:18:52.350Z Compiling anyhow v1.0.104
4462026-08-21T17:18:52.412Z Compiling fastrand v2.3.0
4472026-08-21T17:18:52.436Z Compiling heck v0.5.0
4482026-08-21T17:18:52.547Z Compiling unicode-width v0.1.14
4492026-08-21T17:18:52.571Z Compiling once_cell v1.21.3
4502026-08-21T17:18:52.655Z Compiling bytecount v0.6.9
4512026-08-21T17:18:52.671Z Compiling clap_lex v1.0.0
4522026-08-21T17:18:52.808Z Compiling papergrid v0.11.0
4532026-08-21T17:18:52.896Z Compiling tempfile v3.27.0
4542026-08-21T17:18:52.998Z Compiling clap_builder v4.6.0
4552026-08-21T17:18:52.998Z Compiling semver v1.0.28
4562026-08-21T17:18:52.998Z Compiling cargo-platform v0.3.2
4572026-08-21T17:18:53.081Z Compiling tabled_derive v0.7.0
4582026-08-21T17:18:53.149Z Compiling memmap v0.7.0
4592026-08-21T17:18:53.244Z Compiling unicode-linebreak v0.1.5
4602026-08-21T17:18:53.311Z Compiling unicode-width v0.2.0
4612026-08-21T17:18:53.312Z Compiling smawk v0.3.2
4622026-08-21T17:18:53.312Z Compiling camino-tempfile v1.4.1
4632026-08-21T17:18:53.441Z Compiling serde_derive v1.0.228
4642026-08-21T17:18:53.493Z Compiling thiserror-impl v1.0.69
4652026-08-21T17:18:53.555Z Compiling zerocopy-derive v0.7.35
4662026-08-21T17:18:53.555Z Compiling pest_derive v2.8.6
4672026-08-21T17:18:53.722Z Compiling scroll_derive v0.12.1
4682026-08-21T17:18:53.895Z Compiling thiserror-impl v2.0.18
4692026-08-21T17:18:53.961Z Compiling clap_derive v4.6.1
4702026-08-21T17:18:54.263Z Compiling tabled v0.15.0
4712026-08-21T17:18:54.395Z Compiling scroll v0.12.0
4722026-08-21T17:18:54.410Z Compiling zerocopy v0.7.35
4732026-08-21T17:18:54.660Z Compiling goblin v0.8.2
4742026-08-21T17:18:54.841Z Compiling dtrace-parser v0.2.0
4752026-08-21T17:18:54.974Z Compiling textwrap v0.16.2
4762026-08-21T17:18:55.445Z Compiling swrite v0.1.0
4772026-08-21T17:18:55.692Z Compiling clap v4.6.1
4782026-08-21T17:18:56.497Z Compiling dof v0.3.0
4792026-08-21T17:18:56.497Z Compiling serde_tokenstream v0.2.3
4802026-08-21T17:18:56.557Z Compiling toml_datetime v0.6.11
4812026-08-21T17:18:56.589Z Compiling serde_spanned v0.6.9
4822026-08-21T17:18:56.589Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-21T17:18:56.614Z Compiling macaddr v1.0.1
4842026-08-21T17:18:56.614Z Compiling cargo_metadata v0.23.1
4852026-08-21T17:18:56.683Z Compiling toml_edit v0.22.27
4862026-08-21T17:18:57.306Z Compiling usdt-attr-macro v0.5.0
4872026-08-21T17:18:57.310Z Compiling usdt-macro v0.5.0
4882026-08-21T17:18:57.901Z Compiling usdt v0.5.0
4892026-08-21T17:18:58.014Z Compiling toml v0.8.23
4902026-08-21T17:18:58.363Z Compiling cargo_toml v0.21.0
4912026-08-21T17:18:59.636Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-21T17:19:01.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.39s
4932026-08-21T17:19:01.877Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-21T17:19:02.396Z Downloading crates ...
4952026-08-21T17:19:02.442Z Downloaded ascii-canvas v3.0.0
4962026-08-21T17:19:02.448Z Downloaded backtrace-ext v0.2.1
4972026-08-21T17:19:02.451Z Downloaded ahash v0.8.12
4982026-08-21T17:19:02.453Z Downloaded base64 v0.21.7
4992026-08-21T17:19:02.456Z Downloaded compression-core v0.4.31
5002026-08-21T17:19:02.456Z Downloaded aead v0.5.2
5012026-08-21T17:19:02.456Z Downloaded block-buffer v0.12.1
5022026-08-21T17:19:02.463Z Downloaded adler2 v2.0.1
5032026-08-21T17:19:02.471Z Downloaded futures-task v0.3.32
5042026-08-21T17:19:02.474Z Downloaded flagset v0.4.7
5052026-08-21T17:19:02.477Z Downloaded array-init v0.0.4
5062026-08-21T17:19:02.479Z Downloaded async-recursion v1.1.1
5072026-08-21T17:19:02.482Z Downloaded bit-vec v0.8.0
5082026-08-21T17:19:02.482Z Downloaded bitfield v0.19.4
5092026-08-21T17:19:02.482Z Downloaded enum_dispatch v0.3.13
5102026-08-21T17:19:02.485Z Downloaded ff v0.13.1
5112026-08-21T17:19:02.485Z Downloaded fs_extra v1.3.0
5122026-08-21T17:19:02.488Z Downloaded futures-channel v0.3.32
5132026-08-21T17:19:02.488Z Downloaded foreign-types-macros v0.2.3
5142026-08-21T17:19:02.488Z Downloaded fxhash v0.2.1
5152026-08-21T17:19:02.488Z Downloaded float-cmp v0.10.0
5162026-08-21T17:19:02.491Z Downloaded async-stream v0.3.6
5172026-08-21T17:19:02.491Z Downloaded atomicwrites v0.4.4
5182026-08-21T17:19:02.495Z Downloaded atty v0.2.14
5192026-08-21T17:19:02.498Z Downloaded bitfield-struct v0.6.2
5202026-08-21T17:19:02.498Z Downloaded ff v0.14.0
5212026-08-21T17:19:02.498Z Downloaded addr2line v0.25.1
5222026-08-21T17:19:02.500Z Downloaded foreign-types v0.3.2
5232026-08-21T17:19:02.500Z Downloaded arrayref v0.3.9
5242026-08-21T17:19:02.500Z Downloaded bcs v0.1.6
5252026-08-21T17:19:02.503Z Downloaded console v0.16.2
5262026-08-21T17:19:02.503Z Downloaded foldhash v0.2.0
5272026-08-21T17:19:02.503Z Downloaded futures-macro v0.3.32
5282026-08-21T17:19:02.503Z Downloaded async-bb8-diesel v0.2.1
5292026-08-21T17:19:02.507Z Downloaded hmac v0.13.0
5302026-08-21T17:19:02.507Z Downloaded atomic-waker v1.1.2
5312026-08-21T17:19:02.510Z Downloaded bit-set v0.8.0
5322026-08-21T17:19:02.510Z Downloaded embedded-io v0.4.0
5332026-08-21T17:19:02.510Z Downloaded fixedbitset v0.4.2
5342026-08-21T17:19:02.510Z Downloaded assert_matches v1.5.0
5352026-08-21T17:19:02.510Z Downloaded fallible-iterator v0.2.0
5362026-08-21T17:19:02.510Z Downloaded foldhash v0.1.5
5372026-08-21T17:19:02.513Z Downloaded futures-sink v0.3.32
5382026-08-21T17:19:02.513Z Downloaded endian-type v0.1.2
5392026-08-21T17:19:02.517Z Downloaded elliptic-curve v0.14.1
5402026-08-21T17:19:02.517Z Downloaded enum-as-inner v0.6.1
5412026-08-21T17:19:02.522Z Downloaded filetime v0.2.27
5422026-08-21T17:19:02.523Z Downloaded env_filter v2.0.0
5432026-08-21T17:19:02.529Z Downloaded gethostname v0.5.0
5442026-08-21T17:19:02.529Z Downloaded bitfield-macros v0.19.4
5452026-08-21T17:19:02.529Z Downloaded cobs v0.3.0
5462026-08-21T17:19:02.529Z Downloaded bcrypt-pbkdf v0.11.0
5472026-08-21T17:19:02.533Z Downloaded cfg_aliases v0.2.1
5482026-08-21T17:19:02.533Z Downloaded futures-io v0.3.32
5492026-08-21T17:19:02.533Z Downloaded headers-core v0.3.0
5502026-08-21T17:19:02.537Z Downloaded embedded-io v0.6.1
5512026-08-21T17:19:02.537Z Downloaded float-ord v0.3.2
5522026-08-21T17:19:02.537Z Downloaded base16ct v1.0.0
5532026-08-21T17:19:02.537Z Downloaded globwalk v0.9.1
5542026-08-21T17:19:02.543Z Downloaded form_urlencoded v1.2.2
5552026-08-21T17:19:02.543Z Downloaded bb8 v0.8.6
5562026-08-21T17:19:02.543Z Downloaded bit-vec v0.6.3
5572026-08-21T17:19:02.543Z Downloaded futures-core v0.3.32
5582026-08-21T17:19:02.547Z Downloaded async-trait v0.1.89
5592026-08-21T17:19:02.547Z Downloaded hostname v0.4.2
5602026-08-21T17:19:02.547Z Downloaded hubpack v0.1.2
5612026-08-21T17:19:02.547Z Downloaded funty v2.0.0
5622026-08-21T17:19:02.552Z Downloaded hex-literal v1.1.0
5632026-08-21T17:19:02.552Z Downloaded num-derive v0.4.2
5642026-08-21T17:19:02.556Z Downloaded base16ct v0.2.0
5652026-08-21T17:19:02.556Z Downloaded block-padding v0.4.2
5662026-08-21T17:19:02.556Z Downloaded cfg_aliases v0.1.1
5672026-08-21T17:19:02.556Z Downloaded ciborium-io v0.2.2
5682026-08-21T17:19:02.559Z Downloaded hashbrown v0.12.3
5692026-08-21T17:19:02.559Z Downloaded erased-serde v0.3.31
5702026-08-21T17:19:02.562Z Downloaded group v0.13.0
5712026-08-21T17:19:02.562Z Downloaded foreign-types-shared v0.1.1
5722026-08-21T17:19:02.562Z Downloaded async-stream-impl v0.3.6
5732026-08-21T17:19:02.562Z Downloaded foreign-types v0.5.0
5742026-08-21T17:19:02.566Z Downloaded ciborium-ll v0.2.2
5752026-08-21T17:19:02.568Z Downloaded foreign-types-shared v0.3.1
5762026-08-21T17:19:02.568Z Downloaded castaway v0.2.4
5772026-08-21T17:19:02.568Z Downloaded hostname v0.3.1
5782026-08-21T17:19:02.572Z Downloaded ghash v0.6.0
5792026-08-21T17:19:02.575Z Downloaded argon2 v0.5.3
5802026-08-21T17:19:02.575Z Downloaded hash32 v0.3.1
5812026-08-21T17:19:02.579Z Downloaded http-range v0.1.5
5822026-08-21T17:19:02.585Z Downloaded nodrop v0.1.14
5832026-08-21T17:19:02.585Z Downloaded nibble_vec v0.1.0
5842026-08-21T17:19:02.585Z Downloaded normalize-line-endings v0.3.0
5852026-08-21T17:19:02.585Z Downloaded num_threads v0.1.7
5862026-08-21T17:19:02.585Z Downloaded git-stub v1.0.0
5872026-08-21T17:19:02.591Z Downloaded openssl-macros v0.1.1
5882026-08-21T17:19:02.591Z Downloaded hash32 v0.2.1
5892026-08-21T17:19:02.595Z Downloaded hex v0.4.3
5902026-08-21T17:19:02.595Z Downloaded backoff v0.4.0
5912026-08-21T17:19:02.595Z Downloaded cmov v0.5.4
5922026-08-21T17:19:02.595Z Downloaded http-body v1.0.1
5932026-08-21T17:19:02.595Z Downloaded base64ct v1.8.3
5942026-08-21T17:19:02.595Z Downloaded parse-size v1.1.0
5952026-08-21T17:19:02.601Z Downloaded bit-set v0.5.3
5962026-08-21T17:19:02.601Z Downloaded hubpack_derive v0.1.1
5972026-08-21T17:19:02.601Z Downloaded arrayvec v0.7.6
5982026-08-21T17:19:02.604Z Downloaded blowfish v0.10.0
5992026-08-21T17:19:02.604Z Downloaded percent-encoding v2.3.2
6002026-08-21T17:19:02.604Z Downloaded cexpr v0.6.0
6012026-08-21T17:19:02.604Z Downloaded chacha20 v0.9.1
6022026-08-21T17:19:02.604Z Downloaded aead v0.6.1
6032026-08-21T17:19:02.604Z Downloaded progenitor-macro v0.13.0
6042026-08-21T17:19:02.605Z Downloaded fd-lock v4.0.4
6052026-08-21T17:19:02.607Z Downloaded bitflags v1.3.2
6062026-08-21T17:19:02.607Z Downloaded argon2 v0.6.0-rc.8
6072026-08-21T17:19:02.607Z Downloaded home v0.5.12
6082026-08-21T17:19:02.611Z Downloaded http-body-util v0.1.3
6092026-08-21T17:19:02.611Z Downloaded backon v1.6.0
6102026-08-21T17:19:02.611Z Downloaded futures-executor v0.3.32
6112026-08-21T17:19:02.611Z Downloaded precomputed-hash v0.1.1
6122026-08-21T17:19:02.611Z Downloaded proc-macro-crate v1.3.1
6132026-08-21T17:19:02.614Z Downloaded quick-error v1.2.3
6142026-08-21T17:19:02.614Z Downloaded recursive v0.1.1
6152026-08-21T17:19:02.617Z Downloaded anstyle-parse v0.2.7
6162026-08-21T17:19:02.617Z Downloaded ref-cast-impl v1.0.25
6172026-08-21T17:19:02.621Z Downloaded camino-tempfile-ext v0.3.3
6182026-08-21T17:19:02.624Z Downloaded rfc6979 v0.6.0
6192026-08-21T17:19:02.624Z Downloaded russh-cryptovec v0.62.0
6202026-08-21T17:19:02.624Z Downloaded russh-util v0.52.0
6212026-08-21T17:19:02.624Z Downloaded cmake v0.1.57
6222026-08-21T17:19:02.627Z Downloaded cipher v0.4.4
6232026-08-21T17:19:02.627Z Downloaded cipher v0.5.2
6242026-08-21T17:19:02.627Z Downloaded buf-list v1.1.2
6252026-08-21T17:19:02.631Z Downloaded bs58 v0.5.1
6262026-08-21T17:19:02.634Z Downloaded scroll_derive v0.13.1
6272026-08-21T17:19:02.637Z Downloaded console v0.15.11
6282026-08-21T17:19:02.645Z Downloaded newline-converter v0.3.0
6292026-08-21T17:19:02.645Z Downloaded parse-display-derive v0.10.0
6302026-08-21T17:19:02.648Z Downloaded git-stub-vcs v0.1.0
6312026-08-21T17:19:02.648Z Downloaded oxide-update-engine-display v0.1.2
6322026-08-21T17:19:02.648Z Downloaded find-msvc-tools v0.1.9
6332026-08-21T17:19:02.648Z Downloaded fixedbitset v0.5.7
6342026-08-21T17:19:02.648Z Downloaded num_enum v0.5.11
6352026-08-21T17:19:02.648Z Downloaded oxide-update-engine v0.1.2
6362026-08-21T17:19:02.654Z Downloaded pin-project-internal v1.1.11
6372026-08-21T17:19:02.654Z Downloaded httpdate v1.0.3
6382026-08-21T17:19:02.654Z Downloaded sqlparser_derive v0.5.0
6392026-08-21T17:19:02.657Z Downloaded strsim v0.10.0
6402026-08-21T17:19:02.657Z Downloaded colored v2.2.0
6412026-08-21T17:19:02.657Z Downloaded colored v3.1.1
6422026-08-21T17:19:02.657Z Downloaded ena v0.14.4
6432026-08-21T17:19:02.657Z Downloaded bzip2 v0.6.1
6442026-08-21T17:19:02.657Z Downloaded globset v0.4.18
6452026-08-21T17:19:02.660Z Downloaded phf_shared v0.11.3
6462026-08-21T17:19:02.660Z Downloaded anstream v0.6.21
6472026-08-21T17:19:02.662Z Downloaded cbc v0.2.1
6482026-08-21T17:19:02.663Z Downloaded chacha20 v0.10.0
6492026-08-21T17:19:02.665Z Downloaded ciborium v0.2.2
6502026-08-21T17:19:02.665Z Downloaded env_logger v0.11.11
6512026-08-21T17:19:02.665Z Downloaded glob v0.3.3
6522026-08-21T17:19:02.668Z Downloaded group v0.14.0
6532026-08-21T17:19:02.668Z Downloaded pbkdf2 v0.13.0
6542026-08-21T17:19:02.668Z Downloaded predicates v3.1.4
6552026-08-21T17:19:02.677Z Downloaded slog-envlogger v2.2.0
6562026-08-21T17:19:02.677Z Downloaded structmeta v0.3.0
6572026-08-21T17:19:02.677Z Downloaded pem-rfc7468 v1.0.0
6582026-08-21T17:19:02.677Z Downloaded port-file v0.1.0
6592026-08-21T17:19:02.677Z Downloaded take_mut v0.2.2
6602026-08-21T17:19:02.686Z Downloaded testing_table v0.3.0
6612026-08-21T17:19:02.686Z Downloaded trait-variant v0.1.2
6622026-08-21T17:19:02.686Z Downloaded httparse v1.10.1
6632026-08-21T17:19:02.686Z Downloaded universal-hash v0.6.1
6642026-08-21T17:19:02.686Z Downloaded base64 v0.22.1
6652026-08-21T17:19:02.687Z Downloaded primeorder v0.14.0
6662026-08-21T17:19:02.687Z Downloaded rand_chacha v0.9.0
6672026-08-21T17:19:02.693Z Downloaded bzip2 v0.4.4
6682026-08-21T17:19:02.693Z Downloaded cancel-safe-futures v0.1.5
6692026-08-21T17:19:02.693Z Downloaded byte-wrapper v0.1.0
6702026-08-21T17:19:02.693Z Downloaded blake2 v0.10.6
6712026-08-21T17:19:02.693Z Downloaded compression-codecs v0.4.37
6722026-08-21T17:19:02.693Z Downloaded subtle v2.6.1
6732026-08-21T17:19:02.693Z Downloaded tokio-macros v2.7.0
6742026-08-21T17:19:02.693Z Downloaded clang-sys v1.8.1
6752026-08-21T17:19:02.698Z Downloaded unarray v0.1.4
6762026-08-21T17:19:02.698Z Downloaded cassowary v0.3.0
6772026-08-21T17:19:02.698Z Downloaded rand_core v0.10.0
6782026-08-21T17:19:02.698Z Downloaded rand_pcg v0.10.2
6792026-08-21T17:19:02.698Z Downloaded seq-macro v0.3.6
6802026-08-21T17:19:02.702Z Downloaded yoke-derive v0.8.1
6812026-08-21T17:19:02.702Z Downloaded rustls-pemfile v2.2.0
6822026-08-21T17:19:02.702Z Downloaded rustversion v1.0.22
6832026-08-21T17:19:02.702Z Downloaded sec1 v0.8.1
6842026-08-21T17:19:02.706Z Downloaded aes-gcm v0.11.0
6852026-08-21T17:19:02.706Z Downloaded serdect v0.4.3
6862026-08-21T17:19:02.707Z Downloaded simd-adler32 v0.3.8
6872026-08-21T17:19:02.707Z Downloaded slog-dtrace v0.3.0
6882026-08-21T17:19:02.710Z Downloaded const-oid v0.9.6
6892026-08-21T17:19:02.710Z Downloaded untrusted v0.7.1
6902026-08-21T17:19:02.710Z Downloaded wnaf v0.14.0
6912026-08-21T17:19:02.710Z Downloaded zeroize_derive v1.5.0
6922026-08-21T17:19:02.710Z Downloaded shlex v1.3.0
6932026-08-21T17:19:02.710Z Downloaded signal-hook-registry v1.4.8
6942026-08-21T17:19:02.713Z Downloaded convert_case v0.4.0
6952026-08-21T17:19:02.713Z Downloaded wait-timeout v0.2.1
6962026-08-21T17:19:02.713Z Downloaded cpubits v0.1.1
6972026-08-21T17:19:02.713Z Downloaded cpufeatures v0.3.0
6982026-08-21T17:19:02.717Z Downloaded blake2 v0.11.0-rc.6
6992026-08-21T17:19:02.717Z Downloaded fs-err v2.11.0
7002026-08-21T17:19:02.717Z Downloaded spki v0.7.3
7012026-08-21T17:19:02.717Z Downloaded ssh-cipher v0.3.0
7022026-08-21T17:19:02.721Z Downloaded allocator-api2 v0.2.21
7032026-08-21T17:19:02.721Z Downloaded half v1.8.3
7042026-08-21T17:19:02.724Z Downloaded hmac v0.12.1
7052026-08-21T17:19:02.724Z Downloaded crunchy v0.2.4
7062026-08-21T17:19:02.724Z Downloaded curve25519-dalek-derive v0.1.1
7072026-08-21T17:19:02.728Z Downloaded darling_macro v0.20.11
7082026-08-21T17:19:02.728Z Downloaded highway v1.3.0
7092026-08-21T17:19:02.728Z Downloaded diesel_table_macro_syntax v0.3.0
7102026-08-21T17:19:02.728Z Downloaded getrandom v0.2.17
7112026-08-21T17:19:02.732Z Downloaded tiny-keccak v2.0.2
7122026-08-21T17:19:02.732Z Downloaded bytes v1.11.1
7132026-08-21T17:19:02.735Z Downloaded primeorder v0.13.6
7142026-08-21T17:19:02.735Z Downloaded smf v0.2.3
7152026-08-21T17:19:02.735Z Downloaded debug-ignore v1.0.5
7162026-08-21T17:19:02.735Z Downloaded defmt v0.3.100
7172026-08-21T17:19:02.738Z Downloaded dirs-sys-next v0.1.2
7182026-08-21T17:19:02.738Z Downloaded dof v0.4.0
7192026-08-21T17:19:02.738Z Downloaded synstructure v0.13.2
7202026-08-21T17:19:02.738Z Downloaded futures v0.3.32
7212026-08-21T17:19:02.742Z Downloaded postgres-types v0.2.12
7222026-08-21T17:19:02.745Z Downloaded dtrace-parser v0.3.0
7232026-08-21T17:19:02.745Z Downloaded generic-array v1.4.3
7242026-08-21T17:19:02.745Z Downloaded instant v0.1.13
7252026-08-21T17:19:02.745Z Downloaded half v2.7.1
7262026-08-21T17:19:02.748Z Downloaded instability v0.3.11
7272026-08-21T17:19:02.748Z Downloaded async-compression v0.4.41
7282026-08-21T17:19:02.751Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7292026-08-21T17:19:02.751Z Downloaded thread_local v1.1.9
7302026-08-21T17:19:02.757Z Downloaded hyper-tls v0.6.0
7312026-08-21T17:19:02.760Z Downloaded kem v0.3.0
7322026-08-21T17:19:02.764Z Downloaded zeroize v1.9.0
7332026-08-21T17:19:02.766Z Downloaded jiff-static v0.2.34
7342026-08-21T17:19:02.766Z Downloaded mime v0.3.17
7352026-08-21T17:19:02.766Z Downloaded lalrpop-util v0.19.12
7362026-08-21T17:19:02.766Z Downloaded quinn-udp v0.5.14
7372026-08-21T17:19:02.769Z Downloaded oso v0.27.3
7382026-08-21T17:19:02.772Z Downloaded oxide-update-engine-types v0.1.2
7392026-08-21T17:19:02.772Z Downloaded serde_cbor v0.11.2
7402026-08-21T17:19:02.775Z Downloaded serde_derive_internals v0.29.1
7412026-08-21T17:19:02.775Z Downloaded snafu-derive v0.8.9
7422026-08-21T17:19:02.779Z Downloaded lazy_static v1.5.0
7432026-08-21T17:19:02.779Z Downloaded vergen-lib v0.1.6
7442026-08-21T17:19:02.782Z Downloaded num-iter v0.1.45
7452026-08-21T17:19:02.782Z Downloaded num_enum_derive v0.5.11
7462026-08-21T17:19:02.782Z Downloaded new_debug_unreachable v1.0.6
7472026-08-21T17:19:02.782Z Downloaded openssl-probe v0.2.1
7482026-08-21T17:19:02.786Z Downloaded olpc-cjson v0.1.4
7492026-08-21T17:19:02.786Z Downloaded corncobs v0.1.4
7502026-08-21T17:19:02.789Z Downloaded arc-swap v1.8.2
7512026-08-21T17:19:02.789Z Downloaded chumsky v0.9.3
7522026-08-21T17:19:02.792Z Downloaded fatfs v0.3.6
7532026-08-21T17:19:02.792Z Downloaded const-oid v0.10.2
7542026-08-21T17:19:02.794Z Downloaded omicron-zone-package v0.12.3
7552026-08-21T17:19:02.794Z Downloaded parse-display v0.10.0
7562026-08-21T17:19:02.797Z Downloaded peg-runtime v0.8.5
7572026-08-21T17:19:02.800Z Downloaded parking_lot v0.12.5
7582026-08-21T17:19:02.800Z Downloaded pkcs5 v0.8.1
7592026-08-21T17:19:02.803Z Downloaded backtrace v0.3.76
7602026-08-21T17:19:02.806Z Downloaded defmt v1.0.1
7612026-08-21T17:19:02.806Z Downloaded phf_shared v0.13.1
7622026-08-21T17:19:02.808Z Downloaded potential_utf v0.1.4
7632026-08-21T17:19:02.808Z Downloaded proc-macro-crate v3.4.0
7642026-08-21T17:19:02.808Z Downloaded rand_chacha v0.3.1
7652026-08-21T17:19:02.811Z Downloaded term v1.2.1
7662026-08-21T17:19:02.811Z Downloaded predicates-tree v1.0.13
7672026-08-21T17:19:02.814Z Downloaded psl-types v2.0.11
7682026-08-21T17:19:02.814Z Downloaded rand_xorshift v0.4.0
7692026-08-21T17:19:02.814Z Downloaded rfc6979 v0.4.0
7702026-08-21T17:19:02.814Z Downloaded serde_repr v0.1.20
7712026-08-21T17:19:02.818Z Downloaded heapless v0.8.0
7722026-08-21T17:19:02.820Z Downloaded signature v2.2.0
7732026-08-21T17:19:02.820Z Downloaded recursive-proc-macro-impl v0.1.1
7742026-08-21T17:19:02.823Z Downloaded rustc_version v0.1.7
7752026-08-21T17:19:02.826Z Downloaded rustc-hash v2.1.1
7762026-08-21T17:19:02.826Z Downloaded serde_spanned v1.1.1
7772026-08-21T17:19:02.829Z Downloaded ryu v1.0.23
7782026-08-21T17:19:02.833Z Downloaded salsa20 v0.11.0
7792026-08-21T17:19:02.833Z Downloaded siphasher v1.0.2
7802026-08-21T17:19:02.833Z Downloaded chacha20poly1305 v0.10.1
7812026-08-21T17:19:02.836Z Downloaded tls_codec v0.4.2
7822026-08-21T17:19:02.839Z Downloaded sha1 v0.11.0
7832026-08-21T17:19:02.843Z Downloaded thread-id v5.1.0
7842026-08-21T17:19:02.846Z Downloaded aes v0.9.1
7852026-08-21T17:19:02.849Z Downloaded tokio-stream v0.1.18
7862026-08-21T17:19:02.852Z Downloaded libloading v0.8.9
7872026-08-21T17:19:02.856Z Downloaded multer v3.1.0
7882026-08-21T17:19:02.856Z Downloaded supports-color v3.0.2
7892026-08-21T17:19:02.856Z Downloaded unicode-properties v0.1.4
7902026-08-21T17:19:02.859Z Downloaded mime_guess v2.0.5
7912026-08-21T17:19:02.859Z Downloaded sync_wrapper v1.0.2
7922026-08-21T17:19:02.859Z Downloaded tower-layer v0.3.3
7932026-08-21T17:19:02.864Z Downloaded tokio-test v0.4.5
7942026-08-21T17:19:02.864Z Downloaded typify-macro v0.6.2
7952026-08-21T17:19:02.864Z Downloaded ar_archive_writer v0.5.1
7962026-08-21T17:19:02.867Z Downloaded ctr v0.10.1
7972026-08-21T17:19:02.867Z Downloaded openssl-probe v0.1.6
7982026-08-21T17:19:02.867Z Downloaded utf8_iter v1.0.4
7992026-08-21T17:19:02.872Z Downloaded xshell-macros v0.2.7
8002026-08-21T17:19:02.872Z Downloaded unit-prefix v0.5.2
8012026-08-21T17:19:02.872Z Downloaded usdt-attr-macro v0.6.0
8022026-08-21T17:19:02.877Z Downloaded flume v0.11.1
8032026-08-21T17:19:02.882Z Downloaded headers v0.4.1
8042026-08-21T17:19:02.882Z Downloaded darling v0.20.11
8052026-08-21T17:19:02.921Z Downloaded heapless v0.7.17
8062026-08-21T17:19:02.921Z Downloaded primefield v0.14.0
8072026-08-21T17:19:02.921Z Downloaded progenitor-extras v0.2.0
8082026-08-21T17:19:02.921Z Downloaded derive_builder v0.20.2
8092026-08-21T17:19:02.921Z Downloaded tokio-rustls v0.26.4
8102026-08-21T17:19:02.921Z Downloaded rusty-fork v0.3.1
8112026-08-21T17:19:02.921Z Downloaded zerofrom v0.1.6
8122026-08-21T17:19:02.921Z Downloaded crc v3.4.0
8132026-08-21T17:19:02.921Z Downloaded crucible-workspace-hack v0.1.0
8142026-08-21T17:19:02.921Z Downloaded getrandom v0.4.3
8152026-08-21T17:19:02.921Z Downloaded hickory-resolver v0.25.2
8162026-08-21T17:19:02.922Z Downloaded cstr-argument v0.1.2
8172026-08-21T17:19:02.922Z Downloaded scroll v0.13.0
8182026-08-21T17:19:02.922Z Downloaded ingot-macros v0.2.0
8192026-08-21T17:19:02.922Z Downloaded darling_macro v0.23.0
8202026-08-21T17:19:02.922Z Downloaded scrypt v0.12.0
8212026-08-21T17:19:02.922Z Downloaded slab v0.4.12
8222026-08-21T17:19:02.922Z Downloaded cc v1.2.56
8232026-08-21T17:19:02.922Z Downloaded ecdsa v0.17.0
8242026-08-21T17:19:02.922Z Downloaded unsafe-libyaml v0.2.11
8252026-08-21T17:19:02.922Z Downloaded vte v0.14.1
8262026-08-21T17:19:02.922Z Downloaded ssh-encoding v0.3.0
8272026-08-21T17:19:02.922Z Downloaded dropshot-api-manager-types v0.8.0
8282026-08-21T17:19:02.922Z Downloaded progenitor-impl v0.14.0
8292026-08-21T17:19:02.928Z Downloaded crossbeam-utils v0.8.21
8302026-08-21T17:19:02.933Z Downloaded libefi-sys v0.1.0
8312026-08-21T17:19:02.933Z Downloaded inout v0.2.2
8322026-08-21T17:19:02.933Z Downloaded static_assertions v1.1.0
8332026-08-21T17:19:02.936Z Downloaded maybe-uninit v2.0.0
8342026-08-21T17:19:02.939Z Downloaded memoffset v0.9.1
8352026-08-21T17:19:02.939Z Downloaded vergen-git2 v9.1.0
8362026-08-21T17:19:02.939Z Downloaded flate2 v1.1.9
8372026-08-21T17:19:02.944Z Downloaded strum_macros v0.24.3
8382026-08-21T17:19:02.949Z Downloaded tinystr v0.8.2
8392026-08-21T17:19:02.955Z Downloaded compact_str v0.8.1
8402026-08-21T17:19:02.957Z Downloaded pkcs8 v0.11.0
8412026-08-21T17:19:02.957Z Downloaded polyval v0.7.1
8422026-08-21T17:19:02.960Z Downloaded whoami v1.6.1
8432026-08-21T17:19:02.961Z Downloaded vsss-rs v3.3.4
8442026-08-21T17:19:02.964Z Downloaded const_format_proc_macros v0.2.34
8452026-08-21T17:19:02.964Z Downloaded darling_core v0.13.4
8462026-08-21T17:19:02.967Z Downloaded lzss v0.8.2
8472026-08-21T17:19:02.967Z Downloaded newtype-uuid-macros v0.1.0
8482026-08-21T17:19:02.967Z Downloaded newtype_derive v0.1.6
8492026-08-21T17:19:02.967Z Downloaded expectorate v1.2.0
8502026-08-21T17:19:02.970Z Downloaded parking_lot_core v0.9.12
8512026-08-21T17:19:02.970Z Downloaded darling v0.13.4
8522026-08-21T17:19:02.970Z Downloaded hybrid-array v0.4.13
8532026-08-21T17:19:02.973Z Downloaded whoami v2.1.0
8542026-08-21T17:19:02.973Z Downloaded path-slash v0.1.5
8552026-08-21T17:19:02.973Z Downloaded ref-cast v1.0.25
8562026-08-21T17:19:02.976Z Downloaded subprocess v0.2.15
8572026-08-21T17:19:02.976Z Downloaded crossbeam-deque v0.8.6
8582026-08-21T17:19:02.979Z Downloaded icu_provider v2.1.1
8592026-08-21T17:19:02.982Z Downloaded diesel-dtrace v0.5.0
8602026-08-21T17:19:02.985Z Downloaded displaydoc v0.2.5
8612026-08-21T17:19:02.985Z Downloaded schemars v1.2.1
8622026-08-21T17:19:02.991Z Downloaded digest v0.11.3
8632026-08-21T17:19:02.994Z Downloaded idna_adapter v1.2.1
8642026-08-21T17:19:02.994Z Downloaded ed25519 v3.0.0
8652026-08-21T17:19:02.994Z Downloaded slog-term v2.9.2
8662026-08-21T17:19:02.997Z Downloaded same-file v1.0.6
8672026-08-21T17:19:02.997Z Downloaded scopeguard v1.2.0
8682026-08-21T17:19:02.997Z Downloaded delegate v0.13.5
8692026-08-21T17:19:02.997Z Downloaded deranged v0.5.8
8702026-08-21T17:19:03.000Z Downloaded derive-ex v0.1.8
8712026-08-21T17:19:03.001Z Downloaded signal-hook-mio v0.2.5
8722026-08-21T17:19:03.001Z Downloaded term v0.7.0
8732026-08-21T17:19:03.001Z Downloaded indoc v2.0.7
8742026-08-21T17:19:03.004Z Downloaded humantime v2.3.0
8752026-08-21T17:19:03.007Z Downloaded lock_api v0.4.14
8762026-08-21T17:19:03.011Z Downloaded sigpipe v0.1.3
8772026-08-21T17:19:03.014Z Downloaded signal-hook-tokio v0.3.1
8782026-08-21T17:19:03.014Z Downloaded signature v3.0.0
8792026-08-21T17:19:03.017Z Downloaded strum v0.27.2
8802026-08-21T17:19:03.017Z Downloaded tap v1.0.1
8812026-08-21T17:19:03.017Z Downloaded hickory-server v0.25.2
8822026-08-21T17:19:03.020Z Downloaded hickory-resolver v0.24.4
8832026-08-21T17:19:03.024Z Downloaded http v1.4.2
8842026-08-21T17:19:03.027Z Downloaded tagptr v0.2.0
8852026-08-21T17:19:03.030Z Downloaded topological-sort v0.2.2
8862026-08-21T17:19:03.030Z Downloaded newtype-uuid v1.3.2
8872026-08-21T17:19:03.032Z Downloaded hashbrown v0.13.2
8882026-08-21T17:19:03.040Z Downloaded cookie_store v0.22.1
8892026-08-21T17:19:03.043Z Downloaded parking_lot_core v0.8.6
8902026-08-21T17:19:03.043Z Downloaded peg v0.8.5
8912026-08-21T17:19:03.046Z Downloaded poly1305 v0.8.0
8922026-08-21T17:19:03.047Z Downloaded proc-macro-error2 v2.0.1
8932026-08-21T17:19:03.050Z Downloaded schemars v0.8.22
8942026-08-21T17:19:03.053Z Downloaded zerocopy v0.6.6
8952026-08-21T17:19:03.060Z Downloaded void v1.0.2
8962026-08-21T17:19:03.060Z Downloaded packed_struct v0.10.1
8972026-08-21T17:19:03.060Z Downloaded indicatif v0.18.4
8982026-08-21T17:19:03.065Z Downloaded sha2 v0.11.0
8992026-08-21T17:19:03.065Z Downloaded universal-hash v0.5.1
9002026-08-21T17:19:03.065Z Downloaded schemars_derive v0.8.22
9012026-08-21T17:19:03.069Z Downloaded bumpalo v3.20.2
9022026-08-21T17:19:03.069Z Downloaded crc-catalog v2.4.0
9032026-08-21T17:19:03.072Z Downloaded phf v0.13.1
9042026-08-21T17:19:03.078Z Downloaded serde_path_to_error v0.1.20
9052026-08-21T17:19:03.078Z Downloaded serde_with_macros v1.5.2
9062026-08-21T17:19:03.084Z Downloaded unicode_categories v0.1.1
9072026-08-21T17:19:03.084Z Downloaded tracing-core v0.1.36
9082026-08-21T17:19:03.084Z Downloaded dyn-clone v1.0.20
9092026-08-21T17:19:03.084Z Downloaded libbz2-rs-sys v0.2.2
9102026-08-21T17:19:03.084Z Downloaded toml v0.7.8
9112026-08-21T17:19:03.089Z Downloaded stringprep v0.1.5
9122026-08-21T17:19:03.089Z Downloaded ident_case v1.0.1
9132026-08-21T17:19:03.092Z Downloaded tinyvec v1.10.0
9142026-08-21T17:19:03.094Z Downloaded support-bundle-viewer v0.1.2
9152026-08-21T17:19:03.095Z Downloaded rcgen v0.12.1
9162026-08-21T17:19:03.098Z Downloaded tls_codec_derive v0.4.2
9172026-08-21T17:19:03.098Z Downloaded inout v0.1.4
9182026-08-21T17:19:03.101Z Downloaded is_ci v1.2.0
9192026-08-21T17:19:03.101Z Downloaded libscf-sys v1.2.0
9202026-08-21T17:19:03.103Z Downloaded p384 v0.14.0
9212026-08-21T17:19:03.103Z Downloaded crypto-bigint v0.5.5
9222026-08-21T17:19:03.106Z Downloaded lru-slab v0.1.2
9232026-08-21T17:19:03.106Z Downloaded opaque-debug v0.3.1
9242026-08-21T17:19:03.109Z Downloaded tungstenite v0.23.0
9252026-08-21T17:19:03.109Z Downloaded oxide-tokio-rt v0.1.4
9262026-08-21T17:19:03.109Z Downloaded rayon-core v1.13.0
9272026-08-21T17:19:03.113Z Downloaded pkcs1 v0.7.5
9282026-08-21T17:19:03.113Z Downloaded md5 v0.8.0
9292026-08-21T17:19:03.117Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9302026-08-21T17:19:03.117Z Downloaded nonempty v0.12.0
9312026-08-21T17:19:03.119Z Downloaded password-hash v0.6.1
9322026-08-21T17:19:03.119Z Downloaded phf_shared v0.12.1
9332026-08-21T17:19:03.123Z Downloaded zopfli v0.8.3
9342026-08-21T17:19:03.126Z Downloaded derive_more v2.1.1
9352026-08-21T17:19:03.131Z Downloaded progenitor v0.13.0
9362026-08-21T17:19:03.135Z Downloaded scuffle v0.1.0
9372026-08-21T17:19:03.135Z Downloaded uzers v0.12.2
9382026-08-21T17:19:03.135Z Downloaded usdt-impl v0.6.0
9392026-08-21T17:19:03.138Z Downloaded postcard v1.1.3
9402026-08-21T17:19:03.138Z Downloaded rustc-demangle v0.1.27
9412026-08-21T17:19:03.141Z Downloaded csv-core v0.1.13
9422026-08-21T17:19:03.141Z Downloaded ctutils v0.4.2
9432026-08-21T17:19:03.141Z Downloaded psm v0.1.30
9442026-08-21T17:19:03.144Z Downloaded data-encoding v2.10.0
9452026-08-21T17:19:03.146Z Downloaded rsa v0.10.0-rc.18
9462026-08-21T17:19:03.156Z Downloaded der_derive v0.7.3
9472026-08-21T17:19:03.158Z Downloaded slog-bunyan v2.5.0
9482026-08-21T17:19:03.163Z Downloaded semver v0.1.20
9492026-08-21T17:19:03.166Z Downloaded serde_urlencoded v0.7.1
9502026-08-21T17:19:03.166Z Downloaded aho-corasick v1.1.4
9512026-08-21T17:19:03.169Z Downloaded snafu v0.8.9
9522026-08-21T17:19:03.172Z Downloaded twox-hash v2.1.2
9532026-08-21T17:19:03.175Z Downloaded serde_plain v1.0.2
9542026-08-21T17:19:03.175Z Downloaded either v1.15.0
9552026-08-21T17:19:03.178Z Downloaded stable_deref_trait v1.2.1
9562026-08-21T17:19:03.178Z Downloaded supports-hyperlinks v3.2.0
9572026-08-21T17:19:03.178Z Downloaded supports-unicode v3.0.0
9582026-08-21T17:19:03.178Z Downloaded strip-ansi-escapes v0.2.1
9592026-08-21T17:19:03.181Z Downloaded thiserror-impl-no-std v2.0.2
9602026-08-21T17:19:03.181Z Downloaded rsa v0.9.10
9612026-08-21T17:19:03.188Z Downloaded indoc v1.0.9
9622026-08-21T17:19:03.191Z Downloaded oxnet v0.1.6
9632026-08-21T17:19:03.191Z Downloaded owo-colors v4.3.0
9642026-08-21T17:19:03.194Z Downloaded nu-ansi-term v0.50.3
9652026-08-21T17:19:03.194Z Downloaded usdt-macro v0.6.0
9662026-08-21T17:19:03.197Z Downloaded tinyvec_macros v0.1.1
9672026-08-21T17:19:03.197Z Downloaded unicode-truncate v1.1.0
9682026-08-21T17:19:03.197Z Downloaded toml_edit v0.19.15
9692026-08-21T17:19:03.205Z Downloaded yasna v0.5.2
9702026-08-21T17:19:03.209Z Downloaded difflib v0.4.0
9712026-08-21T17:19:03.209Z Downloaded tracing-attributes v0.1.31
9722026-08-21T17:19:03.209Z Downloaded pkcs8 v0.10.2
9732026-08-21T17:19:03.212Z Downloaded pkg-config v0.3.32
9742026-08-21T17:19:03.212Z Downloaded typed-path v0.9.3
9752026-08-21T17:19:03.216Z Downloaded derive_more-impl v2.1.1
9762026-08-21T17:19:03.219Z Downloaded icu_normalizer_data v2.1.1
9772026-08-21T17:19:03.219Z Downloaded rustls-webpki v0.103.13
9782026-08-21T17:19:03.219Z Downloaded tower v0.5.3
9792026-08-21T17:19:03.222Z Downloaded zip v0.6.6
9802026-08-21T17:19:03.226Z Downloaded usdt v0.6.0
9812026-08-21T17:19:03.226Z Downloaded diff v0.1.13
9822026-08-21T17:19:03.229Z Downloaded rpassword v7.5.4
9832026-08-21T17:19:03.229Z Downloaded rand_core v0.9.5
9842026-08-21T17:19:03.229Z Downloaded crc8 v0.1.1
9852026-08-21T17:19:03.229Z Downloaded downcast-rs v2.0.2
9862026-08-21T17:19:03.232Z Downloaded steno v0.4.1
9872026-08-21T17:19:03.232Z Downloaded zerocopy-derive v0.8.55
9882026-08-21T17:19:03.240Z Downloaded miniz_oxide v0.8.9
9892026-08-21T17:19:03.251Z Downloaded match_cfg v0.1.0
9902026-08-21T17:19:03.251Z Downloaded darling_macro v0.13.4
9912026-08-21T17:19:03.251Z Downloaded iana-time-zone v0.1.65
9922026-08-21T17:19:03.251Z Downloaded num-bigint-dig v0.8.6
9932026-08-21T17:19:03.251Z Downloaded smallvec v0.6.14
9942026-08-21T17:19:03.251Z Downloaded hashbrown v0.14.5
9952026-08-21T17:19:03.254Z Downloaded darling_macro v0.21.3
9962026-08-21T17:19:03.254Z Downloaded internet-checksum v0.2.1
9972026-08-21T17:19:03.254Z Downloaded multimap v0.10.1
9982026-08-21T17:19:03.254Z Downloaded predicates-core v1.0.10
9992026-08-21T17:19:03.258Z Downloaded quinn v0.11.11
10002026-08-21T17:19:03.262Z Downloaded git2 v0.20.4
10012026-08-21T17:19:03.266Z Downloaded maplit v1.0.2
10022026-08-21T17:19:03.268Z Downloaded litrs v1.0.0
10032026-08-21T17:19:03.268Z Downloaded tui-tree-widget v0.23.1
10042026-08-21T17:19:03.268Z Downloaded xattr v1.6.1
10052026-08-21T17:19:03.272Z Downloaded pem-rfc7468 v0.7.0
10062026-08-21T17:19:03.272Z Downloaded walkdir v2.5.0
10072026-08-21T17:19:03.272Z Downloaded tokio-tungstenite v0.21.0
10082026-08-21T17:19:03.275Z Downloaded toml_writer v1.1.1+spec-1.1.0
10092026-08-21T17:19:03.275Z Downloaded progenitor-client v0.14.0
10102026-08-21T17:19:03.275Z Downloaded ed25519-dalek v3.0.0
10112026-08-21T17:19:03.279Z Downloaded hyper-util v0.1.20
10122026-08-21T17:19:03.283Z Downloaded darling v0.23.0
10132026-08-21T17:19:03.286Z Downloaded prefix-trie v0.7.0
10142026-08-21T17:19:03.289Z Downloaded sapling-renderdag v0.1.0
10152026-08-21T17:19:03.289Z Downloaded zstd-safe v7.2.4
10162026-08-21T17:19:03.289Z Downloaded hyper-staticfile v0.10.1
10172026-08-21T17:19:03.293Z Downloaded secrecy v0.8.0
10182026-08-21T17:19:03.293Z Downloaded internal-russh-num-bigint v0.5.0
10192026-08-21T17:19:03.296Z Downloaded darling_core v0.21.3
10202026-08-21T17:19:03.302Z Downloaded crc-any v2.5.0
10212026-08-21T17:19:03.306Z Downloaded serde_bytes v0.11.19
10222026-08-21T17:19:03.309Z Downloaded structmeta-derive v0.3.0
10232026-08-21T17:19:03.309Z Downloaded drift v0.2.0
10242026-08-21T17:19:03.312Z Downloaded impl-trait-for-tuples v0.2.3
10252026-08-21T17:19:03.315Z Downloaded spin v0.9.8
10262026-08-21T17:19:03.315Z Downloaded unicode-xid v0.2.6
10272026-08-21T17:19:03.318Z Downloaded defmt-macros v1.0.1
10282026-08-21T17:19:03.318Z Downloaded zone v0.3.1
10292026-08-21T17:19:03.318Z Downloaded crypto-common v0.2.2
10302026-08-21T17:19:03.321Z Downloaded display-error-chain v0.2.2
10312026-08-21T17:19:03.324Z Downloaded ingot-types v0.2.0
10322026-08-21T17:19:03.328Z Downloaded icu_properties v2.1.2
10332026-08-21T17:19:03.328Z Downloaded time-core v0.1.8
10342026-08-21T17:19:03.328Z Downloaded try-lock v0.2.5
10352026-08-21T17:19:03.332Z Downloaded nanorand v0.7.0
10362026-08-21T17:19:03.332Z Downloaded digest-io v0.1.0
10372026-08-21T17:19:03.333Z Downloaded illumos-nvpair-sys v0.2.0
10382026-08-21T17:19:03.333Z Downloaded keccak v0.1.6
10392026-08-21T17:19:03.336Z Downloaded paste v1.0.15
10402026-08-21T17:19:03.336Z Downloaded dirs-next v2.0.0
10412026-08-21T17:19:03.336Z Downloaded hashbrown v0.16.1
10422026-08-21T17:19:03.339Z Downloaded lru v0.12.5
10432026-08-21T17:19:03.339Z Downloaded ecdsa v0.16.9
10442026-08-21T17:19:03.339Z Downloaded hkdf v0.12.4
10452026-08-21T17:19:03.339Z Downloaded hkdf v0.13.0
10462026-08-21T17:19:03.342Z Downloaded futures-util v0.3.32
10472026-08-21T17:19:03.346Z Downloaded num-rational v0.4.2
10482026-08-21T17:19:03.349Z Downloaded proc-macro-error-attr2 v2.0.0
10492026-08-21T17:19:03.349Z Downloaded progenitor-macro v0.14.0
10502026-08-21T17:19:03.349Z Downloaded toml_parser v1.1.2+spec-1.1.0
10512026-08-21T17:19:03.354Z Downloaded unicode-segmentation v1.12.0
10522026-08-21T17:19:03.357Z Downloaded zerotrie v0.2.3
10532026-08-21T17:19:03.360Z Downloaded crc32fast v1.5.0
10542026-08-21T17:19:03.363Z Downloaded rtoolbox v0.0.3
10552026-08-21T17:19:03.363Z Downloaded secrecy v0.10.3
10562026-08-21T17:19:03.363Z Downloaded sha1 v0.10.6
10572026-08-21T17:19:03.363Z Downloaded oso-derive v0.27.3
10582026-08-21T17:19:03.367Z Downloaded publicsuffix v2.3.0
10592026-08-21T17:19:03.367Z Downloaded qorb v0.4.1
10602026-08-21T17:19:03.371Z Downloaded rand_core v0.6.4
10612026-08-21T17:19:03.371Z Downloaded strum v0.26.3
10622026-08-21T17:19:03.371Z Downloaded tough v0.22.0
10632026-08-21T17:19:03.374Z Downloaded termios v0.3.3
10642026-08-21T17:19:03.380Z Downloaded tokio-native-tls v0.3.1
10652026-08-21T17:19:03.380Z Downloaded hyper-rustls v0.27.7
10662026-08-21T17:19:03.380Z Downloaded regex v1.12.3
10672026-08-21T17:19:03.386Z Downloaded reqwest v0.13.2
10682026-08-21T17:19:03.386Z Downloaded slog-stdlog v4.1.1
10692026-08-21T17:19:03.389Z Downloaded litemap v0.8.1
10702026-08-21T17:19:03.389Z Downloaded vergen-gitcl v1.0.8
10712026-08-21T17:19:03.389Z Downloaded wyz v0.5.1
10722026-08-21T17:19:03.390Z Downloaded string_cache v0.8.9
10732026-08-21T17:19:03.390Z Downloaded libsw-core v0.3.2
10742026-08-21T17:19:03.390Z Downloaded h2 v0.4.15
10752026-08-21T17:19:03.392Z Downloaded num-bigint v0.4.6
10762026-08-21T17:19:03.395Z Downloaded hashbrown v0.15.5
10772026-08-21T17:19:03.398Z Downloaded parking_lot v0.11.2
10782026-08-21T17:19:03.398Z Downloaded password-hash v0.5.0
10792026-08-21T17:19:03.401Z Downloaded zone_cfg_derive v0.3.1
10802026-08-21T17:19:03.401Z Downloaded ipnet v2.12.0
10812026-08-21T17:19:03.401Z Downloaded document-features v0.2.12
10822026-08-21T17:19:03.401Z Downloaded tower-service v0.3.3
10832026-08-21T17:19:03.404Z Downloaded unicode-bidi v0.3.18
10842026-08-21T17:19:03.404Z Downloaded libsw v3.5.0
10852026-08-21T17:19:03.407Z Downloaded zerovec-derive v0.11.2
10862026-08-21T17:19:03.410Z Downloaded phf v0.12.1
10872026-08-21T17:19:03.410Z Downloaded derive_builder_core v0.20.2
10882026-08-21T17:19:03.413Z Downloaded num-complex v0.4.6
10892026-08-21T17:19:03.417Z Downloaded indent_write v2.2.0
10902026-08-21T17:19:03.419Z Downloaded prettyplease v0.2.37
10912026-08-21T17:19:03.423Z Downloaded dropshot-api-manager v0.8.0
10922026-08-21T17:19:03.426Z Downloaded r2d2 v0.8.10
10932026-08-21T17:19:03.430Z Downloaded num v0.4.3
10942026-08-21T17:19:03.430Z Downloaded smallvec v1.15.1
10952026-08-21T17:19:03.430Z Downloaded is-terminal v0.4.17
10962026-08-21T17:19:03.433Z Downloaded pretty_assertions v1.4.1
10972026-08-21T17:19:03.436Z Downloaded rand_seeder v0.4.0
10982026-08-21T17:19:03.436Z Downloaded dsl_auto_type v0.2.0
10992026-08-21T17:19:03.439Z Downloaded daft-derive v0.1.7
11002026-08-21T17:19:03.439Z Downloaded sqlformat v0.3.5
11012026-08-21T17:19:03.443Z Downloaded stacker v0.1.23
11022026-08-21T17:19:03.443Z Downloaded serde_with_macros v3.21.0
11032026-08-21T17:19:03.447Z Downloaded waitgroup v0.1.2
11042026-08-21T17:19:03.449Z Downloaded tabwriter v1.4.1
11052026-08-21T17:19:03.452Z Downloaded kstat-rs v0.2.5
11062026-08-21T17:19:03.452Z Downloaded derive_builder_macro v0.20.2
11072026-08-21T17:19:03.453Z Downloaded vergen-lib v9.1.0
11082026-08-21T17:19:03.455Z Downloaded xshell v0.2.7
11092026-08-21T17:19:03.455Z Downloaded yoke v0.8.1
11102026-08-21T17:19:03.458Z Downloaded winnow v0.6.26
11112026-08-21T17:19:03.465Z Downloaded nom v8.0.0
11122026-08-21T17:19:03.468Z Downloaded dunce v1.0.5
11132026-08-21T17:19:03.471Z Downloaded radium v0.7.0
11142026-08-21T17:19:03.473Z Downloaded minimal-lexical v0.2.1
11152026-08-21T17:19:03.476Z Downloaded memmap2 v0.9.10
11162026-08-21T17:19:03.476Z Downloaded ml-kem v0.3.2
11172026-08-21T17:19:03.479Z Downloaded num_enum v0.7.6
11182026-08-21T17:19:03.482Z Downloaded keccak v0.2.0
11192026-08-21T17:19:03.482Z Downloaded tokio-postgres v0.7.16
11202026-08-21T17:19:03.484Z Downloaded sync-ptr v0.1.4
11212026-08-21T17:19:03.484Z Downloaded lru-cache v0.1.2
11222026-08-21T17:19:03.484Z Downloaded critical-section v1.2.0
11232026-08-21T17:19:03.487Z Downloaded termtree v0.5.1
11242026-08-21T17:19:03.488Z Downloaded ed25519 v2.2.3
11252026-08-21T17:19:03.491Z Downloaded managed v0.8.0
11262026-08-21T17:19:03.495Z Downloaded itertools v0.14.0
11272026-08-21T17:19:03.495Z Downloaded miette-derive v7.6.0
11282026-08-21T17:19:03.498Z Downloaded num_enum_derive v0.7.6
11292026-08-21T17:19:03.498Z Downloaded phc v0.6.1
11302026-08-21T17:19:03.498Z Downloaded const_format v0.2.35
11312026-08-21T17:19:03.501Z Downloaded x509-cert v0.2.5
11322026-08-21T17:19:03.504Z Downloaded libm v0.2.16
11332026-08-21T17:19:03.507Z Downloaded rand v0.8.6
11342026-08-21T17:19:03.510Z Downloaded packed_struct_codegen v0.10.1
11352026-08-21T17:19:03.510Z Downloaded poly1305 v0.9.0
11362026-08-21T17:19:03.513Z Downloaded jobserver v0.1.34
11372026-08-21T17:19:03.513Z Downloaded defmt-parser v1.0.0
11382026-08-21T17:19:03.513Z Downloaded progenitor-client v0.13.0
11392026-08-21T17:19:03.513Z Downloaded thiserror-no-std v2.0.2
11402026-08-21T17:19:03.516Z Downloaded unicase v2.9.0
11412026-08-21T17:19:03.516Z Downloaded want v0.3.1
11422026-08-21T17:19:03.516Z Downloaded writeable v0.6.2
11432026-08-21T17:19:03.516Z Downloaded icu_properties_data v2.1.2
11442026-08-21T17:19:03.521Z Downloaded slog v2.8.2
11452026-08-21T17:19:03.524Z Downloaded tokio-util v0.7.18
11462026-08-21T17:19:03.527Z Downloaded rustls-native-certs v0.8.3
11472026-08-21T17:19:03.530Z Downloaded slog-json v2.6.1
11482026-08-21T17:19:03.530Z Downloaded slog-scope v4.4.1
11492026-08-21T17:19:03.530Z Downloaded illumos-nvpair v0.3.0
11502026-08-21T17:19:03.533Z Downloaded samael v0.0.19
11512026-08-21T17:19:03.545Z Downloaded cookie v0.18.1
11522026-08-21T17:19:03.548Z Downloaded num-integer v0.1.46
11532026-08-21T17:19:03.548Z Downloaded jiff-core v0.1.0
11542026-08-21T17:19:03.551Z Downloaded module-lattice v0.2.3
11552026-08-21T17:19:03.557Z Downloaded utf-8 v0.7.6
11562026-08-21T17:19:03.559Z Downloaded knus-derive v3.4.0
11572026-08-21T17:19:03.559Z Downloaded scheduled-thread-pool v0.2.7
11582026-08-21T17:19:03.563Z Downloaded time-macros v0.2.27
11592026-08-21T17:19:03.566Z Downloaded idna v1.1.0
11602026-08-21T17:19:03.570Z Downloaded papergrid v0.18.0
11612026-08-21T17:19:03.573Z Downloaded peg-macros v0.8.5
11622026-08-21T17:19:03.576Z Downloaded md-5 v0.10.6
11632026-08-21T17:19:03.579Z Downloaded bindgen v0.71.1
11642026-08-21T17:19:03.581Z Downloaded der v0.8.0
11652026-08-21T17:19:03.584Z Downloaded powerfmt v0.2.0
11662026-08-21T17:19:03.584Z Downloaded rustc_version v0.4.1
11672026-08-21T17:19:03.587Z Downloaded sponge-cursor v0.1.0
11682026-08-21T17:19:03.587Z Downloaded socket2 v0.5.10
11692026-08-21T17:19:03.587Z Downloaded blake3 v1.8.5
11702026-08-21T17:19:03.591Z Downloaded postgres-protocol v0.6.10
11712026-08-21T17:19:03.594Z Downloaded rustyline v14.0.0
11722026-08-21T17:19:03.598Z Downloaded iri-string v0.7.10
11732026-08-21T17:19:03.603Z Downloaded rustls-pki-types v1.14.0
11742026-08-21T17:19:03.603Z Downloaded num-conv v0.2.0
11752026-08-21T17:19:03.603Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-08-21T17:19:03.611Z Downloaded shell-words v1.1.1
11772026-08-21T17:19:03.611Z Downloaded zerofrom-derive v0.1.6
11782026-08-21T17:19:03.611Z Downloaded linked-hash-map v0.5.6
11792026-08-21T17:19:03.611Z Downloaded rustls-platform-verifier v0.6.2
11802026-08-21T17:19:03.611Z Downloaded diesel_derives v2.3.7
11812026-08-21T17:19:03.614Z Downloaded winnow v1.0.3
11822026-08-21T17:19:03.615Z Downloaded knus v3.4.0
11832026-08-21T17:19:03.619Z Downloaded similar v2.7.0
11842026-08-21T17:19:03.619Z Downloaded itertools v0.10.5
11852026-08-21T17:19:03.628Z Downloaded native-tls v0.2.18
11862026-08-21T17:19:03.628Z Downloaded serde-big-array v0.5.1
11872026-08-21T17:19:03.628Z Downloaded spki v0.8.0
11882026-08-21T17:19:03.628Z Downloaded untrusted v0.9.0
11892026-08-21T17:19:03.633Z Downloaded mio v1.2.0
11902026-08-21T17:19:03.633Z Downloaded linear-map v1.2.0
11912026-08-21T17:19:03.633Z Downloaded ipnetwork v0.21.1
11922026-08-21T17:19:03.633Z Downloaded pem v3.0.6
11932026-08-21T17:19:03.633Z Downloaded bitvec v1.0.1
11942026-08-21T17:19:03.639Z Downloaded itertools v0.12.1
11952026-08-21T17:19:03.643Z Downloaded nom v7.1.3
11962026-08-21T17:19:03.657Z Downloaded convert_case v0.10.0
11972026-08-21T17:19:03.657Z Downloaded constant_time_eq v0.4.2
11982026-08-21T17:19:03.657Z Downloaded pin-project-lite v0.2.17
11992026-08-21T17:19:03.660Z Downloaded strum_macros v0.27.2
12002026-08-21T17:19:03.661Z Downloaded p256 v0.14.0
12012026-08-21T17:19:03.661Z Downloaded pin-project v1.1.11
12022026-08-21T17:19:03.661Z Downloaded zerovec v0.11.5
12032026-08-21T17:19:03.661Z Downloaded strum_macros v0.26.4
12042026-08-21T17:19:03.661Z Downloaded darling v0.21.3
12052026-08-21T17:19:03.664Z Downloaded pkcs1 v0.8.0-rc.4
12062026-08-21T17:19:03.666Z Downloaded iddqd v0.4.2
12072026-08-21T17:19:03.669Z Downloaded serde_with v1.14.0
12082026-08-21T17:19:03.673Z Downloaded daft v0.1.7
12092026-08-21T17:19:03.676Z Downloaded sec1 v0.7.3
12102026-08-21T17:19:03.676Z Downloaded resolv-conf v0.7.6
12112026-08-21T17:19:03.676Z Downloaded tokio-dtrace v0.1.1
12122026-08-21T17:19:03.676Z Downloaded hyper v1.10.1
12132026-08-21T17:19:03.679Z Downloaded itertools v0.13.0
12142026-08-21T17:19:03.682Z Downloaded darling_core v0.20.11
12152026-08-21T17:19:03.685Z Downloaded ingot v0.2.1
12162026-08-21T17:19:03.687Z Downloaded derive-where v1.6.0
12172026-08-21T17:19:03.687Z Downloaded ppv-lite86 v0.2.21
12182026-08-21T17:19:03.690Z Downloaded progenitor v0.14.0
12192026-08-21T17:19:03.690Z Downloaded quick-xml v0.37.5
12202026-08-21T17:19:03.693Z Downloaded itertools v0.15.0
12212026-08-21T17:19:03.696Z Downloaded test-strategy v0.4.5
12222026-08-21T17:19:03.699Z Downloaded icu_locale_core v2.1.1
12232026-08-21T17:19:03.705Z Downloaded serde-hex v0.1.0
12242026-08-21T17:19:03.705Z Downloaded ignore v0.4.25
12252026-08-21T17:19:03.705Z Downloaded serde_yaml v0.9.34+deprecated
12262026-08-21T17:19:03.708Z Downloaded vergen v9.1.0
12272026-08-21T17:19:03.708Z Downloaded crossbeam-epoch v0.9.18
12282026-08-21T17:19:03.708Z Downloaded slog-async v2.8.0
12292026-08-21T17:19:03.708Z Downloaded derive_more v0.99.20
12302026-08-21T17:19:03.711Z Downloaded chrono v0.4.45
12312026-08-21T17:19:03.716Z Downloaded crossterm v0.29.0
12322026-08-21T17:19:03.719Z Downloaded zip v4.6.1
12332026-08-21T17:19:03.722Z Downloaded url v2.5.8
12342026-08-21T17:19:03.722Z Downloaded serde_with v3.21.0
12352026-08-21T17:19:03.727Z Downloaded signal-hook v0.3.18
12362026-08-21T17:19:03.732Z Downloaded tokio-tungstenite v0.23.1
12372026-08-21T17:19:03.732Z Downloaded toml v1.1.2+spec-1.1.0
12382026-08-21T17:19:03.735Z Downloaded indexmap v1.9.3
12392026-08-21T17:19:03.735Z Downloaded zlib-rs v0.6.2
12402026-08-21T17:19:03.738Z Downloaded ssh-key v0.7.0-rc.11
12412026-08-21T17:19:03.741Z Downloaded tungstenite v0.21.0
12422026-08-21T17:19:03.744Z Downloaded typify v0.6.2
12432026-08-21T17:19:03.748Z Downloaded des v0.9.0
12442026-08-21T17:19:03.748Z Downloaded ron v0.8.1
12452026-08-21T17:19:03.750Z Downloaded socket2 v0.6.3
12462026-08-21T17:19:03.751Z Downloaded zstd v0.13.3
12472026-08-21T17:19:03.751Z Downloaded radix_trie v0.2.1
12482026-08-21T17:19:03.753Z Downloaded p384 v0.13.1
12492026-08-21T17:19:03.756Z Downloaded num-traits v0.2.19
12502026-08-21T17:19:03.759Z Downloaded aws-lc-rs v1.16.3
12512026-08-21T17:19:03.762Z Downloaded dropshot_endpoint v0.17.1
12522026-08-21T17:19:03.765Z Downloaded darling_core v0.23.0
12532026-08-21T17:19:03.768Z Downloaded reedline v0.40.0
12542026-08-21T17:19:03.771Z Downloaded progenitor-impl v0.13.0
12552026-08-21T17:19:03.774Z Downloaded schemars v0.9.0
12562026-08-21T17:19:03.814Z Downloaded elliptic-curve v0.13.8
12572026-08-21T17:19:03.814Z Downloaded vcpkg v0.2.15
12582026-08-21T17:19:03.814Z Downloaded icu_normalizer v2.1.1
12592026-08-21T17:19:03.814Z Downloaded rand v0.9.2
12602026-08-21T17:19:03.814Z Downloaded rand v0.10.1
12612026-08-21T17:19:03.814Z Downloaded der v0.7.10
12622026-08-21T17:19:03.818Z Downloaded uuid v1.23.4
12632026-08-21T17:19:03.819Z Downloaded tar v0.4.46
12642026-08-21T17:19:03.823Z Downloaded lalrpop v0.19.12
12652026-08-21T17:19:03.827Z Downloaded openssl-sys v0.9.117
12662026-08-21T17:19:03.827Z Downloaded unicode-normalization v0.1.25
12672026-08-21T17:19:03.831Z Downloaded crossbeam-channel v0.5.15
12682026-08-21T17:19:03.834Z Downloaded polar-core v0.27.3
12692026-08-21T17:19:03.837Z Downloaded goblin v0.10.5
12702026-08-21T17:19:03.840Z Downloaded crossterm v0.28.1
12712026-08-21T17:19:03.844Z Downloaded winnow v0.5.40
12722026-08-21T17:19:03.847Z Downloaded icu_collections v2.1.1
12732026-08-21T17:19:03.852Z Downloaded tabled v0.21.0
12742026-08-21T17:19:03.860Z Downloaded ed25519-dalek v2.2.0
12752026-08-21T17:19:03.864Z Downloaded salty v0.3.0
12762026-08-21T17:19:03.867Z Downloaded yansi v1.0.1
12772026-08-21T17:19:03.867Z Downloaded tower-http v0.6.8
12782026-08-21T17:19:03.871Z Downloaded hickory-proto v0.24.4
12792026-08-21T17:19:03.878Z Downloaded moka v0.12.13
12802026-08-21T17:19:03.883Z Downloaded miette v7.6.0
12812026-08-21T17:19:03.886Z Downloaded gimli v0.32.3
12822026-08-21T17:19:03.890Z Downloaded crypto-primes v0.7.2
12832026-08-21T17:19:03.894Z Downloaded proptest v1.11.0
12842026-08-21T17:19:03.897Z Downloaded p521 v0.14.0
12852026-08-21T17:19:03.901Z Downloaded petname v2.0.2
12862026-08-21T17:19:03.928Z Downloaded nix v0.27.1
12872026-08-21T17:19:03.931Z Downloaded portable-atomic v1.13.1
12882026-08-21T17:19:03.931Z Downloaded object v0.30.4
12892026-08-21T17:19:03.936Z Downloaded time v0.3.47
12902026-08-21T17:19:03.940Z Downloaded libxml v0.3.3
12912026-08-21T17:19:03.944Z Downloaded reqwest v0.12.28
12922026-08-21T17:19:03.947Z Downloaded rawzip v0.4.4
12932026-08-21T17:19:03.950Z Downloaded russh v0.62.4
12942026-08-21T17:19:03.972Z Downloaded sha3 v0.12.0
12952026-08-21T17:19:03.977Z Downloaded smoltcp v0.11.0
12962026-08-21T17:19:03.981Z Downloaded rayon v1.11.0
12972026-08-21T17:19:03.986Z Downloaded smoltcp v0.9.1
12982026-08-21T17:19:03.999Z Downloaded bstr v1.12.1
12992026-08-21T17:19:04.005Z Downloaded zerocopy v0.8.55
13002026-08-21T17:19:04.018Z Downloaded nix v0.28.0
13012026-08-21T17:19:04.035Z Downloaded openssl v0.10.80
13022026-08-21T17:19:04.057Z Downloaded quinn-proto v0.11.16
13032026-08-21T17:19:04.063Z Downloaded regex-syntax v0.6.29
13042026-08-21T17:19:04.088Z Downloaded dropshot v0.17.1
13052026-08-21T17:19:04.101Z Downloaded crypto-bigint v0.7.5
13062026-08-21T17:19:04.130Z Downloaded hickory-proto v0.25.2
13072026-08-21T17:19:04.140Z Downloaded regress v0.10.5
13082026-08-21T17:19:04.145Z Downloaded object v0.37.3
13092026-08-21T17:19:04.151Z Downloaded regress v0.11.1
13102026-08-21T17:19:04.155Z Downloaded sqlparser v0.61.0
13112026-08-21T17:19:04.162Z Downloaded rustls v0.23.41
13122026-08-21T17:19:04.166Z Downloaded sled v0.34.7
13132026-08-21T17:19:04.173Z Downloaded rustix v0.38.44
13142026-08-21T17:19:04.184Z Downloaded curve25519-dalek v4.1.3
13152026-08-21T17:19:04.188Z Downloaded nix v0.31.2
13162026-08-21T17:19:04.196Z Downloaded regex-syntax v0.8.10
13172026-08-21T17:19:04.199Z Downloaded curve25519-dalek v5.0.0
13182026-08-21T17:19:04.203Z Downloaded openapiv3 v2.2.0
13192026-08-21T17:19:04.209Z Downloaded ratatui v0.29.0
13202026-08-21T17:19:04.220Z Downloaded typify-impl v0.6.2
13212026-08-21T17:19:04.225Z Downloaded diesel v2.3.7
13222026-08-21T17:19:04.236Z Downloaded sha3 v0.11.0
13232026-08-21T17:19:04.239Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-08-21T17:19:04.244Z Downloaded tracing v0.1.44
13252026-08-21T17:19:04.254Z Downloaded regex-automata v0.4.14
13262026-08-21T17:19:04.269Z Downloaded zerocopy-derive v0.6.6
13272026-08-21T17:19:04.285Z Downloaded jiff v0.2.34
13282026-08-21T17:19:04.295Z Downloaded sha3 v0.10.8
13292026-08-21T17:19:04.304Z Downloaded libz-sys v1.1.24
13302026-08-21T17:19:04.318Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-21T17:19:04.327Z Downloaded tokio v1.52.1
13322026-08-21T17:19:04.349Z Downloaded chrono-tz v0.10.4
13332026-08-21T17:19:04.359Z Downloaded petgraph v0.8.3
13342026-08-21T17:19:04.373Z Downloaded petgraph v0.6.5
13352026-08-21T17:19:04.380Z Downloaded encoding_rs v0.8.35
13362026-08-21T17:19:04.392Z Downloaded csv v1.4.0
13372026-08-21T17:19:04.404Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-21T17:19:04.443Z Downloaded ring v0.17.14
13392026-08-21T17:19:04.933Z Downloaded aws-lc-sys v0.40.0
13402026-08-21T17:19:05.195Z Compiling serde_core v1.0.228
13412026-08-21T17:19:05.195Z Compiling libc v0.2.185
13422026-08-21T17:19:05.195Z Compiling serde v1.0.228
13432026-08-21T17:19:05.200Z Compiling log v0.4.33
13442026-08-21T17:19:05.200Z Compiling smallvec v1.15.1
13452026-08-21T17:19:05.201Z Compiling find-msvc-tools v0.1.9
13462026-08-21T17:19:05.318Z Compiling shlex v1.3.0
13472026-08-21T17:19:05.323Z Compiling syn v2.0.117
13482026-08-21T17:19:05.547Z Compiling subtle v2.6.1
13492026-08-21T17:19:05.561Z Compiling scopeguard v1.2.0
13502026-08-21T17:19:05.561Z Compiling typenum v1.20.1
13512026-08-21T17:19:05.598Z Compiling stable_deref_trait v1.2.1
13522026-08-21T17:19:05.653Z Compiling lock_api v0.4.14
13532026-08-21T17:19:05.669Z Compiling zerocopy v0.8.55
13542026-08-21T17:19:05.682Z Compiling portable-atomic v1.13.1
13552026-08-21T17:19:05.726Z Compiling serde_json v1.0.151
13562026-08-21T17:19:05.897Z Compiling critical-section v1.2.0
13572026-08-21T17:19:05.938Z Compiling libm v0.2.16
13582026-08-21T17:19:06.005Z Compiling num-traits v0.2.19
13592026-08-21T17:19:06.114Z Compiling pkg-config v0.3.32
13602026-08-21T17:19:06.184Z Compiling errno v0.3.14
13612026-08-21T17:19:06.194Z Compiling jobserver v0.1.34
13622026-08-21T17:19:06.251Z Compiling getrandom v0.2.17
13632026-08-21T17:19:06.387Z Compiling cc v1.2.56
13642026-08-21T17:19:06.504Z Compiling rand_core v0.6.4
13652026-08-21T17:19:06.679Z Compiling generic-array v0.14.7
13662026-08-21T17:19:06.733Z Compiling once_cell v1.21.3
13672026-08-21T17:19:06.759Z Compiling const-oid v0.9.6
13682026-08-21T17:19:06.813Z Compiling pin-project-lite v0.2.17
13692026-08-21T17:19:06.869Z Compiling parking_lot_core v0.9.12
13702026-08-21T17:19:06.951Z Compiling getrandom v0.3.4
13712026-08-21T17:19:06.966Z Compiling signal-hook-registry v1.4.8
13722026-08-21T17:19:07.480Z Compiling bitflags v2.11.0
13732026-08-21T17:19:07.536Z Compiling percent-encoding v2.3.2
13742026-08-21T17:19:07.608Z Compiling futures-core v0.3.32
13752026-08-21T17:19:07.641Z Compiling writeable v0.6.2
13762026-08-21T17:19:07.706Z Compiling litemap v0.8.1
13772026-08-21T17:19:07.751Z Compiling semver v1.0.28
13782026-08-21T17:19:07.766Z Compiling parking_lot v0.12.5
13792026-08-21T17:19:07.832Z Compiling mio v1.2.0
13802026-08-21T17:19:07.895Z Compiling icu_normalizer_data v2.1.1
13812026-08-21T17:19:07.938Z Compiling icu_properties_data v2.1.2
13822026-08-21T17:19:07.965Z Compiling socket2 v0.6.3
13832026-08-21T17:19:08.068Z Compiling rustix v1.1.4
13842026-08-21T17:19:08.130Z Compiling getrandom v0.4.3
13852026-08-21T17:19:08.176Z Compiling rand_core v0.10.0
13862026-08-21T17:19:08.278Z Compiling synstructure v0.13.2
13872026-08-21T17:19:08.294Z Compiling futures-sink v0.3.32
13882026-08-21T17:19:08.341Z Compiling indexmap v2.14.0
13892026-08-21T17:19:08.361Z Compiling slab v0.4.12
13902026-08-21T17:19:08.397Z Compiling futures-channel v0.3.32
13912026-08-21T17:19:08.540Z Compiling futures-task v0.3.32
13922026-08-21T17:19:08.596Z Compiling futures-io v0.3.32
13932026-08-21T17:19:08.626Z Compiling utf8_iter v1.0.4
13942026-08-21T17:19:08.719Z Compiling form_urlencoded v1.2.2
13952026-08-21T17:19:08.735Z Compiling rustversion v1.0.22
13962026-08-21T17:19:08.763Z Compiling base64ct v1.8.3
13972026-08-21T17:19:08.786Z Compiling iana-time-zone v0.1.65
13982026-08-21T17:19:08.861Z Compiling cmake v0.1.57
13992026-08-21T17:19:08.891Z Compiling dunce v1.0.5
14002026-08-21T17:19:08.983Z Compiling pem-rfc7468 v0.7.0
14012026-08-21T17:19:08.999Z Compiling ident_case v1.0.1
14022026-08-21T17:19:09.013Z Compiling flagset v0.4.7
14032026-08-21T17:19:09.039Z Compiling fs_extra v1.3.0
14042026-08-21T17:19:09.174Z Compiling regex-syntax v0.8.10
14052026-08-21T17:19:09.191Z Compiling uuid v1.23.4
14062026-08-21T17:19:09.314Z Compiling rand_core v0.9.5
14072026-08-21T17:19:09.329Z Compiling base64 v0.22.1
14082026-08-21T17:19:09.374Z Compiling aws-lc-sys v0.40.0
14092026-08-21T17:19:09.595Z Compiling vcpkg v0.2.15
14102026-08-21T17:19:09.654Z Compiling syn v1.0.109
14112026-08-21T17:19:09.723Z Compiling serde_derive_internals v0.29.1
14122026-08-21T17:19:09.886Z Compiling rustc_version v0.4.1
14132026-08-21T17:19:09.900Z Compiling tracing-core v0.1.36
14142026-08-21T17:19:09.987Z Compiling serde_derive v1.0.228
14152026-08-21T17:19:10.011Z Compiling zeroize_derive v1.5.0
14162026-08-21T17:19:10.253Z Compiling zerofrom-derive v0.1.6
14172026-08-21T17:19:10.322Z Compiling zerocopy-derive v0.8.55
14182026-08-21T17:19:10.464Z Compiling yoke-derive v0.8.1
14192026-08-21T17:19:10.639Z Compiling zerovec-derive v0.11.2
14202026-08-21T17:19:10.670Z Compiling displaydoc v0.2.5
14212026-08-21T17:19:11.428Z Compiling tokio-macros v2.7.0
14222026-08-21T17:19:11.557Z Compiling futures-macro v0.3.32
14232026-08-21T17:19:11.658Z Compiling zerofrom v0.1.6
14242026-08-21T17:19:11.672Z Compiling thiserror-impl v2.0.18
14252026-08-21T17:19:11.787Z Compiling yoke v0.8.1
14262026-08-21T17:19:11.802Z Compiling der_derive v0.7.3
14272026-08-21T17:19:11.971Z Compiling zerovec v0.11.5
14282026-08-21T17:19:12.177Z Compiling zerotrie v0.2.3
14292026-08-21T17:19:12.364Z Compiling futures-util v0.3.32
14302026-08-21T17:19:12.477Z Compiling tinystr v0.8.2
14312026-08-21T17:19:12.492Z Compiling potential_utf v0.1.4
14322026-08-21T17:19:12.654Z Compiling icu_locale_core v2.1.1
14332026-08-21T17:19:12.681Z Compiling icu_collections v2.1.1
14342026-08-21T17:19:12.754Z Compiling openssl-sys v0.9.117
14352026-08-21T17:19:13.008Z Compiling thiserror v2.0.18
14362026-08-21T17:19:13.116Z Compiling tracing-attributes v0.1.31
14372026-08-21T17:19:13.143Z Compiling schemars v0.8.22
14382026-08-21T17:19:13.272Z Compiling icu_provider v2.1.1
14392026-08-21T17:19:13.341Z Compiling aws-lc-rs v1.16.3
14402026-08-21T17:19:13.523Z Compiling zeroize v1.9.0
14412026-08-21T17:19:13.540Z Compiling bytes v1.11.1
14422026-08-21T17:19:13.568Z Compiling icu_normalizer v2.1.1
14432026-08-21T17:19:13.628Z Compiling icu_properties v2.1.2
14442026-08-21T17:19:14.164Z Compiling tokio v1.52.1
14452026-08-21T17:19:14.209Z Compiling chrono v0.4.45
14462026-08-21T17:19:14.391Z Compiling crypto-common v0.1.7
14472026-08-21T17:19:14.455Z Compiling block-buffer v0.10.4
14482026-08-21T17:19:14.544Z Compiling idna_adapter v1.2.1
14492026-08-21T17:19:14.631Z Compiling digest v0.10.7
14502026-08-21T17:19:14.647Z Compiling der v0.7.10
14512026-08-21T17:19:14.688Z Compiling idna v1.1.0
14522026-08-21T17:19:14.796Z Compiling ppv-lite86 v0.2.21
14532026-08-21T17:19:14.900Z Compiling http v1.4.2
14542026-08-21T17:19:14.935Z Compiling simd-adler32 v0.3.8
14552026-08-21T17:19:15.130Z Compiling url v2.5.8
14562026-08-21T17:19:15.183Z Compiling rand_chacha v0.9.0
14572026-08-21T17:19:15.355Z Compiling dyn-clone v1.0.20
14582026-08-21T17:19:15.496Z Compiling spki v0.7.3
14592026-08-21T17:19:15.601Z Compiling cpufeatures v0.2.17
14602026-08-21T17:19:15.678Z Compiling pkcs8 v0.10.2
14612026-08-21T17:19:15.707Z Compiling http-body v1.0.1
14622026-08-21T17:19:15.817Z Compiling rand v0.9.2
14632026-08-21T17:19:15.860Z Compiling tracing v0.1.44
14642026-08-21T17:19:15.873Z Compiling rustls-pki-types v1.14.0
14652026-08-21T17:19:15.932Z Compiling schemars_derive v0.8.22
14662026-08-21T17:19:15.965Z Compiling spin v0.9.8
14672026-08-21T17:19:16.113Z Compiling adler2 v2.0.1
14682026-08-21T17:19:16.167Z Compiling httparse v1.10.1
14692026-08-21T17:19:16.244Z Compiling crc32fast v1.5.0
14702026-08-21T17:19:16.310Z Compiling cmov v0.5.4
14712026-08-21T17:19:16.493Z Compiling tinyvec_macros v0.1.1
14722026-08-21T17:19:16.507Z Compiling openssl-probe v0.2.1
14732026-08-21T17:19:16.558Z Compiling tinyvec v1.10.0
14742026-08-21T17:19:16.572Z Compiling ctutils v0.4.2
14752026-08-21T17:19:16.586Z Compiling tempfile v3.27.0
14762026-08-21T17:19:16.672Z Compiling miniz_oxide v0.8.9
14772026-08-21T17:19:16.803Z Compiling pest_generator v2.8.6
14782026-08-21T17:19:16.897Z Compiling sha2 v0.10.9
14792026-08-21T17:19:16.943Z Compiling terminal_size v0.4.3
14802026-08-21T17:19:17.102Z Compiling aho-corasick v1.1.4
14812026-08-21T17:19:17.262Z Compiling untrusted v0.7.1
14822026-08-21T17:19:17.386Z Compiling tower-service v0.3.3
14832026-08-21T17:19:17.474Z Compiling radium v0.7.0
14842026-08-21T17:19:17.485Z Compiling try-lock v0.2.5
14852026-08-21T17:19:17.589Z Compiling tower-layer v0.3.3
14862026-08-21T17:19:17.712Z Compiling atomic-waker v1.1.2
14872026-08-21T17:19:17.768Z Compiling want v0.3.1
14882026-08-21T17:19:17.837Z Compiling pest_derive v2.8.6
14892026-08-21T17:19:17.930Z Compiling regex-automata v0.4.14
14902026-08-21T17:19:18.176Z Compiling tokio-util v0.7.18
14912026-08-21T17:19:18.264Z Compiling hybrid-array v0.4.13
14922026-08-21T17:19:18.730Z Compiling ipnet v2.12.0
14932026-08-21T17:19:18.899Z Compiling h2 v0.4.15
14942026-08-21T17:19:19.018Z Compiling scroll_derive v0.13.1
14952026-08-21T17:19:19.204Z Compiling darling_core v0.20.11
14962026-08-21T17:19:19.235Z Compiling untrusted v0.9.0
14972026-08-21T17:19:19.357Z Compiling httpdate v1.0.3
14982026-08-21T17:19:19.591Z Compiling rustls v0.23.41
14992026-08-21T17:19:19.753Z Compiling maybe-uninit v2.0.0
15002026-08-21T17:19:19.766Z Compiling openssl v0.10.80
15012026-08-21T17:19:19.853Z Compiling foreign-types-shared v0.1.1
15022026-08-21T17:19:19.906Z Compiling tap v1.0.1
15032026-08-21T17:19:19.937Z Compiling foreign-types v0.3.2
15042026-08-21T17:19:20.007Z Compiling wyz v0.5.1
15052026-08-21T17:19:20.022Z Compiling scroll v0.13.0
15062026-08-21T17:19:20.080Z Compiling unicode-normalization v0.1.25
15072026-08-21T17:19:20.243Z Compiling rand_chacha v0.3.1
15082026-08-21T17:19:20.284Z Compiling signature v2.2.0
15092026-08-21T17:19:20.471Z Compiling hex v0.4.3
15102026-08-21T17:19:20.538Z Compiling thiserror-impl v1.0.69
15112026-08-21T17:19:20.598Z Compiling openssl-macros v0.1.1
15122026-08-21T17:19:20.738Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-21T17:19:20.986Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-21T17:19:21.016Z Compiling num-integer v0.1.46
15152026-08-21T17:19:21.118Z Compiling wait-timeout v0.2.1
15162026-08-21T17:19:21.262Z Compiling ahash v0.8.12
15172026-08-21T17:19:21.327Z Compiling powerfmt v0.2.0
15182026-08-21T17:19:21.379Z Compiling quick-error v1.2.3
15192026-08-21T17:19:21.463Z Compiling native-tls v0.2.18
15202026-08-21T17:19:21.485Z Compiling time-core v0.1.8
15212026-08-21T17:19:21.501Z Compiling darling_macro v0.20.11
15222026-08-21T17:19:21.526Z Compiling funty v2.0.0
15232026-08-21T17:19:21.627Z Compiling packed_struct v0.10.1
15242026-08-21T17:19:21.663Z Compiling num-bigint-dig v0.8.6
15252026-08-21T17:19:21.767Z Compiling num-conv v0.2.0
15262026-08-21T17:19:21.843Z Compiling bit-vec v0.8.0
15272026-08-21T17:19:21.899Z Compiling time-macros v0.2.27
15282026-08-21T17:19:21.916Z Compiling bitvec v1.0.1
15292026-08-21T17:19:21.975Z Compiling darling v0.20.11
15302026-08-21T17:19:22.020Z Compiling thiserror v1.0.69
15312026-08-21T17:19:22.054Z Compiling bit-set v0.8.0
15322026-08-21T17:19:22.074Z Compiling hyper v1.10.1
15332026-08-21T17:19:22.120Z Compiling deranged v0.5.8
15342026-08-21T17:19:22.166Z Compiling rusty-fork v0.3.1
15352026-08-21T17:19:22.214Z Compiling clap_builder v4.6.0
15362026-08-21T17:19:22.943Z Compiling num-iter v0.1.45
15372026-08-21T17:19:23.091Z Compiling rand v0.8.6
15382026-08-21T17:19:23.279Z Compiling hyper-util v0.1.20
15392026-08-21T17:19:23.327Z Compiling goblin v0.10.5
15402026-08-21T17:19:23.713Z Compiling packed_struct_codegen v0.10.1
15412026-08-21T17:19:23.878Z Compiling lazy_static v1.5.0
15422026-08-21T17:19:23.970Z Compiling hmac v0.12.1
15432026-08-21T17:19:24.186Z Compiling serde_spanned v0.6.9
15442026-08-21T17:19:24.331Z Compiling toml_datetime v0.6.11
15452026-08-21T17:19:24.596Z Compiling bitfield-macros v0.19.4
15462026-08-21T17:19:24.825Z Compiling zerocopy-derive v0.6.6
15472026-08-21T17:19:25.060Z Compiling clap_derive v4.6.1
15482026-08-21T17:19:25.231Z Compiling rand_xorshift v0.4.0
15492026-08-21T17:19:25.338Z Compiling sync_wrapper v1.0.2
15502026-08-21T17:19:25.395Z Compiling indexmap v1.9.3
15512026-08-21T17:19:25.411Z Compiling unarray v0.1.4
15522026-08-21T17:19:25.522Z Compiling object v0.37.3
15532026-08-21T17:19:25.591Z Compiling crc-catalog v2.4.0
15542026-08-21T17:19:25.659Z Compiling paste v1.0.15
15552026-08-21T17:19:25.677Z Compiling usdt-impl v0.6.0
15562026-08-21T17:19:25.782Z Compiling num_threads v0.1.7
15572026-08-21T17:19:25.878Z Compiling nodrop v0.1.14
15582026-08-21T17:19:25.889Z Compiling zlib-rs v0.6.2
15592026-08-21T17:19:25.913Z Compiling crossbeam-utils v0.8.21
15602026-08-21T17:19:25.967Z Compiling siphasher v1.0.2
15612026-08-21T17:19:26.059Z Compiling array-init v0.0.4
15622026-08-21T17:19:26.153Z Compiling dof v0.4.0
15632026-08-21T17:19:26.273Z Compiling time v0.3.47
15642026-08-21T17:19:26.442Z Compiling zerocopy v0.6.6
15652026-08-21T17:19:26.767Z Compiling crc v3.4.0
15662026-08-21T17:19:26.786Z Compiling clap v4.6.1
15672026-08-21T17:19:26.892Z Compiling proptest v1.11.0
15682026-08-21T17:19:26.964Z Compiling tower v0.5.3
15692026-08-21T17:19:27.298Z Compiling bitfield v0.19.4
15702026-08-21T17:19:27.727Z Compiling smallvec v0.6.14
15712026-08-21T17:19:27.917Z Compiling derive_builder_core v0.20.2
15722026-08-21T17:19:28.150Z Compiling dtrace-parser v0.3.0
15732026-08-21T17:19:28.733Z Compiling flate2 v1.1.9
15742026-08-21T17:19:28.833Z Compiling ipnetwork v0.21.1
15752026-08-21T17:19:28.865Z Compiling pkcs1 v0.7.5
15762026-08-21T17:19:29.091Z Compiling http-body-util v0.1.3
15772026-08-21T17:19:29.162Z Compiling heapless v0.7.17
15782026-08-21T17:19:29.257Z Compiling structmeta-derive v0.3.0
15792026-08-21T17:19:29.293Z Compiling scroll_derive v0.12.1
15802026-08-21T17:19:29.356Z Compiling slog v2.8.2
15812026-08-21T17:19:29.396Z Compiling darling_core v0.23.0
15822026-08-21T17:19:29.542Z Compiling thread-id v5.1.0
15832026-08-21T17:19:29.629Z Compiling cookie v0.18.1
15842026-08-21T17:19:29.753Z Compiling env_filter v2.0.0
15852026-08-21T17:19:29.809Z Compiling unicode-bidi v0.3.18
15862026-08-21T17:19:29.964Z Compiling base64 v0.21.7
15872026-08-21T17:19:30.059Z Compiling iri-string v0.7.10
15882026-08-21T17:19:30.280Z Compiling zstd-safe v7.2.4
15892026-08-21T17:19:30.317Z Compiling hashbrown v0.12.3
15902026-08-21T17:19:30.342Z Compiling gimli v0.32.3
15912026-08-21T17:19:30.476Z Compiling allocator-api2 v0.2.21
15922026-08-21T17:19:30.804Z Compiling unicode-properties v0.1.4
15932026-08-21T17:19:30.836Z Compiling ryu v1.0.23
15942026-08-21T17:19:30.990Z Compiling anyhow v1.0.104
15952026-08-21T17:19:31.026Z Compiling signal-hook v0.3.18
15962026-08-21T17:19:31.197Z Compiling winnow v0.5.40
15972026-08-21T17:19:31.587Z Compiling tower-http v0.6.8
15982026-08-21T17:19:31.595Z Compiling stringprep v0.1.5
15992026-08-21T17:19:31.939Z Compiling darling_macro v0.23.0
16002026-08-21T17:19:31.939Z Compiling serde_urlencoded v0.7.1
16012026-08-21T17:19:32.198Z Compiling addr2line v0.25.1
16022026-08-21T17:19:32.296Z Compiling structmeta v0.3.0
16032026-08-21T17:19:32.376Z Compiling ron v0.8.1
16042026-08-21T17:19:32.443Z Compiling scroll v0.12.0
16052026-08-21T17:19:32.511Z Compiling toml_edit v0.19.15
16062026-08-21T17:19:32.531Z Compiling env_logger v0.11.11
16072026-08-21T17:19:32.860Z Compiling newtype-uuid v1.3.2
16082026-08-21T17:19:32.920Z Compiling rsa v0.9.10
16092026-08-21T17:19:33.066Z Compiling oxnet v0.1.6
16102026-08-21T17:19:33.188Z Compiling derive_builder_macro v0.20.2
16112026-08-21T17:19:33.272Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-21T17:19:33.303Z Compiling hashbrown v0.13.2
16132026-08-21T17:19:33.502Z Compiling bzip2 v0.4.4
16142026-08-21T17:19:33.662Z Compiling serde-hex v0.1.0
16152026-08-21T17:19:33.707Z Compiling tokio-native-tls v0.3.1
16162026-08-21T17:19:33.788Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-21T17:19:33.889Z Compiling camino v1.2.5
16182026-08-21T17:19:35.208Z Compiling bstr v1.12.1
16192026-08-21T17:19:35.335Z Compiling crypto-common v0.2.2
16202026-08-21T17:19:35.433Z Compiling block-padding v0.4.2
16212026-08-21T17:19:35.609Z Compiling block-buffer v0.12.1
16222026-08-21T17:19:35.818Z Compiling rustls-native-certs v0.8.3
16232026-08-21T17:19:35.854Z Compiling x509-cert v0.2.5
16242026-08-21T17:19:36.022Z Compiling md-5 v0.10.6
16252026-08-21T17:19:36.117Z Compiling erased-serde v0.3.31
16262026-08-21T17:19:36.198Z Compiling serde_tokenstream v0.2.3
16272026-08-21T17:19:36.544Z Compiling curve25519-dalek v4.1.3
16282026-08-21T17:19:36.602Z Compiling zerocopy-derive v0.7.35
16292026-08-21T17:19:36.827Z Compiling pin-project-internal v1.1.11
16302026-08-21T17:19:36.854Z Compiling async-trait v0.1.89
16312026-08-21T17:19:37.060Z Compiling daft-derive v0.1.7
16322026-08-21T17:19:37.466Z Compiling vergen-lib v9.1.0
16332026-08-21T17:19:37.487Z Compiling hash32 v0.2.1
16342026-08-21T17:19:37.648Z Compiling memoffset v0.9.1
16352026-08-21T17:19:37.678Z Compiling encoding_rs v0.8.35
16362026-08-21T17:19:37.780Z Compiling rustix v0.38.44
16372026-08-21T17:19:37.841Z Compiling rustc-demangle v0.1.27
16382026-08-21T17:19:37.858Z Compiling owo-colors v4.3.0
16392026-08-21T17:19:37.905Z Compiling litrs v1.0.0
16402026-08-21T17:19:37.919Z Compiling smoltcp v0.9.1
16412026-08-21T17:19:37.922Z Compiling mime v0.3.17
16422026-08-21T17:19:38.109Z Compiling psl-types v2.0.11
16432026-08-21T17:19:38.163Z Compiling ref-cast v1.0.25
16442026-08-21T17:19:38.178Z Compiling cfg_aliases v0.2.1
16452026-08-21T17:19:38.229Z Compiling fallible-iterator v0.2.0
16462026-08-21T17:19:38.232Z Compiling crc-any v2.5.0
16472026-08-21T17:19:38.256Z Compiling nix v0.31.2
16482026-08-21T17:19:38.289Z Compiling publicsuffix v2.3.0
16492026-08-21T17:19:38.400Z Compiling document-features v0.2.12
16502026-08-21T17:19:38.456Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-21T17:19:38.518Z Compiling postgres-protocol v0.6.10
16522026-08-21T17:19:38.533Z Compiling backtrace v0.3.76
16532026-08-21T17:19:38.565Z Compiling pin-project v1.1.11
16542026-08-21T17:19:38.664Z Compiling daft v0.1.7
16552026-08-21T17:19:38.947Z Compiling zerocopy v0.7.35
16562026-08-21T17:19:39.060Z Compiling inout v0.2.2
16572026-08-21T17:19:39.186Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-21T17:19:39.236Z Compiling toml v0.7.8
16592026-08-21T17:19:39.271Z Compiling hyper-tls v0.6.0
16602026-08-21T17:19:39.469Z Compiling object v0.30.4
16612026-08-21T17:19:39.470Z Compiling derive_builder v0.20.2
16622026-08-21T17:19:39.499Z Compiling zip v0.6.6
16632026-08-21T17:19:39.702Z Compiling goblin v0.8.2
16642026-08-21T17:19:39.763Z Compiling derive-ex v0.1.8
16652026-08-21T17:19:39.840Z Compiling darling v0.23.0
16662026-08-21T17:19:40.143Z Compiling phf_shared v0.13.1
16672026-08-21T17:19:40.227Z Compiling regex v1.12.3
16682026-08-21T17:19:40.385Z Compiling hubpack_derive v0.1.1
16692026-08-21T17:19:40.423Z Compiling futures-executor v0.3.32
16702026-08-21T17:19:40.650Z Compiling ref-cast-impl v1.0.25
16712026-08-21T17:19:40.679Z Compiling curve25519-dalek-derive v0.1.1
16722026-08-21T17:19:40.881Z Compiling strum_macros v0.27.2
16732026-08-21T17:19:41.200Z Compiling snafu-derive v0.8.9
16742026-08-21T17:19:41.318Z Compiling vergen v9.1.0
16752026-08-21T17:19:41.429Z Compiling cargo-platform v0.3.2
16762026-08-21T17:19:41.495Z Compiling ff v0.13.1
16772026-08-21T17:19:41.638Z Compiling fs-err v3.3.0
16782026-08-21T17:19:41.695Z Compiling either v1.15.0
16792026-08-21T17:19:41.829Z Compiling libbz2-rs-sys v0.2.2
16802026-08-21T17:19:41.911Z Compiling unicode-segmentation v1.12.0
16812026-08-21T17:19:42.289Z Compiling foldhash v0.2.0
16822026-08-21T17:19:42.361Z Compiling jiff-core v0.1.0
16832026-08-21T17:19:42.496Z Compiling foldhash v0.1.5
16842026-08-21T17:19:42.515Z Compiling managed v0.8.0
16852026-08-21T17:19:42.673Z Compiling same-file v1.0.6
16862026-08-21T17:19:42.737Z Compiling path-slash v0.1.5
16872026-08-21T17:19:42.774Z Compiling base16ct v0.2.0
16882026-08-21T17:19:42.839Z Compiling is_ci v1.2.0
16892026-08-21T17:19:42.869Z Compiling bumpalo v3.20.2
16902026-08-21T17:19:42.953Z Compiling bitflags v1.3.2
16912026-08-21T17:19:42.976Z Compiling supports-color v3.0.2
16922026-08-21T17:19:43.121Z Compiling snafu v0.8.9
16932026-08-21T17:19:43.135Z Compiling jiff v0.2.34
16942026-08-21T17:19:43.150Z Compiling zopfli v0.8.3
16952026-08-21T17:19:43.164Z Compiling sec1 v0.7.3
16962026-08-21T17:19:43.437Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16972026-08-21T17:19:43.452Z Compiling walkdir v2.5.0
16982026-08-21T17:19:43.465Z Compiling strum v0.27.2
16992026-08-21T17:19:43.596Z Compiling hashbrown v0.15.5
17002026-08-21T17:19:43.758Z Compiling hashbrown v0.16.1
17012026-08-21T17:19:43.792Z Compiling bzip2 v0.6.1
17022026-08-21T17:19:43.827Z Compiling textwrap v0.16.2
17032026-08-21T17:19:44.002Z Compiling dof v0.3.0
17042026-08-21T17:19:44.306Z Compiling group v0.13.0
17052026-08-21T17:19:44.335Z Compiling cargo_metadata v0.23.1
17062026-08-21T17:19:44.419Z Compiling test-strategy v0.4.5
17072026-08-21T17:19:44.876Z Compiling hubpack v0.1.2
17082026-08-21T17:19:44.914Z Compiling futures v0.3.32
17092026-08-21T17:19:45.002Z Compiling phf v0.13.1
17102026-08-21T17:19:45.204Z Compiling signal-hook-mio v0.2.5
17112026-08-21T17:19:45.308Z Compiling serde_with_macros v3.21.0
17122026-08-21T17:19:45.462Z Compiling cookie_store v0.22.1
17132026-08-21T17:19:45.705Z Compiling zstd v0.13.3
17142026-08-21T17:19:45.907Z Compiling reqwest v0.12.28
17152026-08-21T17:19:45.972Z Compiling cipher v0.5.2
17162026-08-21T17:19:46.133Z Compiling backtrace-ext v0.2.1
17172026-08-21T17:19:46.286Z Compiling postgres-types v0.2.12
17182026-08-21T17:19:46.725Z Compiling usdt-attr-macro v0.6.0
17192026-08-21T17:19:46.844Z Compiling usdt-macro v0.6.0
17202026-08-21T17:19:47.229Z Compiling globset v0.4.18
17212026-08-21T17:19:47.511Z Compiling phf_shared v0.11.3
17222026-08-21T17:19:47.547Z Compiling hkdf v0.12.4
17232026-08-21T17:19:47.576Z Compiling dtrace-parser v0.2.0
17242026-08-21T17:19:47.610Z Compiling byte-wrapper v0.1.0
17252026-08-21T17:19:47.667Z Compiling olpc-cjson v0.1.4
17262026-08-21T17:19:47.703Z Compiling ed25519 v2.2.3
17272026-08-21T17:19:47.712Z Compiling crypto-bigint v0.5.5
17282026-08-21T17:19:47.816Z Compiling serde_plain v1.0.2
17292026-08-21T17:19:47.875Z Compiling serde-big-array v0.5.1
17302026-08-21T17:19:47.936Z Compiling serde_repr v0.1.20
17312026-08-21T17:19:48.019Z Compiling miette-derive v7.6.0
17322026-08-21T17:19:48.049Z Compiling enum-as-inner v0.6.1
17332026-08-21T17:19:48.291Z Compiling async-recursion v1.1.1
17342026-08-21T17:19:48.460Z Compiling strum_macros v0.26.4
17352026-08-21T17:19:48.535Z Compiling pem v3.0.6
17362026-08-21T17:19:48.602Z Compiling float-cmp v0.10.0
17372026-08-21T17:19:48.772Z Compiling memmap2 v0.9.10
17382026-08-21T17:19:48.858Z Compiling thread-id v4.2.2
17392026-08-21T17:19:48.940Z Compiling keccak v0.1.6
17402026-08-21T17:19:48.957Z Compiling const-oid v0.10.2
17412026-08-21T17:19:49.007Z Compiling supports-hyperlinks v3.2.0
17422026-08-21T17:19:49.198Z Compiling typed-path v0.9.3
17432026-08-21T17:19:49.215Z Compiling static_assertions v1.1.0
17442026-08-21T17:19:49.230Z Compiling new_debug_unreachable v1.0.6
17452026-08-21T17:19:49.349Z Compiling predicates-core v1.0.10
17462026-08-21T17:19:49.372Z Compiling fixedbitset v0.5.7
17472026-08-21T17:19:49.467Z Compiling precomputed-hash v0.1.1
17482026-08-21T17:19:49.558Z Compiling supports-unicode v3.0.0
17492026-08-21T17:19:49.621Z Compiling normalize-line-endings v0.3.0
17502026-08-21T17:19:49.690Z Compiling fixedbitset v0.4.2
17512026-08-21T17:19:49.706Z Compiling winnow v1.0.3
17522026-08-21T17:19:49.719Z Compiling difflib v0.4.0
17532026-08-21T17:19:49.734Z Compiling data-encoding v2.10.0
17542026-08-21T17:19:49.898Z Compiling cpufeatures v0.3.0
17552026-08-21T17:19:49.929Z Compiling whoami v2.1.0
17562026-08-21T17:19:49.980Z Compiling chacha20 v0.10.0
17572026-08-21T17:19:50.289Z Compiling tokio-postgres v0.7.16
17582026-08-21T17:19:50.296Z Compiling strum v0.26.3
17592026-08-21T17:19:50.309Z Compiling hickory-proto v0.25.2
17602026-08-21T17:19:50.351Z Compiling predicates v3.1.4
17612026-08-21T17:19:50.425Z Compiling petgraph v0.6.5
17622026-08-21T17:19:50.442Z Compiling miette v7.6.0
17632026-08-21T17:19:50.451Z Compiling toml_edit v0.22.27
17642026-08-21T17:19:50.812Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-21T17:19:51.006Z Compiling string_cache v0.8.9
17662026-08-21T17:19:51.276Z Compiling petgraph v0.8.3
17672026-08-21T17:19:51.441Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-08-21T17:19:51.585Z Compiling sha3 v0.10.8
17692026-08-21T17:19:51.895Z Compiling digest v0.11.3
17702026-08-21T17:19:52.036Z Compiling usdt-impl v0.5.0
17712026-08-21T17:19:52.137Z Compiling usdt v0.6.0
17722026-08-21T17:19:52.402Z Compiling elliptic-curve v0.13.8
17732026-08-21T17:19:52.494Z Compiling ed25519-dalek v2.2.0
17742026-08-21T17:19:52.626Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-21T17:19:52.815Z Compiling crossterm v0.28.1
17762026-08-21T17:19:53.029Z Compiling serde_with v3.21.0
17772026-08-21T17:19:53.209Z Compiling zip v4.6.1
17782026-08-21T17:19:54.162Z Compiling iddqd v0.4.2
17792026-08-21T17:19:54.264Z Compiling heck v0.4.1
17802026-08-21T17:19:54.491Z Compiling similar v2.7.0
17812026-08-21T17:19:54.535Z Compiling itertools v0.15.0
17822026-08-21T17:19:54.607Z Compiling itertools v0.13.0
17832026-08-21T17:19:54.932Z Compiling crossbeam-epoch v0.9.18
17842026-08-21T17:19:54.978Z Compiling tokio-stream v0.1.18
17852026-08-21T17:19:55.110Z Compiling buf-list v1.1.2
17862026-08-21T17:19:55.190Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-21T17:19:55.306Z Compiling openapiv3 v2.2.0
17882026-08-21T17:19:55.352Z Compiling peg-runtime v0.8.5
17892026-08-21T17:19:55.369Z Compiling lalrpop-util v0.19.12
17902026-08-21T17:19:55.444Z Compiling thread_local v1.1.9
17912026-08-21T17:19:55.513Z Compiling slog-async v2.8.0
17922026-08-21T17:19:55.557Z Compiling crossbeam-channel v0.5.15
17932026-08-21T17:19:55.620Z Compiling is-terminal v0.4.17
17942026-08-21T17:19:55.700Z Compiling filetime v0.2.27
17952026-08-21T17:19:55.731Z Compiling take_mut v0.2.2
17962026-08-21T17:19:55.816Z Compiling term v1.2.1
17972026-08-21T17:19:55.827Z Compiling xattr v1.6.1
17982026-08-21T17:19:55.827Z Compiling camino-tempfile v1.4.1
17992026-08-21T17:19:56.012Z Compiling tar v0.4.46
18002026-08-21T17:19:56.372Z Compiling slog-term v2.9.2
18012026-08-21T17:20:02.206Z Compiling rustls-webpki v0.103.13
18022026-08-21T17:20:04.781Z Compiling tokio-rustls v0.26.4
18032026-08-21T17:20:04.781Z Compiling rustls-platform-verifier v0.6.2
18042026-08-21T17:20:04.784Z Compiling tough v0.22.0
18052026-08-21T17:20:04.999Z Compiling hyper-rustls v0.27.7
18062026-08-21T17:20:05.196Z Compiling reqwest v0.13.2
18072026-08-21T17:20:07.430Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-21T17:20:07.640Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-21T17:20:10.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-21T17:20:10.727Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-21T17:20:10.775ZAug 21 17:20:09.303 INFO Starting download, target: Clickhouse
18122026-08-21T17:20:10.775ZAug 21 17:20:09.303 INFO Starting download, target: Console
18132026-08-21T17:20:10.776ZAug 21 17:20:09.303 INFO Starting download, target: DendriteStub
18142026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Starting download, target: Cockroach
18152026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Starting download, target: MaghemiteMgd
18162026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Starting download, target: MaghemiteDdmd
18172026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Starting download, target: TransceiverControl
18182026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18202026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18212026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-21T17:20:10.781ZAug 21 17:20:09.303 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-21T17:20:11.392ZAug 21 17:20:09.913 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-21T17:20:11.684ZAug 21 17:20:10.209 INFO Download complete, target: TransceiverControl
18272026-08-21T17:20:12.617ZAug 21 17:20:11.134 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-21T17:20:12.642ZAug 21 17:20:11.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-21T17:20:12.872ZAug 21 17:20:11.395 INFO Download complete, target: Console
18302026-08-21T17:20:13.873ZAug 21 17:20:12.379 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18312026-08-21T17:20:13.976ZAug 21 17:20:12.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-21T17:20:14.135ZAug 21 17:20:12.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-21T17:20:14.995ZAug 21 17:20:13.512 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-21T17:20:14.996ZAug 21 17:20:13.513 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-21T17:20:15.843ZAug 21 17:20:14.367 INFO Download complete, target: MaghemiteDdmd
18362026-08-21T17:20:16.519ZAug 21 17:20:15.047 INFO Download complete, target: DendriteStub
18372026-08-21T17:20:16.620ZAug 21 17:20:15.144 INFO Download complete, target: MaghemiteMgd
18382026-08-21T17:20:19.387ZAug 21 17:20:17.915 INFO Checking that binary works, target: Clickhouse
18392026-08-21T17:20:19.509ZAug 21 17:20:18.033 INFO Download complete, target: Clickhouse
18402026-08-21T17:20:19.621ZAug 21 17:20:18.149 INFO Checking that binary works, target: Cockroach
18412026-08-21T17:20:19.738ZAug 21 17:20:18.266 INFO Download complete, target: Cockroach
18422026-08-21T17:20:19.754ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-21T17:20:19.757Z
18442026-08-21T17:20:19.757Zreal 2:09.448089018
18452026-08-21T17:20:19.757Zuser 7:21.859222371
18462026-08-21T17:20:19.757Zsys 1:26.584472999
18472026-08-21T17:20:19.757Ztrap 0.248810776
18482026-08-21T17:20:19.757Ztflt 0.514788008
18492026-08-21T17:20:19.757Zdflt 0.947641199
18502026-08-21T17:20:19.757Zkflt 0.021487784
18512026-08-21T17:20:19.757Zlock 27:26.340460939
18522026-08-21T17:20:19.757Zslp 22:08.578791235
18532026-08-21T17:20:19.757Zlat 48.371893231
18542026-08-21T17:20:19.757Zstop 2:39.911322188
18552026-08-21T17:20:19.757Z+ banner hack-check
18562026-08-21T17:20:19.757Z
18572026-08-21T17:20:19.757Z # # ## #### # # #### # # ###### #### # #
18582026-08-21T17:20:19.757Z # # # # # # # # # # # # # # # # #
18592026-08-21T17:20:19.758Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-21T17:20:19.758Z # # ###### # # # # # # # # # #
18612026-08-21T17:20:19.758Z # # # # # # # # # # # # # # # # #
18622026-08-21T17:20:19.758Z # # # # #### # # #### # # ###### #### # #
18632026-08-21T17:20:19.758Z
18642026-08-21T17:20:19.758Z+ export CARGO_INCREMENTAL=0
18652026-08-21T17:20:19.758Z+ CARGO_INCREMENTAL=0
18662026-08-21T17:20:19.758Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-21T17:20:20.247Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-21T17:20:20.533Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-21T17:20:22.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
18702026-08-21T17:20:22.502Z Running `target/debug/xtask check-features --ci`
18712026-08-21T17:20:22.529Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-21T17:20:22.532Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-21T17:20:22.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18742026-08-21T17:20:22.980Z Running `target/debug/xtask download cargo-hack`
18752026-08-21T17:20:23.771Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-21T17:20:24.082Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-21T17:20:26.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18782026-08-21T17:20:26.847Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-21T17:20:26.892ZAug 21 17:20:25.420 INFO Starting download, target: CargoHack
18802026-08-21T17:20:26.896ZAug 21 17:20:25.420 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-21T17:20:27.079ZAug 21 17:20:25.607 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-21T17:20:27.175ZAug 21 17:20:25.658 INFO Download complete, target: CargoHack
18832026-08-21T17:20:27.187Zrunning: "/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"
18842026-08-21T17:20:27.187Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-21T17:20:27.307Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-21T17:20:27.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-21T17:20:27.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-21T17:20:27.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-21T17:20:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-21T17:20:27.858Z
18912026-08-21T17:20:27.858Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-21T17:20:28.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-21T17:20:28.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-21T17:20:28.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-21T17:20:28.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-21T17:20:28.417Z
18972026-08-21T17:20:28.417Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-21T17:20:28.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-21T17:20:28.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-21T17:20:28.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-21T17:20:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-21T17:20:28.971Z
19032026-08-21T17:20:28.971Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-21T17:20:29.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-21T17:20:29.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-21T17:20:29.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-21T17:20:29.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-21T17:20:29.527Z
19092026-08-21T17:20:29.527Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-21T17:20:29.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-21T17:20:29.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-21T17:20:29.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-21T17:20:29.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-21T17:20:30.073Z
19152026-08-21T17:20:30.073Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-21T17:20:30.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-21T17:20:30.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-21T17:20:30.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-21T17:20:30.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-21T17:20:30.640Z
19212026-08-21T17:20:30.640Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-21T17:20:31.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-21T17:20:31.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-21T17:20:31.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-21T17:20:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-21T17:20:31.205Z
19272026-08-21T17:20:31.205Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-21T17:20:31.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-21T17:20:31.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-21T17:20:31.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-21T17:20:31.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19322026-08-21T17:20:31.779Z
19332026-08-21T17:20:31.779Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-21T17:20:32.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-21T17:20:32.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-21T17:20:32.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-21T17:20:32.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-21T17:20:32.191Z
19392026-08-21T17:20:32.191Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-21T17:20:32.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-21T17:20:32.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-21T17:20:32.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-21T17:20:32.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-21T17:20:32.612Z
19452026-08-21T17:20:32.612Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-21T17:20:32.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-21T17:20:32.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-21T17:20:32.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-21T17:20:32.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-21T17:20:33.028Z
19512026-08-21T17:20:33.028Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-21T17:20:33.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-21T17:20:33.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-21T17:20:33.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-21T17:20:33.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-21T17:20:33.445Z
19572026-08-21T17:20:33.445Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-21T17:20:33.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-21T17:20:33.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-21T17:20:33.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-21T17:20:33.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-21T17:20:33.865Z
19632026-08-21T17:20:33.865Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-21T17:20:34.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-21T17:20:34.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-21T17:20:34.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-21T17:20:34.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-21T17:20:34.284Z
19692026-08-21T17:20:34.284Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-21T17:20:34.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-21T17:20:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-21T17:20:34.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-21T17:20:34.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-21T17:20:34.705Z
19752026-08-21T17:20:34.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-21T17:20:35.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-21T17:20:35.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-21T17:20:35.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-21T17:20:35.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-21T17:20:35.127Z
19812026-08-21T17:20:35.127Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-21T17:20:35.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-21T17:20:35.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-21T17:20:35.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-21T17:20:35.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19862026-08-21T17:20:35.550Z
19872026-08-21T17:20:35.551Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-21T17:20:35.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-21T17:20:35.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-21T17:20:35.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-21T17:20:35.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-21T17:20:35.967Z
19932026-08-21T17:20:35.967Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-21T17:20:36.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-21T17:20:36.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-21T17:20:36.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-21T17:20:36.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-21T17:20:36.386Z
19992026-08-21T17:20:36.386Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-21T17:20:36.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-21T17:20:36.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-21T17:20:36.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-21T17:20:36.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20042026-08-21T17:20:36.808Z
20052026-08-21T17:20:36.808Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-21T17:20:37.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-21T17:20:37.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-21T17:20:37.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-21T17:20:37.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-21T17:20:37.227Z
20112026-08-21T17:20:37.228Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-21T17:20:37.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-21T17:20:37.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-21T17:20:37.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-21T17:20:37.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20162026-08-21T17:20:37.650Z
20172026-08-21T17:20:37.650Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-21T17:20:38.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-21T17:20:38.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-21T17:20:38.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-21T17:20:38.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-21T17:20:38.072Z
20232026-08-21T17:20:38.072Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-21T17:20:38.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-21T17:20:38.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-21T17:20:38.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-21T17:20:38.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-21T17:20:38.494Z
20292026-08-21T17:20:38.494Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-21T17:20:38.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-21T17:20:38.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-21T17:20:38.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-21T17:20:38.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-21T17:20:38.916Z
20352026-08-21T17:20:38.916Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-21T17:20:39.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-21T17:20:39.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-21T17:20:39.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-21T17:20:39.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-21T17:20:39.339Z
20412026-08-21T17:20:39.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-21T17:20:39.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-21T17:20:39.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-21T17:20:39.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-21T17:20:39.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20462026-08-21T17:20:39.766Z
20472026-08-21T17:20:39.766Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-21T17:20:40.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-21T17:20:40.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-21T17:20:40.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-21T17:20:40.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-21T17:20:40.188Z
20532026-08-21T17:20:40.188Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-21T17:20:40.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-21T17:20:40.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-21T17:20:40.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-21T17:20:40.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20582026-08-21T17:20:40.618Z
20592026-08-21T17:20:40.618Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-21T17:20:40.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-21T17:20:40.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-21T17:20:40.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-21T17:20:40.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-21T17:20:41.045Z
20652026-08-21T17:20:41.045Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-21T17:20:41.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-21T17:20:41.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-21T17:20:41.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-21T17:20:41.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-21T17:20:41.453Z
20712026-08-21T17:20:41.453Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-21T17:20:41.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-21T17:20:41.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-21T17:20:41.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-21T17:20:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-21T17:20:41.874Z
20772026-08-21T17:20:41.874Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-21T17:20:42.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-21T17:20:42.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-21T17:20:42.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-21T17:20:42.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-21T17:20:42.336Z
20832026-08-21T17:20:42.336Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-21T17:20:42.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-21T17:20:42.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-21T17:20:42.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-21T17:20:42.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-21T17:20:42.720Z
20892026-08-21T17:20:42.720Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-21T17:20:43.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-21T17:20:43.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-21T17:20:43.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-21T17:20:43.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-21T17:20:43.301Z
20952026-08-21T17:20:43.302Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-21T17:20:43.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-21T17:20:43.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-21T17:20:43.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-21T17:20:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-21T17:20:43.571Z
21012026-08-21T17:20:43.571Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-21T17:20:43.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-21T17:20:43.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-21T17:20:43.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-21T17:20:43.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-21T17:20:43.991Z
21072026-08-21T17:20:43.992Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-21T17:20:44.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-21T17:20:44.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-21T17:20:44.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-21T17:20:44.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-21T17:20:44.403Z
21132026-08-21T17:20:44.403Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-21T17:20:44.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-21T17:20:44.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-21T17:20:44.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-21T17:20:44.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-21T17:20:44.859Z
21192026-08-21T17:20:44.859Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-21T17:20:45.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-21T17:20:45.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-21T17:20:45.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-21T17:20:45.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-21T17:20:45.243Z
21252026-08-21T17:20:45.243Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-21T17:20:45.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-21T17:20:45.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-21T17:20:45.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-21T17:20:45.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21302026-08-21T17:20:45.667Z
21312026-08-21T17:20:45.667Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-21T17:20:46.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-21T17:20:46.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-21T17:20:46.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-21T17:20:46.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-21T17:20:46.091Z
21372026-08-21T17:20:46.091Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-21T17:20:46.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-21T17:20:46.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-21T17:20:46.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-21T17:20:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21422026-08-21T17:20:46.526Z
21432026-08-21T17:20:46.527Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-21T17:20:46.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-21T17:20:46.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-21T17:20:46.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-21T17:20:46.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21482026-08-21T17:20:46.950Z
21492026-08-21T17:20:46.950Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-21T17:20:47.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-21T17:20:47.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-21T17:20:47.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-21T17:20:47.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21542026-08-21T17:20:47.373Z
21552026-08-21T17:20:47.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-21T17:20:47.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-21T17:20:47.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-21T17:20:47.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-21T17:20:47.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-21T17:20:47.798Z
21612026-08-21T17:20:47.798Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-21T17:20:48.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-21T17:20:48.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-21T17:20:48.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-21T17:20:48.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-21T17:20:48.215Z
21672026-08-21T17:20:48.215Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-21T17:20:48.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-21T17:20:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-21T17:20:48.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-21T17:20:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-21T17:20:48.634Z
21732026-08-21T17:20:48.635Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-21T17:20:49.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-21T17:20:49.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-21T17:20:49.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-21T17:20:49.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-21T17:20:49.246Z
21792026-08-21T17:20:49.247Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-21T17:20:49.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-21T17:20:49.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-21T17:20:49.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-21T17:20:49.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-08-21T17:20:49.854Z
21852026-08-21T17:20:49.854Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-21T17:20:50.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-21T17:20:50.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-21T17:20:50.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-21T17:20:50.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-21T17:20:50.458Z
21912026-08-21T17:20:50.458Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-21T17:20:50.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-21T17:20:50.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-21T17:20:50.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-21T17:20:50.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-21T17:20:51.062Z
21972026-08-21T17:20:51.062Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-21T17:20:51.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-21T17:20:51.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-21T17:20:51.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-21T17:20:51.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-08-21T17:20:51.643Z
22032026-08-21T17:20:51.643Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-21T17:20:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-21T17:20:52.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-21T17:20:52.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-21T17:20:52.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-21T17:20:52.200Z
22092026-08-21T17:20:52.200Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-21T17:20:52.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-21T17:20:52.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-21T17:20:52.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-21T17:20:52.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-21T17:20:52.892Z
22152026-08-21T17:20:52.892Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-21T17:20:53.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-21T17:20:53.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-21T17:20:53.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-21T17:20:53.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-21T17:20:53.341Z
22212026-08-21T17:20:53.341Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-21T17:20:53.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-21T17:20:53.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-21T17:20:53.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-21T17:20:53.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-08-21T17:20:53.921Z
22272026-08-21T17:20:53.921Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-21T17:20:54.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-21T17:20:54.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-21T17:20:54.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-21T17:20:54.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-08-21T17:20:54.497Z
22332026-08-21T17:20:54.497Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-21T17:20:54.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-21T17:20:54.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-21T17:20:54.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-21T17:20:54.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-21T17:20:55.055Z
22392026-08-21T17:20:55.055Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-21T17:20:55.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-21T17:20:55.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-21T17:20:55.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-21T17:20:55.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-21T17:20:55.617Z
22452026-08-21T17:20:55.617Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-21T17:20:56.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-21T17:20:56.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-21T17:20:56.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-21T17:20:56.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-21T17:20:56.178Z
22512026-08-21T17:20:56.178Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-21T17:20:56.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-21T17:20:56.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-21T17:20:56.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-21T17:20:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-21T17:20:56.735Z
22572026-08-21T17:20:56.735Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-21T17:20:57.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-21T17:20:57.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-21T17:20:57.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-21T17:20:57.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-21T17:20:57.295Z
22632026-08-21T17:20:57.295Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-21T17:20:57.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-21T17:20:57.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-21T17:20:57.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-21T17:20:57.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22682026-08-21T17:20:57.874Z
22692026-08-21T17:20:57.874Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-21T17:20:58.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-21T17:20:58.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-21T17:20:58.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-21T17:20:58.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-21T17:20:58.448Z
22752026-08-21T17:20:58.449Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-21T17:20:58.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-21T17:20:58.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-21T17:20:58.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-21T17:20:58.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22802026-08-21T17:20:59.017Z
22812026-08-21T17:20:59.017Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-21T17:20:59.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-21T17:20:59.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-21T17:20:59.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-21T17:20:59.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-21T17:20:59.586Z
22872026-08-21T17:20:59.586Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-21T17:21:00.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-21T17:21:00.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-21T17:21:00.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-21T17:21:00.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-21T17:21:00.149Z
22932026-08-21T17:21:00.149Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-21T17:21:00.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-21T17:21:00.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-21T17:21:00.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-21T17:21:00.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22982026-08-21T17:21:00.727Z
22992026-08-21T17:21:00.727Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-21T17:21:01.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-21T17:21:01.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-21T17:21:01.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-21T17:21:01.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-21T17:21:01.293Z
23052026-08-21T17:21:01.293Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-21T17:21:01.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-21T17:21:01.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-21T17:21:01.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-21T17:21:01.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23102026-08-21T17:21:01.863Z
23112026-08-21T17:21:01.863Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-21T17:21:02.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-21T17:21:02.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-21T17:21:02.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-21T17:21:02.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-21T17:21:02.427Z
23172026-08-21T17:21:02.428Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-21T17:21:02.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-21T17:21:02.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-21T17:21:02.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-21T17:21:02.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23222026-08-21T17:21:02.983Z
23232026-08-21T17:21:02.983Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-21T17:21:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-21T17:21:03.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-21T17:21:03.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-21T17:21:03.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-21T17:21:03.553Z
23292026-08-21T17:21:03.553Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-21T17:21:04.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-21T17:21:04.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-21T17:21:04.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-21T17:21:04.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23342026-08-21T17:21:04.138Z
23352026-08-21T17:21:04.138Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-21T17:21:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-21T17:21:04.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-21T17:21:04.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-21T17:21:04.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23402026-08-21T17:21:04.760Z
23412026-08-21T17:21:04.760Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-21T17:21:05.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-21T17:21:05.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-21T17:21:05.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-21T17:21:05.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-21T17:21:05.291Z
23472026-08-21T17:21:05.291Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-21T17:21:05.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-21T17:21:05.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-21T17:21:05.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-21T17:21:05.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23522026-08-21T17:21:05.846Z
23532026-08-21T17:21:05.847Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-21T17:21:06.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-21T17:21:06.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-21T17:21:06.452Z Checking cfg-if v1.0.4
23572026-08-21T17:21:06.457Z Checking serde_core v1.0.228
23582026-08-21T17:21:06.457Z Checking libc v0.2.185
23592026-08-21T17:21:06.572Z Checking memchr v2.8.0
23602026-08-21T17:21:06.579Z Checking smallvec v1.15.1
23612026-08-21T17:21:06.579Z Checking log v0.4.33
23622026-08-21T17:21:06.598Z Checking subtle v2.6.1
23632026-08-21T17:21:06.608Z Checking itoa v1.0.17
23642026-08-21T17:21:06.620Z Checking scopeguard v1.2.0
23652026-08-21T17:21:06.715Z Checking lock_api v0.4.14
23662026-08-21T17:21:06.741Z Checking stable_deref_trait v1.2.1
23672026-08-21T17:21:06.741Z Checking typenum v1.20.1
23682026-08-21T17:21:06.764Z Checking zerofrom v0.1.6
23692026-08-21T17:21:06.775Z Checking zerocopy v0.8.55
23702026-08-21T17:21:06.820Z Checking portable-atomic v1.13.1
23712026-08-21T17:21:06.874Z Checking yoke v0.8.1
23722026-08-21T17:21:06.915Z Checking critical-section v1.2.0
23732026-08-21T17:21:06.943Z Checking pin-project-lite v0.2.17
23742026-08-21T17:21:06.954Z Checking errno v0.3.14
23752026-08-21T17:21:07.008Z Checking getrandom v0.2.17
23762026-08-21T17:21:07.033Z Checking const-oid v0.9.6
23772026-08-21T17:21:07.046Z Checking zerovec v0.11.5
23782026-08-21T17:21:07.398Z Checking libm v0.2.16
23792026-08-21T17:21:07.546Z Checking rand_core v0.6.4
23802026-08-21T17:21:07.546Z Checking once_cell v1.21.3
23812026-08-21T17:21:07.546Z Checking zmij v1.0.21
23822026-08-21T17:21:07.585Z Checking signal-hook-registry v1.4.8
23832026-08-21T17:21:07.585Z Checking tinystr v0.8.2
23842026-08-21T17:21:07.585Z Checking parking_lot_core v0.9.12
23852026-08-21T17:21:07.585Z Checking percent-encoding v2.3.2
23862026-08-21T17:21:07.597Z Checking litemap v0.8.1
23872026-08-21T17:21:07.649Z Checking writeable v0.6.2
23882026-08-21T17:21:07.691Z Checking futures-core v0.3.32
23892026-08-21T17:21:07.696Z Checking parking_lot v0.12.5
23902026-08-21T17:21:07.700Z Checking potential_utf v0.1.4
23912026-08-21T17:21:07.746Z Checking num-traits v0.2.19
23922026-08-21T17:21:07.780Z Checking zerotrie v0.2.3
23932026-08-21T17:21:07.794Z Checking mio v1.2.0
23942026-08-21T17:21:07.807Z Checking icu_locale_core v2.1.1
23952026-08-21T17:21:07.823Z Checking equivalent v1.0.2
23962026-08-21T17:21:07.865Z Checking icu_collections v2.1.1
23972026-08-21T17:21:07.899Z Checking getrandom v0.3.4
23982026-08-21T17:21:08.012Z Checking socket2 v0.6.3
23992026-08-21T17:21:08.044Z Checking icu_normalizer_data v2.1.1
24002026-08-21T17:21:08.062Z Checking serde v1.0.228
24012026-08-21T17:21:08.076Z Checking bitflags v2.11.0
24022026-08-21T17:21:08.113Z Checking serde_json v1.0.151
24032026-08-21T17:21:08.175Z Checking icu_properties_data v2.1.2
24042026-08-21T17:21:08.244Z Checking byteorder v1.5.0
24052026-08-21T17:21:08.257Z Checking hashbrown v0.17.0
24062026-08-21T17:21:08.269Z Checking rand_core v0.10.0
24072026-08-21T17:21:08.302Z Checking futures-sink v0.3.32
24082026-08-21T17:21:08.379Z Checking icu_provider v2.1.1
24092026-08-21T17:21:08.476Z Checking futures-channel v0.3.32
24102026-08-21T17:21:08.476Z Checking getrandom v0.4.3
24112026-08-21T17:21:08.480Z Checking utf8_iter v1.0.4
24122026-08-21T17:21:08.480Z Checking zeroize v1.9.0
24132026-08-21T17:21:08.553Z Checking bytes v1.11.1
24142026-08-21T17:21:08.564Z Checking futures-io v0.3.32
24152026-08-21T17:21:08.577Z Checking icu_normalizer v2.1.1
24162026-08-21T17:21:08.589Z Checking icu_properties v2.1.2
24172026-08-21T17:21:08.631Z Checking generic-array v0.14.7
24182026-08-21T17:21:08.671Z Checking slab v0.4.12
24192026-08-21T17:21:08.719Z Checking indexmap v2.14.0
24202026-08-21T17:21:08.791Z Checking futures-task v0.3.32
24212026-08-21T17:21:08.831Z Checking rustix v1.1.4
24222026-08-21T17:21:08.875Z Checking form_urlencoded v1.2.2
24232026-08-21T17:21:08.928Z Checking futures-util v0.3.32
24242026-08-21T17:21:08.991Z Checking tokio v1.52.1
24252026-08-21T17:21:09.007Z Checking base64ct v1.8.3
24262026-08-21T17:21:09.096Z Checking block-buffer v0.10.4
24272026-08-21T17:21:09.232Z Checking crypto-common v0.1.7
24282026-08-21T17:21:09.252Z Checking fnv v1.0.7
24292026-08-21T17:21:09.280Z Checking pem-rfc7468 v0.7.0
24302026-08-21T17:21:09.335Z Checking iana-time-zone v0.1.65
24312026-08-21T17:21:09.359Z Checking digest v0.10.7
24322026-08-21T17:21:09.412Z Checking idna_adapter v1.2.1
24332026-08-21T17:21:09.437Z Checking flagset v0.4.7
24342026-08-21T17:21:09.450Z Checking chrono v0.4.45
24352026-08-21T17:21:09.549Z Checking idna v1.1.0
24362026-08-21T17:21:09.638Z Checking der v0.7.10
24372026-08-21T17:21:09.638Z Checking uuid v1.23.4
24382026-08-21T17:21:09.644Z Checking ppv-lite86 v0.2.21
24392026-08-21T17:21:09.672Z Checking rand_core v0.9.5
24402026-08-21T17:21:09.772Z Checking url v2.5.8
24412026-08-21T17:21:09.856Z Checking regex-syntax v0.8.10
24422026-08-21T17:21:09.878Z Checking base64 v0.22.1
24432026-08-21T17:21:09.892Z Checking http v1.4.2
24442026-08-21T17:21:10.118Z Checking rand_chacha v0.9.0
24452026-08-21T17:21:10.218Z Checking tracing-core v0.1.36
24462026-08-21T17:21:10.293Z Checking spki v0.7.3
24472026-08-21T17:21:10.307Z Checking dyn-clone v1.0.20
24482026-08-21T17:21:10.319Z Checking simd-adler32 v0.3.8
24492026-08-21T17:21:10.407Z Checking cpufeatures v0.2.17
24502026-08-21T17:21:10.453Z Checking http-body v1.0.1
24512026-08-21T17:21:10.472Z Checking pkcs8 v0.10.2
24522026-08-21T17:21:10.492Z Checking rand v0.9.2
24532026-08-21T17:21:10.512Z Checking rustls-pki-types v1.14.0
24542026-08-21T17:21:10.526Z Checking tracing v0.1.44
24552026-08-21T17:21:10.579Z Checking semver v1.0.28
24562026-08-21T17:21:10.625Z Checking spin v0.9.8
24572026-08-21T17:21:10.728Z Checking adler2 v2.0.1
24582026-08-21T17:21:10.782Z Checking anstyle v1.0.14
24592026-08-21T17:21:10.789Z Checking cmov v0.5.4
24602026-08-21T17:21:10.802Z Checking utf8parse v0.2.2
24612026-08-21T17:21:10.838Z Checking tinyvec_macros v0.1.1
24622026-08-21T17:21:10.862Z Checking openssl-probe v0.2.1
24632026-08-21T17:21:10.896Z Checking tinyvec v1.10.0
24642026-08-21T17:21:11.393Z Checking anstyle-parse v1.0.0
24652026-08-21T17:21:11.517Z Checking miniz_oxide v0.8.9
24662026-08-21T17:21:11.517Z Checking schemars v0.8.22
24672026-08-21T17:21:11.517Z Checking ctutils v0.4.2
24682026-08-21T17:21:11.517Z Checking sha2 v0.10.9
24692026-08-21T17:21:11.517Z Checking terminal_size v0.4.3
24702026-08-21T17:21:11.517Z Checking aws-lc-sys v0.40.0
24712026-08-21T17:21:11.517Z Checking thiserror v2.0.18
24722026-08-21T17:21:11.517Z Checking untrusted v0.7.1
24732026-08-21T17:21:11.517Z Checking tower-layer v0.3.3
24742026-08-21T17:21:11.517Z Checking anstyle-query v1.1.5
24752026-08-21T17:21:11.518Z Checking atomic-waker v1.1.2
24762026-08-21T17:21:11.518Z Checking fastrand v2.3.0
24772026-08-21T17:21:11.518Z Checking colorchoice v1.0.4
24782026-08-21T17:21:11.518Z Checking try-lock v0.2.5
24792026-08-21T17:21:11.518Z Checking is_terminal_polyfill v1.70.2
24802026-08-21T17:21:11.518Z Checking tower-service v0.3.3
24812026-08-21T17:21:11.568Z Checking hybrid-array v0.4.13
24822026-08-21T17:21:11.568Z Checking want v0.3.1
24832026-08-21T17:21:11.568Z Checking anstream v1.0.0
24842026-08-21T17:21:11.568Z Checking ipnet v2.12.0
24852026-08-21T17:21:11.568Z Checking tempfile v3.27.0
24862026-08-21T17:21:11.611Z Checking crc32fast v1.5.0
24872026-08-21T17:21:11.664Z Checking httparse v1.10.1
24882026-08-21T17:21:11.683Z Checking aho-corasick v1.1.4
24892026-08-21T17:21:11.701Z Checking aws-lc-rs v1.16.3
24902026-08-21T17:21:11.725Z Checking tap v1.0.1
24912026-08-21T17:21:11.760Z Checking foreign-types-shared v0.1.1
24922026-08-21T17:21:11.769Z Checking httpdate v1.0.3
24932026-08-21T17:21:11.800Z Checking untrusted v0.9.0
24942026-08-21T17:21:11.816Z Checking plain v0.2.3
24952026-08-21T17:21:11.854Z Checking wyz v0.5.1
24962026-08-21T17:21:11.884Z Checking foreign-types v0.3.2
24972026-08-21T17:21:11.902Z Checking unicode-normalization v0.1.25
24982026-08-21T17:21:11.915Z Checking rand_chacha v0.3.1
24992026-08-21T17:21:11.946Z Checking signature v2.2.0
25002026-08-21T17:21:12.026Z Checking radium v0.7.0
25012026-08-21T17:21:12.076Z Checking hex v0.4.3
25022026-08-21T17:21:12.118Z Checking num-integer v0.1.46
25032026-08-21T17:21:12.190Z Checking openssl-sys v0.9.117
25042026-08-21T17:21:12.209Z Checking wait-timeout v0.2.1
25052026-08-21T17:21:12.297Z Checking quick-error v1.2.3
25062026-08-21T17:21:12.311Z Checking bit-vec v0.8.0
25072026-08-21T17:21:12.324Z Checking ucd-trie v0.1.7
25082026-08-21T17:21:12.339Z Checking tokio-util v0.7.18
25092026-08-21T17:21:12.353Z Checking unicode-ident v1.0.24
25102026-08-21T17:21:12.368Z Checking regex-automata v0.4.14
25112026-08-21T17:21:12.393Z Checking clap_lex v1.0.0
25122026-08-21T17:21:12.471Z Checking strsim v0.11.1
25132026-08-21T17:21:12.509Z Checking funty v2.0.0
25142026-08-21T17:21:12.541Z Checking bit-set v0.8.0
25152026-08-21T17:21:12.578Z Checking rustls-webpki v0.103.13
25162026-08-21T17:21:12.578Z Checking proc-macro2 v1.0.106
25172026-08-21T17:21:12.612Z Checking openssl v0.10.80
25182026-08-21T17:21:12.630Z Checking clap_builder v4.6.0
25192026-08-21T17:21:12.645Z Checking pest v2.8.6
25202026-08-21T17:21:12.779Z Checking bitvec v1.0.1
25212026-08-21T17:21:12.854Z Checking rusty-fork v0.3.1
25222026-08-21T17:21:12.952Z Checking rustls v0.23.41
25232026-08-21T17:21:12.967Z Checking h2 v0.4.15
25242026-08-21T17:21:13.016Z Checking num-iter v0.1.45
25252026-08-21T17:21:13.130Z Checking rand v0.8.6
25262026-08-21T17:21:13.684Z Checking lazy_static v1.5.0
25272026-08-21T17:21:13.717Z Checking rand_xorshift v0.4.0
25282026-08-21T17:21:13.747Z Checking hmac v0.12.1
25292026-08-21T17:21:13.814Z Checking thiserror v1.0.69
25302026-08-21T17:21:13.851Z Checking maybe-uninit v2.0.0
25312026-08-21T17:21:13.877Z Checking toml_datetime v0.6.11
25322026-08-21T17:21:13.900Z Checking serde_spanned v0.6.9
25332026-08-21T17:21:13.913Z Checking sync_wrapper v1.0.2
25342026-08-21T17:21:14.012Z Checking powerfmt v0.2.0
25352026-08-21T17:21:14.031Z Checking crc-catalog v2.4.0
25362026-08-21T17:21:14.067Z Checking pretty-hex v0.4.1
25372026-08-21T17:21:14.114Z Checking siphasher v1.0.2
25382026-08-21T17:21:14.137Z Checking nodrop v0.1.14
25392026-08-21T17:21:14.160Z Checking zlib-rs v0.6.2
25402026-08-21T17:21:14.173Z Checking unarray v0.1.4
25412026-08-21T17:21:14.204Z Checking array-init v0.0.4
25422026-08-21T17:21:14.218Z Checking deranged v0.5.8
25432026-08-21T17:21:14.259Z Checking crc v3.4.0
25442026-08-21T17:21:14.297Z Checking proptest v1.11.0
25452026-08-21T17:21:14.425Z Checking packed_struct v0.10.1
25462026-08-21T17:21:14.483Z Checking tower v0.5.3
25472026-08-21T17:21:14.578Z Checking native-tls v0.2.18
25482026-08-21T17:21:14.759Z Checking smallvec v0.6.14
25492026-08-21T17:21:14.870Z Checking clap v4.6.1
25502026-08-21T17:21:14.947Z Checking num-bigint-dig v0.8.6
25512026-08-21T17:21:14.965Z Checking quote v1.0.45
25522026-08-21T17:21:15.337Z Checking flate2 v1.1.9
25532026-08-21T17:21:15.348Z Checking ipnetwork v0.21.1
25542026-08-21T17:21:15.348Z Checking pkcs1 v0.7.5
25552026-08-21T17:21:15.349Z Checking http-body-util v0.1.3
25562026-08-21T17:21:15.349Z Checking crossbeam-utils v0.8.21
25572026-08-21T17:21:15.349Z Checking bitfield v0.19.4
25582026-08-21T17:21:15.452Z Checking zerocopy v0.6.6
25592026-08-21T17:21:15.461Z Checking ahash v0.8.12
25602026-08-21T17:21:15.466Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-21T17:21:15.584Z Checking scroll v0.13.0
25622026-08-21T17:21:15.612Z Checking env_filter v2.0.0
25632026-08-21T17:21:15.631Z Checking base64 v0.21.7
25642026-08-21T17:21:15.649Z Checking time-core v0.1.8
25652026-08-21T17:21:15.704Z Checking num-conv v0.2.0
25662026-08-21T17:21:15.763Z Checking hashbrown v0.12.3
25672026-08-21T17:21:15.780Z Checking hyper v1.10.1
25682026-08-21T17:21:15.803Z Checking unicode-bidi v0.3.18
25692026-08-21T17:21:15.803Z Checking gimli v0.32.3
25702026-08-21T17:21:15.804Z Checking iri-string v0.7.10
25712026-08-21T17:21:15.871Z Checking num_threads v0.1.7
25722026-08-21T17:21:19.579Z Checking allocator-api2 v0.2.21
25732026-08-21T17:21:19.579Z Checking winnow v0.5.40
25742026-08-21T17:21:19.579Z Checking ryu v1.0.23
25752026-08-21T17:21:19.579Z Checking unicode-properties v0.1.4
25762026-08-21T17:21:19.579Z Checking newtype-uuid v1.3.2
25772026-08-21T17:21:19.579Z Checking indexmap v1.9.3
25782026-08-21T17:21:19.579Z Checking serde_urlencoded v0.7.1
25792026-08-21T17:21:19.579Z Checking stringprep v0.1.5
25802026-08-21T17:21:19.579Z Checking time v0.3.47
25812026-08-21T17:21:19.579Z Checking ron v0.8.1
25822026-08-21T17:21:19.579Z Checking goblin v0.10.5
25832026-08-21T17:21:19.579Z Checking rsa v0.9.10
25842026-08-21T17:21:19.579Z Checking hyper-util v0.1.20
25852026-08-21T17:21:19.579Z Checking tower-http v0.6.8
25862026-08-21T17:21:19.579Z Checking env_logger v0.11.11
25872026-08-21T17:21:19.579Z Checking crossbeam-epoch v0.9.18
25882026-08-21T17:21:19.579Z Checking toml_edit v0.19.15
25892026-08-21T17:21:19.579Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25902026-08-21T17:21:19.579Z Checking hashbrown v0.13.2
25912026-08-21T17:21:19.579Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-08-21T17:21:19.579Z Checking bzip2 v0.4.4
25932026-08-21T17:21:19.579Z Checking addr2line v0.25.1
25942026-08-21T17:21:19.579Z Checking oxnet v0.1.6
25952026-08-21T17:21:19.579Z Checking syn v2.0.117
25962026-08-21T17:21:19.579Z Checking serde-hex v0.1.0
25972026-08-21T17:21:19.579Z Checking tokio-native-tls v0.3.1
25982026-08-21T17:21:19.579Z Checking bstr v1.12.1
25992026-08-21T17:21:19.579Z Checking block-padding v0.4.2
26002026-08-21T17:21:19.580Z Checking crypto-common v0.2.2
26012026-08-21T17:21:19.580Z Checking block-buffer v0.12.1
26022026-08-21T17:21:19.580Z Checking rustls-native-certs v0.8.3
26032026-08-21T17:21:19.580Z Checking x509-cert v0.2.5
26042026-08-21T17:21:19.580Z Checking scroll v0.12.0
26052026-08-21T17:21:19.580Z Checking object v0.37.3
26062026-08-21T17:21:19.580Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-21T17:21:19.580Z Checking md-5 v0.10.6
26082026-08-21T17:21:19.580Z Checking hash32 v0.2.1
26092026-08-21T17:21:19.580Z Checking encoding_rs v0.8.35
26102026-08-21T17:21:19.580Z Checking crc-any v2.5.0
26112026-08-21T17:21:19.580Z Checking either v1.15.0
26122026-08-21T17:21:19.580Z Checking fallible-iterator v0.2.0
26132026-08-21T17:21:19.580Z Checking rustc-demangle v0.1.27
26142026-08-21T17:21:19.580Z Checking mime v0.3.17
26152026-08-21T17:21:19.580Z Checking psl-types v2.0.11
26162026-08-21T17:21:19.580Z Checking postgres-protocol v0.6.10
26172026-08-21T17:21:19.580Z Checking dof v0.4.0
26182026-08-21T17:21:19.580Z Checking heapless v0.7.17
26192026-08-21T17:21:19.580Z Checking publicsuffix v2.3.0
26202026-08-21T17:21:19.580Z Checking zstd-safe v7.2.4
26212026-08-21T17:21:19.580Z Checking goblin v0.8.2
26222026-08-21T17:21:19.657Z Checking toml v0.7.8
26232026-08-21T17:21:19.657Z Checking hyper-tls v0.6.0
26242026-08-21T17:21:19.657Z Checking inout v0.2.2
26252026-08-21T17:21:19.694Z Checking daft v0.1.7
26262026-08-21T17:21:19.697Z Checking object v0.30.4
26272026-08-21T17:21:19.734Z Checking cookie v0.18.1
26282026-08-21T17:21:19.749Z Checking zip v0.6.6
26292026-08-21T17:21:19.778Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-08-21T17:21:19.929Z Checking tokio-rustls v0.26.4
26312026-08-21T17:21:19.944Z Checking phf_shared v0.13.1
26322026-08-21T17:21:19.967Z Checking dtrace-parser v0.3.0
26332026-08-21T17:21:20.085Z Checking pin-project v1.1.11
26342026-08-21T17:21:20.138Z Checking zerocopy v0.7.35
26352026-08-21T17:21:20.161Z Checking signal-hook v0.3.18
26362026-08-21T17:21:20.178Z Checking futures-executor v0.3.32
26372026-08-21T17:21:20.201Z Checking ff v0.13.1
26382026-08-21T17:21:20.261Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-08-21T17:21:20.325Z Checking thread-id v5.1.0
26402026-08-21T17:21:20.335Z Checking smawk v0.3.2
26412026-08-21T17:21:20.350Z Checking base16ct v0.2.0
26422026-08-21T17:21:20.402Z Checking path-slash v0.1.5
26432026-08-21T17:21:20.457Z Checking is_ci v1.2.0
26442026-08-21T17:21:20.471Z Checking unicode-linebreak v0.1.5
26452026-08-21T17:21:20.501Z Checking bitflags v1.3.2
26462026-08-21T17:21:20.557Z Checking libbz2-rs-sys v0.2.2
26472026-08-21T17:21:20.572Z Checking managed v0.8.0
26482026-08-21T17:21:20.584Z Checking backtrace v0.3.76
26492026-08-21T17:21:20.624Z Checking unicode-width v0.2.0
26502026-08-21T17:21:20.939Z Checking jiff-core v0.1.0
26512026-08-21T17:21:20.939Z Checking bumpalo v3.20.2
26522026-08-21T17:21:20.983Z Checking foldhash v0.2.0
26532026-08-21T17:21:20.990Z Checking same-file v1.0.6
26542026-08-21T17:21:20.991Z Checking foldhash v0.1.5
26552026-08-21T17:21:21.002Z Compiling rayon-core v1.13.0
26562026-08-21T17:21:21.002Z Checking walkdir v2.5.0
26572026-08-21T17:21:21.022Z Checking hashbrown v0.16.1
26582026-08-21T17:21:21.068Z Checking hashbrown v0.15.5
26592026-08-21T17:21:21.145Z Checking zopfli v0.8.3
26602026-08-21T17:21:21.158Z Checking bzip2 v0.6.1
26612026-08-21T17:21:21.230Z Checking backtrace-ext v0.2.1
26622026-08-21T17:21:21.275Z Checking dof v0.3.0
26632026-08-21T17:21:21.318Z Checking textwrap v0.16.2
26642026-08-21T17:21:21.337Z Checking smoltcp v0.9.1
26652026-08-21T17:21:21.363Z Checking jiff v0.2.34
26662026-08-21T17:21:21.482Z Checking supports-color v3.0.2
26672026-08-21T17:21:21.530Z Checking sec1 v0.7.3
26682026-08-21T17:21:21.543Z Checking usdt-impl v0.6.0
26692026-08-21T17:21:21.553Z Checking signal-hook-mio v0.2.5
26702026-08-21T17:21:21.565Z Checking group v0.13.0
26712026-08-21T17:21:21.604Z Checking futures v0.3.32
26722026-08-21T17:21:21.652Z Checking snafu v0.8.9
26732026-08-21T17:21:21.680Z Checking hyper-rustls v0.27.7
26742026-08-21T17:21:21.706Z Checking phf v0.13.1
26752026-08-21T17:21:21.737Z Checking cookie_store v0.22.1
26762026-08-21T17:21:21.818Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-08-21T17:21:21.821Z Checking cipher v0.5.2
26782026-08-21T17:21:21.852Z Checking reqwest v0.12.28
26792026-08-21T17:21:21.878Z Checking zstd v0.13.3
26802026-08-21T17:21:21.890Z Checking postgres-types v0.2.12
26812026-08-21T17:21:21.944Z Checking rustls-platform-verifier v0.6.2
26822026-08-21T17:21:22.061Z Checking globset v0.4.18
26832026-08-21T17:21:22.076Z Checking crossbeam-deque v0.8.6
26842026-08-21T17:21:22.079Z Checking phf_shared v0.11.3
26852026-08-21T17:21:22.100Z Checking regex v1.12.3
26862026-08-21T17:21:22.154Z Checking dtrace-parser v0.2.0
26872026-08-21T17:21:22.197Z Checking hkdf v0.12.4
26882026-08-21T17:21:22.217Z Checking olpc-cjson v0.1.4
26892026-08-21T17:21:22.261Z Checking curve25519-dalek v4.1.3
26902026-08-21T17:21:22.312Z Checking ref-cast v1.0.25
26912026-08-21T17:21:22.331Z Checking strum v0.27.2
26922026-08-21T17:21:22.350Z Checking byte-wrapper v0.1.0
26932026-08-21T17:21:22.373Z Checking hubpack v0.1.2
26942026-08-21T17:21:22.389Z Checking ed25519 v2.2.3
26952026-08-21T17:21:22.405Z Checking memoffset v0.9.1
26962026-08-21T17:21:22.439Z Checking rustix v0.38.44
26972026-08-21T17:21:22.483Z Checking owo-colors v4.3.0
26982026-08-21T17:21:22.542Z Checking pem v3.0.6
26992026-08-21T17:21:22.552Z Checking crypto-bigint v0.5.5
27002026-08-21T17:21:22.576Z Checking serde-big-array v0.5.1
27012026-08-21T17:21:22.598Z Checking erased-serde v0.3.31
27022026-08-21T17:21:22.693Z Checking serde_plain v1.0.2
27032026-08-21T17:21:22.711Z Checking float-cmp v0.10.0
27042026-08-21T17:21:22.833Z Checking memmap2 v0.9.10
27052026-08-21T17:21:22.839Z Checking thread-id v4.2.2
27062026-08-21T17:21:22.911Z Checking supports-hyperlinks v3.2.0
27072026-08-21T17:21:22.979Z Checking supports-unicode v3.0.0
27082026-08-21T17:21:23.003Z Checking fixedbitset v0.5.7
27092026-08-21T17:21:23.016Z Checking winnow v1.0.3
27102026-08-21T17:21:23.034Z Checking static_assertions v1.1.0
27112026-08-21T17:21:23.047Z Checking winnow v0.7.14
27122026-08-21T17:21:23.082Z Checking keccak v0.1.6
27132026-08-21T17:21:23.103Z Checking cpufeatures v0.3.0
27142026-08-21T17:21:23.174Z Checking const-oid v0.10.2
27152026-08-21T17:21:23.196Z Checking new_debug_unreachable v1.0.6
27162026-08-21T17:21:23.244Z Checking typed-path v0.9.3
27172026-08-21T17:21:23.256Z Checking toml_write v0.1.2
27182026-08-21T17:21:23.267Z Checking unicode-width v0.1.14
27192026-08-21T17:21:23.279Z Checking whoami v2.1.0
27202026-08-21T17:21:23.331Z Checking predicates-core v1.0.10
27212026-08-21T17:21:23.415Z Checking difflib v0.4.0
27222026-08-21T17:21:23.454Z Checking fixedbitset v0.4.2
27232026-08-21T17:21:23.470Z Checking precomputed-hash v0.1.1
27242026-08-21T17:21:23.474Z Checking data-encoding v2.10.0
27252026-08-21T17:21:23.506Z Checking normalize-line-endings v0.3.0
27262026-08-21T17:21:23.551Z Checking unicode-segmentation v1.12.0
27272026-08-21T17:21:23.588Z Checking string_cache v0.8.9
27282026-08-21T17:21:23.601Z Checking petgraph v0.6.5
27292026-08-21T17:21:23.605Z Checking predicates v3.1.4
27302026-08-21T17:21:23.748Z Checking hickory-proto v0.25.2
27312026-08-21T17:21:23.761Z Checking miette v7.6.0
27322026-08-21T17:21:23.859Z Checking similar v2.7.0
27332026-08-21T17:21:23.863Z Checking toml_parser v1.1.2+spec-1.1.0
27342026-08-21T17:21:23.908Z Checking elliptic-curve v0.13.8
27352026-08-21T17:21:24.006Z Checking tough v0.22.0
27362026-08-21T17:21:24.195Z Checking tokio-postgres v0.7.16
27372026-08-21T17:21:24.217Z Checking digest v0.11.3
27382026-08-21T17:21:24.229Z Checking toml_edit v0.22.27
27392026-08-21T17:21:24.240Z Checking zip v4.6.1
27402026-08-21T17:21:24.258Z Checking sha3 v0.10.8
27412026-08-21T17:21:24.399Z Checking crossterm v0.28.1
27422026-08-21T17:21:24.469Z Checking petgraph v0.8.3
27432026-08-21T17:21:24.814Z Checking chacha20 v0.10.0
27442026-08-21T17:21:24.855Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27452026-08-21T17:21:25.074Z Checking ed25519-dalek v2.2.0
27462026-08-21T17:21:25.110Z Checking usdt v0.6.0
27472026-08-21T17:21:25.307Z Checking slog v2.8.2
27482026-08-21T17:21:25.324Z Checking usdt-impl v0.5.0
27492026-08-21T17:21:25.324Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-21T17:21:25.470Z Checking nix v0.31.2
27512026-08-21T17:21:25.573Z Checking iddqd v0.4.2
27522026-08-21T17:21:25.907Z Checking reqwest v0.13.2
27532026-08-21T17:21:25.920Z Checking itertools v0.13.0
27542026-08-21T17:21:26.041Z Checking itertools v0.15.0
27552026-08-21T17:21:26.053Z Checking strum v0.26.3
27562026-08-21T17:21:26.166Z Checking serde_with v3.21.0
27572026-08-21T17:21:26.492Z Checking fs-err v3.3.0
27582026-08-21T17:21:26.567Z Checking tokio-stream v0.1.18
27592026-08-21T17:21:26.684Z Checking buf-list v1.1.2
27602026-08-21T17:21:26.784Z Checking camino v1.2.5
27612026-08-21T17:21:26.798Z Checking anyhow v1.0.104
27622026-08-21T17:21:26.865Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-21T17:21:26.952Z Checking openapiv3 v2.2.0
27642026-08-21T17:21:26.973Z Checking peg-runtime v0.8.5
27652026-08-21T17:21:26.990Z Checking lalrpop-util v0.19.12
27662026-08-21T17:21:27.035Z Checking rayon v1.11.0
27672026-08-21T17:21:27.112Z Checking sigpipe v0.1.3
27682026-08-21T17:21:27.125Z Checking glob v0.3.3
27692026-08-21T17:21:28.099Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-21T17:21:28.336Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-21T17:21:28.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.77s
27722026-08-21T17:21:28.786Z
27732026-08-21T17:21:28.786Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-21T17:21:29.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-21T17:21:29.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-21T17:21:29.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-21T17:21:29.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-21T17:21:29.359Z
27792026-08-21T17:21:29.359Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-21T17:21:29.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-21T17:21:29.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-21T17:21:29.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-21T17:21:29.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27842026-08-21T17:21:29.931Z
27852026-08-21T17:21:29.931Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-21T17:21:30.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-21T17:21:30.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-21T17:21:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-21T17:21:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27902026-08-21T17:21:30.516Z
27912026-08-21T17:21:30.516Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-21T17:21:30.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-21T17:21:31.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-21T17:21:31.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-21T17:21:31.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-21T17:21:31.089Z
27972026-08-21T17:21:31.089Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-21T17:21:31.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-21T17:21:31.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-21T17:21:31.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-21T17:21:31.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-21T17:21:31.663Z
28032026-08-21T17:21:31.663Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-21T17:21:32.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-21T17:21:32.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-21T17:21:32.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-21T17:21:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-21T17:21:32.235Z
28092026-08-21T17:21:32.235Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-21T17:21:32.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-21T17:21:32.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-21T17:21:32.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-21T17:21:32.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28142026-08-21T17:21:32.793Z
28152026-08-21T17:21:32.793Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-21T17:21:33.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-21T17:21:33.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-21T17:21:33.476Z Compiling multer v3.1.0
28192026-08-21T17:21:33.480Z Compiling async-stream-impl v0.3.6
28202026-08-21T17:21:33.589Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28212026-08-21T17:21:33.602Z Compiling dropshot v0.17.1
28222026-08-21T17:21:33.614Z Compiling parse-display-derive v0.10.0
28232026-08-21T17:21:33.627Z Compiling newtype-uuid-macros v0.1.0
28242026-08-21T17:21:33.632Z Compiling dropshot_endpoint v0.17.1
28252026-08-21T17:21:33.656Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-21T17:21:33.808Z Checking thread_local v1.1.9
28272026-08-21T17:21:33.826Z Checking compression-core v0.4.31
28282026-08-21T17:21:33.947Z Checking match_cfg v0.1.0
28292026-08-21T17:21:33.970Z Checking compression-codecs v0.4.37
28302026-08-21T17:21:33.986Z Checking crossbeam-channel v0.5.15
28312026-08-21T17:21:34.021Z Checking hostname v0.3.1
28322026-08-21T17:21:34.066Z Checking atomicwrites v0.4.4
28332026-08-21T17:21:34.119Z Checking slog-json v2.6.1
28342026-08-21T17:21:34.137Z Checking toml_datetime v1.1.1+spec-1.1.0
28352026-08-21T17:21:34.156Z Checking serde_spanned v1.1.1
28362026-08-21T17:21:34.189Z Checking is-terminal v0.4.17
28372026-08-21T17:21:34.273Z Checking debug-ignore v1.0.5
28382026-08-21T17:21:34.288Z Checking term v1.2.1
28392026-08-21T17:21:34.292Z Checking take_mut v0.2.2
28402026-08-21T17:21:34.319Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-21T17:21:34.336Z Checking slog-bunyan v2.5.0
28422026-08-21T17:21:34.370Z Checking async-stream v0.3.6
28432026-08-21T17:21:34.383Z Checking async-compression v0.4.41
28442026-08-21T17:21:34.395Z Checking slog-async v2.8.0
28452026-08-21T17:21:34.452Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462026-08-21T17:21:34.496Z Checking toml v1.1.2+spec-1.1.0
28472026-08-21T17:21:34.500Z Checking progenitor-client v0.14.0
28482026-08-21T17:21:34.522Z Checking slog-term v2.9.2
28492026-08-21T17:21:34.556Z Checking sha1 v0.11.0
28502026-08-21T17:21:34.622Z Checking waitgroup v0.1.2
28512026-08-21T17:21:34.723Z Checking rustls-pemfile v2.2.0
28522026-08-21T17:21:34.738Z Checking backon v1.6.0
28532026-08-21T17:21:34.751Z Checking serde_path_to_error v0.1.20
28542026-08-21T17:21:34.773Z Checking hostname v0.4.2
28552026-08-21T17:21:34.787Z Checking instant v0.1.13
28562026-08-21T17:21:34.877Z Checking backoff v0.4.0
28572026-08-21T17:21:34.899Z Checking progenitor-extras v0.2.0
28582026-08-21T17:21:35.015Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-21T17:21:35.063Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-21T17:21:35.078Z Checking regress v0.10.5
28612026-08-21T17:21:35.084Z Checking itertools v0.14.0
28622026-08-21T17:21:35.236Z Checking macaddr v1.0.1
28632026-08-21T17:21:35.309Z Checking parse-display v0.10.0
28642026-08-21T17:21:35.405Z Checking humantime v2.3.0
28652026-08-21T17:21:36.212Z Compiling prettyplease v0.2.37
28662026-08-21T17:21:36.509Z Checking num-rational v0.4.2
28672026-08-21T17:21:36.790Z Checking num-complex v0.4.6
28682026-08-21T17:21:37.310Z Compiling num v0.4.3
28692026-08-21T17:21:37.338Z Compiling usdt-macro v0.5.0
28702026-08-21T17:21:37.384Z Compiling usdt-attr-macro v0.5.0
28712026-08-21T17:21:37.397Z Checking memmap v0.7.0
28722026-08-21T17:21:37.401Z Checking float-ord v0.3.2
28732026-08-21T17:21:37.423Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-08-21T17:21:37.529Z Compiling convert_case v0.4.0
28752026-08-21T17:21:37.857Z Checking newline-converter v0.3.0
28762026-08-21T17:21:37.895Z Compiling derive_more v0.99.20
28772026-08-21T17:21:37.969Z Checking console v0.15.11
28782026-08-21T17:21:38.073Z Compiling toml v0.8.23
28792026-08-21T17:21:38.163Z Checking usdt v0.5.0
28802026-08-21T17:21:38.290Z Checking linked-hash-map v0.5.6
28812026-08-21T17:21:38.336Z Compiling minimal-lexical v0.2.1
28822026-08-21T17:21:38.425Z Checking lru-cache v0.1.2
28832026-08-21T17:21:38.546Z Compiling nom v7.1.3
28842026-08-21T17:21:38.590Z Checking expectorate v1.2.0
28852026-08-21T17:21:38.764Z Checking camino-tempfile v1.4.1
28862026-08-21T17:21:38.928Z Checking hickory-proto v0.24.4
28872026-08-21T17:21:39.053Z Checking phf_shared v0.12.1
28882026-08-21T17:21:39.193Z Compiling slog-dtrace v0.3.0
28892026-08-21T17:21:39.207Z Compiling unicode-xid v0.2.6
28902026-08-21T17:21:39.383Z Checking resolv-conf v0.7.6
28912026-08-21T17:21:39.571Z Checking heck v0.5.0
28922026-08-21T17:21:39.607Z Compiling chrono-tz v0.10.4
28932026-08-21T17:21:39.747Z Compiling const_format_proc_macros v0.2.34
28942026-08-21T17:21:39.805Z Checking phf v0.12.1
28952026-08-21T17:21:39.893Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-21T17:21:39.949Z Checking tokio-dtrace v0.1.1
28972026-08-21T17:21:40.143Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-21T17:21:40.195Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-21T17:21:40.370Z Compiling derive-where v1.6.0
29002026-08-21T17:21:40.473Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-21T17:21:40.568Z Checking highway v1.3.0
29022026-08-21T17:21:40.776Z Checking hickory-resolver v0.24.4
29032026-08-21T17:21:40.803Z Checking const_format v0.2.35
29042026-08-21T17:21:41.039Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-21T17:21:41.547Z Checking oxide-tokio-rt v0.1.4
29062026-08-21T17:21:41.739Z Checking qorb v0.4.1
29072026-08-21T17:21:41.812Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-21T17:21:41.955Z Checking gethostname v0.5.0
29092026-08-21T17:21:41.990Z Checking bcs v0.1.6
29102026-08-21T17:21:42.036Z Checking termtree v0.5.1
29112026-08-21T17:21:42.092Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29122026-08-21T17:21:42.096Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29132026-08-21T17:21:42.121Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29142026-08-21T17:21:45.111Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-21T17:21:48.240Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-21T17:21:50.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.68s
29172026-08-21T17:21:50.649Z
29182026-08-21T17:21:50.649Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-21T17:21:51.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-21T17:21:51.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-21T17:21:51.334Z Compiling ar_archive_writer v0.5.1
29222026-08-21T17:21:51.443Z Compiling stacker v0.1.23
29232026-08-21T17:21:51.447Z Compiling cfg_aliases v0.1.1
29242026-08-21T17:21:51.459Z Compiling convert_case v0.10.0
29252026-08-21T17:21:51.466Z Compiling proc-macro-error v1.0.4
29262026-08-21T17:21:51.477Z Checking fd-lock v4.0.4
29272026-08-21T17:21:51.477Z Checking nibble_vec v0.1.0
29282026-08-21T17:21:51.481Z Checking vte v0.14.1
29292026-08-21T17:21:51.509Z Compiling nix v0.28.0
29302026-08-21T17:21:51.588Z Compiling recursive-proc-macro-impl v0.1.1
29312026-08-21T17:21:51.602Z Checking endian-type v0.1.2
29322026-08-21T17:21:51.644Z Checking bytecount v0.6.9
29332026-08-21T17:21:51.701Z Checking strip-ansi-escapes v0.2.1
29342026-08-21T17:21:51.729Z Checking radix_trie v0.2.1
29352026-08-21T17:21:51.745Z Checking papergrid v0.11.0
29362026-08-21T17:21:51.756Z Compiling derive_more-impl v2.1.1
29372026-08-21T17:21:51.768Z Compiling tabled_derive v0.7.0
29382026-08-21T17:21:51.799Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-21T17:21:51.938Z Compiling peg-macros v0.8.5
29402026-08-21T17:21:51.994Z Checking winnow v0.6.26
29412026-08-21T17:21:52.272Z Compiling sqlparser_derive v0.5.0
29422026-08-21T17:21:52.286Z Compiling psm v0.1.30
29432026-08-21T17:21:52.372Z Checking nu-ansi-term v0.50.3
29442026-08-21T17:21:52.570Z Checking derive_more v2.1.1
29452026-08-21T17:21:52.582Z Checking home v0.5.12
29462026-08-21T17:21:52.647Z Checking unicode_categories v0.1.1
29472026-08-21T17:21:52.693Z Checking crossterm v0.29.0
29482026-08-21T17:21:52.726Z Checking tabled v0.15.0
29492026-08-21T17:21:52.790Z Checking rustyline v14.0.0
29502026-08-21T17:21:52.829Z Checking reedline v0.40.0
29512026-08-21T17:21:53.043Z Checking display-error-chain v0.2.2
29522026-08-21T17:21:53.072Z Checking recursive v0.1.1
29532026-08-21T17:21:53.151Z Checking sqlformat v0.3.5
29542026-08-21T17:21:53.164Z Checking sqlparser v0.61.0
29552026-08-21T17:21:53.305Z Checking peg v0.8.5
29562026-08-21T17:22:04.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
29572026-08-21T17:22:04.742Z
29582026-08-21T17:22:04.743Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-21T17:22:05.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-21T17:22:05.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-21T17:22:05.423Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-21T17:22:08.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
29632026-08-21T17:22:09.159Z
29642026-08-21T17:22:09.159Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-21T17:22:09.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-21T17:22:09.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-21T17:22:09.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-21T17:22:12.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
29692026-08-21T17:22:12.574Z
29702026-08-21T17:22:12.574Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-21T17:22:13.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-21T17:22:13.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-21T17:22:13.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-21T17:22:16.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29752026-08-21T17:22:16.779Z
29762026-08-21T17:22:16.779Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-21T17:22:17.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-21T17:22:17.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-21T17:22:17.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-21T17:22:20.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
29812026-08-21T17:22:21.046Z
29822026-08-21T17:22:21.046Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-21T17:22:21.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-21T17:22:21.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-21T17:22:21.715Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-21T17:22:24.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29872026-08-21T17:22:24.615Z
29882026-08-21T17:22:24.615Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-21T17:22:25.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-21T17:22:25.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-21T17:22:25.285Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-21T17:22:28.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29932026-08-21T17:22:28.188Z
29942026-08-21T17:22:28.188Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-21T17:22:28.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-21T17:22:28.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-21T17:22:28.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-21T17:22:32.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29992026-08-21T17:22:32.580Z
30002026-08-21T17:22:32.580Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-21T17:22:33.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-21T17:22:33.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-21T17:22:33.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-21T17:22:33.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-21T17:22:33.153Z
30062026-08-21T17:22:33.153Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-21T17:22:33.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-21T17:22:33.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-21T17:22:33.785Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-21T17:22:34.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
30112026-08-21T17:22:34.347Z
30122026-08-21T17:22:34.347Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-21T17:22:34.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-21T17:22:34.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-21T17:22:34.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-21T17:22:34.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-21T17:22:34.949Z
30182026-08-21T17:22:34.949Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-21T17:22:35.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-21T17:22:35.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-21T17:22:35.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-21T17:22:35.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30232026-08-21T17:22:35.542Z
30242026-08-21T17:22:35.542Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-21T17:22:36.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-21T17:22:36.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-21T17:22:36.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-21T17:22:36.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-21T17:22:36.126Z
30302026-08-21T17:22:36.127Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-21T17:22:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-21T17:22:36.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-21T17:22:36.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-21T17:22:36.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30352026-08-21T17:22:36.713Z
30362026-08-21T17:22:36.717Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-21T17:22:37.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-21T17:22:37.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-21T17:22:37.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-21T17:22:37.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-21T17:22:37.297Z
30422026-08-21T17:22:37.297Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-21T17:22:37.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-21T17:22:37.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-21T17:22:37.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-21T17:22:37.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-08-21T17:22:37.884Z
30482026-08-21T17:22:37.884Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-21T17:22:38.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-21T17:22:38.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-21T17:22:38.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-21T17:22:38.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30532026-08-21T17:22:38.470Z
30542026-08-21T17:22:38.470Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-21T17:22:38.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-21T17:22:38.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-21T17:22:39.302Z Compiling crucible-workspace-hack v0.1.0
30582026-08-21T17:22:39.302Z Compiling regress v0.11.1
30592026-08-21T17:22:39.306Z Checking secrecy v0.10.3
30602026-08-21T17:22:39.306Z Checking half v2.7.1
30612026-08-21T17:22:39.306Z Checking ciborium-io v0.2.2
30622026-08-21T17:22:39.306Z Checking inout v0.1.4
30632026-08-21T17:22:39.306Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-21T17:22:39.435Z Checking universal-hash v0.5.1
30652026-08-21T17:22:39.518Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-21T17:22:39.570Z Compiling thiserror-impl-no-std v2.0.2
30672026-08-21T17:22:39.590Z Checking cipher v0.4.4
30682026-08-21T17:22:39.604Z Checking opaque-debug v0.3.1
30692026-08-21T17:22:39.718Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30702026-08-21T17:22:39.736Z Checking poly1305 v0.8.0
30712026-08-21T17:22:39.751Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30722026-08-21T17:22:39.754Z Checking ciborium-ll v0.2.2
30732026-08-21T17:22:39.807Z Checking chacha20 v0.9.1
30742026-08-21T17:22:39.939Z Checking ciborium v0.2.2
30752026-08-21T17:22:39.998Z Checking password-hash v0.5.0
30762026-08-21T17:22:40.014Z Checking blake2 v0.10.6
30772026-08-21T17:22:40.028Z Checking aead v0.5.2
30782026-08-21T17:22:40.165Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30792026-08-21T17:22:40.180Z Checking indent_write v2.2.0
30802026-08-21T17:22:40.227Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-08-21T17:22:40.250Z Checking argon2 v0.5.3
30822026-08-21T17:22:40.308Z Checking chacha20poly1305 v0.10.1
30832026-08-21T17:22:40.367Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30842026-08-21T17:22:40.441Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-08-21T17:22:40.506Z Compiling unsafe-libyaml v0.2.11
30862026-08-21T17:22:40.602Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-21T17:22:40.741Z Checking thiserror-no-std v2.0.2
30882026-08-21T17:22:40.811Z Compiling heapless v0.8.0
30892026-08-21T17:22:40.833Z Checking vsss-rs v3.3.4
30902026-08-21T17:22:40.990Z Compiling typify-impl v0.6.2
30912026-08-21T17:22:41.097Z Compiling serde_yaml v0.9.34+deprecated
30922026-08-21T17:22:41.232Z Compiling proc-macro-crate v3.4.0
30932026-08-21T17:22:41.668Z Compiling ingot-macros v0.2.0
30942026-08-21T17:22:41.790Z Compiling num_enum_derive v0.7.6
30952026-08-21T17:22:41.862Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-21T17:22:41.964Z Checking hash32 v0.3.1
30972026-08-21T17:22:41.979Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-08-21T17:22:42.100Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-21T17:22:42.313Z Compiling smoltcp v0.11.0
31002026-08-21T17:22:42.563Z Checking tabwriter v1.4.1
31012026-08-21T17:22:42.651Z Checking cobs v0.3.0
31022026-08-21T17:22:42.690Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31032026-08-21T17:22:42.716Z Checking swrite v0.1.0
31042026-08-21T17:22:42.800Z Checking postcard v1.1.3
31052026-08-21T17:22:42.817Z Compiling proc-macro-crate v1.3.1
31062026-08-21T17:22:42.832Z Checking num_enum v0.7.6
31072026-08-21T17:22:42.893Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-21T17:22:42.947Z Compiling foreign-types-macros v0.2.3
31092026-08-21T17:22:43.096Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-21T17:22:43.111Z Checking foreign-types-shared v0.3.1
31112026-08-21T17:22:43.130Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-08-21T17:22:43.206Z Checking colored v3.1.1
31132026-08-21T17:22:43.237Z Compiling num_enum_derive v0.5.11
31142026-08-21T17:22:43.448Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-21T17:22:43.528Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-21T17:22:43.549Z Checking foreign-types v0.5.0
31172026-08-21T17:22:43.631Z Checking cstr-argument v0.1.2
31182026-08-21T17:22:43.757Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31192026-08-21T17:22:43.887Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-08-21T17:22:43.965Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-08-21T17:22:43.983Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31222026-08-21T17:22:43.998Z Checking rand v0.10.1
31232026-08-21T17:22:44.037Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-08-21T17:22:44.171Z Compiling zone_cfg_derive v0.3.1
31252026-08-21T17:22:44.178Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-08-21T17:22:44.267Z Checking num_enum v0.5.11
31272026-08-21T17:22:44.285Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31282026-08-21T17:22:44.370Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31292026-08-21T17:22:44.387Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-08-21T17:22:44.530Z Checking ingot-types v0.2.0
31312026-08-21T17:22:44.549Z Checking itertools v0.12.1
31322026-08-21T17:22:44.564Z Compiling num-derive v0.4.2
31332026-08-21T17:22:44.791Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-08-21T17:22:44.912Z Checking ingot v0.2.1
31352026-08-21T17:22:44.981Z Compiling semver v0.1.20
31362026-08-21T17:22:45.285Z Compiling rustc_version v0.1.7
31372026-08-21T17:22:45.491Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31382026-08-21T17:22:45.517Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31392026-08-21T17:22:45.532Z Checking smf v0.2.3
31402026-08-21T17:22:45.556Z Compiling typify-macro v0.6.2
31412026-08-21T17:22:45.574Z Checking zone v0.3.1
31422026-08-21T17:22:45.671Z Checking csv-core v0.1.13
31432026-08-21T17:22:45.714Z Checking nom v8.0.0
31442026-08-21T17:22:45.767Z Checking whoami v1.6.1
31452026-08-21T17:22:45.833Z Compiling newtype_derive v0.1.6
31462026-08-21T17:22:45.851Z Checking csv v1.4.0
31472026-08-21T17:22:45.932Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-08-21T17:22:45.947Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-08-21T17:22:46.023Z Compiling cancel-safe-futures v0.1.5
31502026-08-21T17:22:46.120Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31512026-08-21T17:22:46.198Z Compiling libefi-sys v0.1.0
31522026-08-21T17:22:46.238Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31532026-08-21T17:22:46.512Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31542026-08-21T17:22:46.527Z Checking oxide-update-engine-types v0.1.2
31552026-08-21T17:22:46.589Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31562026-08-21T17:22:46.608Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31572026-08-21T17:22:46.670Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31582026-08-21T17:22:46.717Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31592026-08-21T17:22:46.854Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31602026-08-21T17:22:47.056Z Compiling bitfield-struct v0.6.2
31612026-08-21T17:22:47.080Z Checking linear-map v1.2.0
31622026-08-21T17:22:47.262Z Checking steno v0.4.1
31632026-08-21T17:22:47.376Z Compiling typify v0.6.2
31642026-08-21T17:22:47.495Z Compiling progenitor-impl v0.14.0
31652026-08-21T17:22:47.533Z Checking oxide-update-engine v0.1.2
31662026-08-21T17:22:47.699Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31672026-08-21T17:22:47.747Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31682026-08-21T17:22:47.763Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31692026-08-21T17:22:47.944Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-21T17:22:47.962Z Checking sha1 v0.10.6
31712026-08-21T17:22:48.112Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31722026-08-21T17:22:48.142Z Checking utf-8 v0.7.6
31732026-08-21T17:22:48.193Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-21T17:22:48.264Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31752026-08-21T17:22:48.281Z Checking tungstenite v0.21.0
31762026-08-21T17:22:48.418Z Checking ignore v0.4.25
31772026-08-21T17:22:48.434Z Checking anstyle-parse v0.2.7
31782026-08-21T17:22:48.438Z Compiling xshell-macros v0.2.7
31792026-08-21T17:22:48.631Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31802026-08-21T17:22:48.717Z Checking tokio-tungstenite v0.21.0
31812026-08-21T17:22:48.805Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31822026-08-21T17:22:48.822Z Checking anstream v0.6.21
31832026-08-21T17:22:48.836Z Checking xshell v0.2.7
31842026-08-21T17:22:48.839Z Checking globwalk v0.9.1
31852026-08-21T17:22:49.004Z Checking predicates-tree v1.0.13
31862026-08-21T17:22:49.023Z Checking filetime v0.2.27
31872026-08-21T17:22:49.026Z Checking tagptr v0.2.0
31882026-08-21T17:22:49.026Z Checking xattr v1.6.1
31892026-08-21T17:22:49.026Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31902026-08-21T17:22:49.117Z Checking camino-tempfile-ext v0.3.3
31912026-08-21T17:22:49.163Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31922026-08-21T17:22:49.182Z Checking moka v0.12.13
31932026-08-21T17:22:49.200Z Checking tar v0.4.46
31942026-08-21T17:22:49.229Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-21T17:22:49.295Z Checking rand_seeder v0.4.0
31962026-08-21T17:22:49.314Z Checking half v1.8.3
31972026-08-21T17:22:49.375Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-21T17:22:49.447Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-21T17:22:49.515Z Checking serde_cbor v0.11.2
32002026-08-21T17:22:49.588Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32012026-08-21T17:22:49.783Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32022026-08-21T17:22:49.841Z Checking hickory-resolver v0.25.2
32032026-08-21T17:22:49.857Z Checking digest-io v0.1.0
32042026-08-21T17:22:49.908Z Checking sha2 v0.11.0
32052026-08-21T17:22:49.989Z Compiling petname v2.0.2
32062026-08-21T17:22:50.109Z Compiling progenitor-macro v0.14.0
32072026-08-21T17:22:50.409Z Checking rawzip v0.4.4
32082026-08-21T17:22:50.463Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-21T17:22:50.550Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-21T17:22:50.849Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-21T17:22:50.871Z Checking sapling-renderdag v0.1.0
32122026-08-21T17:22:51.017Z Checking subprocess v0.2.15
32132026-08-21T17:22:51.034Z Checking sync-ptr v0.1.4
32142026-08-21T17:22:51.145Z Checking colored v2.2.0
32152026-08-21T17:22:51.190Z Checking assert_matches v1.5.0
32162026-08-21T17:22:51.329Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32172026-08-21T17:22:51.377Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32182026-08-21T17:22:51.833Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32192026-08-21T17:22:51.851Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32202026-08-21T17:22:51.851Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32212026-08-21T17:22:52.525Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-21T17:22:52.526Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-21T17:22:53.180Z Checking progenitor v0.14.0
32242026-08-21T17:22:53.323Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32252026-08-21T17:22:53.323Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32262026-08-21T17:22:53.326Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32272026-08-21T17:22:53.326Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32282026-08-21T17:22:53.326Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32292026-08-21T17:22:53.326Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-21T17:22:53.703Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32312026-08-21T17:22:53.901Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32322026-08-21T17:22:53.982Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32332026-08-21T17:22:54.144Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32342026-08-21T17:22:54.422Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32352026-08-21T17:22:54.496Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32362026-08-21T17:22:55.063Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32372026-08-21T17:22:55.321Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32382026-08-21T17:22:55.969Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-21T17:22:56.431Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-21T17:23:05.181Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-21T17:23:12.500Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-08-21T17:23:12.500Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-08-21T17:23:12.504Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-08-21T17:23:14.020Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-21T17:23:15.318Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-21T17:23:17.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.12s
32472026-08-21T17:23:17.791Z
32482026-08-21T17:23:17.791Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-21T17:23:18.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-21T17:23:18.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-21T17:23:18.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-21T17:23:18.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-08-21T17:23:18.412Z
32542026-08-21T17:23:18.412Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-21T17:23:18.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-21T17:23:18.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-21T17:23:18.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-21T17:23:18.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32592026-08-21T17:23:18.995Z
32602026-08-21T17:23:18.995Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-21T17:23:19.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-21T17:23:19.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-21T17:23:19.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-21T17:23:19.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32652026-08-21T17:23:19.578Z
32662026-08-21T17:23:19.578Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-21T17:23:20.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-21T17:23:20.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-21T17:23:20.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-21T17:23:20.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32712026-08-21T17:23:20.159Z
32722026-08-21T17:23:20.159Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-21T17:23:20.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-21T17:23:20.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-21T17:23:20.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-21T17:23:20.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32772026-08-21T17:23:20.726Z
32782026-08-21T17:23:20.727Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-21T17:23:21.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-21T17:23:21.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-21T17:23:21.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-21T17:23:21.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32832026-08-21T17:23:21.302Z
32842026-08-21T17:23:21.302Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-21T17:23:21.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-21T17:23:21.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-21T17:23:21.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-21T17:23:21.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-21T17:23:21.865Z
32902026-08-21T17:23:21.866Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-21T17:23:22.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-21T17:23:22.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-21T17:23:22.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-21T17:23:22.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32952026-08-21T17:23:22.431Z
32962026-08-21T17:23:22.431Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-21T17:23:22.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-21T17:23:22.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-21T17:23:22.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-21T17:23:22.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33012026-08-21T17:23:23.021Z
33022026-08-21T17:23:23.021Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-21T17:23:23.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-21T17:23:23.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-21T17:23:23.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-21T17:23:23.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33072026-08-21T17:23:23.622Z
33082026-08-21T17:23:23.623Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-21T17:23:24.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-21T17:23:24.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-21T17:23:24.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-21T17:23:24.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-08-21T17:23:24.219Z
33142026-08-21T17:23:24.219Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-21T17:23:24.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-21T17:23:24.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-21T17:23:24.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-21T17:23:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33192026-08-21T17:23:24.819Z
33202026-08-21T17:23:24.819Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-21T17:23:25.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-21T17:23:25.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-21T17:23:25.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-21T17:23:25.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-08-21T17:23:25.404Z
33262026-08-21T17:23:25.404Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-21T17:23:25.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-21T17:23:25.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-21T17:23:25.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-21T17:23:25.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-08-21T17:23:25.999Z
33322026-08-21T17:23:25.999Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-21T17:23:26.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-21T17:23:26.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-21T17:23:26.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-21T17:23:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-08-21T17:23:26.596Z
33382026-08-21T17:23:26.596Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-21T17:23:27.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-21T17:23:27.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-21T17:23:27.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-21T17:23:27.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33432026-08-21T17:23:27.161Z
33442026-08-21T17:23:27.161Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-21T17:23:27.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-21T17:23:27.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-21T17:23:27.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-21T17:23:27.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-08-21T17:23:27.782Z
33502026-08-21T17:23:27.782Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-21T17:23:28.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-21T17:23:28.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-21T17:23:28.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-21T17:23:28.524Z Checking void v1.0.2
33552026-08-21T17:23:28.524Z Checking tungstenite v0.23.0
33562026-08-21T17:23:28.638Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-21T17:23:28.642Z Checking dropshot-api-manager-types v0.8.0
33582026-08-21T17:23:28.642Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-21T17:23:28.658Z Checking nix v0.27.1
33602026-08-21T17:23:28.668Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-21T17:23:28.765Z Checking lzss v0.8.2
33622026-08-21T17:23:28.793Z Checking kstat-rs v0.2.5
33632026-08-21T17:23:28.835Z Checking fxhash v0.2.1
33642026-08-21T17:23:28.908Z Checking serde_bytes v0.11.19
33652026-08-21T17:23:28.957Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-21T17:23:28.957Z Checking signal-hook-tokio v0.3.1
33672026-08-21T17:23:28.957Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-21T17:23:28.981Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-21T17:23:29.039Z Checking tokio-tungstenite v0.23.1
33702026-08-21T17:23:29.181Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-21T17:23:30.225Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-21T17:23:30.771Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-21T17:23:32.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
33742026-08-21T17:23:33.103Z
33752026-08-21T17:23:33.103Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-21T17:23:33.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-21T17:23:33.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-21T17:23:33.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-21T17:23:33.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33802026-08-21T17:23:33.679Z
33812026-08-21T17:23:33.679Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-21T17:23:34.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-21T17:23:34.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-21T17:23:34.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-21T17:23:34.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33862026-08-21T17:23:34.257Z
33872026-08-21T17:23:34.257Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-21T17:23:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-21T17:23:34.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-21T17:23:34.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-21T17:23:34.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33922026-08-21T17:23:34.824Z
33932026-08-21T17:23:34.824Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-21T17:23:35.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-21T17:23:35.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-21T17:23:35.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-21T17:23:35.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-08-21T17:23:35.422Z
33992026-08-21T17:23:35.422Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-21T17:23:35.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-21T17:23:35.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-21T17:23:35.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-21T17:23:35.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34042026-08-21T17:23:36.017Z
34052026-08-21T17:23:36.017Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-21T17:23:36.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-21T17:23:36.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-21T17:23:36.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-21T17:23:36.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34102026-08-21T17:23:36.586Z
34112026-08-21T17:23:36.586Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-21T17:23:37.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-21T17:23:37.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-21T17:23:37.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-21T17:23:37.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34162026-08-21T17:23:37.165Z
34172026-08-21T17:23:37.165Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-21T17:23:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-21T17:23:37.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-21T17:23:37.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-21T17:23:37.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-08-21T17:23:37.767Z
34232026-08-21T17:23:37.767Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-21T17:23:38.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-21T17:23:38.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-21T17:23:38.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-21T17:23:38.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34282026-08-21T17:23:38.347Z
34292026-08-21T17:23:38.347Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-21T17:23:38.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-21T17:23:38.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-21T17:23:38.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-21T17:23:38.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34342026-08-21T17:23:38.929Z
34352026-08-21T17:23:38.929Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-21T17:23:39.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-21T17:23:39.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-21T17:23:39.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-21T17:23:39.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34402026-08-21T17:23:39.509Z
34412026-08-21T17:23:39.509Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-21T17:23:39.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-21T17:23:40.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-21T17:23:40.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-21T17:23:40.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34462026-08-21T17:23:40.091Z
34472026-08-21T17:23:40.091Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-21T17:23:40.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-21T17:23:40.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-21T17:23:40.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-21T17:23:40.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34522026-08-21T17:23:40.675Z
34532026-08-21T17:23:40.675Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-21T17:23:41.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-21T17:23:41.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-21T17:23:41.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-21T17:23:41.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34582026-08-21T17:23:41.257Z
34592026-08-21T17:23:41.257Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-21T17:23:41.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-21T17:23:41.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-21T17:23:41.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-21T17:23:41.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34642026-08-21T17:23:41.841Z
34652026-08-21T17:23:41.841Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-21T17:23:42.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-21T17:23:42.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-21T17:23:42.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-21T17:23:42.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34702026-08-21T17:23:42.421Z
34712026-08-21T17:23:42.421Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-21T17:23:42.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-21T17:23:42.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-21T17:23:42.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-21T17:23:42.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34762026-08-21T17:23:43.018Z
34772026-08-21T17:23:43.018Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-21T17:23:43.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-21T17:23:43.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-21T17:23:43.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-21T17:23:43.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34822026-08-21T17:23:43.613Z
34832026-08-21T17:23:43.613Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-21T17:23:44.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-21T17:23:44.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-21T17:23:44.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-21T17:23:44.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-08-21T17:23:44.173Z
34892026-08-21T17:23:44.173Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-21T17:23:44.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-21T17:23:44.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-21T17:23:44.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-21T17:23:44.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-08-21T17:23:44.759Z
34952026-08-21T17:23:44.759Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-21T17:23:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-21T17:23:45.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-21T17:23:45.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-21T17:23:45.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-08-21T17:23:45.349Z
35012026-08-21T17:23:45.350Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-21T17:23:45.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-21T17:23:45.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-21T17:23:45.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-21T17:23:45.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-21T17:23:45.924Z
35072026-08-21T17:23:45.924Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-21T17:23:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-21T17:23:46.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-21T17:23:46.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-21T17:23:46.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-21T17:23:46.523Z
35132026-08-21T17:23:46.523Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-21T17:23:47.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-21T17:23:47.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-21T17:23:47.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-21T17:23:47.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-21T17:23:47.121Z
35192026-08-21T17:23:47.121Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-21T17:23:47.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-21T17:23:47.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-21T17:23:47.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-21T17:23:47.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-21T17:23:47.718Z
35252026-08-21T17:23:47.718Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-21T17:23:48.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-21T17:23:48.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-21T17:23:48.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-21T17:23:48.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-21T17:23:48.314Z
35312026-08-21T17:23:48.315Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-21T17:23:48.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-21T17:23:48.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-21T17:23:48.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-21T17:23:48.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-08-21T17:23:48.913Z
35372026-08-21T17:23:48.913Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-21T17:23:49.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-21T17:23:49.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-21T17:23:49.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-21T17:23:49.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-08-21T17:23:49.512Z
35432026-08-21T17:23:49.512Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-21T17:23:50.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-21T17:23:50.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-21T17:23:50.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-21T17:23:50.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-08-21T17:23:50.111Z
35492026-08-21T17:23:50.111Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-21T17:23:50.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-21T17:23:50.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-21T17:23:50.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-21T17:23:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-21T17:23:50.710Z
35552026-08-21T17:23:50.711Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-21T17:23:51.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-21T17:23:51.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-21T17:23:51.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-21T17:23:51.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-21T17:23:51.305Z
35612026-08-21T17:23:51.305Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-21T17:23:51.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-21T17:23:51.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-21T17:23:51.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-21T17:23:51.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-21T17:23:51.901Z
35672026-08-21T17:23:51.901Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-21T17:23:52.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-21T17:23:52.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-21T17:23:52.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-21T17:23:52.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-21T17:23:52.492Z
35732026-08-21T17:23:52.493Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-21T17:23:53.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-21T17:23:53.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-21T17:23:53.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-21T17:23:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-21T17:23:53.091Z
35792026-08-21T17:23:53.091Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-21T17:23:53.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-21T17:23:53.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-21T17:23:53.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-21T17:23:53.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-21T17:23:53.691Z
35852026-08-21T17:23:53.691Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-21T17:23:54.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-21T17:23:54.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-21T17:23:54.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-21T17:23:54.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-21T17:23:54.300Z
35912026-08-21T17:23:54.300Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-21T17:23:54.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-21T17:23:54.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-21T17:23:54.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-21T17:23:54.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-21T17:23:54.877Z
35972026-08-21T17:23:54.877Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-21T17:23:55.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-21T17:23:55.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-21T17:23:55.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-21T17:23:55.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-21T17:23:55.464Z
36032026-08-21T17:23:55.464Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-21T17:23:55.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-21T17:23:55.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-21T17:23:55.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-21T17:23:55.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-08-21T17:23:56.060Z
36092026-08-21T17:23:56.060Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-21T17:23:56.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-21T17:23:56.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-21T17:23:56.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-21T17:23:56.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-08-21T17:23:56.659Z
36152026-08-21T17:23:56.659Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-21T17:23:57.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-21T17:23:57.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-21T17:23:57.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-21T17:23:57.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-21T17:23:57.236Z
36212026-08-21T17:23:57.236Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-21T17:23:57.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-21T17:23:57.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-21T17:23:57.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-21T17:23:57.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-21T17:23:57.810Z
36272026-08-21T17:23:57.810Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-21T17:23:58.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-21T17:23:58.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-21T17:23:58.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-21T17:23:58.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-08-21T17:23:58.384Z
36332026-08-21T17:23:58.384Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-21T17:23:58.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-21T17:23:58.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-21T17:23:58.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-21T17:23:58.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-08-21T17:23:58.978Z
36392026-08-21T17:23:58.978Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-21T17:23:59.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-21T17:23:59.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-21T17:23:59.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-21T17:23:59.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-21T17:23:59.540Z
36452026-08-21T17:23:59.540Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-21T17:24:00.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-21T17:24:00.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-21T17:24:00.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-21T17:24:00.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-08-21T17:24:00.117Z
36512026-08-21T17:24:00.117Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-21T17:24:00.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-21T17:24:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-21T17:24:00.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-21T17:24:00.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-08-21T17:24:00.697Z
36572026-08-21T17:24:00.698Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-21T17:24:01.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-21T17:24:01.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-21T17:24:01.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-21T17:24:01.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-21T17:24:01.273Z
36632026-08-21T17:24:01.273Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-21T17:24:01.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-21T17:24:01.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-21T17:24:01.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-21T17:24:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-08-21T17:24:01.855Z
36692026-08-21T17:24:01.855Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-21T17:24:02.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-21T17:24:02.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-21T17:24:02.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-21T17:24:02.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-21T17:24:02.434Z
36752026-08-21T17:24:02.434Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-21T17:24:02.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-21T17:24:02.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-21T17:24:02.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-21T17:24:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36802026-08-21T17:24:03.009Z
36812026-08-21T17:24:03.009Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-21T17:24:03.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-21T17:24:03.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-21T17:24:03.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-21T17:24:03.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36862026-08-21T17:24:04.409Z
36872026-08-21T17:24:04.409Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-21T17:24:04.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-21T17:24:04.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-21T17:24:04.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-21T17:24:04.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-21T17:24:04.548Z
36932026-08-21T17:24:04.548Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-21T17:24:04.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-21T17:24:04.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-21T17:24:04.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-21T17:24:04.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36982026-08-21T17:24:04.743Z
36992026-08-21T17:24:04.743Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-21T17:24:05.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-21T17:24:05.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-21T17:24:05.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-21T17:24:05.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37042026-08-21T17:24:05.323Z
37052026-08-21T17:24:05.323Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-21T17:24:05.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-21T17:24:05.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-21T17:24:05.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-21T17:24:05.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37102026-08-21T17:24:05.899Z
37112026-08-21T17:24:05.899Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-21T17:24:06.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-21T17:24:06.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-21T17:24:06.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-21T17:24:06.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-08-21T17:24:06.503Z
37172026-08-21T17:24:06.503Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-21T17:24:07.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-21T17:24:07.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-21T17:24:07.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-21T17:24:07.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-08-21T17:24:07.102Z
37232026-08-21T17:24:07.102Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-21T17:24:07.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-21T17:24:07.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-21T17:24:07.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-21T17:24:07.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-08-21T17:24:07.721Z
37292026-08-21T17:24:07.722Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-21T17:24:08.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-21T17:24:08.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-21T17:24:08.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-21T17:24:08.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-08-21T17:24:08.306Z
37352026-08-21T17:24:08.306Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-21T17:24:08.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-21T17:24:08.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-21T17:24:08.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-21T17:24:08.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-21T17:24:08.892Z
37412026-08-21T17:24:08.892Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-21T17:24:10.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-21T17:24:10.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-21T17:24:10.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-21T17:24:10.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-08-21T17:24:10.291Z
37472026-08-21T17:24:10.291Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-21T17:24:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-21T17:24:10.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-21T17:24:10.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-21T17:24:10.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37522026-08-21T17:24:10.325Z
37532026-08-21T17:24:10.325Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-21T17:24:10.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-21T17:24:13.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-21T17:24:13.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-21T17:24:13.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37582026-08-21T17:24:13.845Z
37592026-08-21T17:24:13.845Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-21T17:24:13.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-21T17:24:13.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-21T17:24:13.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-21T17:24:13.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37642026-08-21T17:24:13.846Z
37652026-08-21T17:24:13.846Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-21T17:24:13.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-21T17:24:13.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-21T17:24:13.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-21T17:24:13.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-21T17:24:13.846Z
37712026-08-21T17:24:13.846Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-21T17:24:13.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-21T17:24:13.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-21T17:24:13.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-21T17:24:13.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37762026-08-21T17:24:13.846Z
37772026-08-21T17:24:13.846Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-21T17:24:13.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-21T17:24:13.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-21T17:24:13.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-21T17:24:13.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-08-21T17:24:13.846Z
37832026-08-21T17:24:13.846Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-21T17:24:13.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-21T17:24:13.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-21T17:24:13.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-21T17:24:13.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-21T17:24:13.846Z
37892026-08-21T17:24:13.846Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-21T17:24:14.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-21T17:24:14.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-21T17:24:14.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-21T17:24:14.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-21T17:24:14.232Z
37952026-08-21T17:24:14.232Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-21T17:24:14.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-21T17:24:14.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-21T17:24:14.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-21T17:24:14.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-21T17:24:14.826Z
38012026-08-21T17:24:14.826Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-21T17:24:15.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-21T17:24:15.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-21T17:24:15.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-21T17:24:15.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-21T17:24:15.439Z
38072026-08-21T17:24:15.439Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-21T17:24:15.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-21T17:24:15.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-21T17:24:15.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-21T17:24:15.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38122026-08-21T17:24:16.017Z
38132026-08-21T17:24:16.017Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-21T17:24:16.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-21T17:24:16.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-21T17:24:16.666Z Compiling parking_lot_core v0.8.6
38172026-08-21T17:24:16.670Z Compiling git-stub v1.0.0
38182026-08-21T17:24:16.670Z Checking prefix-trie v0.7.0
38192026-08-21T17:24:16.785Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-21T17:24:16.903Z Compiling git-stub-vcs v0.1.0
38212026-08-21T17:24:17.054Z Checking hickory-server v0.25.2
38222026-08-21T17:24:17.171Z Checking parking_lot v0.11.2
38232026-08-21T17:24:17.205Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-21T17:24:17.340Z Checking sled v0.34.7
38252026-08-21T17:24:19.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
38262026-08-21T17:24:19.468Z
38272026-08-21T17:24:19.468Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-21T17:24:19.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-21T17:24:19.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-21T17:24:19.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-21T17:24:19.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38322026-08-21T17:24:20.042Z
38332026-08-21T17:24:20.042Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-21T17:24:20.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-21T17:24:20.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-21T17:24:20.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-21T17:24:20.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38382026-08-21T17:24:20.656Z
38392026-08-21T17:24:20.656Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-21T17:24:21.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-21T17:24:21.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-21T17:24:21.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-21T17:24:21.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38442026-08-21T17:24:21.237Z
38452026-08-21T17:24:21.237Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-21T17:24:21.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-21T17:24:21.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-21T17:24:21.943Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-21T17:24:22.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38502026-08-21T17:24:22.652Z
38512026-08-21T17:24:22.652Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-21T17:24:23.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-21T17:24:23.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-21T17:24:23.479Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-21T17:24:23.607Z Compiling hashbrown v0.14.5
38562026-08-21T17:24:23.611Z Compiling rfc6979 v0.4.0
38572026-08-21T17:24:23.620Z Compiling salty v0.3.0
38582026-08-21T17:24:23.628Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-21T17:24:23.639Z Compiling primeorder v0.13.6
38602026-08-21T17:24:23.653Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-21T17:24:23.725Z Compiling ecdsa v0.16.9
38622026-08-21T17:24:23.785Z Compiling sha1 v0.10.6
38632026-08-21T17:24:23.891Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-21T17:24:23.975Z Compiling proc-macro-error2 v2.0.1
38652026-08-21T17:24:24.075Z Compiling p384 v0.13.1
38662026-08-21T17:24:24.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38672026-08-21T17:24:24.114Z Compiling chumsky v0.9.3
38682026-08-21T17:24:24.147Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-21T17:24:24.280Z Compiling knus-derive v3.4.0
38702026-08-21T17:24:24.315Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-21T17:24:24.393Z Checking libscf-sys v1.2.0
38722026-08-21T17:24:24.409Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-21T17:24:24.527Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-21T17:24:24.618Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-21T17:24:24.732Z Checking corncobs v0.1.4
38762026-08-21T17:24:24.825Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-21T17:24:24.838Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38782026-08-21T17:24:24.851Z Checking papergrid v0.18.0
38792026-08-21T17:24:24.856Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-21T17:24:24.879Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38812026-08-21T17:24:25.001Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-21T17:24:25.024Z Checking secrecy v0.8.0
38832026-08-21T17:24:25.133Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-21T17:24:25.153Z Compiling illumos-nvpair-sys v0.2.0
38852026-08-21T17:24:25.346Z Compiling unicase v2.9.0
38862026-08-21T17:24:25.375Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38872026-08-21T17:24:25.389Z Compiling progenitor-impl v0.13.0
38882026-08-21T17:24:25.404Z Checking crc8 v0.1.1
38892026-08-21T17:24:25.547Z Compiling mime_guess v2.0.5
38902026-08-21T17:24:25.622Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38912026-08-21T17:24:25.623Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38922026-08-21T17:24:25.651Z Checking tabled v0.21.0
38932026-08-21T17:24:25.665Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38942026-08-21T17:24:25.681Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38952026-08-21T17:24:25.735Z Compiling knus v3.4.0
38962026-08-21T17:24:26.258Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-21T17:24:26.493Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-21T17:24:26.610Z Checking progenitor-client v0.13.0
38992026-08-21T17:24:26.671Z Checking http-range v0.1.5
39002026-08-21T17:24:26.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-21T17:24:26.857Z Checking illumos-nvpair v0.3.0
39022026-08-21T17:24:26.990Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-21T17:24:27.016Z Checking scuffle v0.1.0
39042026-08-21T17:24:27.031Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-21T17:24:27.152Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-21T17:24:27.547Z Checking nanorand v0.7.0
39072026-08-21T17:24:27.588Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-21T17:24:27.760Z Checking flume v0.11.1
39092026-08-21T17:24:27.844Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-21T17:24:27.929Z Checking hyper-staticfile v0.10.1
39112026-08-21T17:24:27.949Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39122026-08-21T17:24:27.963Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-21T17:24:28.025Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-21T17:24:28.040Z Compiling progenitor-macro v0.13.0
39152026-08-21T17:24:28.130Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-21T17:24:28.216Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-21T17:24:28.382Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-21T17:24:28.399Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-21T17:24:28.489Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-21T17:24:28.610Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-21T17:24:28.805Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-21T17:24:28.921Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39232026-08-21T17:24:28.959Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-21T17:24:30.300Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-21T17:24:31.437Z Checking progenitor v0.13.0
39262026-08-21T17:24:31.582Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-21T17:24:32.334Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-21T17:24:33.425Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-21T17:24:33.811Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-21T17:24:33.881Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-21T17:24:33.886Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-21T17:24:47.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.01s
39332026-08-21T17:24:47.682Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-21T17:24:47.682Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-21T17:24:47.901Z
39362026-08-21T17:24:47.901Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-21T17:24:48.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-21T17:24:48.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-21T17:24:48.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-21T17:24:59.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
39412026-08-21T17:24:59.367Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-21T17:24:59.367Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-21T17:24:59.570Z
39442026-08-21T17:24:59.570Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-21T17:25:00.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-21T17:25:00.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-21T17:25:00.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-21T17:25:13.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39492026-08-21T17:25:13.079Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-21T17:25:13.079Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-21T17:25:13.079Z
39522026-08-21T17:25:13.079Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-21T17:25:13.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-21T17:25:13.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-21T17:25:13.079Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-21T17:25:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
39572026-08-21T17:25:22.806Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-21T17:25:22.806Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-21T17:25:23.006Z
39602026-08-21T17:25:23.006Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-21T17:25:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-21T17:25:23.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-21T17:25:23.786Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-21T17:25:34.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
39652026-08-21T17:25:34.500Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-21T17:25:34.500Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-21T17:25:34.709Z
39682026-08-21T17:25:34.709Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-21T17:25:35.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-21T17:25:35.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-21T17:25:35.486Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-21T17:25:46.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
39732026-08-21T17:25:46.251Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-21T17:25:46.251Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-21T17:25:46.461Z
39762026-08-21T17:25:46.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-21T17:25:46.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-21T17:25:47.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-21T17:25:47.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-21T17:25:57.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
39812026-08-21T17:25:57.987Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-21T17:25:57.987Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-21T17:25:58.196Z
39842026-08-21T17:25:58.196Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-21T17:25:58.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-21T17:25:58.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-21T17:25:58.973Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-21T17:26:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
39892026-08-21T17:26:09.734Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-21T17:26:09.734Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-21T17:26:09.945Z
39922026-08-21T17:26:09.946Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-21T17:26:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-21T17:26:10.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-21T17:26:10.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-21T17:26:10.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-21T17:26:10.534Z
39982026-08-21T17:26:10.534Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-21T17:26:11.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-21T17:26:11.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-21T17:26:11.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-21T17:26:11.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40032026-08-21T17:26:11.130Z
40042026-08-21T17:26:11.130Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-21T17:26:11.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-21T17:26:11.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-21T17:26:11.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-21T17:26:11.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-08-21T17:26:11.703Z
40102026-08-21T17:26:11.703Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-21T17:26:12.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-21T17:26:12.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-21T17:26:12.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-21T17:26:12.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40152026-08-21T17:26:12.319Z
40162026-08-21T17:26:12.319Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-21T17:26:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-21T17:26:12.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-21T17:26:12.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-21T17:26:12.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-21T17:26:12.917Z
40222026-08-21T17:26:12.917Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-21T17:26:13.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-21T17:26:13.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-21T17:26:13.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-21T17:26:13.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40272026-08-21T17:26:13.493Z
40282026-08-21T17:26:13.493Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-21T17:26:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-21T17:26:13.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-21T17:26:13.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-21T17:26:13.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40332026-08-21T17:26:14.076Z
40342026-08-21T17:26:14.076Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-21T17:26:14.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-21T17:26:14.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-21T17:26:14.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-21T17:26:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40392026-08-21T17:26:14.651Z
40402026-08-21T17:26:14.652Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-21T17:26:15.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-21T17:26:15.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-21T17:26:15.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-21T17:26:15.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40452026-08-21T17:26:15.255Z
40462026-08-21T17:26:15.255Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-21T17:26:15.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-21T17:26:15.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-21T17:26:15.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-21T17:26:15.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40512026-08-21T17:26:15.858Z
40522026-08-21T17:26:15.858Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-21T17:26:16.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-21T17:26:16.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-21T17:26:16.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-21T17:26:16.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40572026-08-21T17:26:16.463Z
40582026-08-21T17:26:16.463Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-21T17:26:16.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-21T17:26:16.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-21T17:26:16.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-21T17:26:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-21T17:26:17.077Z
40642026-08-21T17:26:17.077Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-21T17:26:17.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-21T17:26:17.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-21T17:26:17.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-21T17:26:17.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40692026-08-21T17:26:17.690Z
40702026-08-21T17:26:17.690Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-21T17:26:18.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-21T17:26:18.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-21T17:26:18.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-21T17:26:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40752026-08-21T17:26:18.301Z
40762026-08-21T17:26:18.301Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-21T17:26:18.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-21T17:26:18.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-21T17:26:18.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-21T17:26:18.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40812026-08-21T17:26:18.910Z
40822026-08-21T17:26:18.910Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-21T17:26:19.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-21T17:26:19.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-21T17:26:19.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-21T17:26:19.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40872026-08-21T17:26:19.520Z
40882026-08-21T17:26:19.521Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-21T17:26:20.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-21T17:26:20.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-21T17:26:20.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-21T17:26:20.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40932026-08-21T17:26:20.134Z
40942026-08-21T17:26:20.134Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-21T17:26:20.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-21T17:26:20.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-21T17:26:20.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-21T17:26:20.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40992026-08-21T17:26:20.749Z
41002026-08-21T17:26:20.749Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-21T17:26:21.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-21T17:26:21.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-21T17:26:21.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-21T17:26:21.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-08-21T17:26:21.362Z
41062026-08-21T17:26:21.363Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-21T17:26:21.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-21T17:26:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-21T17:26:21.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-21T17:26:21.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41112026-08-21T17:26:21.954Z
41122026-08-21T17:26:21.954Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-21T17:26:22.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-21T17:26:22.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-21T17:26:22.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-21T17:26:22.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41172026-08-21T17:26:22.894Z
41182026-08-21T17:26:22.894Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-21T17:26:23.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-21T17:26:23.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-21T17:26:23.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-21T17:26:23.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41232026-08-21T17:26:23.229Z
41242026-08-21T17:26:23.229Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-21T17:26:23.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-21T17:26:23.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-21T17:26:23.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-21T17:26:23.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-21T17:26:23.853Z
41302026-08-21T17:26:23.853Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-21T17:26:24.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-21T17:26:24.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-21T17:26:24.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-21T17:26:24.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41352026-08-21T17:26:24.496Z
41362026-08-21T17:26:24.496Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-21T17:26:25.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-21T17:26:25.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-21T17:26:25.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-21T17:26:25.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41412026-08-21T17:26:25.115Z
41422026-08-21T17:26:25.115Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-21T17:26:29.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-21T17:26:30.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-21T17:26:30.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-21T17:26:30.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-21T17:26:30.042Z
41482026-08-21T17:26:30.043Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-21T17:26:30.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-21T17:26:30.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-21T17:26:30.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-21T17:26:30.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41532026-08-21T17:26:30.043Z
41542026-08-21T17:26:30.043Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-21T17:26:30.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-21T17:26:30.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-21T17:26:30.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-21T17:26:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41592026-08-21T17:26:30.044Z
41602026-08-21T17:26:30.044Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-21T17:26:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-21T17:26:30.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-21T17:26:30.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-21T17:26:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41652026-08-21T17:26:30.044Z
41662026-08-21T17:26:30.044Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-21T17:26:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-21T17:26:30.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-21T17:26:30.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-21T17:26:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41712026-08-21T17:26:30.044Z
41722026-08-21T17:26:30.044Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-21T17:26:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-21T17:26:30.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-21T17:26:30.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-21T17:26:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-21T17:26:30.044Z
41782026-08-21T17:26:30.044Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-21T17:26:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-21T17:26:30.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-21T17:26:30.045Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-21T17:26:30.097Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-21T17:26:30.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
41842026-08-21T17:26:31.160Z
41852026-08-21T17:26:31.160Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-21T17:26:31.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-21T17:26:31.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-21T17:26:31.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-21T17:26:31.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41902026-08-21T17:26:31.752Z
41912026-08-21T17:26:31.752Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-21T17:26:32.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-21T17:26:32.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-21T17:26:32.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-21T17:26:32.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-21T17:26:32.329Z
41972026-08-21T17:26:32.330Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-21T17:26:32.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-21T17:26:32.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-21T17:26:32.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-21T17:26:32.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-21T17:26:32.920Z
42032026-08-21T17:26:32.920Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-21T17:26:33.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-21T17:26:33.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-21T17:26:33.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-21T17:26:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42082026-08-21T17:26:33.505Z
42092026-08-21T17:26:33.505Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-21T17:26:33.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-21T17:26:33.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-21T17:26:33.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-21T17:26:34.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-08-21T17:26:34.088Z
42152026-08-21T17:26:34.088Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-21T17:26:34.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-21T17:26:34.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-21T17:26:34.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-21T17:26:34.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-21T17:26:34.663Z
42212026-08-21T17:26:34.663Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-21T17:26:35.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-21T17:26:35.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-21T17:26:35.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-21T17:26:35.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42262026-08-21T17:26:35.246Z
42272026-08-21T17:26:35.246Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-21T17:26:35.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-21T17:26:35.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-21T17:26:35.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-21T17:26:35.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42322026-08-21T17:26:35.845Z
42332026-08-21T17:26:35.845Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-21T17:26:36.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-21T17:26:36.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-21T17:26:36.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-21T17:26:36.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42382026-08-21T17:26:36.438Z
42392026-08-21T17:26:36.438Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-21T17:26:36.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-21T17:26:36.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-21T17:26:36.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-21T17:26:36.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-08-21T17:26:37.027Z
42452026-08-21T17:26:37.027Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-21T17:26:37.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-21T17:26:37.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-21T17:26:37.710Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-21T17:26:37.821Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-21T17:26:38.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42512026-08-21T17:26:39.093Z
42522026-08-21T17:26:39.094Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-21T17:26:39.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-21T17:26:39.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-21T17:26:39.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-21T17:26:39.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42572026-08-21T17:26:39.676Z
42582026-08-21T17:26:39.676Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-21T17:26:40.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-21T17:26:40.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-21T17:26:40.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-21T17:26:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42632026-08-21T17:26:40.347Z
42642026-08-21T17:26:40.347Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-21T17:26:40.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-21T17:26:40.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-21T17:26:40.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-21T17:26:40.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42692026-08-21T17:26:41.021Z
42702026-08-21T17:26:41.021Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-21T17:26:41.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-21T17:26:41.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-21T17:26:41.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-21T17:26:41.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42752026-08-21T17:26:41.670Z
42762026-08-21T17:26:41.670Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-21T17:26:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-21T17:26:42.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-21T17:26:42.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-21T17:26:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42812026-08-21T17:26:42.316Z
42822026-08-21T17:26:42.316Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-21T17:26:42.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-21T17:26:42.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-21T17:26:42.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-21T17:26:42.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42872026-08-21T17:26:42.893Z
42882026-08-21T17:26:42.894Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-21T17:26:43.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-21T17:26:43.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-21T17:26:43.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-21T17:26:43.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42932026-08-21T17:26:43.467Z
42942026-08-21T17:26:43.467Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-21T17:26:44.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-21T17:26:44.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-21T17:26:44.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-21T17:26:44.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42992026-08-21T17:26:44.110Z
43002026-08-21T17:26:44.110Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-21T17:26:44.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-21T17:26:44.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-21T17:26:44.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-21T17:26:44.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43052026-08-21T17:26:44.685Z
43062026-08-21T17:26:44.685Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-21T17:26:45.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-21T17:26:45.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-21T17:26:45.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-21T17:26:45.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43112026-08-21T17:26:45.316Z
43122026-08-21T17:26:45.317Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-21T17:26:45.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-21T17:26:45.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-21T17:26:45.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-21T17:26:45.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43172026-08-21T17:26:45.951Z
43182026-08-21T17:26:45.951Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-21T17:26:46.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-21T17:26:46.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-21T17:26:46.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-21T17:26:46.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43232026-08-21T17:26:46.530Z
43242026-08-21T17:26:46.530Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-21T17:26:47.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-21T17:26:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-21T17:26:47.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-21T17:26:47.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43292026-08-21T17:26:47.119Z
43302026-08-21T17:26:47.119Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-21T17:26:47.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-21T17:26:47.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-21T17:26:47.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-21T17:26:47.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43352026-08-21T17:26:47.688Z
43362026-08-21T17:26:47.689Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-21T17:26:48.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-21T17:26:48.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-21T17:26:48.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-21T17:26:48.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43412026-08-21T17:26:48.324Z
43422026-08-21T17:26:48.324Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-21T17:26:48.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-21T17:26:48.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-21T17:26:48.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-21T17:26:48.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43472026-08-21T17:26:48.956Z
43482026-08-21T17:26:48.956Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-21T17:26:49.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-21T17:26:49.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-21T17:26:49.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-21T17:26:49.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43532026-08-21T17:26:49.586Z
43542026-08-21T17:26:49.586Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-21T17:26:50.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-21T17:26:50.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-21T17:26:50.311Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-21T17:26:50.311Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-21T17:26:50.996Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-21T17:26:52.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
43612026-08-21T17:26:52.904Z
43622026-08-21T17:26:52.904Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-21T17:26:53.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-21T17:26:53.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-21T17:26:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-21T17:26:53.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43672026-08-21T17:26:53.481Z
43682026-08-21T17:26:53.481Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-21T17:26:53.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-21T17:26:53.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-21T17:26:54.089Z Checking yasna v0.5.2
43722026-08-21T17:26:54.494Z Checking rcgen v0.12.1
43732026-08-21T17:26:54.748Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-21T17:26:54.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43752026-08-21T17:26:55.105Z
43762026-08-21T17:26:55.105Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-21T17:26:55.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-21T17:26:55.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-21T17:26:55.749Z Compiling instability v0.3.11
43802026-08-21T17:26:55.750Z Checking castaway v0.2.4
43812026-08-21T17:26:55.753Z Compiling indoc v2.0.7
43822026-08-21T17:26:55.753Z Checking unicode-truncate v1.1.0
43832026-08-21T17:26:55.865Z Checking lru v0.12.5
43842026-08-21T17:26:55.869Z Checking cassowary v0.3.0
43852026-08-21T17:26:55.962Z Checking compact_str v0.8.1
43862026-08-21T17:26:56.737Z Checking ratatui v0.29.0
43872026-08-21T17:26:57.794Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-21T17:27:00.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
43892026-08-21T17:27:00.093Z
43902026-08-21T17:27:00.093Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-21T17:27:00.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-21T17:27:00.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-21T17:27:00.093Z Checking headers-core v0.3.0
43942026-08-21T17:27:00.093Z Checking port-file v0.1.0
43952026-08-21T17:27:00.093Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-21T17:27:00.093Z Checking headers v0.4.1
43972026-08-21T17:27:00.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-21T17:27:01.518Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-21T17:27:01.526Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-21T17:27:01.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
44012026-08-21T17:27:02.429Z
44022026-08-21T17:27:02.429Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-21T17:27:02.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-21T17:27:02.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-21T17:27:02.829Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-21T17:27:03.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44072026-08-21T17:27:03.787Z
44082026-08-21T17:27:03.787Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-21T17:27:04.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-21T17:27:04.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-21T17:27:04.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-21T17:27:04.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-21T17:27:04.215Z
44142026-08-21T17:27:04.216Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-21T17:27:04.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-21T17:27:04.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-21T17:27:04.847Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-21T17:27:05.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
44192026-08-21T17:27:05.397Z
44202026-08-21T17:27:05.397Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-21T17:27:05.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-21T17:27:05.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-21T17:27:06.115Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-21T17:27:07.222Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-21T17:27:07.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44262026-08-21T17:27:07.773Z
44272026-08-21T17:27:07.773Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-21T17:27:08.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-21T17:27:08.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-21T17:27:08.489Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-21T17:27:09.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44322026-08-21T17:27:09.451Z
44332026-08-21T17:27:09.451Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-21T17:27:09.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-21T17:27:09.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-21T17:27:09.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-21T17:27:09.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44382026-08-21T17:27:10.070Z
44392026-08-21T17:27:10.070Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-21T17:27:10.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-21T17:27:10.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-21T17:27:10.689Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-21T17:27:11.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
44442026-08-21T17:27:11.554Z
44452026-08-21T17:27:11.554Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-21T17:27:12.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-21T17:27:12.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-21T17:27:12.300Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-21T17:27:12.300Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-21T17:27:12.303Z Checking git-stub v1.0.0
44512026-08-21T17:27:12.303Z Compiling trait-variant v0.1.2
44522026-08-21T17:27:12.303Z Checking maplit v1.0.2
44532026-08-21T17:27:12.436Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-21T17:27:12.445Z Checking drift v0.2.0
44552026-08-21T17:27:12.448Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-21T17:27:12.484Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44572026-08-21T17:27:12.572Z Checking git-stub-vcs v0.1.0
44582026-08-21T17:27:12.633Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44592026-08-21T17:27:12.649Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-21T17:27:12.770Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-21T17:27:12.806Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44622026-08-21T17:27:12.820Z Checking dropshot-api-manager v0.8.0
44632026-08-21T17:27:12.939Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-21T17:27:13.200Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-21T17:27:13.649Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-21T17:27:14.660Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-21T17:27:15.676Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-21T17:27:16.455Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-21T17:27:16.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
44702026-08-21T17:27:17.108Z
44712026-08-21T17:27:17.109Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-21T17:27:17.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-21T17:27:17.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-21T17:27:17.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-21T17:27:17.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-21T17:27:17.684Z
44772026-08-21T17:27:17.684Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-21T17:27:18.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-21T17:27:18.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-21T17:27:18.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-21T17:27:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44822026-08-21T17:27:18.302Z
44832026-08-21T17:27:18.302Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-21T17:27:18.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-21T17:27:18.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-21T17:27:18.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-21T17:27:18.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44882026-08-21T17:27:18.919Z
44892026-08-21T17:27:18.919Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-21T17:27:19.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-21T17:27:19.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-21T17:27:19.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-21T17:27:19.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44942026-08-21T17:27:19.537Z
44952026-08-21T17:27:19.537Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-21T17:27:20.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-21T17:27:20.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-21T17:27:20.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-21T17:27:20.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45002026-08-21T17:27:20.117Z
45012026-08-21T17:27:20.117Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-21T17:27:20.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-21T17:27:20.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-21T17:27:20.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-21T17:27:20.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45062026-08-21T17:27:20.683Z
45072026-08-21T17:27:20.683Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-21T17:27:21.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-21T17:27:21.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-21T17:27:21.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-21T17:27:21.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45122026-08-21T17:27:21.276Z
45132026-08-21T17:27:21.277Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-21T17:27:21.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-21T17:27:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-21T17:27:21.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-21T17:27:21.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45182026-08-21T17:27:21.862Z
45192026-08-21T17:27:21.863Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-21T17:27:22.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-21T17:27:22.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-21T17:27:22.484Z Compiling blake3 v1.8.5
45232026-08-21T17:27:22.600Z Checking constant_time_eq v0.4.2
45242026-08-21T17:27:22.605Z Checking arrayvec v0.7.6
45252026-08-21T17:27:22.605Z Checking arrayref v0.3.9
45262026-08-21T17:27:22.614Z Checking cargo-platform v0.3.2
45272026-08-21T17:27:22.618Z Checking topological-sort v0.2.2
45282026-08-21T17:27:22.618Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-21T17:27:22.789Z Checking cargo_metadata v0.23.1
45302026-08-21T17:27:23.376Z Checking omicron-zone-package v0.12.3
45312026-08-21T17:27:24.090Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-21T17:27:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
45332026-08-21T17:27:25.102Z
45342026-08-21T17:27:25.102Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-21T17:27:25.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-21T17:27:25.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-21T17:27:25.830Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-21T17:27:26.469Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-21T17:27:26.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
45402026-08-21T17:27:27.184Z
45412026-08-21T17:27:27.184Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-21T17:27:27.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-21T17:27:27.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-21T17:27:28.155Z Compiling darling_core v0.21.3
45452026-08-21T17:27:28.155Z Compiling vergen-lib v0.1.6
45462026-08-21T17:27:28.155Z Compiling diesel_derives v2.3.7
45472026-08-21T17:27:28.163Z Checking scheduled-thread-pool v0.2.7
45482026-08-21T17:27:28.163Z Compiling vergen-gitcl v1.0.8
45492026-08-21T17:27:28.163Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-21T17:27:28.163Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-21T17:27:28.163Z Compiling dirs-sys-next v0.1.2
45522026-08-21T17:27:28.455Z Compiling glob v0.3.3
45532026-08-21T17:27:28.473Z Compiling crunchy v0.2.4
45542026-08-21T17:27:28.524Z Checking r2d2 v0.8.10
45552026-08-21T17:27:28.566Z Compiling dirs-next v2.0.0
45562026-08-21T17:27:28.656Z Checking downcast-rs v2.0.2
45572026-08-21T17:27:28.700Z Compiling tiny-keccak v2.0.2
45582026-08-21T17:27:28.738Z Compiling term v0.7.0
45592026-08-21T17:27:28.755Z Compiling bit-vec v0.6.3
45602026-08-21T17:27:28.829Z Compiling clang-sys v1.8.1
45612026-08-21T17:27:28.962Z Compiling bit-set v0.5.3
45622026-08-21T17:27:28.979Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45632026-08-21T17:27:29.126Z Compiling ascii-canvas v3.0.0
45642026-08-21T17:27:29.168Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-21T17:27:29.210Z Compiling itertools v0.10.5
45662026-08-21T17:27:29.284Z Compiling ena v0.14.4
45672026-08-21T17:27:29.320Z Compiling libloading v0.8.9
45682026-08-21T17:27:29.337Z Compiling regex-syntax v0.6.29
45692026-08-21T17:27:29.368Z Compiling diff v0.1.13
45702026-08-21T17:27:29.420Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45712026-08-21T17:27:29.499Z Compiling bindgen v0.71.1
45722026-08-21T17:27:29.657Z Compiling cexpr v0.6.0
45732026-08-21T17:27:29.900Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-21T17:27:30.084Z Compiling rustc-hash v2.1.1
45752026-08-21T17:27:30.102Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-21T17:27:30.313Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-21T17:27:30.337Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-21T17:27:30.387Z Compiling libxml v0.3.3
45792026-08-21T17:27:30.450Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-21T17:27:30.633Z Compiling strum_macros v0.24.3
45812026-08-21T17:27:30.651Z Compiling lalrpop v0.19.12
45822026-08-21T17:27:30.669Z Compiling indoc v1.0.9
45832026-08-21T17:27:30.884Z Compiling darling_macro v0.21.3
45842026-08-21T17:27:31.435Z Compiling darling v0.21.3
45852026-08-21T17:27:31.533Z Compiling dsl_auto_type v0.2.0
45862026-08-21T17:27:31.633Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-21T17:27:31.824Z Checking derive_builder v0.20.2
45882026-08-21T17:27:31.947Z Compiling oso-derive v0.27.3
45892026-08-21T17:27:31.993Z Checking quick-xml v0.37.5
45902026-08-21T17:27:32.040Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-21T17:27:32.453Z Checking openssl-probe v0.1.6
45922026-08-21T17:27:32.600Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-21T17:27:32.872Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-21T17:27:33.069Z Checking bb8 v0.8.6
45952026-08-21T17:27:33.157Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-21T17:27:33.340Z Checking nonempty v0.12.0
45972026-08-21T17:27:33.358Z Compiling libz-sys v1.1.24
45982026-08-21T17:27:33.398Z Compiling strsim v0.10.0
45992026-08-21T17:27:33.509Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-21T17:27:33.584Z Compiling darling_core v0.13.4
46012026-08-21T17:27:33.735Z Compiling vergen-git2 v9.1.0
46022026-08-21T17:27:33.956Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-21T17:27:33.979Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-21T17:27:34.170Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-21T17:27:34.384Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46062026-08-21T17:27:34.573Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46072026-08-21T17:27:34.763Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46082026-08-21T17:27:34.956Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46092026-08-21T17:27:34.959Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46102026-08-21T17:27:35.161Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46112026-08-21T17:27:35.349Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46122026-08-21T17:27:35.465Z Compiling darling_macro v0.13.4
46132026-08-21T17:27:35.537Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46142026-08-21T17:27:35.726Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46152026-08-21T17:27:35.959Z Compiling darling v0.13.4
46162026-08-21T17:27:36.070Z Compiling serde_with_macros v1.5.2
46172026-08-21T17:27:36.145Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46182026-08-21T17:27:36.603Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-21T17:27:36.962Z Compiling serde_with v1.14.0
46202026-08-21T17:27:37.203Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46212026-08-21T17:27:37.396Z Checking twox-hash v2.1.2
46222026-08-21T17:27:37.416Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-21T17:27:37.432Z Checking diesel v2.3.7
46242026-08-21T17:27:37.708Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46252026-08-21T17:27:38.130Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-21T17:27:39.141Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-21T17:27:39.516Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-21T17:27:39.743Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46292026-08-21T17:27:40.213Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46302026-08-21T17:27:40.256Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46312026-08-21T17:27:40.778Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-08-21T17:27:40.932Z Checking libsw-core v0.3.2
46332026-08-21T17:27:41.094Z Checking atty v0.2.14
46342026-08-21T17:27:41.232Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-21T17:27:41.369Z Checking libsw v3.5.0
46362026-08-21T17:27:41.538Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46372026-08-21T17:27:41.642Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46382026-08-21T17:27:41.685Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-21T17:27:41.844Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-21T17:27:43.131Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46412026-08-21T17:27:43.269Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46422026-08-21T17:27:43.609Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46432026-08-21T17:27:44.016Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-21T17:27:44.342Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-21T17:27:44.536Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-21T17:27:44.691Z Checking fatfs v0.3.6
46472026-08-21T17:27:45.019Z Checking console v0.16.2
46482026-08-21T17:27:45.163Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-21T17:27:45.333Z Compiling seq-macro v0.3.6
46502026-08-21T17:27:45.832Z Checking unit-prefix v0.5.2
46512026-08-21T17:27:45.974Z Checking indicatif v0.18.4
46522026-08-21T17:27:46.405Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-21T17:27:46.425Z Checking oxide-update-engine-display v0.1.2
46542026-08-21T17:27:46.520Z Checking support-bundle-viewer v0.1.2
46552026-08-21T17:27:46.725Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-21T17:27:46.766Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-21T17:27:47.059Z Checking multimap v0.10.1
46582026-08-21T17:27:52.990Z Checking diesel-dtrace v0.5.0
46592026-08-21T17:27:53.244Z Checking async-bb8-diesel v0.2.1
46602026-08-21T17:27:57.406Z Compiling samael v0.0.19
46612026-08-21T17:28:00.554Z Compiling git2 v0.20.4
46622026-08-21T17:28:02.516Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-21T17:28:03.253Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-08-21T17:28:03.750Z Compiling polar-core v0.27.3
46652026-08-21T17:28:08.457Z Checking oso v0.27.3
46662026-08-21T17:28:40.578Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-21T17:29:56.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
46682026-08-21T17:29:56.496Z
46692026-08-21T17:29:56.496Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-21T17:29:57.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-21T17:29:57.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-21T17:29:57.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-21T17:29:57.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46742026-08-21T17:29:57.175Z
46752026-08-21T17:29:57.175Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-21T17:29:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-21T17:29:57.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-21T17:29:57.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-21T17:29:57.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46802026-08-21T17:29:57.807Z
46812026-08-21T17:29:57.807Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-21T17:29:58.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-21T17:29:58.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-21T17:29:58.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-21T17:29:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46862026-08-21T17:29:58.443Z
46872026-08-21T17:29:58.443Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-21T17:29:58.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-21T17:29:58.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-21T17:29:58.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-21T17:29:58.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46922026-08-21T17:29:59.012Z
46932026-08-21T17:29:59.013Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-21T17:29:59.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-21T17:29:59.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-21T17:29:59.891Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-21T17:30:00.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
46982026-08-21T17:30:00.870Z
46992026-08-21T17:30:00.870Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-21T17:30:01.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-21T17:30:01.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-21T17:30:01.665Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-21T17:30:40.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.83s
47042026-08-21T17:30:40.883Z
47052026-08-21T17:30:40.883Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-21T17:30:41.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-21T17:30:41.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-21T17:30:41.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-21T17:30:41.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47102026-08-21T17:30:41.460Z
47112026-08-21T17:30:41.461Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-21T17:30:41.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-21T17:30:41.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-21T17:30:41.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-21T17:30:41.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47162026-08-21T17:30:42.023Z
47172026-08-21T17:30:42.023Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-21T17:30:42.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-21T17:30:42.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-21T17:30:42.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-21T17:30:42.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47222026-08-21T17:30:42.656Z
47232026-08-21T17:30:42.656Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-21T17:30:43.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-21T17:30:43.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-21T17:30:43.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-21T17:30:43.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47282026-08-21T17:30:43.297Z
47292026-08-21T17:30:43.298Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-21T17:30:43.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-21T17:30:43.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-21T17:30:43.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-21T17:30:43.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47342026-08-21T17:30:43.940Z
47352026-08-21T17:30:43.940Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-21T17:30:44.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-21T17:30:44.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-21T17:30:44.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-21T17:30:44.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-21T17:30:44.547Z
47412026-08-21T17:30:44.547Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-21T17:30:45.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-21T17:30:45.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-21T17:30:45.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-21T17:30:45.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-21T17:30:45.183Z
47472026-08-21T17:30:45.183Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-21T17:30:45.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-21T17:30:45.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-21T17:30:45.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-21T17:30:45.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47522026-08-21T17:30:45.829Z
47532026-08-21T17:30:45.829Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-21T17:30:46.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-21T17:30:46.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-21T17:30:46.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-21T17:30:46.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47582026-08-21T17:30:46.439Z
47592026-08-21T17:30:46.439Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-21T17:30:46.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-21T17:30:46.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-21T17:30:46.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-21T17:30:46.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47642026-08-21T17:30:47.073Z
47652026-08-21T17:30:47.073Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-21T17:30:47.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-21T17:30:47.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-21T17:30:47.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-21T17:30:47.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47702026-08-21T17:30:47.952Z
47712026-08-21T17:30:47.952Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-21T17:30:48.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-21T17:30:48.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-21T17:30:48.618Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-21T17:30:48.618Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-21T17:30:48.808Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-21T17:30:48.832Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-21T17:30:48.848Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-21T17:30:48.868Z Checking yansi v1.0.1
47802026-08-21T17:30:48.898Z Checking diff v0.1.13
47812026-08-21T17:30:48.899Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-21T17:30:48.946Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-21T17:30:49.127Z Checking pretty_assertions v1.4.1
47842026-08-21T17:30:49.898Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-21T17:30:49.926Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-21T17:31:15.937Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-21T17:31:16.063Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47882026-08-21T17:31:16.063Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47892026-08-21T17:31:16.063Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47902026-08-21T17:31:16.063Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47912026-08-21T17:31:16.063Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47922026-08-21T17:31:16.063Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47932026-08-21T17:31:16.489Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47942026-08-21T17:31:16.498Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47952026-08-21T17:31:17.776Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-21T17:31:56.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47972026-08-21T17:31:57.239Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-21T17:31:57.239Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-21T17:31:57.239Z
48002026-08-21T17:31:57.239Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-21T17:31:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-21T17:31:57.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-21T17:31:58.065Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-21T17:31:58.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
48052026-08-21T17:31:58.672Z
48062026-08-21T17:31:58.672Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-21T17:31:59.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-21T17:31:59.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-21T17:31:59.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-21T17:31:59.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-21T17:31:59.451Z
48122026-08-21T17:31:59.451Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-21T17:31:59.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-21T17:31:59.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-21T17:31:59.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-21T17:31:59.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-21T17:31:59.733Z
48182026-08-21T17:31:59.733Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-21T17:32:00.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-21T17:32:00.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-21T17:32:00.670Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-21T17:32:01.003Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-21T17:32:01.003Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-21T17:32:27.787Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-21T17:32:28.196Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-21T17:32:29.973Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-21T17:32:30.453Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-21T17:32:33.578Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-21T17:32:57.803Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-21T17:32:58.544Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-21T17:33:00.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48322026-08-21T17:33:00.469Z
48332026-08-21T17:33:00.469Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-21T17:33:00.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-21T17:33:00.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-21T17:33:01.189Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-21T17:33:01.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48382026-08-21T17:33:02.106Z
48392026-08-21T17:33:02.106Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-21T17:33:02.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-21T17:33:02.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-21T17:33:02.739Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-21T17:33:02.743Z Compiling fs-err v2.11.0
48442026-08-21T17:33:02.861Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-21T17:33:02.869Z Checking parse-size v1.1.0
48462026-08-21T17:33:02.879Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-21T17:33:02.879Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-21T17:33:02.882Z Checking shell-words v1.1.1
48492026-08-21T17:33:02.970Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-21T17:33:03.300Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-21T17:33:03.484Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-21T17:33:04.164Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-21T17:33:05.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
48542026-08-21T17:33:05.318Z
48552026-08-21T17:33:05.318Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-21T17:33:05.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-21T17:33:05.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-21T17:33:05.963Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-21T17:33:06.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
48602026-08-21T17:33:06.642Z
48612026-08-21T17:33:06.643Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-21T17:33:07.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-21T17:33:07.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-21T17:33:07.369Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-21T17:33:08.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48662026-08-21T17:33:08.284Z
48672026-08-21T17:33:08.284Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-21T17:33:08.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-21T17:33:08.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-21T17:33:08.680Z Checking serde_core v1.0.228
48712026-08-21T17:33:08.680Z Checking libc v0.2.185
48722026-08-21T17:33:08.759Z Checking bitflags v2.11.0
48732026-08-21T17:33:08.769Z Checking scroll v0.12.0
48742026-08-21T17:33:08.779Z Checking thiserror v1.0.69
48752026-08-21T17:33:08.785Z Checking log v0.4.33
48762026-08-21T17:33:08.785Z Checking indexmap v2.14.0
48772026-08-21T17:33:08.785Z Checking zerocopy v0.7.35
48782026-08-21T17:33:08.858Z Checking syn v2.0.117
48792026-08-21T17:33:08.900Z Checking dtrace-parser v0.2.0
48802026-08-21T17:33:08.916Z Checking once_cell v1.21.3
48812026-08-21T17:33:08.980Z Checking goblin v0.8.2
48822026-08-21T17:33:09.050Z Checking errno v0.3.14
48832026-08-21T17:33:09.090Z Checking getrandom v0.3.4
48842026-08-21T17:33:09.131Z Checking thread-id v4.2.2
48852026-08-21T17:33:09.171Z Checking rustix v1.1.4
48862026-08-21T17:33:09.207Z Checking memmap v0.7.0
48872026-08-21T17:33:09.221Z Checking thiserror v2.0.18
48882026-08-21T17:33:09.259Z Checking fs-err v3.3.0
48892026-08-21T17:33:09.321Z Checking anyhow v1.0.104
48902026-08-21T17:33:09.324Z Checking tabled v0.15.0
48912026-08-21T17:33:09.938Z Checking terminal_size v0.4.3
48922026-08-21T17:33:09.939Z Checking tempfile v3.27.0
48932026-08-21T17:33:10.050Z Checking clap_builder v4.6.0
48942026-08-21T17:33:10.051Z Checking textwrap v0.16.2
48952026-08-21T17:33:10.209Z Checking serde v1.0.228
48962026-08-21T17:33:10.209Z Checking serde_json v1.0.151
48972026-08-21T17:33:10.213Z Checking camino v1.2.5
48982026-08-21T17:33:10.261Z Checking semver v1.0.28
48992026-08-21T17:33:10.421Z Checking cargo-platform v0.3.2
49002026-08-21T17:33:10.475Z Checking camino-tempfile v1.4.1
49012026-08-21T17:33:10.608Z Checking serde_spanned v0.6.9
49022026-08-21T17:33:10.608Z Checking toml_datetime v0.6.11
49032026-08-21T17:33:10.612Z Checking macaddr v1.0.1
49042026-08-21T17:33:10.635Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49052026-08-21T17:33:10.782Z Checking toml_edit v0.22.27
49062026-08-21T17:33:10.822Z Checking dof v0.3.0
49072026-08-21T17:33:10.822Z Checking cargo_metadata v0.23.1
49082026-08-21T17:33:11.089Z Checking usdt-impl v0.5.0
49092026-08-21T17:33:11.253Z Checking clap v4.6.1
49102026-08-21T17:33:11.352Z Checking usdt v0.5.0
49112026-08-21T17:33:11.827Z Checking toml v0.8.23
49122026-08-21T17:33:12.041Z Checking cargo_toml v0.21.0
49132026-08-21T17:33:12.687Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-21T17:33:13.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
49152026-08-21T17:33:13.185Z
49162026-08-21T17:33:13.185Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-21T17:33:13.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-21T17:33:13.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-21T17:33:13.839Z Checking arc-swap v1.8.2
49202026-08-21T17:33:14.119Z Checking slog-scope v4.4.1
49212026-08-21T17:33:14.233Z Checking slog-stdlog v4.1.1
49222026-08-21T17:33:14.330Z Checking slog-envlogger v2.2.0
49232026-08-21T17:33:14.449Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-21T17:33:14.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
49252026-08-21T17:33:15.051Z
49262026-08-21T17:33:15.051Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-21T17:33:15.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-21T17:33:15.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-21T17:33:15.866Z Checking cpubits v0.1.1
49302026-08-21T17:33:15.993Z Checking pem-rfc7468 v1.0.0
49312026-08-21T17:33:16.004Z Checking hmac v0.13.0
49322026-08-21T17:33:16.008Z Checking universal-hash v0.6.1
49332026-08-21T17:33:16.029Z Checking ctr v0.10.1
49342026-08-21T17:33:16.029Z Checking aead v0.6.1
49352026-08-21T17:33:16.056Z Checking crypto-bigint v0.7.5
49362026-08-21T17:33:16.056Z Checking aes v0.9.1
49372026-08-21T17:33:16.085Z Checking salsa20 v0.11.0
49382026-08-21T17:33:16.130Z Checking der v0.8.0
49392026-08-21T17:33:16.133Z Checking polyval v0.7.1
49402026-08-21T17:33:16.160Z Checking pbkdf2 v0.13.0
49412026-08-21T17:33:16.211Z Checking cbc v0.2.1
49422026-08-21T17:33:16.240Z Checking ff v0.14.0
49432026-08-21T17:33:16.261Z Checking signature v3.0.0
49442026-08-21T17:33:16.276Z Checking scrypt v0.12.0
49452026-08-21T17:33:16.345Z Checking ghash v0.6.0
49462026-08-21T17:33:16.359Z Checking base16ct v1.0.0
49472026-08-21T17:33:16.373Z Checking group v0.14.0
49482026-08-21T17:33:16.412Z Checking hkdf v0.13.0
49492026-08-21T17:33:16.441Z Compiling curve25519-dalek v5.0.0
49502026-08-21T17:33:16.458Z Checking keccak v0.2.0
49512026-08-21T17:33:16.472Z Checking aes-gcm v0.11.0
49522026-08-21T17:33:16.490Z Checking poly1305 v0.9.0
49532026-08-21T17:33:16.525Z Checking wnaf v0.14.0
49542026-08-21T17:33:16.545Z Checking blowfish v0.10.0
49552026-08-21T17:33:16.615Z Checking blake2 v0.11.0-rc.6
49562026-08-21T17:33:16.633Z Checking sha3 v0.11.0
49572026-08-21T17:33:16.694Z Checking kem v0.3.0
49582026-08-21T17:33:16.712Z Checking bcrypt-pbkdf v0.11.0
49592026-08-21T17:33:16.757Z Checking module-lattice v0.2.3
49602026-08-21T17:33:16.816Z Checking sponge-cursor v0.1.0
49612026-08-21T17:33:16.870Z Checking argon2 v0.6.0-rc.8
49622026-08-21T17:33:16.888Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49632026-08-21T17:33:16.928Z Checking spki v0.8.0
49642026-08-21T17:33:16.945Z Checking sec1 v0.8.1
49652026-08-21T17:33:16.970Z Checking sha3 v0.12.0
49662026-08-21T17:33:16.974Z Checking ml-kem v0.3.2
49672026-08-21T17:33:17.069Z Checking internal-russh-num-bigint v0.5.0
49682026-08-21T17:33:17.102Z Checking pkcs5 v0.8.1
49692026-08-21T17:33:17.148Z Checking pkcs1 v0.8.0-rc.4
49702026-08-21T17:33:17.179Z Checking num-bigint v0.4.6
49712026-08-21T17:33:17.196Z Checking generic-array v1.4.3
49722026-08-21T17:33:17.359Z Checking russh-util v0.52.0
49732026-08-21T17:33:17.401Z Checking pkcs8 v0.11.0
49742026-08-21T17:33:17.485Z Compiling enum_dispatch v0.3.13
49752026-08-21T17:33:17.597Z Compiling delegate v0.13.5
49762026-08-21T17:33:17.610Z Checking ed25519 v3.0.0
49772026-08-21T17:33:17.740Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-21T17:33:17.764Z Checking md5 v0.8.0
49792026-08-21T17:33:17.810Z Checking ed25519-dalek v3.0.0
49802026-08-21T17:33:17.920Z Checking hex-literal v1.1.0
49812026-08-21T17:33:17.958Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-21T17:33:18.022Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-21T17:33:18.038Z Checking socket2 v0.5.10
49842026-08-21T17:33:18.126Z Checking internet-checksum v0.2.1
49852026-08-21T17:33:18.150Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-21T17:33:18.300Z Checking elliptic-curve v0.14.1
49872026-08-21T17:33:18.300Z Checking rfc6979 v0.6.0
49882026-08-21T17:33:18.305Z Checking primefield v0.14.0
49892026-08-21T17:33:18.305Z Checking ssh-encoding v0.3.0
49902026-08-21T17:33:18.421Z Checking crypto-primes v0.7.2
49912026-08-21T17:33:18.521Z Checking ssh-cipher v0.3.0
49922026-08-21T17:33:18.521Z Checking russh-cryptovec v0.62.0
49932026-08-21T17:33:18.696Z Checking primeorder v0.14.0
49942026-08-21T17:33:18.696Z Checking ecdsa v0.17.0
49952026-08-21T17:33:19.063Z Checking p521 v0.14.0
49962026-08-21T17:33:19.063Z Checking p384 v0.14.0
49972026-08-21T17:33:19.063Z Checking p256 v0.14.0
49982026-08-21T17:33:19.351Z Checking rsa v0.10.0-rc.18
49992026-08-21T17:33:21.913Z Checking ssh-key v0.7.0-rc.11
50002026-08-21T17:33:22.666Z Checking russh v0.62.4
50012026-08-21T17:33:36.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.23s
50022026-08-21T17:33:36.295Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-21T17:33:36.296Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-21T17:33:36.501Z
50052026-08-21T17:33:36.501Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-21T17:33:36.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-21T17:33:36.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-21T17:33:37.145Z Checking termios v0.3.3
50092026-08-21T17:33:37.341Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-21T17:33:37.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50112026-08-21T17:33:38.112Z
50122026-08-21T17:33:38.112Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-21T17:33:38.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-21T17:33:38.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-21T17:33:38.794Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-21T17:33:39.494Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-21T17:33:41.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
50182026-08-21T17:33:41.303Z
50192026-08-21T17:33:41.303Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-21T17:33:41.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-21T17:33:41.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-21T17:33:41.941Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-21T17:33:42.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
50242026-08-21T17:33:42.551Z
50252026-08-21T17:33:42.551Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-21T17:33:43.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-21T17:33:43.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-21T17:33:43.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-21T17:33:43.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50302026-08-21T17:33:43.113Z
50312026-08-21T17:33:43.113Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-21T17:33:43.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-21T17:33:43.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-21T17:33:43.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-21T17:33:43.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50362026-08-21T17:33:43.682Z
50372026-08-21T17:33:43.683Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-21T17:33:44.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-21T17:33:44.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-21T17:33:44.424Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-21T17:33:45.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
50422026-08-21T17:33:45.210Z
50432026-08-21T17:33:45.210Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-21T17:33:45.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-21T17:33:45.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-21T17:33:45.858Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-21T17:33:45.861Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-21T17:33:46.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
50492026-08-21T17:33:46.964Z
50502026-08-21T17:33:46.965Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-21T17:33:47.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-21T17:33:47.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-21T17:33:47.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-21T17:33:47.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-21T17:33:47.526Z
50562026-08-21T17:33:47.526Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-21T17:33:48.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-21T17:33:48.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-21T17:33:48.203Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-21T17:33:49.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
50612026-08-21T17:33:49.487Z
50622026-08-21T17:33:49.487Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-21T17:33:50.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-21T17:33:50.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-21T17:33:50.267Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-21T17:33:50.623Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-21T17:33:51.140Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-21T17:33:51.140Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-21T17:33:58.237Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-21T17:33:58.245Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-21T17:33:58.245Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-21T17:33:58.880Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-21T17:33:58.880Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-21T17:33:58.884Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-21T17:33:58.884Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-21T17:33:59.711Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-21T17:34:00.296Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-21T17:34:00.534Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-21T17:34:00.776Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-21T17:34:01.649Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-21T17:34:02.301Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-21T17:34:07.232Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-21T17:34:14.554Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50842026-08-21T17:34:14.557Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-21T17:34:14.558Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50862026-08-21T17:34:14.558Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50872026-08-21T17:34:16.070Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-21T17:34:17.360Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-21T17:34:18.049Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-21T17:34:19.339Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-21T17:34:19.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.40s
50922026-08-21T17:34:20.153Z
50932026-08-21T17:34:20.153Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-21T17:34:20.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-21T17:34:20.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-21T17:34:20.823Z Checking rtoolbox v0.0.3
50972026-08-21T17:34:20.828Z Checking tui-tree-widget v0.23.1
50982026-08-21T17:34:20.828Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-21T17:34:20.956Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-21T17:34:21.058Z Checking rpassword v7.5.4
51012026-08-21T17:34:23.900Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-21T17:34:25.753Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-21T17:34:26.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
51042026-08-21T17:34:26.879Z
51052026-08-21T17:34:26.879Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-21T17:34:27.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-21T17:34:27.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-21T17:34:27.575Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-21T17:34:27.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
51102026-08-21T17:34:28.172Z
51112026-08-21T17:34:28.172Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-21T17:34:28.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-21T17:34:28.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-21T17:34:28.837Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-21T17:34:32.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
51162026-08-21T17:34:32.679Z
51172026-08-21T17:34:32.679Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-21T17:34:33.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-21T17:34:33.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-21T17:34:33.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-21T17:34:33.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51222026-08-21T17:34:33.212Z
51232026-08-21T17:34:33.212Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-21T17:34:33.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-21T17:34:33.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-21T17:34:33.887Z Checking uzers v0.12.2
51272026-08-21T17:34:34.159Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-21T17:34:34.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
51292026-08-21T17:34:35.161Z
51302026-08-21T17:34:35.161Zreal 14:15.393671695
51312026-08-21T17:34:35.161Zuser 21:41.127773745
51322026-08-21T17:34:35.161Zsys 4:25.178311051
51332026-08-21T17:34:35.161Ztrap 0.340256291
51342026-08-21T17:34:35.161Ztflt 0.579303503
51352026-08-21T17:34:35.161Zdflt 0.889021256
51362026-08-21T17:34:35.161Zkflt 0.005029170
51372026-08-21T17:34:35.161Zlock 1:31:39.007764374
51382026-08-21T17:34:35.161Zslp 1:42:37.202908236
51392026-08-21T17:34:35.161Zlat 1:00.058847199
51402026-08-21T17:34:35.161Zstop 4:17.575051036
51412026-08-21T17:34:35.167Zprocess exited: duration 984897 ms, exit code 0
 
51422026-08-21T17:34:35.173Zfound 0 output files