01KZSE7KTHYE2KVKA4N3RFQPRX: 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: 01KZSE8DKSRNVNWMBA5DJVGR9C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T22:15:21.150Zjob assigned to worker 01KZSE8P1MEXY0KAP1TK2Z9G2X [factory aws, i-01698b4fd602dc932] (queued for 50 s)
 
22026-08-11T22:15:29.385Zstarting task 0: "setup"
32026-08-11T22:15:29.409Z++ uname -s
42026-08-11T22:15:29.409Z+ kern=SunOS
52026-08-11T22:15:29.409Z+ build_user=build
62026-08-11T22:15:29.409Z+ build_uid=12345
72026-08-11T22:15:29.409Z+ work_dir=/work
82026-08-11T22:15:29.409Z+ input_dir=/input
92026-08-11T22:15:29.409Z+ [[ 0 == 12345 ]]
102026-08-11T22:15:29.409Z+ case "$kern" in
112026-08-11T22:15:29.410Z+ groupadd -g 12345 build
122026-08-11T22:15:29.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T22:15:31.401Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T22:15:31.496Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T22:15:31.551Z+ home_fs=zfs
162026-08-11T22:15:31.551Z+ [[ zfs == autofs ]]
172026-08-11T22:15:31.551Z+ mkdir -p /home/build
182026-08-11T22:15:31.551Z+ chown build:build /home/build /work
192026-08-11T22:15:33.543Z+ chmod 0700 /home/build /work
202026-08-11T22:15:33.645Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-11T22:15:33.674Zstarting task 1: "rust-toolchain"
222026-08-11T22:15:33.695Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T22:15:33.695Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-11T22:15:33.695Z * rust toolchain channel = "1.97.1"
252026-08-11T22:15:33.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-11T22:15:33.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T22:15:33.695Z * rust toolchain profile = "default"
282026-08-11T22:15:33.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T22:15:33.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T22:15:33.759Zinfo: downloading installer
312026-08-11T22:15:35.281Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T22:15:35.282Zwarn: /home/build/.rustup/settings.toml
332026-08-11T22:15:35.282Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T22:15:35.282Zwarn: instead of the one inferred from the default host triple.
352026-08-11T22:15:35.290Zinfo: profile set to default
362026-08-11T22:15:35.290Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T22:15:35.290Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T22:15:35.407Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T22:15:35.416Zinfo: downloading 6 components
402026-08-11T22:15:49.897Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T22:15:49.897Z
422026-08-11T22:15:49.943Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T22:15:49.943Z
442026-08-11T22:15:49.943Z
452026-08-11T22:15:49.943ZRust is installed now. Great!
462026-08-11T22:15:49.943Z
472026-08-11T22:15:49.943ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T22:15:49.943Zenvironment variable. This has not been done automatically.
492026-08-11T22:15:49.945Z
502026-08-11T22:15:49.945ZTo configure your current shell, you need to source
512026-08-11T22:15:49.945Zthe corresponding env file under $HOME/.cargo.
522026-08-11T22:15:49.945Z
532026-08-11T22:15:49.945ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T22:15:49.967Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T22:15:49.968Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T22:15:49.968Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T22:15:49.968Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T22:15:49.968Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T22:15:49.968Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T22:15:49.968Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T22:15:49.968Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T22:15:50.029Z+ rustup --version
632026-08-11T22:15:50.039Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T22:15:50.039Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T22:15:50.061Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T22:15:50.073Z+ cargo --version
672026-08-11T22:15:50.083Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T22:15:50.083Z+ rustc --version
692026-08-11T22:15:50.105Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T22:15:50.114Zprocess exited: duration 16420 ms, exit code 0
 
712026-08-11T22:15:50.138Zstarting task 2: "authentication"
722026-08-11T22:15:50.314ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-11T22:16:57.207Zprocess exited: duration 67071 ms, exit code 0
 
742026-08-11T22:16:57.226Zstarting task 3: "clone repository"
752026-08-11T22:16:57.247Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-11T22:16:57.247Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-11T22:16:57.264ZCloning into '/work/oxidecomputer/omicron'...
782026-08-11T22:17:07.837Z+ cd /work/oxidecomputer/omicron
792026-08-11T22:17:07.838Z+ git fetch origin 0d881891ca1970343540d172caefdc5fa5340962
802026-08-11T22:17:08.139ZFrom https://github.com/oxidecomputer/omicron
812026-08-11T22:17:08.139Z * branch 0d881891ca1970343540d172caefdc5fa5340962 -> FETCH_HEAD
822026-08-11T22:17:08.151Z+ [[ -n '' ]]
832026-08-11T22:17:08.151Z+ git reset --hard 0d881891ca1970343540d172caefdc5fa5340962
842026-08-11T22:17:08.282ZHEAD is now at 0d881891c [spr] initial version
852026-08-11T22:17:08.288Zprocess exited: duration 11064 ms, exit code 0
 
862026-08-11T22:17:08.307Zstarting task 4: "build"
872026-08-11T22:17:08.311Z+ source .github/buildomat/ci-env.sh
882026-08-11T22:17:08.312Z++ export CARGO_TERM_COLOR=always
892026-08-11T22:17:08.312Z++ CARGO_TERM_COLOR=always
902026-08-11T22:17:08.312Z+++ uname -s
912026-08-11T22:17:08.312Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-11T22:17:08.312Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-11T22:17:08.312Z+ cargo --version
942026-08-11T22:17:08.315Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-11T22:17:08.315Z+ rustc --version
962026-08-11T22:17:08.350Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-11T22:17:08.360Z+ source ./env.sh
982026-08-11T22:17:08.360Z++ OLD_SHELL_OPTS=ehxB
992026-08-11T22:17:08.361Z++ set -o xtrace
1002026-08-11T22:17:08.361Z++++ dirname ./env.sh
1012026-08-11T22:17:08.361Z+++ readlink -f .
1022026-08-11T22:17:08.361Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-08-11T22:17:08.361Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-11T22:17:08.363Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-11T22:17:08.363Z++ 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
1062026-08-11T22:17:08.363Z++ 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
1072026-08-11T22:17:08.363Z++ 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
1082026-08-11T22:17:08.363Z++ 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
1092026-08-11T22:17:08.363Z++ 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
1102026-08-11T22:17:08.364Z++ 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
1112026-08-11T22:17:08.364Z++ 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
1122026-08-11T22:17:08.364Z++ 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
1132026-08-11T22:17:08.364Z++ case $OLD_SHELL_OPTS in
1142026-08-11T22:17:08.364Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-08-11T22:17:08.364Z+ 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
1162026-08-11T22:17:08.364Z+ 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
1172026-08-11T22:17:08.364Z+ banner prerequisites
1182026-08-11T22:17:08.380Z
1192026-08-11T22:17:08.380Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-08-11T22:17:08.380Z # # # # # # # # # # # # # # #
1212026-08-11T22:17:08.380Z # # # # ##### # # ##### # # # # # #### #
1222026-08-11T22:17:08.380Z ##### ##### # ##### # # # # # # # # #
1232026-08-11T22:17:08.381Z # # # # # # # # # # # # # # #
1242026-08-11T22:17:08.381Z # # # ###### # # ###### ### # #### # #### #
1252026-08-11T22:17:08.381Z
1262026-08-11T22:17:08.381Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-08-11T22:17:10.165Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-11T22:17:10.471Z Startup: Caching catalogs ... Done
1292026-08-11T22:17:12.181ZPlanning: Solver setup ... Done (1.608s)
1302026-08-11T22:17:12.234ZPlanning: Running solver ... Done (0.053s)
1312026-08-11T22:17:12.271ZPlanning: Finding local manifests ... Done (0.003s)
1322026-08-11T22:17:12.285ZPlanning: Fetching manifests: 0/2 0% complete
1332026-08-11T22:17:12.304ZPlanning: Fetching manifests: 2/2 100% complete
1342026-08-11T22:17:12.319ZPlanning: Package planning ... Done (0.013s)
1352026-08-11T22:17:12.323ZPlanning: Merging actions ... Done (0.001s)
1362026-08-11T22:17:12.478ZPlanning: Checking for conflicting actions ... Done (0.158s)
1372026-08-11T22:17:12.481ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-08-11T22:17:13.239ZPlanning: Evaluating mediators ... Done (0.760s)
1392026-08-11T22:17:13.242ZPlanning: Planning completed in 2.74 seconds
1402026-08-11T22:17:13.249Z Packages to install: 2
1412026-08-11T22:17:13.253Z Estimated space available: 156.01 GB
1422026-08-11T22:17:13.253ZEstimated space to be consumed: 67.95 MB
1432026-08-11T22:17:13.253Z Create boot environment: No
1442026-08-11T22:17:13.254ZCreate backup boot environment: No
1452026-08-11T22:17:13.254Z Rebuild boot archive: No
1462026-08-11T22:17:13.254Z
1472026-08-11T22:17:13.254ZChanged packages:
1482026-08-11T22:17:13.254Zhelios
1492026-08-11T22:17:13.254Z developer/build-essential
1502026-08-11T22:17:13.254Z None -> 11-3.0
1512026-08-11T22:17:13.254Z library/libxmlsec1
1522026-08-11T22:17:13.254Z None -> 1.2.35-3.0
1532026-08-11T22:17:13.272Z
1542026-08-11T22:17:13.273ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-08-11T22:17:13.342ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1562026-08-11T22:17:13.404Z Actions: 1/268 actions (Installing new actions)
1572026-08-11T22:17:13.441Z Actions: Completed 268 actions in 0.04 seconds.
1582026-08-11T22:17:13.470ZFinalize: Updating package state database ... Done (0.029s)
1592026-08-11T22:17:13.473ZFinalize: Updating package cache ... Done (0.000s)
1602026-08-11T22:17:13.545ZFinalize: Updating image state ... Done (0.074s)
1612026-08-11T22:17:15.958ZFinalize: Creating fast lookup database ... Done (2.369s)
1622026-08-11T22:17:16.023ZFinalize: Reading search index ... Done (0.012s)
1632026-08-11T22:17:16.027ZFinalize: Updating search index ... Done (0.000s)
1642026-08-11T22:17:16.150ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-11T22:17:16.506ZPlanning: Evaluating mediator changes ... Done
1662026-08-11T22:17:16.612ZPlanning: Checking for conflicting actions ... Done
1672026-08-11T22:17:16.616ZPlanning: Consolidating action changes ... Done
1682026-08-11T22:17:16.770ZPlanning: Evaluating mediators ... Done
1692026-08-11T22:17:16.773ZPlanning: Planning completed in 0.26 seconds
1702026-08-11T22:17:16.793Z Mediators to change: 2
1712026-08-11T22:17:16.793Z Create boot environment: No
1722026-08-11T22:17:16.798ZCreate backup boot environment: No
1732026-08-11T22:17:16.835ZFinalize: Updating package state database ... Done
1742026-08-11T22:17:16.835ZFinalize: Updating package cache ... Done
1752026-08-11T22:17:16.880ZFinalize: Updating image state ... Done
1762026-08-11T22:17:18.827ZFinalize: Creating fast lookup database ... Done
1772026-08-11T22:17:18.890ZFinalize: Reading search index ... Done
1782026-08-11T22:17:18.894ZFinalize: Updating search index ... Done
1792026-08-11T22:17:18.978ZFinalize: Updating package cache ... Done
1802026-08-11T22:17:19.266ZPlanning: Evaluating mediator changes ... Done
1812026-08-11T22:17:19.374ZPlanning: Checking for conflicting actions ... Done
1822026-08-11T22:17:19.375ZPlanning: Consolidating action changes ... Done
1832026-08-11T22:17:19.526ZPlanning: Evaluating mediators ... Done
1842026-08-11T22:17:19.530ZPlanning: Planning completed in 0.26 seconds
1852026-08-11T22:17:19.549Z Mediators to change: 1
1862026-08-11T22:17:19.549Z Create boot environment: No
1872026-08-11T22:17:19.550ZCreate backup boot environment: No
1882026-08-11T22:17:19.590ZFinalize: Updating package state database ... Done
1892026-08-11T22:17:19.590ZFinalize: Updating package cache ... Done
1902026-08-11T22:17:19.632ZFinalize: Updating image state ... Done
1912026-08-11T22:17:21.580ZFinalize: Creating fast lookup database ... Done
1922026-08-11T22:17:21.644ZFinalize: Reading search index ... Done
1932026-08-11T22:17:21.648ZFinalize: Updating search index ... Done
1942026-08-11T22:17:21.758ZFinalize: Updating package cache ... Done
1952026-08-11T22:17:22.080ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-08-11T22:17:22.080Zapache system 2.4 system
1972026-08-11T22:17:22.080Zclang system 15 system
1982026-08-11T22:17:22.080Zcsh system system illumos
1992026-08-11T22:17:22.080Zctags system system illumos
2002026-08-11T22:17:22.080Zfile vendor vendor darwinsys
2012026-08-11T22:17:22.080Zfile system system illumos
2022026-08-11T22:17:22.080Zgcc vendor 14 vendor
2032026-08-11T22:17:22.080Zgcc system 13 system
2042026-08-11T22:17:22.080Zgcc system 10 system
2052026-08-11T22:17:22.080Zgo system 1.25 system
2062026-08-11T22:17:22.081Zllvm system 15 system
2072026-08-11T22:17:22.081Zmariadb system 11.4 system
2082026-08-11T22:17:22.081Zmta vendor vendor dma
2092026-08-11T22:17:22.081Zopenjdk system 17 system
2102026-08-11T22:17:22.081Zopenjdk system 11 system
2112026-08-11T22:17:22.081Zopenssl vendor 3 vendor
2122026-08-11T22:17:22.081Zperl system 5.40 system
2132026-08-11T22:17:22.081Zpostgresql system 18 system
2142026-08-11T22:17:22.081Zpostgresql system 17 system
2152026-08-11T22:17:22.081Zpython vendor 3 vendor
2162026-08-11T22:17:22.082Zpython system 2 system
2172026-08-11T22:17:22.083Zpython3 vendor 3.13 vendor
2182026-08-11T22:17:22.083Zruby system 3.4 system
2192026-08-11T22:17:22.083Zruby system 3.0 system
2202026-08-11T22:17:22.083Zwords vendor vendor american-english
2212026-08-11T22:17:22.083Zwords system system australian-english
2222026-08-11T22:17:22.083Zwords system system british-english
2232026-08-11T22:17:22.083Zwords system system canadian-english
2242026-08-11T22:17:22.083Zwords system system french
2252026-08-11T22:17:22.083Zwords system system italian
2262026-08-11T22:17:22.083Zwords system system ngerman
2272026-08-11T22:17:22.083Zwords system system ogerman
2282026-08-11T22:17:22.083Zwords system system spanish
2292026-08-11T22:17:22.334ZPUBLISHER TYPE STATUS P LOCATION
2302026-08-11T22:17:22.335Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-08-11T22:17:22.780ZFMRI IFO
2322026-08-11T22:17:22.780Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-08-11T22:17:22.780Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-08-11T22:17:22.780Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-08-11T22:17:22.781Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-08-11T22:17:22.781Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-08-11T22:17:22.781Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-08-11T22:17:22.781Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-08-11T22:17:22.781Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-08-11T22:17:22.781Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-08-11T22:17:23.105Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-08-11T22:17:23.427Z Updating crates.io index
2432026-08-11T22:17:23.436Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-08-11T22:17:23.655Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-11T22:17:24.017Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-11T22:17:24.967Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-11T22:17:25.536Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-11T22:17:27.134Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-11T22:17:27.959Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-11T22:17:28.224Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-11T22:17:28.588Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-11T22:17:29.705Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-11T22:17:29.995Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-11T22:17:30.332Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-11T22:17:30.600Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-11T22:17:30.854Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-11T22:17:31.117Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-11T22:17:31.417Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-11T22:17:31.705Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-11T22:17:32.025Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-08-11T22:17:34.037Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-11T22:17:34.589Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-08-11T22:17:35.003Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-11T22:17:35.388Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652026-08-11T22:17:35.665Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2662026-08-11T22:17:36.252Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-08-11T22:17:36.595Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-08-11T22:17:36.869Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-08-11T22:17:37.337Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-08-11T22:17:37.644Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-08-11T22:17:37.981Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-08-11T22:17:38.325Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-08-11T22:17:38.600Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-08-11T22:17:38.962Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-08-11T22:17:39.347Z Updating git repository `https://github.com/oxidecomputer/tough`
2762026-08-11T22:17:40.069Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-08-11T22:17:40.387Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-08-11T22:17:40.695Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-08-11T22:17:41.017Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-08-11T22:17:41.382Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812026-08-11T22:17:42.302Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-08-11T22:17:42.333Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-08-11T22:17:42.333Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-08-11T22:17:45.879Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-08-11T22:17:48.533Z Downloading crates ...
2862026-08-11T22:17:48.533Z Downloaded dtrace-parser v0.2.0
2872026-08-11T22:17:48.533Z Downloaded crypto-common v0.1.7
2882026-08-11T22:17:48.533Z Downloaded generic-array v0.14.7
2892026-08-11T22:17:48.533Z Downloaded heck v0.4.1
2902026-08-11T22:17:48.533Z Downloaded cargo-platform v0.3.2
2912026-08-11T22:17:48.534Z Downloaded colorchoice v1.0.4
2922026-08-11T22:17:48.534Z Downloaded serde_spanned v0.6.9
2932026-08-11T22:17:48.534Z Downloaded swrite v0.1.0
2942026-08-11T22:17:48.534Z Downloaded zerocopy-derive v0.7.35
2952026-08-11T22:17:48.534Z Downloaded anstream v1.0.0
2962026-08-11T22:17:48.534Z Downloaded anstyle v1.0.14
2972026-08-11T22:17:48.534Z Downloaded camino-tempfile v1.4.1
2982026-08-11T22:17:48.534Z Downloaded cargo_toml v0.21.0
2992026-08-11T22:17:48.534Z Downloaded log v0.4.29
3002026-08-11T22:17:48.534Z Downloaded byteorder v1.5.0
3012026-08-11T22:17:48.534Z Downloaded zmij v1.0.21
3022026-08-11T22:17:48.534Z Downloaded zerocopy v0.7.35
3032026-08-11T22:17:48.534Z Downloaded serde_core v1.0.228
3042026-08-11T22:17:48.534Z Downloaded getrandom v0.4.1
3052026-08-11T22:17:48.534Z Downloaded bitflags v2.11.0
3062026-08-11T22:17:48.534Z Downloaded block-buffer v0.10.4
3072026-08-11T22:17:48.534Z Downloaded fastrand v2.3.0
3082026-08-11T22:17:48.534Z Downloaded toml_edit v0.22.27
3092026-08-11T22:17:48.534Z Downloaded autocfg v1.5.0
3102026-08-11T22:17:48.534Z Downloaded bytecount v0.6.9
3112026-08-11T22:17:48.534Z Downloaded digest v0.10.7
3122026-08-11T22:17:48.534Z Downloaded is_terminal_polyfill v1.70.2
3132026-08-11T22:17:48.534Z Downloaded tabled v0.15.0
3142026-08-11T22:17:48.534Z Downloaded anstyle-query v1.1.5
3152026-08-11T22:17:48.534Z Downloaded heck v0.5.0
3162026-08-11T22:17:48.534Z Downloaded errno v0.3.14
3172026-08-11T22:17:48.534Z Downloaded equivalent v1.0.2
3182026-08-11T22:17:48.534Z Downloaded fnv v1.0.7
3192026-08-11T22:17:48.534Z Downloaded scroll_derive v0.12.1
3202026-08-11T22:17:48.534Z Downloaded memmap v0.7.0
3212026-08-11T22:17:48.534Z Downloaded toml_datetime v0.6.11
3222026-08-11T22:17:48.534Z Downloaded smawk v0.3.2
3232026-08-11T22:17:48.535Z Downloaded unicode-linebreak v0.1.5
3242026-08-11T22:17:48.535Z Downloaded cfg-if v1.0.4
3252026-08-11T22:17:48.535Z Downloaded dof v0.3.0
3262026-08-11T22:17:48.535Z Downloaded usdt-attr-macro v0.5.0
3272026-08-11T22:17:48.535Z Downloaded itoa v1.0.17
3282026-08-11T22:17:48.535Z Downloaded version_check v0.9.5
3292026-08-11T22:17:48.535Z Downloaded clap_lex v1.0.0
3302026-08-11T22:17:48.535Z Downloaded proc-macro-error-attr v1.0.4
3312026-08-11T22:17:48.535Z Downloaded usdt v0.5.0
3322026-08-11T22:17:48.535Z Downloaded utf8parse v0.2.2
3332026-08-11T22:17:48.535Z Downloaded toml_write v0.1.2
3342026-08-11T22:17:48.535Z Downloaded thread-id v4.2.2
3352026-08-11T22:17:48.535Z Downloaded usdt-macro v0.5.0
3362026-08-11T22:17:48.535Z Downloaded plain v0.2.3
3372026-08-11T22:17:48.535Z Downloaded strsim v0.11.1
3382026-08-11T22:17:48.535Z Downloaded pretty-hex v0.4.1
3392026-08-11T22:17:48.535Z Downloaded tabled_derive v0.7.0
3402026-08-11T22:17:48.535Z Downloaded proc-macro-error v1.0.4
3412026-08-11T22:17:48.535Z Downloaded thiserror v1.0.69
3422026-08-11T22:17:48.535Z Downloaded cpufeatures v0.2.17
3432026-08-11T22:17:48.535Z Downloaded scroll v0.12.0
3442026-08-11T22:17:48.535Z Downloaded macaddr v1.0.1
3452026-08-11T22:17:48.535Z Downloaded thiserror-impl v1.0.69
3462026-08-11T22:17:48.535Z Downloaded thiserror-impl v2.0.18
3472026-08-11T22:17:48.535Z Downloaded thiserror v2.0.18
3482026-08-11T22:17:48.535Z Downloaded semver v1.0.28
3492026-08-11T22:17:48.535Z Downloaded anstyle-parse v1.0.0
3502026-08-11T22:17:48.535Z Downloaded fs-err v3.3.0
3512026-08-11T22:17:48.535Z Downloaded serde_tokenstream v0.2.3
3522026-08-11T22:17:48.535Z Downloaded terminal_size v0.4.3
3532026-08-11T22:17:48.536Z Downloaded quote v1.0.45
3542026-08-11T22:17:48.536Z Downloaded sha2 v0.10.9
3552026-08-11T22:17:48.536Z Downloaded usdt-impl v0.5.0
3562026-08-11T22:17:48.536Z Downloaded toml v0.8.23
3572026-08-11T22:17:48.536Z Downloaded cargo_metadata v0.23.1
3582026-08-11T22:17:48.536Z Downloaded clap_derive v4.6.1
3592026-08-11T22:17:48.536Z Downloaded pest_derive v2.8.6
3602026-08-11T22:17:48.536Z Downloaded anyhow v1.0.102
3612026-08-11T22:17:48.536Z Downloaded tempfile v3.25.0
3622026-08-11T22:17:48.536Z Downloaded ucd-trie v0.1.7
3632026-08-11T22:17:48.536Z Downloaded once_cell v1.21.3
3642026-08-11T22:17:48.536Z Downloaded papergrid v0.11.0
3652026-08-11T22:17:48.536Z Downloaded pest_generator v2.8.6
3662026-08-11T22:17:48.536Z Downloaded memchr v2.8.0
3672026-08-11T22:17:48.536Z Downloaded clap v4.6.1
3682026-08-11T22:17:48.536Z Downloaded camino v1.2.2
3692026-08-11T22:17:48.536Z Downloaded unicode-ident v1.0.24
3702026-08-11T22:17:48.536Z Downloaded pest_meta v2.8.6
3712026-08-11T22:17:48.536Z Downloaded proc-macro2 v1.0.106
3722026-08-11T22:17:48.536Z Downloaded serde_derive v1.0.228
3732026-08-11T22:17:48.536Z Downloaded textwrap v0.16.2
3742026-08-11T22:17:48.536Z Downloaded serde v1.0.228
3752026-08-11T22:17:48.536Z Downloaded indexmap v2.14.0
3762026-08-11T22:17:48.536Z Downloaded typenum v1.20.1
3772026-08-11T22:17:48.536Z Downloaded pest v2.8.6
3782026-08-11T22:17:48.537Z Downloaded serde_json v1.0.151
3792026-08-11T22:17:48.537Z Downloaded clap_builder v4.6.0
3802026-08-11T22:17:48.537Z Downloaded winnow v0.7.14
3812026-08-11T22:17:48.537Z Downloaded goblin v0.8.2
3822026-08-11T22:17:48.537Z Downloaded hashbrown v0.17.0
3832026-08-11T22:17:48.537Z Downloaded unicode-width v0.1.14
3842026-08-11T22:17:48.537Z Downloaded syn v1.0.109
3852026-08-11T22:17:48.562Z Downloaded unicode-width v0.2.0
3862026-08-11T22:17:48.562Z Downloaded syn v2.0.117
3872026-08-11T22:17:48.562Z Downloaded rustix v1.1.3
3882026-08-11T22:17:48.562Z Downloaded libc v0.2.185
3892026-08-11T22:17:48.562Z Compiling proc-macro2 v1.0.106
3902026-08-11T22:17:48.562Z Compiling unicode-ident v1.0.24
3912026-08-11T22:17:48.562Z Compiling quote v1.0.45
3922026-08-11T22:17:48.562Z Compiling serde_core v1.0.228
3932026-08-11T22:17:48.562Z Compiling libc v0.2.185
3942026-08-11T22:17:48.562Z Compiling version_check v0.9.5
3952026-08-11T22:17:48.562Z Compiling memchr v2.8.0
3962026-08-11T22:17:48.562Z Compiling serde v1.0.228
3972026-08-11T22:17:48.562Z Compiling zmij v1.0.21
3982026-08-11T22:17:48.562Z Compiling ucd-trie v0.1.7
3992026-08-11T22:17:48.562Z Compiling thiserror v1.0.69
4002026-08-11T22:17:48.562Z Compiling itoa v1.0.17
4012026-08-11T22:17:48.562Z Compiling pest v2.8.6
4022026-08-11T22:17:48.562Z Compiling byteorder v1.5.0
4032026-08-11T22:17:48.562Z Compiling rustix v1.1.3
4042026-08-11T22:17:48.563Z Compiling errno v0.3.14
4052026-08-11T22:17:48.563Z Compiling bitflags v2.11.0
4062026-08-11T22:17:48.563Z Compiling serde_json v1.0.151
4072026-08-11T22:17:48.563Z Compiling syn v2.0.117
4082026-08-11T22:17:48.563Z Compiling thread-id v4.2.2
4092026-08-11T22:17:48.563Z Compiling proc-macro-error-attr v1.0.4
4102026-08-11T22:17:48.563Z Compiling usdt-impl v0.5.0
4112026-08-11T22:17:48.563Z Compiling syn v1.0.109
4122026-08-11T22:17:48.563Z Compiling camino v1.2.2
4132026-08-11T22:17:48.563Z Compiling pest_meta v2.8.6
4142026-08-11T22:17:48.563Z Compiling proc-macro-error v1.0.4
4152026-08-11T22:17:48.563Z Compiling utf8parse v0.2.2
4162026-08-11T22:17:48.563Z Compiling plain v0.2.3
4172026-08-11T22:17:48.563Z Compiling equivalent v1.0.2
4182026-08-11T22:17:48.563Z Compiling hashbrown v0.17.0
4192026-08-11T22:17:48.563Z Compiling log v0.4.29
4202026-08-11T22:17:48.563Z Compiling getrandom v0.4.1
4212026-08-11T22:17:48.563Z Compiling terminal_size v0.4.3
4222026-08-11T22:17:48.563Z Compiling indexmap v2.14.0
4232026-08-11T22:17:48.563Z Compiling anstyle-parse v1.0.0
4242026-08-11T22:17:49.748Z Compiling is_terminal_polyfill v1.70.2
4252026-08-11T22:17:49.787Z Compiling pretty-hex v0.4.1
4262026-08-11T22:17:49.787Z Compiling cfg-if v1.0.4
4272026-08-11T22:17:49.787Z Compiling toml_write v0.1.2
4282026-08-11T22:17:49.787Z Compiling autocfg v1.5.0
4292026-08-11T22:17:49.787Z Compiling thiserror v2.0.18
4302026-08-11T22:17:49.787Z Compiling anstyle-query v1.1.5
4312026-08-11T22:17:49.787Z Compiling colorchoice v1.0.4
4322026-08-11T22:17:49.787Z Compiling anstyle v1.0.14
4332026-08-11T22:17:49.787Z Compiling winnow v0.7.14
4342026-08-11T22:17:49.787Z Compiling pest_generator v2.8.6
4352026-08-11T22:17:49.943Z Compiling anstream v1.0.0
4362026-08-11T22:17:49.944Z Compiling fs-err v3.3.0
4372026-08-11T22:17:49.944Z Compiling strsim v0.11.1
4382026-08-11T22:17:49.944Z Compiling unicode-width v0.1.14
4392026-08-11T22:17:49.944Z Compiling fastrand v2.3.0
4402026-08-11T22:17:49.944Z Compiling bytecount v0.6.9
4412026-08-11T22:17:49.985Z Compiling heck v0.5.0
4422026-08-11T22:17:49.985Z Compiling heck v0.4.1
4432026-08-11T22:17:49.985Z Compiling fnv v1.0.7
4442026-08-11T22:17:50.053Z Compiling once_cell v1.21.3
4452026-08-11T22:17:50.097Z Compiling clap_lex v1.0.0
4462026-08-11T22:17:50.137Z Compiling anyhow v1.0.102
4472026-08-11T22:17:50.156Z Compiling papergrid v0.11.0
4482026-08-11T22:17:50.673Z Compiling tempfile v3.25.0
4492026-08-11T22:17:50.715Z Compiling clap_builder v4.6.0
4502026-08-11T22:17:50.716Z Compiling semver v1.0.28
4512026-08-11T22:17:50.716Z Compiling cargo-platform v0.3.2
4522026-08-11T22:17:50.716Z Compiling memmap v0.7.0
4532026-08-11T22:17:50.716Z Compiling unicode-linebreak v0.1.5
4542026-08-11T22:17:50.716Z Compiling tabled_derive v0.7.0
4552026-08-11T22:17:51.007Z Compiling unicode-width v0.2.0
4562026-08-11T22:17:51.097Z Compiling smawk v0.3.2
4572026-08-11T22:17:51.097Z Compiling camino-tempfile v1.4.1
4582026-08-11T22:17:51.097Z Compiling textwrap v0.16.2
4592026-08-11T22:17:51.097Z Compiling serde_derive v1.0.228
4602026-08-11T22:17:51.097Z Compiling thiserror-impl v1.0.69
4612026-08-11T22:17:51.277Z Compiling zerocopy-derive v0.7.35
4622026-08-11T22:17:51.792Z Compiling pest_derive v2.8.6
4632026-08-11T22:17:51.879Z Compiling scroll_derive v0.12.1
4642026-08-11T22:17:51.879Z Compiling thiserror-impl v2.0.18
4652026-08-11T22:17:51.879Z Compiling clap_derive v4.6.1
4662026-08-11T22:17:51.879Z Compiling tabled v0.15.0
4672026-08-11T22:17:52.403Z Compiling zerocopy v0.7.35
4682026-08-11T22:17:52.495Z Compiling scroll v0.12.0
4692026-08-11T22:17:52.495Z Compiling dtrace-parser v0.2.0
4702026-08-11T22:17:52.495Z Compiling goblin v0.8.2
4712026-08-11T22:17:53.990Z Compiling swrite v0.1.0
4722026-08-11T22:17:54.058Z Compiling clap v4.6.1
4732026-08-11T22:17:54.311Z Compiling toml_datetime v0.6.11
4742026-08-11T22:17:54.311Z Compiling serde_spanned v0.6.9
4752026-08-11T22:17:54.311Z Compiling cargo_metadata v0.23.1
4762026-08-11T22:17:54.311Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-11T22:17:54.311Z Compiling macaddr v1.0.1
4782026-08-11T22:17:54.334Z Compiling dof v0.3.0
4792026-08-11T22:17:54.335Z Compiling serde_tokenstream v0.2.3
4802026-08-11T22:17:54.335Z Compiling toml_edit v0.22.27
4812026-08-11T22:17:55.755Z Compiling usdt-attr-macro v0.5.0
4822026-08-11T22:17:55.792Z Compiling usdt-macro v0.5.0
4832026-08-11T22:17:55.792Z Compiling usdt v0.5.0
4842026-08-11T22:17:55.792Z Compiling toml v0.8.23
4852026-08-11T22:17:57.703Z Compiling cargo_toml v0.21.0
4862026-08-11T22:17:59.148Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-11T22:17:59.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.25s
4882026-08-11T22:17:59.625Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-11T22:18:00.232Z Downloading crates ...
4902026-08-11T22:18:00.291Z Downloaded adler2 v2.0.1
4912026-08-11T22:18:00.292Z Downloaded ascii-canvas v3.0.0
4922026-08-11T22:18:00.292Z Downloaded aead v0.6.1
4932026-08-11T22:18:00.292Z Downloaded backon v1.6.0
4942026-08-11T22:18:00.292Z Downloaded aead v0.5.2
4952026-08-11T22:18:00.292Z Downloaded async-recursion v1.1.1
4962026-08-11T22:18:00.292Z Downloaded async-stream v0.3.6
4972026-08-11T22:18:00.292Z Downloaded compression-core v0.4.31
4982026-08-11T22:18:00.292Z Downloaded flagset v0.4.7
4992026-08-11T22:18:00.292Z Downloaded bitfield-struct v0.6.2
5002026-08-11T22:18:00.293Z Downloaded base16ct v1.0.0
5012026-08-11T22:18:00.293Z Downloaded env_filter v1.0.0
5022026-08-11T22:18:00.293Z Downloaded async-stream-impl v0.3.6
5032026-08-11T22:18:00.293Z Downloaded bit-set v0.5.3
5042026-08-11T22:18:00.293Z Downloaded ciborium v0.2.2
5052026-08-11T22:18:00.293Z Downloaded enum-as-inner v0.6.1
5062026-08-11T22:18:00.293Z Downloaded fxhash v0.2.1
5072026-08-11T22:18:00.293Z Downloaded convert_case v0.4.0
5082026-08-11T22:18:00.293Z Downloaded async-trait v0.1.89
5092026-08-11T22:18:00.293Z Downloaded base16ct v0.2.0
5102026-08-11T22:18:00.293Z Downloaded bcs v0.1.6
5112026-08-11T22:18:00.293Z Downloaded fallible-iterator v0.2.0
5122026-08-11T22:18:00.293Z Downloaded futures-executor v0.3.32
5132026-08-11T22:18:00.293Z Downloaded gethostname v0.5.0
5142026-08-11T22:18:00.293Z Downloaded hostname v0.4.2
5152026-08-11T22:18:00.293Z Downloaded globwalk v0.9.1
5162026-08-11T22:18:00.293Z Downloaded aes-gcm v0.11.0
5172026-08-11T22:18:00.294Z Downloaded array-init v0.0.4
5182026-08-11T22:18:00.294Z Downloaded arrayvec v0.7.6
5192026-08-11T22:18:00.294Z Downloaded fixedbitset v0.4.2
5202026-08-11T22:18:00.294Z Downloaded funty v2.0.0
5212026-08-11T22:18:00.294Z Downloaded find-msvc-tools v0.1.9
5222026-08-11T22:18:00.294Z Downloaded float-cmp v0.10.0
5232026-08-11T22:18:00.294Z Downloaded blake2 v0.10.6
5242026-08-11T22:18:00.294Z Downloaded atomicwrites v0.4.4
5252026-08-11T22:18:00.294Z Downloaded bit-set v0.8.0
5262026-08-11T22:18:00.294Z Downloaded foreign-types v0.5.0
5272026-08-11T22:18:00.294Z Downloaded foreign-types-macros v0.2.3
5282026-08-11T22:18:00.294Z Downloaded foreign-types-shared v0.1.1
5292026-08-11T22:18:00.294Z Downloaded anstyle-parse v0.2.7
5302026-08-11T22:18:00.294Z Downloaded bitflags v1.3.2
5312026-08-11T22:18:00.294Z Downloaded float-ord v0.3.2
5322026-08-11T22:18:00.294Z Downloaded endian-type v0.1.2
5332026-08-11T22:18:00.294Z Downloaded foreign-types v0.3.2
5342026-08-11T22:18:00.294Z Downloaded futures-io v0.3.32
5352026-08-11T22:18:00.294Z Downloaded bb8 v0.8.6
5362026-08-11T22:18:00.294Z Downloaded assert_matches v1.5.0
5372026-08-11T22:18:00.294Z Downloaded ciborium-ll v0.2.2
5382026-08-11T22:18:00.294Z Downloaded foreign-types-shared v0.3.1
5392026-08-11T22:18:00.294Z Downloaded futures-task v0.3.32
5402026-08-11T22:18:00.294Z Downloaded home v0.5.12
5412026-08-11T22:18:00.294Z Downloaded futures-sink v0.3.32
5422026-08-11T22:18:00.294Z Downloaded hostname v0.3.1
5432026-08-11T22:18:00.294Z Downloaded ahash v0.8.12
5442026-08-11T22:18:00.294Z Downloaded argon2 v0.5.3
5452026-08-11T22:18:00.294Z Downloaded filetime v0.2.27
5462026-08-11T22:18:00.294Z Downloaded fixedbitset v0.5.7
5472026-08-11T22:18:00.294Z Downloaded hyper-rustls v0.27.7
5482026-08-11T22:18:00.294Z Downloaded arrayref v0.3.9
5492026-08-11T22:18:00.294Z Downloaded block-padding v0.4.2
5502026-08-11T22:18:00.294Z Downloaded cobs v0.3.0
5512026-08-11T22:18:00.294Z Downloaded cfg_aliases v0.1.1
5522026-08-11T22:18:00.295Z Downloaded futures-core v0.3.32
5532026-08-11T22:18:00.295Z Downloaded futures-macro v0.3.32
5542026-08-11T22:18:00.295Z Downloaded ghash v0.6.0
5552026-08-11T22:18:00.295Z Downloaded hash32 v0.3.1
5562026-08-11T22:18:00.295Z Downloaded git-stub v1.0.0
5572026-08-11T22:18:00.295Z Downloaded hex-literal v1.1.0
5582026-08-11T22:18:00.295Z Downloaded form_urlencoded v1.2.2
5592026-08-11T22:18:00.295Z Downloaded group v0.14.0
5602026-08-11T22:18:00.295Z Downloaded anstream v0.6.21
5612026-08-11T22:18:00.295Z Downloaded erased-serde v0.3.31
5622026-08-11T22:18:00.295Z Downloaded foldhash v0.2.0
5632026-08-11T22:18:00.295Z Downloaded fd-lock v4.0.4
5642026-08-11T22:18:00.295Z Downloaded ff v0.13.1
5652026-08-11T22:18:00.295Z Downloaded foldhash v0.1.5
5662026-08-11T22:18:00.295Z Downloaded hash32 v0.2.1
5672026-08-11T22:18:00.295Z Downloaded peg-runtime v0.8.5
5682026-08-11T22:18:00.295Z Downloaded atomic-waker v1.1.2
5692026-08-11T22:18:00.295Z Downloaded cfg_aliases v0.2.1
5702026-08-11T22:18:00.295Z Downloaded http-range v0.1.5
5712026-08-11T22:18:00.295Z Downloaded hubpack v0.1.2
5722026-08-11T22:18:00.295Z Downloaded hubpack_derive v0.1.1
5732026-08-11T22:18:00.295Z Downloaded atty v0.2.14
5742026-08-11T22:18:00.295Z Downloaded castaway v0.2.4
5752026-08-11T22:18:00.295Z Downloaded ciborium-io v0.2.2
5762026-08-11T22:18:00.295Z Downloaded fs-err v2.11.0
5772026-08-11T22:18:00.295Z Downloaded httpdate v1.0.3
5782026-08-11T22:18:00.295Z Downloaded num-rational v0.4.2
5792026-08-11T22:18:00.295Z Downloaded backoff v0.4.0
5802026-08-11T22:18:00.295Z Downloaded num v0.4.3
5812026-08-11T22:18:00.295Z Downloaded headers-core v0.3.0
5822026-08-11T22:18:00.295Z Downloaded hyper-tls v0.6.0
5832026-08-11T22:18:00.295Z Downloaded http-body v1.0.1
5842026-08-11T22:18:00.295Z Downloaded num_threads v0.1.7
5852026-08-11T22:18:00.295Z Downloaded bcrypt-pbkdf v0.11.0
5862026-08-11T22:18:00.295Z Downloaded enum_dispatch v0.3.13
5872026-08-11T22:18:00.295Z Downloaded env_logger v0.11.9
5882026-08-11T22:18:00.295Z Downloaded hex v0.4.3
5892026-08-11T22:18:00.296Z Downloaded openssl-probe v0.2.1
5902026-08-11T22:18:00.401Z Downloaded num_enum_derive v0.5.11
5912026-08-11T22:18:00.401Z Downloaded fs_extra v1.3.0
5922026-08-11T22:18:00.401Z Downloaded group v0.13.0
5932026-08-11T22:18:00.401Z Downloaded parse-display v0.10.0
5942026-08-11T22:18:00.401Z Downloaded phf_shared v0.12.1
5952026-08-11T22:18:00.401Z Downloaded bitfield-macros v0.19.4
5962026-08-11T22:18:00.401Z Downloaded camino-tempfile-ext v0.3.3
5972026-08-11T22:18:00.401Z Downloaded cmake v0.1.57
5982026-08-11T22:18:00.401Z Downloaded progenitor-macro v0.14.0
5992026-08-11T22:18:00.401Z Downloaded radium v0.7.0
6002026-08-11T22:18:00.401Z Downloaded constant_time_eq v0.4.2
6012026-08-11T22:18:00.401Z Downloaded buf-list v1.1.2
6022026-08-11T22:18:00.401Z Downloaded num-conv v0.2.0
6032026-08-11T22:18:00.401Z Downloaded recursive v0.1.1
6042026-08-11T22:18:00.401Z Downloaded base64ct v1.8.3
6052026-08-11T22:18:00.402Z Downloaded ff v0.14.0
6062026-08-11T22:18:00.402Z Downloaded futures-channel v0.3.32
6072026-08-11T22:18:00.402Z Downloaded getrandom v0.2.17
6082026-08-11T22:18:00.402Z Downloaded proc-macro-crate v1.3.1
6092026-08-11T22:18:00.402Z Downloaded proc-macro-crate v3.4.0
6102026-08-11T22:18:00.402Z Downloaded highway v1.3.0
6112026-08-11T22:18:00.402Z Downloaded rtoolbox v0.0.3
6122026-08-11T22:18:00.402Z Downloaded russh-cryptovec v0.62.0
6132026-08-11T22:18:00.402Z Downloaded bit-vec v0.8.0
6142026-08-11T22:18:00.402Z Downloaded cbc v0.2.1
6152026-08-11T22:18:00.402Z Downloaded git-stub-vcs v0.1.0
6162026-08-11T22:18:00.402Z Downloaded bitfield v0.19.4
6172026-08-11T22:18:00.402Z Downloaded const_format_proc_macros v0.2.34
6182026-08-11T22:18:00.402Z Downloaded generic-array v1.4.3
6192026-08-11T22:18:00.402Z Downloaded bs58 v0.5.1
6202026-08-11T22:18:00.402Z Downloaded compression-codecs v0.4.37
6212026-08-11T22:18:00.402Z Downloaded seq-macro v0.3.6
6222026-08-11T22:18:00.402Z Downloaded block-buffer v0.12.1
6232026-08-11T22:18:00.402Z Downloaded blowfish v0.10.0
6242026-08-11T22:18:00.402Z Downloaded semver v0.1.20
6252026-08-11T22:18:00.402Z Downloaded sha1 v0.11.0
6262026-08-11T22:18:00.402Z Downloaded cipher v0.4.4
6272026-08-11T22:18:00.402Z Downloaded serde_plain v1.0.2
6282026-08-11T22:18:00.402Z Downloaded serde_repr v0.1.20
6292026-08-11T22:18:00.402Z Downloaded argon2 v0.6.0-rc.8
6302026-08-11T22:18:00.403Z Downloaded cmov v0.5.4
6312026-08-11T22:18:00.403Z Downloaded strip-ansi-escapes v0.2.1
6322026-08-11T22:18:00.403Z Downloaded sigpipe v0.1.3
6332026-08-11T22:18:00.403Z Downloaded slog-bunyan v2.5.0
6342026-08-11T22:18:00.403Z Downloaded glob v0.3.3
6352026-08-11T22:18:00.403Z Downloaded globset v0.4.18
6362026-08-11T22:18:00.403Z Downloaded http-body-util v0.1.3
6372026-08-11T22:18:00.403Z Downloaded humantime v2.3.0
6382026-08-11T22:18:00.403Z Downloaded cassowary v0.3.0
6392026-08-11T22:18:00.403Z Downloaded strum v0.26.3
6402026-08-11T22:18:00.403Z Downloaded cipher v0.5.2
6412026-08-11T22:18:00.403Z Downloaded pem v3.0.6
6422026-08-11T22:18:00.403Z Downloaded phf v0.12.1
6432026-08-11T22:18:00.403Z Downloaded cexpr v0.6.0
6442026-08-11T22:18:00.403Z Downloaded tabwriter v1.4.1
6452026-08-11T22:18:00.403Z Downloaded thiserror-impl-no-std v2.0.2
6462026-08-11T22:18:00.403Z Downloaded chacha20 v0.9.1
6472026-08-11T22:18:00.403Z Downloaded ar_archive_writer v0.5.1
6482026-08-11T22:18:00.403Z Downloaded bzip2 v0.4.4
6492026-08-11T22:18:00.403Z Downloaded console v0.15.11
6502026-08-11T22:18:00.403Z Downloaded proc-macro-error-attr2 v2.0.0
6512026-08-11T22:18:00.403Z Downloaded port-file v0.1.0
6522026-08-11T22:18:00.404Z Downloaded ppv-lite86 v0.2.21
6532026-08-11T22:18:00.404Z Downloaded num_enum_derive v0.7.6
6542026-08-11T22:18:00.404Z Downloaded rand_core v0.9.5
6552026-08-11T22:18:00.404Z Downloaded rand_core v0.10.0
6562026-08-11T22:18:00.404Z Downloaded tower-layer v0.3.3
6572026-08-11T22:18:00.404Z Downloaded utf8_iter v1.0.4
6582026-08-11T22:18:00.404Z Downloaded hmac v0.13.0
6592026-08-11T22:18:00.404Z Downloaded fatfs v0.3.6
6602026-08-11T22:18:00.404Z Downloaded rpassword v7.5.4
6612026-08-11T22:18:00.404Z Downloaded colored v3.1.1
6622026-08-11T22:18:00.404Z Downloaded cancel-safe-futures v0.1.5
6632026-08-11T22:18:00.404Z Downloaded unit-prefix v0.5.2
6642026-08-11T22:18:00.404Z Downloaded universal-hash v0.5.1
6652026-08-11T22:18:00.404Z Downloaded usdt-attr-macro v0.6.0
6662026-08-11T22:18:00.404Z Downloaded byte-wrapper v0.1.0
6672026-08-11T22:18:00.404Z Downloaded clang-sys v1.8.1
6682026-08-11T22:18:00.404Z Downloaded hybrid-array v0.4.13
6692026-08-11T22:18:00.404Z Downloaded hyper-staticfile v0.10.1
6702026-08-11T22:18:00.404Z Downloaded httparse v1.10.1
6712026-08-11T22:18:00.404Z Downloaded zerofrom-derive v0.1.6
6722026-08-11T22:18:00.404Z Downloaded arc-swap v1.8.2
6732026-08-11T22:18:00.404Z Downloaded scroll v0.13.0
6742026-08-11T22:18:00.404Z Downloaded simd-adler32 v0.3.8
6752026-08-11T22:18:00.404Z Downloaded colored v2.2.0
6762026-08-11T22:18:00.404Z Downloaded slog-scope v4.4.1
6772026-08-11T22:18:00.404Z Downloaded snafu-derive v0.8.9
6782026-08-11T22:18:00.404Z Downloaded zerofrom v0.1.6
6792026-08-11T22:18:00.405Z Downloaded slog-stdlog v4.1.1
6802026-08-11T22:18:00.405Z Downloaded wait-timeout v0.2.1
6812026-08-11T22:18:00.405Z Downloaded cpubits v0.1.1
6822026-08-11T22:18:00.405Z Downloaded crypto-common v0.2.2
6832026-08-11T22:18:00.405Z Downloaded bzip2 v0.6.1
6842026-08-11T22:18:00.405Z Downloaded ssh-encoding v0.3.0
6852026-08-11T22:18:00.405Z Downloaded static_assertions v1.1.0
6862026-08-11T22:18:00.405Z Downloaded aes v0.9.1
6872026-08-11T22:18:00.405Z Downloaded async-bb8-diesel v0.2.1
6882026-08-11T22:18:00.405Z Downloaded half v1.8.3
6892026-08-11T22:18:00.405Z Downloaded owo-colors v4.3.0
6902026-08-11T22:18:00.505Z Downloaded parking_lot_core v0.9.12
6912026-08-11T22:18:00.505Z Downloaded paste v1.0.15
6922026-08-11T22:18:00.505Z Downloaded tinystr v0.8.2
6932026-08-11T22:18:00.506Z Downloaded bit-vec v0.6.3
6942026-08-11T22:18:00.506Z Downloaded hmac v0.12.1
6952026-08-11T22:18:00.506Z Downloaded strum_macros v0.27.2
6962026-08-11T22:18:00.506Z Downloaded darling_macro v0.21.3
6972026-08-11T22:18:00.506Z Downloaded darling_macro v0.23.0
6982026-08-11T22:18:00.506Z Downloaded console v0.16.2
6992026-08-11T22:18:00.506Z Downloaded pkcs1 v0.7.5
7002026-08-11T22:18:00.506Z Downloaded tagptr v0.2.0
7012026-08-11T22:18:00.506Z Downloaded dropshot-api-manager-types v0.7.2
7022026-08-11T22:18:00.506Z Downloaded pkcs1 v0.8.0-rc.4
7032026-08-11T22:18:00.506Z Downloaded tls_codec_derive v0.4.2
7042026-08-11T22:18:00.506Z Downloaded futures v0.3.32
7052026-08-11T22:18:00.506Z Downloaded display-error-chain v0.2.2
7062026-08-11T22:18:00.506Z Downloaded dyn-clone v1.0.20
7072026-08-11T22:18:00.506Z Downloaded polyval v0.7.1
7082026-08-11T22:18:00.506Z Downloaded downcast-rs v2.0.2
7092026-08-11T22:18:00.506Z Downloaded dunce v1.0.5
7102026-08-11T22:18:00.506Z Downloaded poly1305 v0.9.0
7112026-08-11T22:18:00.506Z Downloaded salsa20 v0.11.0
7122026-08-11T22:18:00.506Z Downloaded const-oid v0.9.6
7132026-08-11T22:18:00.506Z Downloaded blake2 v0.11.0-rc.6
7142026-08-11T22:18:00.506Z Downloaded embedded-io v0.6.1
7152026-08-11T22:18:00.506Z Downloaded illumos-nvpair v0.3.0
7162026-08-11T22:18:00.506Z Downloaded tokio-native-tls v0.3.1
7172026-08-11T22:18:00.506Z Downloaded inout v0.2.2
7182026-08-11T22:18:00.507Z Downloaded ident_case v1.0.1
7192026-08-11T22:18:00.507Z Downloaded kem v0.3.0
7202026-08-11T22:18:00.507Z Downloaded internet-checksum v0.2.1
7212026-08-11T22:18:00.507Z Downloaded base64 v0.21.7
7222026-08-11T22:18:00.507Z Downloaded lzss v0.8.2
7232026-08-11T22:18:00.507Z Downloaded md-5 v0.10.6
7242026-08-11T22:18:00.507Z Downloaded maybe-uninit v2.0.0
7252026-08-11T22:18:00.507Z Downloaded allocator-api2 v0.2.21
7262026-08-11T22:18:00.507Z Downloaded const-oid v0.10.2
7272026-08-11T22:18:00.507Z Downloaded is-terminal v0.4.17
7282026-08-11T22:18:00.507Z Downloaded convert_case v0.10.0
7292026-08-11T22:18:00.507Z Downloaded vergen-lib v9.1.0
7302026-08-11T22:18:00.507Z Downloaded half v2.7.1
7312026-08-11T22:18:00.507Z Downloaded flume v0.11.1
7322026-08-11T22:18:00.507Z Downloaded sha2 v0.11.0
7332026-08-11T22:18:00.507Z Downloaded sqlformat v0.3.5
7342026-08-11T22:18:00.507Z Downloaded corncobs v0.1.4
7352026-08-11T22:18:00.507Z Downloaded chacha20 v0.10.0
7362026-08-11T22:18:00.508Z Downloaded daft-derive v0.1.7
7372026-08-11T22:18:00.508Z Downloaded darling v0.13.4
7382026-08-11T22:18:00.508Z Downloaded path-slash v0.1.5
7392026-08-11T22:18:00.508Z Downloaded oxide-update-engine-types v0.1.2
7402026-08-11T22:18:00.508Z Downloaded nodrop v0.1.14
7412026-08-11T22:18:00.508Z Downloaded num-iter v0.1.45
7422026-08-11T22:18:00.508Z Downloaded oso-derive v0.27.3
7432026-08-11T22:18:00.508Z Downloaded unarray v0.1.4
7442026-08-11T22:18:00.508Z Downloaded vergen v9.1.0
7452026-08-11T22:18:00.508Z Downloaded daft v0.1.7
7462026-08-11T22:18:00.508Z Downloaded delegate v0.13.5
7472026-08-11T22:18:00.508Z Downloaded openssl-probe v0.1.6
7482026-08-11T22:18:00.508Z Downloaded phf_shared v0.11.3
7492026-08-11T22:18:00.508Z Downloaded deranged v0.5.8
7502026-08-11T22:18:00.508Z Downloaded either v1.15.0
7512026-08-11T22:18:00.508Z Downloaded digest v0.11.3
7522026-08-11T22:18:00.508Z Downloaded predicates-tree v1.0.13
7532026-08-11T22:18:00.508Z Downloaded headers v0.4.1
7542026-08-11T22:18:00.508Z Downloaded papergrid v0.18.0
7552026-08-11T22:18:00.508Z Downloaded chacha20poly1305 v0.10.1
7562026-08-11T22:18:00.508Z Downloaded compact_str v0.8.1
7572026-08-11T22:18:00.508Z Downloaded ryu v1.0.23
7582026-08-11T22:18:00.509Z Downloaded rand_xorshift v0.4.0
7592026-08-11T22:18:00.509Z Downloaded rfc6979 v0.6.0
7602026-08-11T22:18:00.509Z Downloaded crossbeam-utils v0.8.21
7612026-08-11T22:18:00.509Z Downloaded linear-map v1.2.0
7622026-08-11T22:18:00.509Z Downloaded newtype-uuid-macros v0.1.0
7632026-08-11T22:18:00.509Z Downloaded getrandom v0.3.4
7642026-08-11T22:18:00.509Z Downloaded signal-hook-tokio v0.3.1
7652026-08-11T22:18:00.509Z Downloaded bytes v1.11.1
7662026-08-11T22:18:00.509Z Downloaded russh-util v0.52.0
7672026-08-11T22:18:00.509Z Downloaded serde_urlencoded v0.7.1
7682026-08-11T22:18:00.509Z Downloaded des v0.9.0
7692026-08-11T22:18:00.509Z Downloaded secrecy v0.10.3
7702026-08-11T22:18:00.509Z Downloaded serde-big-array v0.5.1
7712026-08-11T22:18:00.509Z Downloaded signature v2.2.0
7722026-08-11T22:18:00.509Z Downloaded slog-envlogger v2.2.0
7732026-08-11T22:18:00.509Z Downloaded structmeta v0.3.0
7742026-08-11T22:18:00.509Z Downloaded subtle v2.6.1
7752026-08-11T22:18:00.509Z Downloaded keccak v0.2.0
7762026-08-11T22:18:00.509Z Downloaded multer v3.1.0
7772026-08-11T22:18:00.509Z Downloaded thread-id v5.1.0
7782026-08-11T22:18:00.509Z Downloaded flate2 v1.1.9
7792026-08-11T22:18:00.510Z Downloaded const_format v0.2.35
7802026-08-11T22:18:00.510Z Downloaded p384 v0.14.0
7812026-08-11T22:18:00.561Z Downloaded typify v0.6.2
7822026-08-11T22:18:00.561Z Downloaded packed_struct_codegen v0.10.1
7832026-08-11T22:18:00.561Z Downloaded pin-project-lite v0.2.17
7842026-08-11T22:18:00.561Z Downloaded zerocopy v0.6.6
7852026-08-11T22:18:00.561Z Downloaded parse-display-derive v0.10.0
7862026-08-11T22:18:00.561Z Downloaded iana-time-zone v0.1.65
7872026-08-11T22:18:00.561Z Downloaded pem-rfc7468 v0.7.0
7882026-08-11T22:18:00.561Z Downloaded heapless v0.7.17
7892026-08-11T22:18:00.561Z Downloaded derive-ex v0.1.8
7902026-08-11T22:18:00.561Z Downloaded typify-macro v0.6.2
7912026-08-11T22:18:00.561Z Downloaded usdt-macro v0.6.0
7922026-08-11T22:18:00.562Z Downloaded xattr v1.6.1
7932026-08-11T22:18:00.562Z Downloaded utf-8 v0.7.6
7942026-08-11T22:18:00.562Z Downloaded zone v0.3.1
7952026-08-11T22:18:00.562Z Downloaded void v1.0.2
7962026-08-11T22:18:00.562Z Downloaded want v0.3.1
7972026-08-11T22:18:00.563Z Downloaded crc v3.4.0
7982026-08-11T22:18:00.563Z Downloaded hickory-resolver v0.25.2
7992026-08-11T22:18:00.563Z Downloaded signal-hook v0.3.18
8002026-08-11T22:18:00.563Z Downloaded base64 v0.22.1
8012026-08-11T22:18:00.563Z Downloaded progenitor v0.14.0
8022026-08-11T22:18:00.563Z Downloaded zopfli v0.8.3
8032026-08-11T22:18:00.563Z Downloaded rayon-core v1.13.0
8042026-08-11T22:18:00.563Z Downloaded rcgen v0.12.1
8052026-08-11T22:18:00.564Z Downloaded pkg-config v0.3.32
8062026-08-11T22:18:00.564Z Downloaded progenitor-client v0.13.0
8072026-08-11T22:18:00.564Z Downloaded psm v0.1.30
8082026-08-11T22:18:00.565Z Downloaded crc8 v0.1.1
8092026-08-11T22:18:00.565Z Downloaded curve25519-dalek-derive v0.1.1
8102026-08-11T22:18:00.565Z Downloaded rand_chacha v0.9.0
8112026-08-11T22:18:00.565Z Downloaded rusty-fork v0.3.1
8122026-08-11T22:18:00.565Z Downloaded rustls-pemfile v2.2.0
8132026-08-11T22:18:00.565Z Downloaded cc v1.2.56
8142026-08-11T22:18:00.565Z Downloaded expectorate v1.2.0
8152026-08-11T22:18:00.565Z Downloaded tracing-core v0.1.36
8162026-08-11T22:18:00.565Z Downloaded libloading v0.8.9
8172026-08-11T22:18:00.565Z Downloaded tungstenite v0.21.0
8182026-08-11T22:18:00.565Z Downloaded smallvec v0.6.14
8192026-08-11T22:18:00.565Z Downloaded ssh-cipher v0.3.0
8202026-08-11T22:18:00.565Z Downloaded strum_macros v0.26.4
8212026-08-11T22:18:00.565Z Downloaded synstructure v0.13.2
8222026-08-11T22:18:00.565Z Downloaded inout v0.1.4
8232026-08-11T22:18:00.565Z Downloaded schemars_derive v0.8.22
8242026-08-11T22:18:00.565Z Downloaded smf v0.2.3
8252026-08-11T22:18:00.565Z Downloaded darling_macro v0.13.4
8262026-08-11T22:18:00.565Z Downloaded darling_macro v0.20.11
8272026-08-11T22:18:00.565Z Downloaded serde_with_macros v1.5.2
8282026-08-11T22:18:00.565Z Downloaded toml_edit v0.23.10+spec-1.0.0
8292026-08-11T22:18:00.566Z Downloaded vte v0.14.1
8302026-08-11T22:18:00.566Z Downloaded schemars v0.9.0
8312026-08-11T22:18:00.566Z Downloaded serde_yaml v0.9.34+deprecated
8322026-08-11T22:18:00.566Z Downloaded thiserror-no-std v2.0.2
8332026-08-11T22:18:00.566Z Downloaded tui-tree-widget v0.23.1
8342026-08-11T22:18:00.566Z Downloaded dof v0.4.0
8352026-08-11T22:18:00.566Z Downloaded jiff-static v0.2.34
8362026-08-11T22:18:00.566Z Downloaded termios v0.3.3
8372026-08-11T22:18:00.566Z Downloaded tls_codec v0.4.2
8382026-08-11T22:18:00.566Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8392026-08-11T22:18:00.566Z Downloaded dsl_auto_type v0.2.0
8402026-08-11T22:18:00.566Z Downloaded dtrace-parser v0.3.0
8412026-08-11T22:18:00.566Z Downloaded lalrpop-util v0.19.12
8422026-08-11T22:18:00.566Z Downloaded match_cfg v0.1.0
8432026-08-11T22:18:00.566Z Downloaded memoffset v0.9.1
8442026-08-11T22:18:00.566Z Downloaded is_ci v1.2.0
8452026-08-11T22:18:00.566Z Downloaded async-compression v0.4.41
8462026-08-11T22:18:00.566Z Downloaded pretty_assertions v1.4.1
8472026-08-11T22:18:00.566Z Downloaded subprocess v0.2.15
8482026-08-11T22:18:00.566Z Downloaded indexmap v1.9.3
8492026-08-11T22:18:00.566Z Downloaded untrusted v0.9.0
8502026-08-11T22:18:00.566Z Downloaded whoami v1.6.1
8512026-08-11T22:18:00.566Z Downloaded heapless v0.8.0
8522026-08-11T22:18:00.566Z Downloaded zeroize v1.9.0
8532026-08-11T22:18:00.612Z Downloaded normalize-line-endings v0.3.0
8542026-08-11T22:18:00.612Z Downloaded nonempty v0.12.0
8552026-08-11T22:18:00.612Z Downloaded password-hash v0.6.1
8562026-08-11T22:18:00.612Z Downloaded lru-cache v0.1.2
8572026-08-11T22:18:00.612Z Downloaded newtype_derive v0.1.6
8582026-08-11T22:18:00.612Z Downloaded hashbrown v0.13.2
8592026-08-11T22:18:00.612Z Downloaded pkcs8 v0.11.0
8602026-08-11T22:18:00.612Z Downloaded quinn v0.11.11
8612026-08-11T22:18:00.612Z Downloaded toml v0.7.8
8622026-08-11T22:18:00.612Z Downloaded litrs v1.0.0
8632026-08-11T22:18:00.613Z Downloaded ctr v0.10.1
8642026-08-11T22:18:00.613Z Downloaded opaque-debug v0.3.1
8652026-08-11T22:18:00.613Z Downloaded bumpalo v3.20.2
8662026-08-11T22:18:00.613Z Downloaded parse-size v1.1.0
8672026-08-11T22:18:00.613Z Downloaded smallvec v1.15.1
8682026-08-11T22:18:00.613Z Downloaded dirs-next v2.0.0
8692026-08-11T22:18:00.613Z Downloaded defmt-macros v1.0.1
8702026-08-11T22:18:00.613Z Downloaded progenitor-client v0.14.0
8712026-08-11T22:18:00.613Z Downloaded rand_chacha v0.3.1
8722026-08-11T22:18:00.613Z Downloaded precomputed-hash v0.1.1
8732026-08-11T22:18:00.613Z Downloaded toml_edit v0.19.15
8742026-08-11T22:18:00.613Z Downloaded scuffle v0.1.0
8752026-08-11T22:18:00.613Z Downloaded snafu v0.8.9
8762026-08-11T22:18:00.613Z Downloaded yansi v1.0.1
8772026-08-11T22:18:00.613Z Downloaded tokio-rustls v0.26.4
8782026-08-11T22:18:00.613Z Downloaded tokio-stream v0.1.18
8792026-08-11T22:18:00.613Z Downloaded embedded-io v0.4.0
8802026-08-11T22:18:00.613Z Downloaded libsw-core v0.3.2
8812026-08-11T22:18:00.613Z Downloaded rustc_version v0.1.7
8822026-08-11T22:18:00.613Z Downloaded signal-hook-mio v0.2.5
8832026-08-11T22:18:00.613Z Downloaded scheduled-thread-pool v0.2.7
8842026-08-11T22:18:00.613Z Downloaded libsw v3.5.0
8852026-08-11T22:18:00.613Z Downloaded hickory-resolver v0.24.4
8862026-08-11T22:18:00.613Z Downloaded rustls-webpki v0.103.13
8872026-08-11T22:18:00.613Z Downloaded indoc v2.0.7
8882026-08-11T22:18:00.613Z Downloaded ipnet v2.11.0
8892026-08-11T22:18:00.613Z Downloaded indicatif v0.18.4
8902026-08-11T22:18:00.642Z Downloaded hickory-server v0.25.2
8912026-08-11T22:18:00.642Z Downloaded nanorand v0.7.0
8922026-08-11T22:18:00.642Z Downloaded serde_bytes v0.11.19
8932026-08-11T22:18:00.642Z Downloaded strsim v0.10.0
8942026-08-11T22:18:00.642Z Downloaded structmeta-derive v0.3.0
8952026-08-11T22:18:00.642Z Downloaded take_mut v0.2.2
8962026-08-11T22:18:00.643Z Downloaded testing_table v0.3.0
8972026-08-11T22:18:00.643Z Downloaded crypto-bigint v0.5.5
8982026-08-11T22:18:00.643Z Downloaded miniz_oxide v0.8.9
8992026-08-11T22:18:00.643Z Downloaded tokio-test v0.4.5
9002026-08-11T22:18:00.643Z Downloaded trait-variant v0.1.2
9012026-08-11T22:18:00.643Z Downloaded yasna v0.5.2
9022026-08-11T22:18:00.643Z Downloaded http v1.4.2
9032026-08-11T22:18:00.643Z Downloaded parking_lot_core v0.8.6
9042026-08-11T22:18:00.643Z Downloaded oxide-update-engine v0.1.2
9052026-08-11T22:18:00.643Z Downloaded tokio-postgres v0.7.16
9062026-08-11T22:18:00.643Z Downloaded password-hash v0.5.0
9072026-08-11T22:18:00.643Z Downloaded derive_builder v0.20.2
9082026-08-11T22:18:00.643Z Downloaded powerfmt v0.2.0
9092026-08-11T22:18:00.643Z Downloaded zeroize_derive v1.5.0
9102026-08-11T22:18:00.643Z Downloaded cpufeatures v0.3.0
9112026-08-11T22:18:00.643Z Downloaded progenitor v0.13.0
9122026-08-11T22:18:00.643Z Downloaded untrusted v0.7.1
9132026-08-11T22:18:00.643Z Downloaded wnaf v0.14.0
9142026-08-11T22:18:00.643Z Downloaded proc-macro-error2 v2.0.1
9152026-08-11T22:18:00.643Z Downloaded rand v0.10.1
9162026-08-11T22:18:00.643Z Downloaded prefix-trie v0.7.0
9172026-08-11T22:18:00.643Z Downloaded difflib v0.4.0
9182026-08-11T22:18:00.644Z Downloaded defmt v0.3.100
9192026-08-11T22:18:00.644Z Downloaded diesel_table_macro_syntax v0.3.0
9202026-08-11T22:18:00.667Z Downloaded maplit v1.0.2
9212026-08-11T22:18:00.667Z Downloaded hashbrown v0.12.3
9222026-08-11T22:18:00.667Z Downloaded serde-hex v0.1.0
9232026-08-11T22:18:00.667Z Downloaded hashbrown v0.15.5
9242026-08-11T22:18:00.667Z Downloaded ref-cast v1.0.25
9252026-08-11T22:18:00.668Z Downloaded serdect v0.4.3
9262026-08-11T22:18:00.668Z Downloaded num-derive v0.4.2
9272026-08-11T22:18:00.668Z Downloaded x509-cert v0.2.5
9282026-08-11T22:18:00.668Z Downloaded multimap v0.10.1
9292026-08-11T22:18:00.668Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9302026-08-11T22:18:00.668Z Downloaded crossbeam-channel v0.5.15
9312026-08-11T22:18:00.668Z Downloaded vergen-gitcl v1.0.8
9322026-08-11T22:18:00.744Z Downloaded icu_normalizer_data v2.1.1
9332026-08-11T22:18:00.745Z Downloaded progenitor-macro v0.13.0
9342026-08-11T22:18:00.745Z Downloaded quick-error v1.2.3
9352026-08-11T22:18:00.745Z Downloaded ml-kem v0.3.2
9362026-08-11T22:18:00.745Z Downloaded slog-json v2.6.1
9372026-08-11T22:18:00.745Z Downloaded stringprep v0.1.5
9382026-08-11T22:18:00.745Z Downloaded tiny-keccak v2.0.2
9392026-08-11T22:18:00.745Z Downloaded unicase v2.9.0
9402026-08-11T22:18:00.745Z Downloaded writeable v0.6.2
9412026-08-11T22:18:00.745Z Downloaded critical-section v1.2.0
9422026-08-11T22:18:00.745Z Downloaded csv-core v0.1.13
9432026-08-11T22:18:00.745Z Downloaded rustc_version v0.4.1
9442026-08-11T22:18:00.786Z Downloaded sqlparser_derive v0.5.0
9452026-08-11T22:18:00.786Z Downloaded p256 v0.14.0
9462026-08-11T22:18:00.786Z Downloaded der_derive v0.7.3
9472026-08-11T22:18:00.786Z Downloaded wyz v0.5.1
9482026-08-11T22:18:00.786Z Downloaded ctutils v0.4.2
9492026-08-11T22:18:00.787Z Downloaded unicode-segmentation v1.12.0
9502026-08-11T22:18:00.787Z Downloaded dropshot_endpoint v0.17.1
9512026-08-11T22:18:00.787Z Downloaded elliptic-curve v0.14.1
9522026-08-11T22:18:00.787Z Downloaded impl-trait-for-tuples v0.2.3
9532026-08-11T22:18:00.787Z Downloaded postcard v1.1.3
9542026-08-11T22:18:00.787Z Downloaded supports-color v3.0.2
9552026-08-11T22:18:00.787Z Downloaded crossbeam-deque v0.8.6
9562026-08-11T22:18:00.787Z Downloaded keccak v0.1.6
9572026-08-11T22:18:00.787Z Downloaded ed25519 v2.2.3
9582026-08-11T22:18:00.787Z Downloaded ed25519 v3.0.0
9592026-08-11T22:18:00.787Z Downloaded sync-ptr v0.1.4
9602026-08-11T22:18:00.787Z Downloaded unicode-xid v0.2.6
9612026-08-11T22:18:00.787Z Downloaded universal-hash v0.6.1
9622026-08-11T22:18:00.787Z Downloaded unicode-truncate v1.1.0
9632026-08-11T22:18:00.787Z Downloaded crucible-workspace-hack v0.1.0
9642026-08-11T22:18:00.787Z Downloaded crunchy v0.2.4
9652026-08-11T22:18:00.787Z Downloaded debug-ignore v1.0.5
9662026-08-11T22:18:00.787Z Downloaded mime_guess v2.0.5
9672026-08-11T22:18:00.787Z Downloaded phc v0.6.1
9682026-08-11T22:18:00.787Z Downloaded tower-service v0.3.3
9692026-08-11T22:18:00.787Z Downloaded quinn-udp v0.5.14
9702026-08-11T22:18:00.787Z Downloaded num-integer v0.1.46
9712026-08-11T22:18:00.787Z Downloaded samael v0.0.19
9722026-08-11T22:18:00.788Z Downloaded darling_core v0.13.4
9732026-08-11T22:18:00.788Z Downloaded omicron-zone-package v0.12.3
9742026-08-11T22:18:00.788Z Downloaded pkcs5 v0.8.1
9752026-08-11T22:18:00.788Z Downloaded predicates-core v1.0.10
9762026-08-11T22:18:00.788Z Downloaded rustls-native-certs v0.8.3
9772026-08-11T22:18:00.788Z Downloaded vergen-lib v0.1.6
9782026-08-11T22:18:00.788Z Downloaded rustls-pki-types v1.14.0
9792026-08-11T22:18:00.788Z Downloaded postgres-protocol v0.6.10
9802026-08-11T22:18:00.788Z Downloaded dirs-sys-next v0.1.2
9812026-08-11T22:18:00.788Z Downloaded nu-ansi-term v0.50.3
9822026-08-11T22:18:00.788Z Downloaded newtype-uuid v1.3.2
9832026-08-11T22:18:00.788Z Downloaded pem-rfc7468 v1.0.0
9842026-08-11T22:18:00.788Z Downloaded idna_adapter v1.2.1
9852026-08-11T22:18:00.788Z Downloaded instant v0.1.13
9862026-08-11T22:18:00.788Z Downloaded derive_more-impl v2.1.1
9872026-08-11T22:18:00.788Z Downloaded num-traits v0.2.19
9882026-08-11T22:18:00.788Z Downloaded nom v8.0.0
9892026-08-11T22:18:00.788Z Downloaded oxide-update-engine-display v0.1.2
9902026-08-11T22:18:00.788Z Downloaded pin-project-internal v1.1.11
9912026-08-11T22:18:00.788Z Downloaded resolv-conf v0.7.6
9922026-08-11T22:18:00.788Z Downloaded serde_derive_internals v0.29.1
9932026-08-11T22:18:00.788Z Downloaded serde_path_to_error v0.1.20
9942026-08-11T22:18:00.788Z Downloaded newline-converter v0.3.0
9952026-08-11T22:18:00.788Z Downloaded time-macros v0.2.27
9962026-08-11T22:18:00.788Z Downloaded primeorder v0.14.0
9972026-08-11T22:18:00.788Z Downloaded rustversion v1.0.22
9982026-08-11T22:18:00.788Z Downloaded sec1 v0.7.3
9992026-08-11T22:18:00.861Z Downloaded lru v0.12.5
10002026-08-11T22:18:00.861Z Downloaded slog-dtrace v0.3.0
10012026-08-11T22:18:00.861Z Downloaded signal-hook-registry v1.4.8
10022026-08-11T22:18:00.861Z Downloaded slog-term v2.9.2
10032026-08-11T22:18:00.861Z Downloaded string_cache v0.8.9
10042026-08-11T22:18:00.861Z Downloaded tokio-tungstenite v0.21.0
10052026-08-11T22:18:00.861Z Downloaded libscf-sys v1.2.0
10062026-08-11T22:18:00.861Z Downloaded olpc-cjson v0.1.4
10072026-08-11T22:18:00.861Z Downloaded socket2 v0.5.10
10082026-08-11T22:18:00.862Z Downloaded schemars v1.2.1
10092026-08-11T22:18:00.862Z Downloaded diff v0.1.13
10102026-08-11T22:18:00.862Z Downloaded ingot-macros v0.2.0
10112026-08-11T22:18:00.862Z Downloaded similar v2.7.0
10122026-08-11T22:18:00.862Z Downloaded crc-catalog v2.4.0
10132026-08-11T22:18:00.862Z Downloaded xshell v0.2.7
10142026-08-11T22:18:00.862Z Downloaded same-file v1.0.6
10152026-08-11T22:18:00.862Z Downloaded recursive-proc-macro-impl v0.1.1
10162026-08-11T22:18:00.862Z Downloaded rustc-hash v2.1.1
10172026-08-11T22:18:00.862Z Downloaded zip v4.6.1
10182026-08-11T22:18:00.862Z Downloaded hkdf v0.13.0
10192026-08-11T22:18:00.862Z Downloaded diesel-dtrace v0.5.0
10202026-08-11T22:18:00.862Z Downloaded schemars v0.8.22
10212026-08-11T22:18:00.862Z Downloaded socket2 v0.6.3
10222026-08-11T22:18:00.862Z Downloaded spin v0.9.8
10232026-08-11T22:18:00.862Z Downloaded time-core v0.1.8
10242026-08-11T22:18:00.900Z Downloaded sha1 v0.10.6
10252026-08-11T22:18:00.900Z Downloaded tokio-macros v2.7.0
10262026-08-11T22:18:00.900Z Downloaded ipnetwork v0.21.1
10272026-08-11T22:18:00.901Z Downloaded serde_with_macros v3.21.0
10282026-08-11T22:18:00.901Z Downloaded unicode_categories v0.1.1
10292026-08-11T22:18:00.901Z Downloaded ecdsa v0.16.9
10302026-08-11T22:18:00.901Z Downloaded shlex v1.3.0
10312026-08-11T22:18:00.901Z Downloaded try-lock v0.2.5
10322026-08-11T22:18:00.901Z Downloaded cstr-argument v0.1.2
10332026-08-11T22:18:00.901Z Downloaded defmt-parser v1.0.0
10342026-08-11T22:18:00.901Z Downloaded indoc v1.0.9
10352026-08-11T22:18:00.901Z Downloaded peg-macros v0.8.5
10362026-08-11T22:18:00.901Z Downloaded zerocopy-derive v0.8.40
10372026-08-11T22:18:00.902Z Downloaded twox-hash v2.1.2
10382026-08-11T22:18:00.902Z Downloaded aho-corasick v1.1.4
10392026-08-11T22:18:00.902Z Downloaded libbz2-rs-sys v0.2.2
10402026-08-11T22:18:00.902Z Downloaded lru-slab v0.1.2
10412026-08-11T22:18:00.902Z Downloaded ref-cast-impl v1.0.25
10422026-08-11T22:18:00.902Z Downloaded hashbrown v0.16.1
10432026-08-11T22:18:00.902Z Downloaded kstat-rs v0.2.5
10442026-08-11T22:18:00.902Z Downloaded toml_parser v1.1.2+spec-1.1.0
10452026-08-11T22:18:00.902Z Downloaded derive_more v2.1.1
10462026-08-11T22:18:00.903Z Downloaded slog-async v2.8.0
10472026-08-11T22:18:00.903Z Downloaded sapling-renderdag v0.1.0
10482026-08-11T22:18:00.903Z Downloaded strum v0.27.2
10492026-08-11T22:18:00.903Z Downloaded serde_spanned v1.1.1
10502026-08-11T22:18:00.931Z Downloaded zone_cfg_derive v0.3.1
10512026-08-11T22:18:00.931Z Downloaded stacker v0.1.23
10522026-08-11T22:18:00.931Z Downloaded tokio-tungstenite v0.23.1
10532026-08-11T22:18:00.931Z Downloaded tinyvec_macros v0.1.1
10542026-08-11T22:18:00.931Z Downloaded digest-io v0.1.0
10552026-08-11T22:18:00.931Z Downloaded document-features v0.2.12
10562026-08-11T22:18:00.931Z Downloaded support-bundle-viewer v0.1.2
10572026-08-11T22:18:00.931Z Downloaded vergen-git2 v9.1.0
10582026-08-11T22:18:00.932Z Downloaded zstd v0.13.3
10592026-08-11T22:18:00.932Z Downloaded icu_normalizer v2.1.1
10602026-08-11T22:18:00.932Z Downloaded zstd-safe v7.2.4
10612026-08-11T22:18:00.932Z Downloaded ena v0.14.4
10622026-08-11T22:18:00.932Z Downloaded unicode-bidi v0.3.18
10632026-08-11T22:18:00.932Z Downloaded reqwest v0.12.28
10642026-08-11T22:18:00.932Z Downloaded predicates v3.1.4
10652026-08-11T22:18:00.953Z Downloaded itertools v0.13.0
10662026-08-11T22:18:00.953Z Downloaded num-complex v0.4.6
10672026-08-11T22:18:00.953Z Downloaded module-lattice v0.2.3
10682026-08-11T22:18:00.953Z Downloaded jobserver v0.1.34
10692026-08-11T22:18:00.953Z Downloaded parking_lot v0.11.2
10702026-08-11T22:18:00.953Z Downloaded data-encoding v2.10.0
10712026-08-11T22:18:00.953Z Downloaded secrecy v0.8.0
10722026-08-11T22:18:00.953Z Downloaded rand_pcg v0.10.2
10732026-08-11T22:18:00.953Z Downloaded potential_utf v0.1.4
10742026-08-11T22:18:00.953Z Downloaded shell-words v1.1.1
10752026-08-11T22:18:00.954Z Downloaded stable_deref_trait v1.2.1
10762026-08-11T22:18:00.954Z Downloaded tinyvec v1.10.0
10772026-08-11T22:18:00.954Z Downloaded hyper v1.10.1
10782026-08-11T22:18:00.954Z Downloaded oxide-tokio-rt v0.1.4
10792026-08-11T22:18:00.954Z Downloaded zerotrie v0.2.3
10802026-08-11T22:18:00.955Z Downloaded test-strategy v0.4.5
10812026-08-11T22:18:00.979Z Downloaded unsafe-libyaml v0.2.11
10822026-08-11T22:18:00.979Z Downloaded ignore v0.4.25
10832026-08-11T22:18:00.979Z Downloaded rand_seeder v0.4.0
10842026-08-11T22:18:00.979Z Downloaded poly1305 v0.8.0
10852026-08-11T22:18:00.979Z Downloaded signature v3.0.0
10862026-08-11T22:18:00.979Z Downloaded yoke-derive v0.8.1
10872026-08-11T22:18:00.979Z Downloaded illumos-nvpair-sys v0.2.0
10882026-08-11T22:18:00.979Z Downloaded instability v0.3.11
10892026-08-11T22:18:00.979Z Downloaded pkcs8 v0.10.2
10902026-08-11T22:18:00.980Z Downloaded url v2.5.8
10912026-08-11T22:18:00.980Z Downloaded tokio-dtrace v0.1.1
10922026-08-11T22:18:00.980Z Downloaded oxnet v0.1.6
10932026-08-11T22:18:00.980Z Downloaded term v0.7.0
10942026-08-11T22:18:00.980Z Downloaded zerovec-derive v0.11.2
10952026-08-11T22:18:00.980Z Downloaded psl-types v2.0.11
10962026-08-11T22:18:00.980Z Downloaded icu_locale_core v2.1.1
10972026-08-11T22:18:00.997Z Downloaded openssl-sys v0.9.117
10982026-08-11T22:18:00.997Z Downloaded h2 v0.4.15
10992026-08-11T22:18:00.997Z Downloaded derive_builder_core v0.20.2
11002026-08-11T22:18:00.997Z Downloaded lock_api v0.4.14
11012026-08-11T22:18:00.997Z Downloaded md5 v0.8.0
11022026-08-11T22:18:00.997Z Downloaded derive-where v1.6.0
11032026-08-11T22:18:00.998Z Downloaded memmap2 v0.9.10
11042026-08-11T22:18:00.998Z Downloaded defmt v1.0.1
11052026-08-11T22:18:00.998Z Downloaded phf v0.13.1
11062026-08-11T22:18:00.998Z Downloaded itertools v0.14.0
11072026-08-11T22:18:01.026Z Downloaded oso v0.27.3
11082026-08-11T22:18:01.026Z Downloaded spki v0.7.3
11092026-08-11T22:18:01.026Z Downloaded yoke v0.8.1
11102026-08-11T22:18:01.026Z Downloaded futures-util v0.3.32
11112026-08-11T22:18:01.046Z Downloaded pbkdf2 v0.13.0
11122026-08-11T22:18:01.046Z Downloaded rand_core v0.6.4
11132026-08-11T22:18:01.046Z Downloaded scopeguard v1.2.0
11142026-08-11T22:18:01.046Z Downloaded topological-sort v0.2.2
11152026-08-11T22:18:01.046Z Downloaded usdt v0.6.0
11162026-08-11T22:18:01.046Z Downloaded rsa v0.10.0-rc.18
11172026-08-11T22:18:01.046Z Downloaded zip v0.6.6
11182026-08-11T22:18:01.046Z Downloaded walkdir v2.5.0
11192026-08-11T22:18:01.046Z Downloaded darling_core v0.20.11
11202026-08-11T22:18:01.046Z Downloaded phf_shared v0.13.1
11212026-08-11T22:18:01.046Z Downloaded nibble_vec v0.1.0
11222026-08-11T22:18:01.047Z Downloaded usdt-impl v0.6.0
11232026-08-11T22:18:01.047Z Downloaded rustls-platform-verifier v0.6.2
11242026-08-11T22:18:01.052Z Downloaded tungstenite v0.23.0
11252026-08-11T22:18:01.052Z Downloaded darling v0.23.0
11262026-08-11T22:18:01.052Z Downloaded rfc6979 v0.4.0
11272026-08-11T22:18:01.052Z Downloaded xshell-macros v0.2.7
11282026-08-11T22:18:01.052Z Downloaded derive_builder_macro v0.20.2
11292026-08-11T22:18:01.052Z Downloaded sponge-cursor v0.1.0
11302026-08-11T22:18:01.052Z Downloaded num_enum v0.7.6
11312026-08-11T22:18:01.052Z Downloaded hkdf v0.12.4
11322026-08-11T22:18:01.067Z Downloaded bitvec v1.0.1
11332026-08-11T22:18:01.080Z Downloaded displaydoc v0.2.5
11342026-08-11T22:18:01.081Z Downloaded jiff-core v0.1.0
11352026-08-11T22:18:01.081Z Downloaded slab v0.4.12
11362026-08-11T22:18:01.081Z Downloaded native-tls v0.2.18
11372026-08-11T22:18:01.081Z Downloaded percent-encoding v2.3.2
11382026-08-11T22:18:01.081Z Downloaded sync_wrapper v1.0.2
11392026-08-11T22:18:01.081Z Downloaded num_enum v0.5.11
11402026-08-11T22:18:01.081Z Downloaded linked-hash-map v0.5.6
11412026-08-11T22:18:01.082Z Downloaded crossterm v0.28.1
11422026-08-11T22:18:01.092Z Downloaded tracing-attributes v0.1.31
11432026-08-11T22:18:01.092Z Downloaded lazy_static v1.5.0
11442026-08-11T22:18:01.094Z Downloaded termtree v0.5.1
11452026-08-11T22:18:01.101Z Downloaded uzers v0.12.2
11462026-08-11T22:18:01.101Z Downloaded progenitor-impl v0.13.0
11472026-08-11T22:18:01.101Z Downloaded icu_collections v2.1.1
11482026-08-11T22:18:01.102Z Downloaded whoami v2.1.0
11492026-08-11T22:18:01.102Z Downloaded pin-project v1.1.11
11502026-08-11T22:18:01.127Z Downloaded new_debug_unreachable v1.0.6
11512026-08-11T22:18:01.127Z Downloaded siphasher v1.0.2
11522026-08-11T22:18:01.127Z Downloaded mime v0.3.17
11532026-08-11T22:18:01.127Z Downloaded uuid v1.23.4
11542026-08-11T22:18:01.144Z Downloaded ssh-key v0.7.0-rc.11
11552026-08-11T22:18:01.144Z Downloaded serde_cbor v0.11.2
11562026-08-11T22:18:01.144Z Downloaded scrypt v0.12.0
11572026-08-11T22:18:01.144Z Downloaded strum_macros v0.24.3
11582026-08-11T22:18:01.144Z Downloaded managed v0.8.0
11592026-08-11T22:18:01.144Z Downloaded tough v0.22.0
11602026-08-11T22:18:01.160Z Downloaded drift v0.2.0
11612026-08-11T22:18:01.161Z Downloaded progenitor-extras v0.2.0
11622026-08-11T22:18:01.161Z Downloaded r2d2 v0.8.10
11632026-08-11T22:18:01.161Z Downloaded term v1.2.1
11642026-08-11T22:18:01.161Z Downloaded toml_writer v1.1.1+spec-1.1.0
11652026-08-11T22:18:01.161Z Downloaded primefield v0.14.0
11662026-08-11T22:18:01.161Z Downloaded scroll_derive v0.13.1
11672026-08-11T22:18:01.161Z Downloaded internal-russh-num-bigint v0.5.0
11682026-08-11T22:18:01.161Z Downloaded indent_write v2.2.0
11692026-08-11T22:18:01.211Z Downloaded waitgroup v0.1.2
11702026-08-11T22:18:01.211Z Downloaded prettyplease v0.2.37
11712026-08-11T22:18:01.211Z Downloaded tap v1.0.1
11722026-08-11T22:18:01.212Z Downloaded p521 v0.14.0
11732026-08-11T22:18:01.212Z Downloaded regex v1.12.3
11742026-08-11T22:18:01.212Z Downloaded blake3 v1.8.5
11752026-08-11T22:18:01.212Z Downloaded elliptic-curve v0.13.8
11762026-08-11T22:18:01.212Z Downloaded rand v0.9.2
11772026-08-11T22:18:01.310Z Downloaded openssl-macros v0.1.1
11782026-08-11T22:18:01.310Z Downloaded primeorder v0.13.6
11792026-08-11T22:18:01.310Z Downloaded libefi-sys v0.1.0
11802026-08-11T22:18:01.310Z Downloaded toml v1.1.2+spec-1.1.0
11812026-08-11T22:18:01.310Z Downloaded publicsuffix v2.3.0
11822026-08-11T22:18:01.310Z Downloaded sec1 v0.8.1
11832026-08-11T22:18:01.310Z Downloaded winnow v1.0.3
11842026-08-11T22:18:01.310Z Downloaded packed_struct v0.10.1
11852026-08-11T22:18:01.310Z Downloaded thread_local v1.1.9
11862026-08-11T22:18:01.310Z Downloaded cookie_store v0.22.1
11872026-08-11T22:18:01.310Z Downloaded ecdsa v0.17.0
11882026-08-11T22:18:01.311Z Downloaded litemap v0.8.1
11892026-08-11T22:18:01.311Z Downloaded parking_lot v0.12.5
11902026-08-11T22:18:01.311Z Downloaded vsss-rs v3.3.4
11912026-08-11T22:18:01.311Z Downloaded tar v0.4.46
11922026-08-11T22:18:01.311Z Downloaded unicode-properties v0.1.4
11932026-08-11T22:18:01.311Z Downloaded spki v0.8.0
11942026-08-11T22:18:01.311Z Downloaded ingot v0.2.1
11952026-08-11T22:18:01.311Z Downloaded postgres-types v0.2.12
11962026-08-11T22:18:01.311Z Downloaded idna v1.1.0
11972026-08-11T22:18:01.311Z Downloaded ingot-types v0.2.0
11982026-08-11T22:18:01.311Z Downloaded der v0.8.0
11992026-08-11T22:18:01.311Z Downloaded bindgen v0.71.1
12002026-08-11T22:18:01.331Z Downloaded progenitor-impl v0.14.0
12012026-08-11T22:18:01.331Z Downloaded rustyline v14.0.0
12022026-08-11T22:18:01.331Z Downloaded crossbeam-epoch v0.9.18
12032026-08-11T22:18:01.331Z Downloaded minimal-lexical v0.2.1
12042026-08-11T22:18:01.331Z Downloaded crc32fast v1.5.0
12052026-08-11T22:18:01.331Z Downloaded libxml v0.3.3
12062026-08-11T22:18:01.331Z Downloaded darling v0.21.3
12072026-08-11T22:18:01.331Z Downloaded slog v2.8.2
12082026-08-11T22:18:01.332Z Downloaded darling_core v0.23.0
12092026-08-11T22:18:01.332Z Downloaded icu_provider v2.1.1
12102026-08-11T22:18:01.332Z Downloaded darling v0.20.11
12112026-08-11T22:18:01.332Z Downloaded aws-lc-rs v1.16.3
12122026-08-11T22:18:01.332Z Downloaded chrono v0.4.45
12132026-08-11T22:18:01.332Z Downloaded sha3 v0.12.0
12142026-08-11T22:18:01.332Z Downloaded cookie v0.18.1
12152026-08-11T22:18:01.332Z Downloaded quick-xml v0.37.5
12162026-08-11T22:18:01.332Z Downloaded proptest v1.11.0
12172026-08-11T22:18:01.332Z Downloaded derive_more v0.99.20
12182026-08-11T22:18:01.332Z Downloaded steno v0.4.1
12192026-08-11T22:18:01.332Z Downloaded tower-http v0.6.8
12202026-08-11T22:18:01.332Z Downloaded peg v0.8.5
12212026-08-11T22:18:01.332Z Downloaded russh v0.62.4
12222026-08-11T22:18:01.332Z Downloaded rand v0.8.6
12232026-08-11T22:18:01.332Z Downloaded ron v0.8.1
12242026-08-11T22:18:01.332Z Downloaded crc-any v2.5.0
12252026-08-11T22:18:01.332Z Downloaded itertools v0.12.1
12262026-08-11T22:18:01.332Z Downloaded typed-path v0.9.3
12272026-08-11T22:18:01.332Z Downloaded num-bigint-dig v0.8.6
12282026-08-11T22:18:01.350Z Downloaded rawzip v0.4.4
12292026-08-11T22:18:01.350Z Downloaded qorb v0.4.1
12302026-08-11T22:18:01.350Z Downloaded darling_core v0.21.3
12312026-08-11T22:18:01.350Z Downloaded icu_properties v2.1.2
12322026-08-11T22:18:01.350Z Downloaded tabled v0.21.0
12332026-08-11T22:18:01.350Z Downloaded mio v1.2.0
12342026-08-11T22:18:01.365Z Downloaded crypto-primes v0.7.2
12352026-08-11T22:18:01.365Z Downloaded goblin v0.10.5
12362026-08-11T22:18:01.365Z Downloaded hyper-util v0.1.20
12372026-08-11T22:18:01.365Z Downloaded der v0.7.10
12382026-08-11T22:18:01.365Z Downloaded diesel_derives v2.3.7
12392026-08-11T22:18:01.394Z Downloaded iddqd v0.4.2
12402026-08-11T22:18:01.394Z Downloaded itertools v0.10.5
12412026-08-11T22:18:01.394Z Downloaded git2 v0.20.4
12422026-08-11T22:18:01.394Z Downloaded dropshot-api-manager v0.7.2
12432026-08-11T22:18:01.482Z Downloaded num-bigint v0.4.6
12442026-08-11T22:18:01.482Z Downloaded nom v7.1.3
12452026-08-11T22:18:01.482Z Downloaded moka v0.12.13
12462026-08-11T22:18:01.483Z Downloaded rsa v0.9.10
12472026-08-11T22:18:01.483Z Downloaded ed25519-dalek v2.2.0
12482026-08-11T22:18:01.483Z Downloaded radix_trie v0.2.1
12492026-08-11T22:18:01.517Z Downloaded reedline v0.40.0
12502026-08-11T22:18:01.517Z Downloaded rayon v1.11.0
12512026-08-11T22:18:01.517Z Downloaded tower v0.5.3
12522026-08-11T22:18:01.517Z Downloaded time v0.3.47
12532026-08-11T22:18:01.517Z Downloaded zerovec v0.11.5
12542026-08-11T22:18:01.517Z Downloaded winnow v0.6.26
12552026-08-11T22:18:01.517Z Downloaded iri-string v0.7.10
12562026-08-11T22:18:01.517Z Downloaded object v0.30.4
12572026-08-11T22:18:01.518Z Downloaded ed25519-dalek v3.0.0
12582026-08-11T22:18:01.518Z Downloaded salty v0.3.0
12592026-08-11T22:18:01.518Z Downloaded itertools v0.15.0
12602026-08-11T22:18:01.518Z Downloaded tokio-util v0.7.18
12612026-08-11T22:18:01.519Z Downloaded crossterm v0.29.0
12622026-08-11T22:18:01.519Z Downloaded serde_with v1.14.0
12632026-08-11T22:18:01.519Z Downloaded crypto-bigint v0.7.5
12642026-08-11T22:18:01.582Z Downloaded unicode-normalization v0.1.25
12652026-08-11T22:18:01.582Z Downloaded zlib-rs v0.6.2
12662026-08-11T22:18:01.582Z Downloaded icu_properties_data v2.1.2
12672026-08-11T22:18:01.582Z Downloaded polar-core v0.27.3
12682026-08-11T22:18:01.582Z Downloaded p384 v0.13.1
12692026-08-11T22:18:01.582Z Downloaded libm v0.2.16
12702026-08-11T22:18:01.606Z Downloaded portable-atomic v1.13.1
12712026-08-11T22:18:01.606Z Downloaded bstr v1.12.1
12722026-08-11T22:18:01.606Z Downloaded winnow v0.5.40
12732026-08-11T22:18:01.606Z Downloaded regress v0.11.1
12742026-08-11T22:18:01.606Z Downloaded reqwest v0.13.2
12752026-08-11T22:18:01.606Z Downloaded lalrpop v0.19.12
12762026-08-11T22:18:01.606Z Downloaded petname v2.0.2
12772026-08-11T22:18:01.618Z Downloaded zerocopy v0.8.40
12782026-08-11T22:18:01.618Z Downloaded hickory-proto v0.24.4
12792026-08-11T22:18:01.618Z Downloaded curve25519-dalek v4.1.3
12802026-08-11T22:18:01.625Z Downloaded nix v0.28.0
12812026-08-11T22:18:01.626Z Downloaded nix v0.31.2
12822026-08-11T22:18:01.633Z Downloaded object v0.37.3
12832026-08-11T22:18:01.647Z Downloaded hickory-proto v0.25.2
12842026-08-11T22:18:01.672Z Downloaded vcpkg v0.2.15
12852026-08-11T22:18:01.764Z Downloaded regex-syntax v0.6.29
12862026-08-11T22:18:01.764Z Downloaded serde_with v3.21.0
12872026-08-11T22:18:01.764Z Downloaded quinn-proto v0.11.16
12882026-08-11T22:18:01.764Z Downloaded smoltcp v0.9.1
12892026-08-11T22:18:01.765Z Downloaded regress v0.10.5
12902026-08-11T22:18:01.765Z Downloaded curve25519-dalek v5.0.0
12912026-08-11T22:18:01.765Z Downloaded dropshot v0.17.1
12922026-08-11T22:18:01.784Z Downloaded rustls v0.23.41
12932026-08-11T22:18:01.784Z Downloaded nix v0.27.1
12942026-08-11T22:18:01.784Z Downloaded regex-syntax v0.8.10
12952026-08-11T22:18:01.784Z Downloaded openssl v0.10.80
12962026-08-11T22:18:01.785Z Downloaded typify-impl v0.6.2
12972026-08-11T22:18:01.805Z Downloaded smoltcp v0.11.0
12982026-08-11T22:18:01.805Z Downloaded diesel v2.3.7
12992026-08-11T22:18:01.817Z Downloaded regex-automata v0.4.14
13002026-08-11T22:18:01.817Z Downloaded openapiv3 v2.2.0
13012026-08-11T22:18:01.817Z Downloaded tracing v0.1.44
13022026-08-11T22:18:01.838Z Downloaded rustix v0.38.44
13032026-08-11T22:18:01.847Z Downloaded sha3 v0.11.0
13042026-08-11T22:18:01.847Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-08-11T22:18:01.847Z Downloaded sqlparser v0.61.0
13062026-08-11T22:18:01.865Z Downloaded ratatui v0.29.0
13072026-08-11T22:18:01.906Z Downloaded zerocopy-derive v0.6.6
13082026-08-11T22:18:01.906Z Downloaded petgraph v0.8.3
13092026-08-11T22:18:01.915Z Downloaded sled v0.34.7
13102026-08-11T22:18:01.915Z Downloaded jiff v0.2.34
13112026-08-11T22:18:01.934Z Downloaded chrono-tz v0.10.4
13122026-08-11T22:18:01.954Z Downloaded sha3 v0.10.8
13132026-08-11T22:18:01.954Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-08-11T22:18:01.955Z Downloaded csv v1.4.0
13152026-08-11T22:18:01.965Z Downloaded libz-sys v1.1.24
13162026-08-11T22:18:01.990Z Downloaded petgraph v0.6.5
13172026-08-11T22:18:02.005Z Downloaded tokio v1.52.1
13182026-08-11T22:18:02.028Z Downloaded encoding_rs v0.8.35
13192026-08-11T22:18:02.056Z Downloaded ring v0.17.14
13202026-08-11T22:18:02.083Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-08-11T22:18:02.562Z Downloaded aws-lc-sys v0.40.0
13222026-08-11T22:18:02.855Z Compiling serde_core v1.0.228
13232026-08-11T22:18:02.855Z Compiling libc v0.2.185
13242026-08-11T22:18:02.855Z Compiling serde v1.0.228
13252026-08-11T22:18:02.939Z Compiling log v0.4.29
13262026-08-11T22:18:02.940Z Compiling smallvec v1.15.1
13272026-08-11T22:18:03.057Z Compiling find-msvc-tools v0.1.9
13282026-08-11T22:18:03.057Z Compiling shlex v1.3.0
13292026-08-11T22:18:03.080Z Compiling syn v2.0.117
13302026-08-11T22:18:03.183Z Compiling subtle v2.6.1
13312026-08-11T22:18:03.201Z Compiling scopeguard v1.2.0
13322026-08-11T22:18:03.202Z Compiling typenum v1.20.1
13332026-08-11T22:18:03.288Z Compiling lock_api v0.4.14
13342026-08-11T22:18:03.316Z Compiling stable_deref_trait v1.2.1
13352026-08-11T22:18:03.316Z Compiling zerocopy v0.8.40
13362026-08-11T22:18:03.343Z Compiling portable-atomic v1.13.1
13372026-08-11T22:18:03.369Z Compiling serde_json v1.0.151
13382026-08-11T22:18:03.521Z Compiling critical-section v1.2.0
13392026-08-11T22:18:03.569Z Compiling libm v0.2.16
13402026-08-11T22:18:03.624Z Compiling num-traits v0.2.19
13412026-08-11T22:18:03.753Z Compiling pkg-config v0.3.32
13422026-08-11T22:18:03.816Z Compiling jobserver v0.1.34
13432026-08-11T22:18:03.914Z Compiling errno v0.3.14
13442026-08-11T22:18:03.928Z Compiling getrandom v0.2.17
13452026-08-11T22:18:04.159Z Compiling cc v1.2.56
13462026-08-11T22:18:04.221Z Compiling rand_core v0.6.4
13472026-08-11T22:18:04.244Z Compiling generic-array v0.14.7
13482026-08-11T22:18:04.313Z Compiling getrandom v0.4.1
13492026-08-11T22:18:04.412Z Compiling once_cell v1.21.3
13502026-08-11T22:18:04.453Z Compiling parking_lot_core v0.9.12
13512026-08-11T22:18:04.484Z Compiling pin-project-lite v0.2.17
13522026-08-11T22:18:04.589Z Compiling const-oid v0.9.6
13532026-08-11T22:18:04.709Z Compiling rand_core v0.10.0
13542026-08-11T22:18:04.751Z Compiling signal-hook-registry v1.4.8
13552026-08-11T22:18:05.063Z Compiling litemap v0.8.1
13562026-08-11T22:18:05.084Z Compiling futures-core v0.3.32
13572026-08-11T22:18:05.242Z Compiling bitflags v2.11.0
13582026-08-11T22:18:05.277Z Compiling percent-encoding v2.3.2
13592026-08-11T22:18:05.277Z Compiling writeable v0.6.2
13602026-08-11T22:18:05.305Z Compiling parking_lot v0.12.5
13612026-08-11T22:18:05.349Z Compiling semver v1.0.28
13622026-08-11T22:18:05.459Z Compiling mio v1.2.0
13632026-08-11T22:18:05.487Z Compiling icu_normalizer_data v2.1.1
13642026-08-11T22:18:05.487Z Compiling icu_properties_data v2.1.2
13652026-08-11T22:18:05.654Z Compiling socket2 v0.6.3
13662026-08-11T22:18:05.706Z Compiling getrandom v0.3.4
13672026-08-11T22:18:05.733Z Compiling futures-sink v0.3.32
13682026-08-11T22:18:05.784Z Compiling indexmap v2.14.0
13692026-08-11T22:18:05.826Z Compiling synstructure v0.13.2
13702026-08-11T22:18:05.868Z Compiling futures-channel v0.3.32
13712026-08-11T22:18:05.900Z Compiling slab v0.4.12
13722026-08-11T22:18:06.067Z Compiling futures-io v0.3.32
13732026-08-11T22:18:06.085Z Compiling utf8_iter v1.0.4
13742026-08-11T22:18:06.102Z Compiling rustix v1.1.3
13752026-08-11T22:18:06.204Z Compiling futures-task v0.3.32
13762026-08-11T22:18:06.223Z Compiling form_urlencoded v1.2.2
13772026-08-11T22:18:06.382Z Compiling rustversion v1.0.22
13782026-08-11T22:18:06.444Z Compiling iana-time-zone v0.1.65
13792026-08-11T22:18:06.444Z Compiling base64ct v1.8.3
13802026-08-11T22:18:06.444Z Compiling cmake v0.1.57
13812026-08-11T22:18:06.452Z Compiling ident_case v1.0.1
13822026-08-11T22:18:06.529Z Compiling fs_extra v1.3.0
13832026-08-11T22:18:06.553Z Compiling dunce v1.0.5
13842026-08-11T22:18:06.584Z Compiling flagset v0.4.7
13852026-08-11T22:18:06.635Z Compiling pem-rfc7468 v0.7.0
13862026-08-11T22:18:06.676Z Compiling regex-syntax v0.8.10
13872026-08-11T22:18:06.764Z Compiling rand_core v0.9.5
13882026-08-11T22:18:06.811Z Compiling uuid v1.23.4
13892026-08-11T22:18:06.880Z Compiling aws-lc-sys v0.40.0
13902026-08-11T22:18:06.986Z Compiling base64 v0.22.1
13912026-08-11T22:18:07.046Z Compiling vcpkg v0.2.15
13922026-08-11T22:18:07.316Z Compiling syn v1.0.109
13932026-08-11T22:18:07.371Z Compiling serde_derive_internals v0.29.1
13942026-08-11T22:18:07.513Z Compiling rustc_version v0.4.1
13952026-08-11T22:18:07.538Z Compiling serde_derive v1.0.228
13962026-08-11T22:18:07.624Z Compiling zeroize_derive v1.5.0
13972026-08-11T22:18:07.764Z Compiling zerofrom-derive v0.1.6
13982026-08-11T22:18:07.834Z Compiling zerocopy-derive v0.8.40
13992026-08-11T22:18:07.850Z Compiling yoke-derive v0.8.1
14002026-08-11T22:18:08.284Z Compiling zerovec-derive v0.11.2
14012026-08-11T22:18:08.298Z Compiling displaydoc v0.2.5
14022026-08-11T22:18:09.025Z Compiling tokio-macros v2.7.0
14032026-08-11T22:18:09.059Z Compiling futures-macro v0.3.32
14042026-08-11T22:18:09.076Z Compiling thiserror-impl v2.0.18
14052026-08-11T22:18:09.174Z Compiling zerofrom v0.1.6
14062026-08-11T22:18:09.301Z Compiling yoke v0.8.1
14072026-08-11T22:18:09.450Z Compiling der_derive v0.7.3
14082026-08-11T22:18:09.497Z Compiling zerovec v0.11.5
14092026-08-11T22:18:09.805Z Compiling zerotrie v0.2.3
14102026-08-11T22:18:09.880Z Compiling futures-util v0.3.32
14112026-08-11T22:18:10.005Z Compiling tinystr v0.8.2
14122026-08-11T22:18:10.066Z Compiling potential_utf v0.1.4
14132026-08-11T22:18:10.205Z Compiling icu_locale_core v2.1.1
14142026-08-11T22:18:10.228Z Compiling icu_collections v2.1.1
14152026-08-11T22:18:10.401Z Compiling openssl-sys v0.9.117
14162026-08-11T22:18:10.435Z Compiling thiserror v2.0.18
14172026-08-11T22:18:10.602Z Compiling tracing-attributes v0.1.31
14182026-08-11T22:18:10.725Z Compiling tracing-core v0.1.36
14192026-08-11T22:18:10.924Z Compiling icu_provider v2.1.1
14202026-08-11T22:18:11.091Z Compiling zeroize v1.9.0
14212026-08-11T22:18:11.137Z Compiling bytes v1.11.1
14222026-08-11T22:18:11.278Z Compiling icu_properties v2.1.2
14232026-08-11T22:18:11.297Z Compiling icu_normalizer v2.1.1
14242026-08-11T22:18:11.721Z Compiling tokio v1.52.1
14252026-08-11T22:18:11.889Z Compiling crypto-common v0.1.7
14262026-08-11T22:18:11.901Z Compiling block-buffer v0.10.4
14272026-08-11T22:18:11.932Z Compiling chrono v0.4.45
14282026-08-11T22:18:12.026Z Compiling digest v0.10.7
14292026-08-11T22:18:12.119Z Compiling der v0.7.10
14302026-08-11T22:18:12.226Z Compiling ppv-lite86 v0.2.21
14312026-08-11T22:18:12.314Z Compiling idna_adapter v1.2.1
14322026-08-11T22:18:12.359Z Compiling http v1.4.2
14332026-08-11T22:18:12.375Z Compiling cpufeatures v0.2.17
14342026-08-11T22:18:12.454Z Compiling idna v1.1.0
14352026-08-11T22:18:12.475Z Compiling aws-lc-rs v1.16.3
14362026-08-11T22:18:12.550Z Compiling rand_chacha v0.9.0
14372026-08-11T22:18:12.735Z Compiling url v2.5.8
14382026-08-11T22:18:13.120Z Compiling spki v0.7.3
14392026-08-11T22:18:13.261Z Compiling schemars v0.8.22
14402026-08-11T22:18:13.274Z Compiling dyn-clone v1.0.20
14412026-08-11T22:18:13.290Z Compiling pkcs8 v0.10.2
14422026-08-11T22:18:13.306Z Compiling http-body v1.0.1
14432026-08-11T22:18:13.348Z Compiling rand v0.9.2
14442026-08-11T22:18:13.409Z Compiling tracing v0.1.44
14452026-08-11T22:18:13.457Z Compiling rustls-pki-types v1.14.0
14462026-08-11T22:18:13.543Z Compiling schemars_derive v0.8.22
14472026-08-11T22:18:13.555Z Compiling spin v0.9.8
14482026-08-11T22:18:13.702Z Compiling tinyvec_macros v0.1.1
14492026-08-11T22:18:13.745Z Compiling crc32fast v1.5.0
14502026-08-11T22:18:13.751Z Compiling cmov v0.5.4
14512026-08-11T22:18:13.892Z Compiling httparse v1.10.1
14522026-08-11T22:18:13.992Z Compiling openssl-probe v0.2.1
14532026-08-11T22:18:14.030Z Compiling tempfile v3.25.0
14542026-08-11T22:18:14.124Z Compiling ctutils v0.4.2
14552026-08-11T22:18:14.141Z Compiling tinyvec v1.10.0
14562026-08-11T22:18:14.260Z Compiling pest_generator v2.8.6
14572026-08-11T22:18:14.344Z Compiling sha2 v0.10.9
14582026-08-11T22:18:14.358Z Compiling aho-corasick v1.1.4
14592026-08-11T22:18:14.467Z Compiling radium v0.7.0
14602026-08-11T22:18:14.721Z Compiling try-lock v0.2.5
14612026-08-11T22:18:14.836Z Compiling atomic-waker v1.1.2
14622026-08-11T22:18:14.939Z Compiling untrusted v0.7.1
14632026-08-11T22:18:14.957Z Compiling tower-service v0.3.3
14642026-08-11T22:18:15.076Z Compiling tower-layer v0.3.3
14652026-08-11T22:18:15.095Z Compiling pest_derive v2.8.6
14662026-08-11T22:18:15.203Z Compiling regex-automata v0.4.14
14672026-08-11T22:18:15.497Z Compiling tokio-util v0.7.18
14682026-08-11T22:18:15.631Z Compiling want v0.3.1
14692026-08-11T22:18:15.828Z Compiling hybrid-array v0.4.13
14702026-08-11T22:18:16.203Z Compiling h2 v0.4.15
14712026-08-11T22:18:16.292Z Compiling ipnet v2.11.0
14722026-08-11T22:18:16.532Z Compiling scroll_derive v0.13.1
14732026-08-11T22:18:16.576Z Compiling darling_core v0.20.11
14742026-08-11T22:18:16.775Z Compiling httpdate v1.0.3
14752026-08-11T22:18:17.007Z Compiling rustls v0.23.41
14762026-08-11T22:18:17.180Z Compiling untrusted v0.9.0
14772026-08-11T22:18:17.268Z Compiling maybe-uninit v2.0.0
14782026-08-11T22:18:17.305Z Compiling simd-adler32 v0.3.8
14792026-08-11T22:18:17.370Z Compiling foreign-types-shared v0.1.1
14802026-08-11T22:18:17.451Z Compiling openssl v0.10.80
14812026-08-11T22:18:17.465Z Compiling tap v1.0.1
14822026-08-11T22:18:17.549Z Compiling foreign-types v0.3.2
14832026-08-11T22:18:17.573Z Compiling wyz v0.5.1
14842026-08-11T22:18:17.588Z Compiling scroll v0.13.0
14852026-08-11T22:18:17.694Z Compiling unicode-normalization v0.1.25
14862026-08-11T22:18:17.818Z Compiling rand_chacha v0.3.1
14872026-08-11T22:18:17.859Z Compiling signature v2.2.0
14882026-08-11T22:18:18.049Z Compiling hex v0.4.3
14892026-08-11T22:18:18.157Z Compiling terminal_size v0.4.3
14902026-08-11T22:18:18.177Z Compiling openssl-macros v0.1.1
14912026-08-11T22:18:18.298Z Compiling thiserror-impl v1.0.69
14922026-08-11T22:18:18.319Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-08-11T22:18:18.573Z Compiling bzip2-sys v0.1.13+1.0.8
14942026-08-11T22:18:18.587Z Compiling num-integer v0.1.46
14952026-08-11T22:18:18.708Z Compiling wait-timeout v0.2.1
14962026-08-11T22:18:18.851Z Compiling ahash v0.8.12
14972026-08-11T22:18:18.905Z Compiling bit-vec v0.8.0
14982026-08-11T22:18:18.920Z Compiling darling_macro v0.20.11
14992026-08-11T22:18:18.971Z Compiling adler2 v2.0.1
15002026-08-11T22:18:19.057Z Compiling num-conv v0.2.0
15012026-08-11T22:18:19.141Z Compiling native-tls v0.2.18
15022026-08-11T22:18:19.153Z Compiling powerfmt v0.2.0
15032026-08-11T22:18:19.189Z Compiling num-bigint-dig v0.8.6
15042026-08-11T22:18:19.310Z Compiling time-core v0.1.8
15052026-08-11T22:18:19.334Z Compiling hyper v1.10.1
15062026-08-11T22:18:19.357Z Compiling packed_struct v0.10.1
15072026-08-11T22:18:19.402Z Compiling funty v2.0.0
15082026-08-11T22:18:19.402Z Compiling quick-error v1.2.3
15092026-08-11T22:18:19.472Z Compiling time-macros v0.2.27
15102026-08-11T22:18:19.513Z Compiling rusty-fork v0.3.1
15112026-08-11T22:18:19.556Z Compiling thiserror v1.0.69
15122026-08-11T22:18:19.617Z Compiling darling v0.20.11
15132026-08-11T22:18:19.696Z Compiling deranged v0.5.8
15142026-08-11T22:18:19.726Z Compiling bitvec v1.0.1
15152026-08-11T22:18:19.825Z Compiling bit-set v0.8.0
15162026-08-11T22:18:19.967Z Compiling miniz_oxide v0.8.9
15172026-08-11T22:18:20.086Z Compiling clap_builder v4.6.0
15182026-08-11T22:18:20.577Z Compiling hyper-util v0.1.20
15192026-08-11T22:18:20.599Z Compiling num-iter v0.1.45
15202026-08-11T22:18:20.899Z Compiling rand v0.8.6
15212026-08-11T22:18:21.109Z Compiling goblin v0.10.5
15222026-08-11T22:18:21.192Z Compiling packed_struct_codegen v0.10.1
15232026-08-11T22:18:21.708Z Compiling lazy_static v1.5.0
15242026-08-11T22:18:21.808Z Compiling hmac v0.12.1
15252026-08-11T22:18:21.973Z Compiling serde_spanned v0.6.9
15262026-08-11T22:18:22.124Z Compiling toml_datetime v0.6.11
15272026-08-11T22:18:22.274Z Compiling zerocopy-derive v0.6.6
15282026-08-11T22:18:22.300Z Compiling bitfield-macros v0.19.4
15292026-08-11T22:18:22.389Z Compiling clap_derive v4.6.1
15302026-08-11T22:18:23.008Z Compiling anstyle-parse v0.2.7
15312026-08-11T22:18:23.066Z Compiling rand_xorshift v0.4.0
15322026-08-11T22:18:23.124Z Compiling sync_wrapper v1.0.2
15332026-08-11T22:18:23.191Z Compiling indexmap v1.9.3
15342026-08-11T22:18:23.224Z Compiling usdt-impl v0.6.0
15352026-08-11T22:18:23.239Z Compiling zlib-rs v0.6.2
15362026-08-11T22:18:23.375Z Compiling siphasher v1.0.2
15372026-08-11T22:18:23.425Z Compiling paste v1.0.15
15382026-08-11T22:18:23.566Z Compiling unarray v0.1.4
15392026-08-11T22:18:23.687Z Compiling crc-catalog v2.4.0
15402026-08-11T22:18:23.703Z Compiling crossbeam-utils v0.8.21
15412026-08-11T22:18:23.703Z Compiling num_threads v0.1.7
15422026-08-11T22:18:23.801Z Compiling nodrop v0.1.14
15432026-08-11T22:18:23.806Z Compiling time v0.3.47
15442026-08-11T22:18:23.864Z Compiling array-init v0.0.4
15452026-08-11T22:18:23.995Z Compiling dof v0.4.0
15462026-08-11T22:18:24.151Z Compiling clap v4.6.1
15472026-08-11T22:18:24.203Z Compiling crc v3.4.0
15482026-08-11T22:18:24.284Z Compiling proptest v1.11.0
15492026-08-11T22:18:24.447Z Compiling tower v0.5.3
15502026-08-11T22:18:24.910Z Compiling anstream v0.6.21
15512026-08-11T22:18:25.143Z Compiling zerocopy v0.6.6
15522026-08-11T22:18:25.203Z Compiling bitfield v0.19.4
15532026-08-11T22:18:25.487Z Compiling smallvec v0.6.14
15542026-08-11T22:18:25.743Z Compiling derive_builder_core v0.20.2
15552026-08-11T22:18:25.917Z Compiling ipnetwork v0.21.1
15562026-08-11T22:18:26.298Z Compiling flate2 v1.1.9
15572026-08-11T22:18:26.413Z Compiling dtrace-parser v0.3.0
15582026-08-11T22:18:26.574Z Compiling pkcs1 v0.7.5
15592026-08-11T22:18:26.699Z Compiling http-body-util v0.1.3
15602026-08-11T22:18:26.746Z Compiling heapless v0.7.17
15612026-08-11T22:18:26.961Z Compiling structmeta-derive v0.3.0
15622026-08-11T22:18:26.992Z Compiling scroll_derive v0.12.1
15632026-08-11T22:18:27.002Z Compiling slog v2.8.2
15642026-08-11T22:18:27.190Z Compiling darling_core v0.23.0
15652026-08-11T22:18:27.206Z Compiling thread-id v5.1.0
15662026-08-11T22:18:27.289Z Compiling cookie v0.18.1
15672026-08-11T22:18:27.372Z Compiling env_filter v1.0.0
15682026-08-11T22:18:27.474Z Compiling unicode-properties v0.1.4
15692026-08-11T22:18:27.685Z Compiling iri-string v0.7.10
15702026-08-11T22:18:27.720Z Compiling signal-hook v0.3.18
15712026-08-11T22:18:27.720Z Compiling unicode-bidi v0.3.18
15722026-08-11T22:18:27.861Z Compiling winnow v0.5.40
15732026-08-11T22:18:28.046Z Compiling ryu v1.0.23
15742026-08-11T22:18:28.230Z Compiling hashbrown v0.12.3
15752026-08-11T22:18:28.233Z Compiling base64 v0.21.7
15762026-08-11T22:18:28.563Z Compiling anyhow v1.0.102
15772026-08-11T22:18:28.708Z Compiling allocator-api2 v0.2.21
15782026-08-11T22:18:28.874Z Compiling zstd-safe v7.2.4
15792026-08-11T22:18:29.089Z Compiling tower-http v0.6.8
15802026-08-11T22:18:29.175Z Compiling toml_edit v0.19.15
15812026-08-11T22:18:29.280Z Compiling ron v0.8.1
15822026-08-11T22:18:29.494Z Compiling serde_urlencoded v0.7.1
15832026-08-11T22:18:29.623Z Compiling structmeta v0.3.0
15842026-08-11T22:18:29.699Z Compiling darling_macro v0.23.0
15852026-08-11T22:18:29.742Z Compiling stringprep v0.1.5
15862026-08-11T22:18:29.860Z Compiling scroll v0.12.0
15872026-08-11T22:18:30.155Z Compiling env_logger v0.11.9
15882026-08-11T22:18:30.301Z Compiling rsa v0.9.10
15892026-08-11T22:18:30.329Z Compiling newtype-uuid v1.3.2
15902026-08-11T22:18:30.503Z Compiling derive_builder_macro v0.20.2
15912026-08-11T22:18:30.660Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15922026-08-11T22:18:30.795Z Compiling oxnet v0.1.6
15932026-08-11T22:18:30.916Z Compiling hashbrown v0.13.2
15942026-08-11T22:18:30.985Z Compiling bzip2 v0.4.4
15952026-08-11T22:18:31.195Z Compiling serde-hex v0.1.0
15962026-08-11T22:18:31.222Z Compiling tokio-native-tls v0.3.1
15972026-08-11T22:18:31.400Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15982026-08-11T22:18:31.806Z Compiling camino v1.2.2
15992026-08-11T22:18:31.995Z Compiling bstr v1.12.1
16002026-08-11T22:18:32.126Z Compiling block-buffer v0.12.1
16012026-08-11T22:18:32.189Z Compiling block-padding v0.4.2
16022026-08-11T22:18:32.335Z Compiling crypto-common v0.2.2
16032026-08-11T22:18:32.366Z Compiling rustls-native-certs v0.8.3
16042026-08-11T22:18:32.593Z Compiling x509-cert v0.2.5
16052026-08-11T22:18:32.662Z Compiling md-5 v0.10.6
16062026-08-11T22:18:32.835Z Compiling erased-serde v0.3.31
16072026-08-11T22:18:32.994Z Compiling serde_tokenstream v0.2.3
16082026-08-11T22:18:33.311Z Compiling curve25519-dalek v4.1.3
16092026-08-11T22:18:33.338Z Compiling daft-derive v0.1.7
16102026-08-11T22:18:33.400Z Compiling zerocopy-derive v0.7.35
16112026-08-11T22:18:33.644Z Compiling pin-project-internal v1.1.11
16122026-08-11T22:18:34.061Z Compiling async-trait v0.1.89
16132026-08-11T22:18:34.076Z Compiling vergen-lib v9.1.0
16142026-08-11T22:18:34.202Z Compiling hash32 v0.2.1
16152026-08-11T22:18:34.254Z Compiling memoffset v0.9.1
16162026-08-11T22:18:34.268Z Compiling encoding_rs v0.8.35
16172026-08-11T22:18:34.395Z Compiling smoltcp v0.9.1
16182026-08-11T22:18:34.450Z Compiling litrs v1.0.0
16192026-08-11T22:18:34.726Z Compiling crc-any v2.5.0
16202026-08-11T22:18:34.754Z Compiling fallible-iterator v0.2.0
16212026-08-11T22:18:34.954Z Compiling rustix v0.38.44
16222026-08-11T22:18:34.958Z Compiling psl-types v2.0.11
16232026-08-11T22:18:35.068Z Compiling mime v0.3.17
16242026-08-11T22:18:35.083Z Compiling ref-cast v1.0.25
16252026-08-11T22:18:35.098Z Compiling cfg_aliases v0.2.1
16262026-08-11T22:18:35.174Z Compiling nix v0.31.2
16272026-08-11T22:18:35.295Z Compiling publicsuffix v2.3.0
16282026-08-11T22:18:35.323Z Compiling postgres-protocol v0.6.10
16292026-08-11T22:18:35.337Z Compiling document-features v0.2.12
16302026-08-11T22:18:35.377Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-11T22:18:35.436Z Compiling pin-project v1.1.11
16322026-08-11T22:18:35.535Z Compiling zerocopy v0.7.35
16332026-08-11T22:18:35.605Z Compiling daft v0.1.7
16342026-08-11T22:18:35.864Z Compiling inout v0.2.2
16352026-08-11T22:18:35.888Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-11T22:18:35.907Z Compiling object v0.30.4
16372026-08-11T22:18:35.995Z Compiling hyper-tls v0.6.0
16382026-08-11T22:18:36.043Z Compiling zip v0.6.6
16392026-08-11T22:18:36.087Z Compiling derive_builder v0.20.2
16402026-08-11T22:18:36.167Z Compiling toml v0.7.8
16412026-08-11T22:18:36.210Z Compiling darling v0.23.0
16422026-08-11T22:18:36.331Z Compiling goblin v0.8.2
16432026-08-11T22:18:36.600Z Compiling derive-ex v0.1.8
16442026-08-11T22:18:36.758Z Compiling phf_shared v0.13.1
16452026-08-11T22:18:36.778Z Compiling regex v1.12.3
16462026-08-11T22:18:37.005Z Compiling hubpack_derive v0.1.1
16472026-08-11T22:18:37.091Z Compiling futures-executor v0.3.32
16482026-08-11T22:18:37.197Z Compiling snafu-derive v0.8.9
16492026-08-11T22:18:37.358Z Compiling ref-cast-impl v1.0.25
16502026-08-11T22:18:37.462Z Compiling strum_macros v0.27.2
16512026-08-11T22:18:37.916Z Compiling curve25519-dalek-derive v0.1.1
16522026-08-11T22:18:38.328Z Compiling vergen v9.1.0
16532026-08-11T22:18:38.514Z Compiling cargo-platform v0.3.2
16542026-08-11T22:18:38.559Z Compiling ff v0.13.1
16552026-08-11T22:18:38.702Z Compiling fs-err v3.3.0
16562026-08-11T22:18:38.806Z Compiling managed v0.8.0
16572026-08-11T22:18:38.828Z Compiling same-file v1.0.6
16582026-08-11T22:18:38.889Z Compiling jiff-core v0.1.0
16592026-08-11T22:18:38.992Z Compiling unicode-segmentation v1.12.0
16602026-08-11T22:18:39.010Z Compiling base16ct v0.2.0
16612026-08-11T22:18:39.103Z Compiling bitflags v1.3.2
16622026-08-11T22:18:39.179Z Compiling object v0.37.3
16632026-08-11T22:18:39.194Z Compiling foldhash v0.2.0
16642026-08-11T22:18:39.376Z Compiling bumpalo v3.20.2
16652026-08-11T22:18:39.418Z Compiling either v1.15.0
16662026-08-11T22:18:39.432Z Compiling foldhash v0.1.5
16672026-08-11T22:18:39.447Z Compiling libbz2-rs-sys v0.2.2
16682026-08-11T22:18:39.605Z Compiling path-slash v0.1.5
16692026-08-11T22:18:39.624Z Compiling zopfli v0.8.3
16702026-08-11T22:18:39.627Z Compiling hashbrown v0.15.5
16712026-08-11T22:18:39.738Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16722026-08-11T22:18:39.919Z Compiling bzip2 v0.6.1
16732026-08-11T22:18:39.976Z Compiling jiff v0.2.34
16742026-08-11T22:18:40.128Z Compiling strum v0.27.2
16752026-08-11T22:18:40.161Z Compiling hashbrown v0.16.1
16762026-08-11T22:18:40.256Z Compiling sec1 v0.7.3
16772026-08-11T22:18:40.285Z Compiling snafu v0.8.9
16782026-08-11T22:18:40.545Z Compiling walkdir v2.5.0
16792026-08-11T22:18:40.759Z Compiling cargo_metadata v0.23.1
16802026-08-11T22:18:40.759Z Compiling group v0.13.0
16812026-08-11T22:18:40.881Z Compiling dof v0.3.0
16822026-08-11T22:18:41.012Z Compiling test-strategy v0.4.5
16832026-08-11T22:18:41.245Z Compiling hubpack v0.1.2
16842026-08-11T22:18:41.476Z Compiling futures v0.3.32
16852026-08-11T22:18:41.585Z Compiling phf v0.13.1
16862026-08-11T22:18:41.795Z Compiling signal-hook-mio v0.2.5
16872026-08-11T22:18:41.922Z Compiling cookie_store v0.22.1
16882026-08-11T22:18:41.951Z Compiling zstd v0.13.3
16892026-08-11T22:18:42.181Z Compiling serde_with_macros v3.21.0
16902026-08-11T22:18:42.223Z Compiling reqwest v0.12.28
16912026-08-11T22:18:42.494Z Compiling cipher v0.5.2
16922026-08-11T22:18:42.596Z Compiling postgres-types v0.2.12
16932026-08-11T22:18:43.160Z Compiling usdt-macro v0.6.0
16942026-08-11T22:18:43.329Z Compiling usdt-attr-macro v0.6.0
16952026-08-11T22:18:43.594Z Compiling globset v0.4.18
16962026-08-11T22:18:43.939Z Compiling phf_shared v0.11.3
16972026-08-11T22:18:44.011Z Compiling hkdf v0.12.4
16982026-08-11T22:18:44.041Z Compiling dtrace-parser v0.2.0
16992026-08-11T22:18:44.129Z Compiling byte-wrapper v0.1.0
17002026-08-11T22:18:44.154Z Compiling olpc-cjson v0.1.4
17012026-08-11T22:18:44.194Z Compiling ed25519 v2.2.3
17022026-08-11T22:18:44.277Z Compiling crypto-bigint v0.5.5
17032026-08-11T22:18:44.319Z Compiling serde-big-array v0.5.1
17042026-08-11T22:18:44.463Z Compiling serde_plain v1.0.2
17052026-08-11T22:18:44.479Z Compiling serde_repr v0.1.20
17062026-08-11T22:18:44.583Z Compiling enum-as-inner v0.6.1
17072026-08-11T22:18:44.665Z Compiling async-recursion v1.1.1
17082026-08-11T22:18:44.794Z Compiling strum_macros v0.26.4
17092026-08-11T22:18:45.025Z Compiling pem v3.0.6
17102026-08-11T22:18:45.094Z Compiling float-cmp v0.10.0
17112026-08-11T22:18:45.110Z Compiling memmap2 v0.9.10
17122026-08-11T22:18:45.247Z Compiling thread-id v4.2.2
17132026-08-11T22:18:45.328Z Compiling const-oid v0.10.2
17142026-08-11T22:18:45.342Z Compiling fixedbitset v0.5.7
17152026-08-11T22:18:45.345Z Compiling whoami v2.1.0
17162026-08-11T22:18:45.371Z Compiling winnow v1.0.3
17172026-08-11T22:18:45.534Z Compiling cpufeatures v0.3.0
17182026-08-11T22:18:45.620Z Compiling data-encoding v2.10.0
17192026-08-11T22:18:45.650Z Compiling new_debug_unreachable v1.0.6
17202026-08-11T22:18:45.727Z Compiling static_assertions v1.1.0
17212026-08-11T22:18:45.741Z Compiling normalize-line-endings v0.3.0
17222026-08-11T22:18:45.755Z Compiling difflib v0.4.0
17232026-08-11T22:18:45.805Z Compiling precomputed-hash v0.1.1
17242026-08-11T22:18:45.837Z Compiling typed-path v0.9.3
17252026-08-11T22:18:45.899Z Compiling predicates-core v1.0.10
17262026-08-11T22:18:46.011Z Compiling keccak v0.1.6
17272026-08-11T22:18:46.080Z Compiling fixedbitset v0.4.2
17282026-08-11T22:18:46.301Z Compiling petgraph v0.6.5
17292026-08-11T22:18:46.316Z Compiling sha3 v0.10.8
17302026-08-11T22:18:46.319Z Compiling toml_edit v0.22.27
17312026-08-11T22:18:46.410Z Compiling predicates v3.1.4
17322026-08-11T22:18:46.545Z Compiling strum v0.26.3
17332026-08-11T22:18:46.712Z Compiling hickory-proto v0.25.2
17342026-08-11T22:18:46.764Z Compiling string_cache v0.8.9
17352026-08-11T22:18:46.792Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17362026-08-11T22:18:46.999Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-11T22:18:47.113Z Compiling chacha20 v0.10.0
17382026-08-11T22:18:47.131Z Compiling tokio-postgres v0.7.16
17392026-08-11T22:18:47.507Z Compiling petgraph v0.8.3
17402026-08-11T22:18:47.652Z Compiling digest v0.11.3
17412026-08-11T22:18:47.883Z Compiling usdt-impl v0.5.0
17422026-08-11T22:18:47.898Z Compiling usdt v0.6.0
17432026-08-11T22:18:48.169Z Compiling elliptic-curve v0.13.8
17442026-08-11T22:18:48.463Z Compiling ed25519-dalek v2.2.0
17452026-08-11T22:18:48.584Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17462026-08-11T22:18:49.005Z Compiling crossterm v0.28.1
17472026-08-11T22:18:49.125Z Compiling serde_with v3.21.0
17482026-08-11T22:18:49.476Z Compiling zip v4.6.1
17492026-08-11T22:18:50.030Z Compiling iddqd v0.4.2
17502026-08-11T22:18:50.427Z Compiling itertools v0.13.0
17512026-08-11T22:18:50.511Z Compiling itertools v0.15.0
17522026-08-11T22:18:50.977Z Compiling heck v0.4.1
17532026-08-11T22:18:51.109Z Compiling similar v2.7.0
17542026-08-11T22:18:51.210Z Compiling crossbeam-epoch v0.9.18
17552026-08-11T22:18:51.332Z Compiling tokio-stream v0.1.18
17562026-08-11T22:18:51.444Z Compiling buf-list v1.1.2
17572026-08-11T22:18:51.531Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17582026-08-11T22:18:51.668Z Compiling openapiv3 v2.2.0
17592026-08-11T22:18:51.756Z Compiling lalrpop-util v0.19.12
17602026-08-11T22:18:51.805Z Compiling peg-runtime v0.8.5
17612026-08-11T22:18:51.849Z Compiling thread_local v1.1.9
17622026-08-11T22:18:51.868Z Compiling slog-async v2.8.0
17632026-08-11T22:18:51.953Z Compiling crossbeam-channel v0.5.15
17642026-08-11T22:18:51.979Z Compiling filetime v0.2.27
17652026-08-11T22:18:52.086Z Compiling is-terminal v0.4.17
17662026-08-11T22:18:52.107Z Compiling xattr v1.6.1
17672026-08-11T22:18:52.158Z Compiling take_mut v0.2.2
17682026-08-11T22:18:52.182Z Compiling term v1.2.1
17692026-08-11T22:18:52.196Z Compiling camino-tempfile v1.4.1
17702026-08-11T22:18:52.269Z Compiling tar v0.4.46
17712026-08-11T22:18:52.762Z Compiling slog-term v2.9.2
17722026-08-11T22:18:58.809Z Compiling rustls-webpki v0.103.13
17732026-08-11T22:19:01.517Z Compiling tokio-rustls v0.26.4
17742026-08-11T22:19:01.517Z Compiling rustls-platform-verifier v0.6.2
17752026-08-11T22:19:01.517Z Compiling tough v0.22.0
17762026-08-11T22:19:01.740Z Compiling hyper-rustls v0.27.7
17772026-08-11T22:19:01.946Z Compiling reqwest v0.13.2
17782026-08-11T22:19:04.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17792026-08-11T22:19:04.414Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17802026-08-11T22:19:07.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17812026-08-11T22:19:07.552Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17822026-08-11T22:19:07.608ZAug 11 22:19:05.913 INFO Starting download, target: Cockroach
17832026-08-11T22:19:07.608ZAug 11 22:19:05.914 INFO Starting download, target: Console
17842026-08-11T22:19:07.608ZAug 11 22:19:05.914 INFO Starting download, target: DendriteStub
17852026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Starting download, target: Clickhouse
17862026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Starting download, target: MaghemiteMgd
17872026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Starting download, target: MaghemiteDdmd
17882026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Starting download, target: TransceiverControl
17892026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17902026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17912026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17922026-08-11T22:19:07.612ZAug 11 22:19:05.914 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17932026-08-11T22:19:07.613ZAug 11 22:19:05.914 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17942026-08-11T22:19:07.613ZAug 11 22:19:05.914 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17952026-08-11T22:19:07.613ZAug 11 22:19:05.914 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17962026-08-11T22:19:09.334ZAug 11 22:19:07.640 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17972026-08-11T22:19:09.802ZAug 11 22:19:08.107 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17982026-08-11T22:19:10.047ZAug 11 22:19:08.351 INFO Download complete, target: Console
17992026-08-11T22:19:15.908ZAug 11 22:19:14.214 INFO Checking that binary works, target: Clickhouse
18002026-08-11T22:19:15.999ZAug 11 22:19:14.304 INFO Download complete, target: Clickhouse
18012026-08-11T22:19:19.147ZAug 11 22:19:17.430 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-11T22:19:19.344ZAug 11 22:19:17.641 INFO Download complete, target: TransceiverControl
18032026-08-11T22:19:28.865ZAug 11 22:19:27.112 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18042026-08-11T22:19:29.617ZAug 11 22:19:27.773 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18052026-08-11T22:19:30.594ZAug 11 22:19:28.831 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-11T22:19:31.215ZAug 11 22:19:29.426 INFO Download complete, target: DendriteStub
18072026-08-11T22:19:31.917ZAug 11 22:19:30.186 INFO Download complete, target: MaghemiteMgd
18082026-08-11T22:19:32.509ZAug 11 22:19:30.794 INFO Download complete, target: MaghemiteDdmd
18092026-08-11T22:19:33.312ZAug 11 22:19:31.588 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-11T22:19:33.312ZAug 11 22:19:31.588 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-11T22:19:37.744ZAug 11 22:19:36.049 INFO Checking that binary works, target: Cockroach
18122026-08-11T22:19:37.858ZAug 11 22:19:36.163 INFO Download complete, target: Cockroach
18132026-08-11T22:19:37.874ZAll builder prerequisites installed successfully, and PATH looks valid
18142026-08-11T22:19:37.878Z
18152026-08-11T22:19:37.878Zreal 2:29.514677809
18162026-08-11T22:19:37.878Zuser 7:13.082586312
18172026-08-11T22:19:37.878Zsys 1:26.524332894
18182026-08-11T22:19:37.878Ztrap 0.228249730
18192026-08-11T22:19:37.878Ztflt 0.620742106
18202026-08-11T22:19:37.878Zdflt 1.042593111
18212026-08-11T22:19:37.878Zkflt 0.027278707
18222026-08-11T22:19:37.878Zlock 33:27.241346133
18232026-08-11T22:19:37.878Zslp 22:27.358478413
18242026-08-11T22:19:37.878Zlat 45.727452658
18252026-08-11T22:19:37.878Zstop 2:45.597835083
18262026-08-11T22:19:37.878Z+ banner hack-check
18272026-08-11T22:19:37.878Z
18282026-08-11T22:19:37.878Z # # ## #### # # #### # # ###### #### # #
18292026-08-11T22:19:37.878Z # # # # # # # # # # # # # # # # #
18302026-08-11T22:19:37.878Z ###### # # # #### ##### # ###### ##### # ####
18312026-08-11T22:19:37.879Z # # ###### # # # # # # # # # #
18322026-08-11T22:19:37.879Z # # # # # # # # # # # # # # # # #
18332026-08-11T22:19:37.879Z # # # # #### # # #### # # ###### #### # #
18342026-08-11T22:19:37.879Z
18352026-08-11T22:19:37.879Z+ export CARGO_INCREMENTAL=0
18362026-08-11T22:19:37.879Z+ CARGO_INCREMENTAL=0
18372026-08-11T22:19:37.879Z+ ptime -m timeout 2h cargo xtask check-features --ci
18382026-08-11T22:19:38.356Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18392026-08-11T22:19:38.646Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18402026-08-11T22:19:40.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18412026-08-11T22:19:40.584Z Running `target/debug/xtask check-features --ci`
18422026-08-11T22:19:40.617Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18432026-08-11T22:19:40.630Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18442026-08-11T22:19:41.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18452026-08-11T22:19:41.061Z Running `target/debug/xtask download cargo-hack`
18462026-08-11T22:19:41.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18472026-08-11T22:19:42.162Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18482026-08-11T22:19:44.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18492026-08-11T22:19:44.914Z Running `target/debug/xtask-downloader cargo-hack`
18502026-08-11T22:19:44.956ZAug 11 22:19:43.258 INFO Starting download, target: CargoHack
18512026-08-11T22:19:44.960ZAug 11 22:19:43.259 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18522026-08-11T22:19:45.354ZAug 11 22:19:43.650 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18532026-08-11T22:19:45.405ZAug 11 22:19:43.699 INFO Download complete, target: CargoHack
18542026-08-11T22:19:45.419Zrunning: "/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"
18552026-08-11T22:19:45.437Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18562026-08-11T22:19:45.572Zinfo: running `cargo check --bins` on api_identity (1/334)
18572026-08-11T22:19:46.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-08-11T22:19:46.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-08-11T22:19:46.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-08-11T22:19:46.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18612026-08-11T22:19:46.122Z
18622026-08-11T22:19:46.123Zinfo: running `cargo check --bins` on bootstore (2/334)
18632026-08-11T22:19:46.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-11T22:19:46.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-11T22:19:46.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-11T22:19:46.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18672026-08-11T22:19:46.671Z
18682026-08-11T22:19:46.671Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18692026-08-11T22:19:47.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-11T22:19:47.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-11T22:19:47.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-11T22:19:47.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18732026-08-11T22:19:47.231Z
18742026-08-11T22:19:47.231Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18752026-08-11T22:19:47.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-11T22:19:47.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-11T22:19:47.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-11T22:19:47.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18792026-08-11T22:19:47.781Z
18802026-08-11T22:19:47.781Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18812026-08-11T22:19:48.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-11T22:19:48.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-11T22:19:48.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-11T22:19:48.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18852026-08-11T22:19:48.335Z
18862026-08-11T22:19:48.335Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18872026-08-11T22:19:48.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-11T22:19:48.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-11T22:19:48.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-11T22:19:48.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18912026-08-11T22:19:48.911Z
18922026-08-11T22:19:48.911Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18932026-08-11T22:19:49.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-11T22:19:49.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-11T22:19:49.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-11T22:19:49.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18972026-08-11T22:19:49.486Z
18982026-08-11T22:19:49.487Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
18992026-08-11T22:19:49.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-11T22:19:49.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-11T22:19:49.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-11T22:19:49.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19032026-08-11T22:19:50.050Z
19042026-08-11T22:19:50.050Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19052026-08-11T22:19:50.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-11T22:19:50.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-11T22:19:50.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-11T22:19:50.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19092026-08-11T22:19:50.518Z
19102026-08-11T22:19:50.518Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19112026-08-11T22:19:50.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-11T22:19:50.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-11T22:19:50.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-11T22:19:50.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19152026-08-11T22:19:50.887Z
19162026-08-11T22:19:50.887Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19172026-08-11T22:19:51.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-11T22:19:51.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-11T22:19:51.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-11T22:19:51.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19212026-08-11T22:19:51.309Z
19222026-08-11T22:19:51.309Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19232026-08-11T22:19:51.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-11T22:19:51.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-11T22:19:51.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-11T22:19:51.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19272026-08-11T22:19:51.734Z
19282026-08-11T22:19:51.734Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19292026-08-11T22:19:52.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-11T22:19:52.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-11T22:19:52.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-11T22:19:52.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19332026-08-11T22:19:52.155Z
19342026-08-11T22:19:52.155Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19352026-08-11T22:19:52.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-11T22:19:52.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-11T22:19:52.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-11T22:19:52.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-08-11T22:19:52.577Z
19402026-08-11T22:19:52.577Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19412026-08-11T22:19:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-11T22:19:52.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-11T22:19:52.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-11T22:19:52.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-11T22:19:52.993Z
19462026-08-11T22:19:52.993Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19472026-08-11T22:19:53.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-11T22:19:53.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-11T22:19:53.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-11T22:19:53.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-11T22:19:53.414Z
19522026-08-11T22:19:53.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19532026-08-11T22:19:53.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-11T22:19:53.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-11T22:19:53.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-11T22:19:53.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19572026-08-11T22:19:53.842Z
19582026-08-11T22:19:53.842Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19592026-08-11T22:19:54.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-11T22:19:54.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-11T22:19:54.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-11T22:19:54.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-11T22:19:54.266Z
19642026-08-11T22:19:54.267Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19652026-08-11T22:19:54.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-11T22:19:54.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-11T22:19:54.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-11T22:19:54.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-11T22:19:54.757Z
19702026-08-11T22:19:54.757Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19712026-08-11T22:19:55.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-11T22:19:55.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-11T22:19:55.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-11T22:19:55.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-11T22:19:55.098Z
19762026-08-11T22:19:55.098Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19772026-08-11T22:19:55.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-11T22:19:55.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-11T22:19:55.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-11T22:19:55.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-11T22:19:55.515Z
19822026-08-11T22:19:55.515Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19832026-08-11T22:19:55.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-11T22:19:55.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-11T22:19:55.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-11T22:19:55.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-11T22:19:55.942Z
19882026-08-11T22:19:55.942Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19892026-08-11T22:19:56.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-11T22:19:56.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-11T22:19:56.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-11T22:19:56.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-11T22:19:56.367Z
19942026-08-11T22:19:56.367Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
19952026-08-11T22:19:56.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-11T22:19:56.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-11T22:19:56.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-11T22:19:56.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19992026-08-11T22:19:56.888Z
20002026-08-11T22:19:56.888Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
20012026-08-11T22:19:57.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-11T22:19:57.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-11T22:19:57.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-11T22:19:57.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-11T22:19:57.211Z
20062026-08-11T22:19:57.211Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20072026-08-11T22:19:57.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-11T22:19:57.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-11T22:19:57.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-11T22:19:57.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-11T22:19:57.628Z
20122026-08-11T22:19:57.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20132026-08-11T22:19:57.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-11T22:19:58.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-11T22:19:58.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-11T22:19:58.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-11T22:19:58.045Z
20182026-08-11T22:19:58.045Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20192026-08-11T22:20:03.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-11T22:20:03.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-11T22:20:03.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-11T22:20:03.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-11T22:20:03.538Z
20242026-08-11T22:20:03.538Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20252026-08-11T22:20:03.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-11T22:20:03.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-11T22:20:03.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-11T22:20:03.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-11T22:20:03.538Z
20302026-08-11T22:20:03.538Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20312026-08-11T22:20:03.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-11T22:20:03.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-11T22:20:03.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-11T22:20:03.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-11T22:20:03.538Z
20362026-08-11T22:20:03.538Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20372026-08-11T22:20:03.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-11T22:20:03.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-11T22:20:03.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-11T22:20:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-11T22:20:03.591Z
20422026-08-11T22:20:03.591Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20432026-08-11T22:20:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-11T22:20:03.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-11T22:20:03.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-11T22:20:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-11T22:20:03.591Z
20482026-08-11T22:20:03.591Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20492026-08-11T22:20:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-11T22:20:03.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-11T22:20:03.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-11T22:20:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-11T22:20:03.591Z
20542026-08-11T22:20:03.591Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20552026-08-11T22:20:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-11T22:20:03.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-11T22:20:03.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-11T22:20:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-11T22:20:03.591Z
20602026-08-11T22:20:03.591Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20612026-08-11T22:20:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-11T22:20:03.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-11T22:20:03.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-11T22:20:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-11T22:20:03.591Z
20662026-08-11T22:20:03.591Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20672026-08-11T22:20:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-11T22:20:03.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-11T22:20:03.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-11T22:20:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-11T22:20:03.591Z
20722026-08-11T22:20:03.591Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20732026-08-11T22:20:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-11T22:20:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-11T22:20:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-11T22:20:03.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-11T22:20:03.592Z
20782026-08-11T22:20:03.592Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20792026-08-11T22:20:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-11T22:20:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-11T22:20:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-11T22:20:03.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-11T22:20:03.592Z
20842026-08-11T22:20:03.592Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20852026-08-11T22:20:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-11T22:20:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-11T22:20:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-11T22:20:03.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-11T22:20:03.592Z
20902026-08-11T22:20:03.592Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20912026-08-11T22:20:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-11T22:20:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-11T22:20:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-11T22:20:03.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-11T22:20:03.592Z
20962026-08-11T22:20:03.592Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
20972026-08-11T22:20:03.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-11T22:20:03.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-11T22:20:03.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-11T22:20:03.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21012026-08-11T22:20:03.963Z
21022026-08-11T22:20:03.963Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21032026-08-11T22:20:04.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-11T22:20:04.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-11T22:20:04.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-11T22:20:04.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21072026-08-11T22:20:04.389Z
21082026-08-11T22:20:04.389Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21092026-08-11T22:20:04.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-11T22:20:04.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-11T22:20:04.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-11T22:20:04.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-11T22:20:04.944Z
21142026-08-11T22:20:04.944Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21152026-08-11T22:20:05.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-11T22:20:05.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-11T22:20:05.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-11T22:20:05.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-11T22:20:05.218Z
21202026-08-11T22:20:05.219Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21212026-08-11T22:20:05.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-11T22:20:05.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-11T22:20:05.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-11T22:20:05.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-11T22:20:05.637Z
21262026-08-11T22:20:05.637Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21272026-08-11T22:20:05.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-11T22:20:06.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-11T22:20:06.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-11T22:20:06.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-11T22:20:06.056Z
21322026-08-11T22:20:06.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21332026-08-11T22:20:06.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-11T22:20:06.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-11T22:20:06.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-11T22:20:06.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21372026-08-11T22:20:06.468Z
21382026-08-11T22:20:06.469Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21392026-08-11T22:20:06.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-11T22:20:06.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-11T22:20:06.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-11T22:20:06.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-11T22:20:06.895Z
21442026-08-11T22:20:06.895Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21452026-08-11T22:20:07.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-11T22:20:07.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-11T22:20:07.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-11T22:20:07.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21492026-08-11T22:20:07.508Z
21502026-08-11T22:20:07.508Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21512026-08-11T22:20:08.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-11T22:20:08.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-11T22:20:08.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-11T22:20:08.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21552026-08-11T22:20:08.116Z
21562026-08-11T22:20:08.116Zinfo: running `cargo check --bins` on nexus-config (51/334)
21572026-08-11T22:20:08.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-11T22:20:08.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-11T22:20:08.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-11T22:20:08.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21612026-08-11T22:20:08.730Z
21622026-08-11T22:20:08.730Zinfo: running `cargo check --bins` on nexus-types (52/334)
21632026-08-11T22:20:09.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-11T22:20:09.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-11T22:20:09.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-11T22:20:09.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21672026-08-11T22:20:09.321Z
21682026-08-11T22:20:09.321Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21692026-08-11T22:20:09.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-11T22:20:09.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-11T22:20:09.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-11T22:20:09.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21732026-08-11T22:20:09.887Z
21742026-08-11T22:20:09.887Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21752026-08-11T22:20:10.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-11T22:20:10.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-11T22:20:10.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-11T22:20:10.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21792026-08-11T22:20:10.438Z
21802026-08-11T22:20:10.438Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21812026-08-11T22:20:10.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-11T22:20:10.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-11T22:20:10.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-11T22:20:10.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21852026-08-11T22:20:11.020Z
21862026-08-11T22:20:11.020Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21872026-08-11T22:20:11.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-11T22:20:11.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-11T22:20:11.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-11T22:20:11.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-08-11T22:20:11.593Z
21922026-08-11T22:20:11.593Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21932026-08-11T22:20:12.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-11T22:20:12.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-11T22:20:12.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-11T22:20:12.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-08-11T22:20:12.177Z
21982026-08-11T22:20:12.177Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
21992026-08-11T22:20:12.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-11T22:20:12.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-11T22:20:12.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-11T22:20:12.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22032026-08-11T22:20:12.749Z
22042026-08-11T22:20:12.749Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22052026-08-11T22:20:13.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-11T22:20:13.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-11T22:20:13.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-11T22:20:13.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22092026-08-11T22:20:13.314Z
22102026-08-11T22:20:13.314Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22112026-08-11T22:20:13.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-11T22:20:13.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-11T22:20:13.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-11T22:20:13.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22152026-08-11T22:20:13.850Z
22162026-08-11T22:20:13.850Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22172026-08-11T22:20:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-11T22:20:14.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-11T22:20:14.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-11T22:20:14.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-08-11T22:20:14.393Z
22222026-08-11T22:20:14.393Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22232026-08-11T22:20:14.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-11T22:20:14.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-11T22:20:14.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-11T22:20:14.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22272026-08-11T22:20:14.961Z
22282026-08-11T22:20:14.961Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22292026-08-11T22:20:15.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-11T22:20:15.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-11T22:20:15.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-11T22:20:15.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22332026-08-11T22:20:15.521Z
22342026-08-11T22:20:15.521Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22352026-08-11T22:20:15.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-11T22:20:15.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-11T22:20:15.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-11T22:20:15.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22392026-08-11T22:20:16.068Z
22402026-08-11T22:20:16.068Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22412026-08-11T22:20:16.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-11T22:20:16.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-11T22:20:16.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-11T22:20:16.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-11T22:20:16.631Z
22462026-08-11T22:20:16.631Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22472026-08-11T22:20:17.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-11T22:20:17.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-11T22:20:17.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-11T22:20:17.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22512026-08-11T22:20:17.182Z
22522026-08-11T22:20:17.182Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22532026-08-11T22:20:17.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-11T22:20:17.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-11T22:20:17.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-11T22:20:17.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22572026-08-11T22:20:17.808Z
22582026-08-11T22:20:17.809Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22592026-08-11T22:20:18.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-11T22:20:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-11T22:20:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-11T22:20:18.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-11T22:20:18.312Z
22642026-08-11T22:20:18.312Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22652026-08-11T22:20:18.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-11T22:20:18.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-11T22:20:18.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-11T22:20:18.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22692026-08-11T22:20:18.976Z
22702026-08-11T22:20:18.976Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22712026-08-11T22:20:19.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-11T22:20:19.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-11T22:20:19.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-11T22:20:19.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22752026-08-11T22:20:19.424Z
22762026-08-11T22:20:19.424Zinfo: running `cargo check --bins` on ereport-types (71/334)
22772026-08-11T22:20:19.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-11T22:20:19.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-11T22:20:19.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-11T22:20:19.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22812026-08-11T22:20:19.983Z
22822026-08-11T22:20:19.983Zinfo: running `cargo check --bins` on gateway-client (72/334)
22832026-08-11T22:20:20.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-11T22:20:20.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-11T22:20:20.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-11T22:20:20.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-11T22:20:20.578Z
22882026-08-11T22:20:20.578Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22892026-08-11T22:20:21.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-11T22:20:21.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-11T22:20:21.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-11T22:20:21.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22932026-08-11T22:20:21.113Z
22942026-08-11T22:20:21.113Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
22952026-08-11T22:20:21.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-11T22:20:21.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-11T22:20:21.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-11T22:20:21.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22992026-08-11T22:20:21.682Z
23002026-08-11T22:20:21.682Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
23012026-08-11T22:20:22.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-11T22:20:22.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-11T22:20:22.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-11T22:20:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23052026-08-11T22:20:22.266Z
23062026-08-11T22:20:22.266Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23072026-08-11T22:20:22.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-11T22:20:22.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-11T22:20:22.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-11T22:20:22.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23112026-08-11T22:20:22.831Z
23122026-08-11T22:20:22.831Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23132026-08-11T22:20:23.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-11T22:20:23.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-11T22:20:23.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-11T22:20:23.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23172026-08-11T22:20:23.375Z
23182026-08-11T22:20:23.375Zinfo: running `cargo check --bins` on oxlog (78/334)
23192026-08-11T22:20:23.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-11T22:20:23.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-11T22:20:23.977Z Checking cfg-if v1.0.4
23222026-08-11T22:20:24.081Z Checking serde_core v1.0.228
23232026-08-11T22:20:24.081Z Checking libc v0.2.185
23242026-08-11T22:20:24.105Z Checking memchr v2.8.0
23252026-08-11T22:20:24.114Z Checking log v0.4.29
23262026-08-11T22:20:24.114Z Checking smallvec v1.15.1
23272026-08-11T22:20:24.124Z Checking subtle v2.6.1
23282026-08-11T22:20:24.135Z Checking itoa v1.0.17
23292026-08-11T22:20:24.144Z Checking scopeguard v1.2.0
23302026-08-11T22:20:24.241Z Checking lock_api v0.4.14
23312026-08-11T22:20:24.256Z Checking typenum v1.20.1
23322026-08-11T22:20:24.277Z Checking stable_deref_trait v1.2.1
23332026-08-11T22:20:24.289Z Checking zerofrom v0.1.6
23342026-08-11T22:20:24.309Z Checking portable-atomic v1.13.1
23352026-08-11T22:20:24.334Z Checking zerocopy v0.8.40
23362026-08-11T22:20:24.393Z Checking yoke v0.8.1
23372026-08-11T22:20:24.449Z Checking critical-section v1.2.0
23382026-08-11T22:20:24.467Z Checking const-oid v0.9.6
23392026-08-11T22:20:24.485Z Checking errno v0.3.14
23402026-08-11T22:20:24.564Z Checking getrandom v0.2.17
23412026-08-11T22:20:24.620Z Checking zerovec v0.11.5
23422026-08-11T22:20:25.115Z Checking pin-project-lite v0.2.17
23432026-08-11T22:20:25.188Z Checking rand_core v0.6.4
23442026-08-11T22:20:25.188Z Checking once_cell v1.21.3
23452026-08-11T22:20:25.188Z Checking libm v0.2.16
23462026-08-11T22:20:25.188Z Checking zmij v1.0.21
23472026-08-11T22:20:25.188Z Checking signal-hook-registry v1.4.8
23482026-08-11T22:20:25.188Z Checking tinystr v0.8.2
23492026-08-11T22:20:25.188Z Checking parking_lot_core v0.9.12
23502026-08-11T22:20:25.189Z Checking percent-encoding v2.3.2
23512026-08-11T22:20:25.189Z Checking litemap v0.8.1
23522026-08-11T22:20:25.204Z Checking writeable v0.6.2
23532026-08-11T22:20:25.204Z Checking futures-core v0.3.32
23542026-08-11T22:20:25.204Z Checking rand_core v0.10.0
23552026-08-11T22:20:25.204Z Checking parking_lot v0.12.5
23562026-08-11T22:20:25.228Z Checking potential_utf v0.1.4
23572026-08-11T22:20:25.262Z Checking zerotrie v0.2.3
23582026-08-11T22:20:25.285Z Checking icu_locale_core v2.1.1
23592026-08-11T22:20:25.299Z Checking getrandom v0.4.1
23602026-08-11T22:20:25.400Z Checking mio v1.2.0
23612026-08-11T22:20:25.424Z Checking equivalent v1.0.2
23622026-08-11T22:20:25.424Z Checking num-traits v0.2.19
23632026-08-11T22:20:25.485Z Checking icu_collections v2.1.1
23642026-08-11T22:20:25.515Z Checking socket2 v0.6.3
23652026-08-11T22:20:25.525Z Checking icu_normalizer_data v2.1.1
23662026-08-11T22:20:25.569Z Checking icu_properties_data v2.1.2
23672026-08-11T22:20:25.579Z Checking serde v1.0.228
23682026-08-11T22:20:25.642Z Checking bitflags v2.11.0
23692026-08-11T22:20:25.689Z Checking serde_json v1.0.151
23702026-08-11T22:20:25.709Z Checking byteorder v1.5.0
23712026-08-11T22:20:25.744Z Checking futures-sink v0.3.32
23722026-08-11T22:20:25.792Z Checking hashbrown v0.17.0
23732026-08-11T22:20:25.841Z Checking icu_provider v2.1.1
23742026-08-11T22:20:25.886Z Checking futures-channel v0.3.32
23752026-08-11T22:20:25.915Z Checking getrandom v0.3.4
23762026-08-11T22:20:25.926Z Checking utf8_iter v1.0.4
23772026-08-11T22:20:25.981Z Checking zeroize v1.9.0
23782026-08-11T22:20:26.043Z Checking bytes v1.11.1
23792026-08-11T22:20:26.057Z Checking slab v0.4.12
23802026-08-11T22:20:26.057Z Checking futures-io v0.3.32
23812026-08-11T22:20:26.077Z Checking icu_normalizer v2.1.1
23822026-08-11T22:20:26.163Z Checking generic-array v0.14.7
23832026-08-11T22:20:26.186Z Checking icu_properties v2.1.2
23842026-08-11T22:20:26.199Z Checking futures-task v0.3.32
23852026-08-11T22:20:26.267Z Checking indexmap v2.14.0
23862026-08-11T22:20:26.334Z Checking futures-util v0.3.32
23872026-08-11T22:20:26.376Z Checking form_urlencoded v1.2.2
23882026-08-11T22:20:26.385Z Checking rustix v1.1.3
23892026-08-11T22:20:26.463Z Checking tokio v1.52.1
23902026-08-11T22:20:26.482Z Checking base64ct v1.8.3
23912026-08-11T22:20:26.619Z Checking block-buffer v0.10.4
23922026-08-11T22:20:26.721Z Checking crypto-common v0.1.7
23932026-08-11T22:20:26.741Z Checking fnv v1.0.7
23942026-08-11T22:20:26.819Z Checking pem-rfc7468 v0.7.0
23952026-08-11T22:20:26.838Z Checking digest v0.10.7
23962026-08-11T22:20:26.847Z Checking flagset v0.4.7
23972026-08-11T22:20:26.980Z Checking iana-time-zone v0.1.65
23982026-08-11T22:20:27.029Z Checking der v0.7.10
23992026-08-11T22:20:27.029Z Checking idna_adapter v1.2.1
24002026-08-11T22:20:27.056Z Checking rand_core v0.9.5
24012026-08-11T22:20:27.073Z Checking chrono v0.4.45
24022026-08-11T22:20:27.106Z Checking ppv-lite86 v0.2.21
24032026-08-11T22:20:27.122Z Checking idna v1.1.0
24042026-08-11T22:20:27.207Z Checking uuid v1.23.4
24052026-08-11T22:20:27.618Z Checking regex-syntax v0.8.10
24062026-08-11T22:20:27.675Z Checking url v2.5.8
24072026-08-11T22:20:27.675Z Checking base64 v0.22.1
24082026-08-11T22:20:27.675Z Checking http v1.4.2
24092026-08-11T22:20:27.675Z Checking utf8parse v0.2.2
24102026-08-11T22:20:27.732Z Checking spki v0.7.3
24112026-08-11T22:20:27.753Z Checking rand_chacha v0.9.0
24122026-08-11T22:20:27.773Z Checking tracing-core v0.1.36
24132026-08-11T22:20:27.854Z Checking cpufeatures v0.2.17
24142026-08-11T22:20:27.922Z Checking anstyle v1.0.14
24152026-08-11T22:20:27.938Z Checking dyn-clone v1.0.20
24162026-08-11T22:20:27.947Z Checking rand v0.9.2
24172026-08-11T22:20:28.040Z Checking pkcs8 v0.10.2
24182026-08-11T22:20:28.078Z Checking tracing v0.1.44
24192026-08-11T22:20:28.095Z Checking http-body v1.0.1
24202026-08-11T22:20:28.108Z Checking rustls-pki-types v1.14.0
24212026-08-11T22:20:28.199Z Checking semver v1.0.28
24222026-08-11T22:20:28.217Z Checking spin v0.9.8
24232026-08-11T22:20:28.250Z Checking openssl-probe v0.2.1
24242026-08-11T22:20:28.278Z Checking cmov v0.5.4
24252026-08-11T22:20:28.335Z Checking is_terminal_polyfill v1.70.2
24262026-08-11T22:20:28.396Z Checking colorchoice v1.0.4
24272026-08-11T22:20:28.396Z Checking tinyvec_macros v0.1.1
24282026-08-11T22:20:28.425Z Checking anstyle-query v1.1.5
24292026-08-11T22:20:28.437Z Checking schemars v0.8.22
24302026-08-11T22:20:28.480Z Checking sha2 v0.10.9
24312026-08-11T22:20:28.493Z Checking tinyvec v1.10.0
24322026-08-11T22:20:28.493Z Checking ctutils v0.4.2
24332026-08-11T22:20:28.524Z Checking aws-lc-sys v0.40.0
24342026-08-11T22:20:28.524Z Checking thiserror v2.0.18
24352026-08-11T22:20:28.547Z Checking tower-layer v0.3.3
24362026-08-11T22:20:28.647Z Checking atomic-waker v1.1.2
24372026-08-11T22:20:28.687Z Checking fastrand v2.3.0
24382026-08-11T22:20:28.734Z Checking tower-service v0.3.3
24392026-08-11T22:20:28.765Z Checking untrusted v0.7.1
24402026-08-11T22:20:28.765Z Checking try-lock v0.2.5
24412026-08-11T22:20:28.801Z Checking hybrid-array v0.4.13
24422026-08-11T22:20:28.810Z Checking anstyle-parse v1.0.0
24432026-08-11T22:20:28.868Z Checking want v0.3.1
24442026-08-11T22:20:28.886Z Checking ipnet v2.11.0
24452026-08-11T22:20:28.886Z Checking tempfile v3.25.0
24462026-08-11T22:20:28.960Z Checking httparse v1.10.1
24472026-08-11T22:20:28.983Z Checking crc32fast v1.5.0
24482026-08-11T22:20:29.044Z Checking aws-lc-rs v1.16.3
24492026-08-11T22:20:29.075Z Checking aho-corasick v1.1.4
24502026-08-11T22:20:29.105Z Checking untrusted v0.9.0
24512026-08-11T22:20:29.130Z Checking httpdate v1.0.3
24522026-08-11T22:20:29.174Z Checking foreign-types-shared v0.1.1
24532026-08-11T22:20:29.221Z Checking tap v1.0.1
24542026-08-11T22:20:29.234Z Checking plain v0.2.3
24552026-08-11T22:20:29.234Z Checking simd-adler32 v0.3.8
24562026-08-11T22:20:29.259Z Checking wyz v0.5.1
24572026-08-11T22:20:29.278Z Checking foreign-types v0.3.2
24582026-08-11T22:20:29.299Z Checking anstream v1.0.0
24592026-08-11T22:20:29.323Z Checking unicode-normalization v0.1.25
24602026-08-11T22:20:29.369Z Checking rand_chacha v0.3.1
24612026-08-11T22:20:29.417Z Checking terminal_size v0.4.3
24622026-08-11T22:20:29.495Z Checking signature v2.2.0
24632026-08-11T22:20:29.530Z Checking radium v0.7.0
24642026-08-11T22:20:29.542Z Checking hex v0.4.3
24652026-08-11T22:20:29.575Z Checking num-integer v0.1.46
24662026-08-11T22:20:29.636Z Checking openssl-sys v0.9.117
24672026-08-11T22:20:29.696Z Checking wait-timeout v0.2.1
24682026-08-11T22:20:29.722Z Checking unicode-ident v1.0.24
24692026-08-11T22:20:29.740Z Checking regex-automata v0.4.14
24702026-08-11T22:20:29.759Z Checking ucd-trie v0.1.7
24712026-08-11T22:20:29.827Z Checking tokio-util v0.7.18
24722026-08-11T22:20:30.145Z Checking strsim v0.11.1
24732026-08-11T22:20:30.145Z Checking adler2 v2.0.1
24742026-08-11T22:20:30.145Z Checking funty v2.0.0
24752026-08-11T22:20:30.247Z Checking rustls-webpki v0.103.13
24762026-08-11T22:20:30.248Z Checking bit-vec v0.8.0
24772026-08-11T22:20:30.248Z Checking quick-error v1.2.3
24782026-08-11T22:20:30.248Z Checking clap_lex v1.0.0
24792026-08-11T22:20:30.248Z Checking openssl v0.10.80
24802026-08-11T22:20:30.248Z Checking rusty-fork v0.3.1
24812026-08-11T22:20:30.248Z Checking bit-set v0.8.0
24822026-08-11T22:20:30.248Z Checking clap_builder v4.6.0
24832026-08-11T22:20:30.248Z Checking bitvec v1.0.1
24842026-08-11T22:20:30.315Z Checking miniz_oxide v0.8.9
24852026-08-11T22:20:30.316Z Checking pest v2.8.6
24862026-08-11T22:20:30.328Z Checking rustls v0.23.41
24872026-08-11T22:20:30.399Z Checking h2 v0.4.15
24882026-08-11T22:20:30.537Z Checking proc-macro2 v1.0.106
24892026-08-11T22:20:30.858Z Checking num-iter v0.1.45
24902026-08-11T22:20:30.965Z Checking rand v0.8.6
24912026-08-11T22:20:31.283Z Checking lazy_static v1.5.0
24922026-08-11T22:20:31.344Z Checking anstyle-parse v0.2.7
24932026-08-11T22:20:31.367Z Checking rand_xorshift v0.4.0
24942026-08-11T22:20:31.455Z Checking hmac v0.12.1
24952026-08-11T22:20:31.480Z Checking thiserror v1.0.69
24962026-08-11T22:20:31.499Z Checking maybe-uninit v2.0.0
24972026-08-11T22:20:31.526Z Checking toml_datetime v0.6.11
24982026-08-11T22:20:31.539Z Checking serde_spanned v0.6.9
24992026-08-11T22:20:31.552Z Checking sync_wrapper v1.0.2
25002026-08-11T22:20:31.566Z Checking crc-catalog v2.4.0
25012026-08-11T22:20:31.578Z Checking powerfmt v0.2.0
25022026-08-11T22:20:31.664Z Checking pretty-hex v0.4.1
25032026-08-11T22:20:31.665Z Checking nodrop v0.1.14
25042026-08-11T22:20:31.679Z Checking zlib-rs v0.6.2
25052026-08-11T22:20:31.689Z Checking siphasher v1.0.2
25062026-08-11T22:20:31.751Z Checking unarray v0.1.4
25072026-08-11T22:20:31.785Z Checking array-init v0.0.4
25082026-08-11T22:20:31.804Z Checking deranged v0.5.8
25092026-08-11T22:20:31.858Z Checking proptest v1.11.0
25102026-08-11T22:20:31.869Z Checking tower v0.5.3
25112026-08-11T22:20:31.998Z Checking native-tls v0.2.18
25122026-08-11T22:20:32.036Z Checking crc v3.4.0
25132026-08-11T22:20:32.274Z Checking smallvec v0.6.14
25142026-08-11T22:20:32.349Z Checking anstream v0.6.21
25152026-08-11T22:20:32.349Z Checking num-bigint-dig v0.8.6
25162026-08-11T22:20:32.361Z Checking packed_struct v0.10.1
25172026-08-11T22:20:32.399Z Checking clap v4.6.1
25182026-08-11T22:20:32.499Z Checking quote v1.0.45
25192026-08-11T22:20:32.533Z Checking ipnetwork v0.21.1
25202026-08-11T22:20:32.556Z Checking flate2 v1.1.9
25212026-08-11T22:20:32.648Z Checking http-body-util v0.1.3
25222026-08-11T22:20:32.698Z Checking pkcs1 v0.7.5
25232026-08-11T22:20:32.749Z Checking crossbeam-utils v0.8.21
25242026-08-11T22:20:33.177Z Checking bitfield v0.19.4
25252026-08-11T22:20:33.247Z Checking zerocopy v0.6.6
25262026-08-11T22:20:33.247Z Checking ahash v0.8.12
25272026-08-11T22:20:33.248Z Checking bzip2-sys v0.1.13+1.0.8
25282026-08-11T22:20:33.248Z Checking scroll v0.13.0
25292026-08-11T22:20:33.248Z Checking env_filter v1.0.0
25302026-08-11T22:20:33.248Z Checking winnow v0.5.40
25312026-08-11T22:20:33.248Z Checking allocator-api2 v0.2.21
25322026-08-11T22:20:33.248Z Checking time-core v0.1.8
25332026-08-11T22:20:33.282Z Checking hashbrown v0.12.3
25342026-08-11T22:20:33.283Z Checking hyper v1.10.1
25352026-08-11T22:20:33.301Z Checking unicode-bidi v0.3.18
25362026-08-11T22:20:33.327Z Checking ryu v1.0.23
25372026-08-11T22:20:33.397Z Checking iri-string v0.7.10
25382026-08-11T22:20:33.414Z Checking num-conv v0.2.0
25392026-08-11T22:20:33.446Z Checking num_threads v0.1.7
25402026-08-11T22:20:33.517Z Checking unicode-properties v0.1.4
25412026-08-11T22:20:33.528Z Checking base64 v0.21.7
25422026-08-11T22:20:33.592Z Checking time v0.3.47
25432026-08-11T22:20:33.642Z Checking indexmap v1.9.3
25442026-08-11T22:20:33.642Z Checking newtype-uuid v1.3.2
25452026-08-11T22:20:33.723Z Checking stringprep v0.1.5
25462026-08-11T22:20:33.780Z Checking ron v0.8.1
25472026-08-11T22:20:33.859Z Checking serde_urlencoded v0.7.1
25482026-08-11T22:20:33.873Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25492026-08-11T22:20:33.971Z Checking goblin v0.10.5
25502026-08-11T22:20:34.065Z Checking env_logger v0.11.9
25512026-08-11T22:20:34.201Z Checking hyper-util v0.1.20
25522026-08-11T22:20:34.285Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-08-11T22:20:34.319Z Checking toml_edit v0.19.15
25542026-08-11T22:20:34.326Z Checking bzip2 v0.4.4
25552026-08-11T22:20:34.534Z Checking hashbrown v0.13.2
25562026-08-11T22:20:34.556Z Checking tower-http v0.6.8
25572026-08-11T22:20:34.556Z Checking crossbeam-epoch v0.9.18
25582026-08-11T22:20:34.691Z Checking rsa v0.9.10
25592026-08-11T22:20:34.711Z Checking oxnet v0.1.6
25602026-08-11T22:20:34.751Z Checking syn v2.0.117
25612026-08-11T22:20:34.845Z Checking serde-hex v0.1.0
25622026-08-11T22:20:34.962Z Checking tokio-native-tls v0.3.1
25632026-08-11T22:20:35.117Z Checking bstr v1.12.1
25642026-08-11T22:20:35.178Z Checking crypto-common v0.2.2
25652026-08-11T22:20:35.292Z Checking block-padding v0.4.2
25662026-08-11T22:20:35.431Z Checking block-buffer v0.12.1
25672026-08-11T22:20:35.453Z Checking rustls-native-certs v0.8.3
25682026-08-11T22:20:35.517Z Checking scroll v0.12.0
25692026-08-11T22:20:35.579Z Checking x509-cert v0.2.5
25702026-08-11T22:20:35.607Z Checking zstd-sys v2.0.16+zstd.1.5.7
25712026-08-11T22:20:35.707Z Checking md-5 v0.10.6
25722026-08-11T22:20:36.118Z Checking hash32 v0.2.1
25732026-08-11T22:20:36.221Z Checking encoding_rs v0.8.35
25742026-08-11T22:20:36.221Z Checking psl-types v2.0.11
25752026-08-11T22:20:36.221Z Checking mime v0.3.17
25762026-08-11T22:20:36.221Z Checking either v1.15.0
25772026-08-11T22:20:36.221Z Checking fallible-iterator v0.2.0
25782026-08-11T22:20:36.239Z Checking crc-any v2.5.0
25792026-08-11T22:20:36.282Z Checking publicsuffix v2.3.0
25802026-08-11T22:20:36.331Z Checking dof v0.4.0
25812026-08-11T22:20:36.370Z Checking heapless v0.7.17
25822026-08-11T22:20:36.370Z Checking postgres-protocol v0.6.10
25832026-08-11T22:20:36.390Z Checking goblin v0.8.2
25842026-08-11T22:20:36.405Z Checking zstd-safe v7.2.4
25852026-08-11T22:20:36.555Z Checking hyper-tls v0.6.0
25862026-08-11T22:20:36.715Z Checking inout v0.2.2
25872026-08-11T22:20:36.817Z Checking toml v0.7.8
25882026-08-11T22:20:36.817Z Checking daft v0.1.7
25892026-08-11T22:20:36.887Z Checking object v0.30.4
25902026-08-11T22:20:36.887Z Checking cookie v0.18.1
25912026-08-11T22:20:36.943Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-08-11T22:20:36.984Z Checking zip v0.6.6
25932026-08-11T22:20:36.991Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-08-11T22:20:37.014Z Checking tokio-rustls v0.26.4
25952026-08-11T22:20:37.043Z Checking phf_shared v0.13.1
25962026-08-11T22:20:37.057Z Checking dtrace-parser v0.3.0
25972026-08-11T22:20:37.142Z Checking pin-project v1.1.11
25982026-08-11T22:20:37.212Z Checking zerocopy v0.7.35
25992026-08-11T22:20:37.229Z Checking signal-hook v0.3.18
26002026-08-11T22:20:37.258Z Checking futures-executor v0.3.32
26012026-08-11T22:20:37.262Z Checking ff v0.13.1
26022026-08-11T22:20:37.262Z Checking thread-id v5.1.0
26032026-08-11T22:20:37.354Z Checking libbz2-rs-sys v0.2.2
26042026-08-11T22:20:37.379Z Checking bitflags v1.3.2
26052026-08-11T22:20:37.414Z Checking foldhash v0.2.0
26062026-08-11T22:20:37.442Z Checking bumpalo v3.20.2
26072026-08-11T22:20:37.468Z Checking base16ct v0.2.0
26082026-08-11T22:20:37.538Z Checking managed v0.8.0
26092026-08-11T22:20:37.579Z Checking path-slash v0.1.5
26102026-08-11T22:20:37.612Z Checking jiff-core v0.1.0
26112026-08-11T22:20:37.670Z Checking foldhash v0.1.5
26122026-08-11T22:20:37.687Z Checking same-file v1.0.6
26132026-08-11T22:20:37.712Z Compiling rayon-core v1.13.0
26142026-08-11T22:20:37.741Z Checking smoltcp v0.9.1
26152026-08-11T22:20:37.810Z Checking walkdir v2.5.0
26162026-08-11T22:20:37.829Z Checking hashbrown v0.15.5
26172026-08-11T22:20:37.912Z Checking bzip2 v0.6.1
26182026-08-11T22:20:37.966Z Checking zopfli v0.8.3
26192026-08-11T22:20:37.983Z Checking sec1 v0.7.3
26202026-08-11T22:20:38.088Z Checking hashbrown v0.16.1
26212026-08-11T22:20:38.160Z Checking signal-hook-mio v0.2.5
26222026-08-11T22:20:38.252Z Checking dof v0.3.0
26232026-08-11T22:20:38.252Z Checking group v0.13.0
26242026-08-11T22:20:38.269Z Checking futures v0.3.32
26252026-08-11T22:20:38.285Z Checking jiff v0.2.34
26262026-08-11T22:20:39.006Z Checking usdt-impl v0.6.0
26272026-08-11T22:20:39.006Z Checking hyper-rustls v0.27.7
26282026-08-11T22:20:39.006Z Checking snafu v0.8.9
26292026-08-11T22:20:39.007Z Checking phf v0.13.1
26302026-08-11T22:20:39.007Z Checking cookie_store v0.22.1
26312026-08-11T22:20:39.007Z Checking cipher v0.5.2
26322026-08-11T22:20:39.007Z Checking reqwest v0.12.28
26332026-08-11T22:20:39.007Z Checking postgres-types v0.2.12
26342026-08-11T22:20:39.007Z Checking zstd v0.13.3
26352026-08-11T22:20:39.007Z Checking rustls-platform-verifier v0.6.2
26362026-08-11T22:20:39.007Z Checking globset v0.4.18
26372026-08-11T22:20:39.007Z Checking crossbeam-deque v0.8.6
26382026-08-11T22:20:39.007Z Checking phf_shared v0.11.3
26392026-08-11T22:20:39.007Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26402026-08-11T22:20:39.007Z Checking hkdf v0.12.4
26412026-08-11T22:20:39.007Z Checking dtrace-parser v0.2.0
26422026-08-11T22:20:39.134Z Checking regex v1.12.3
26432026-08-11T22:20:39.134Z Checking byte-wrapper v0.1.0
26442026-08-11T22:20:39.134Z Checking curve25519-dalek v4.1.3
26452026-08-11T22:20:39.134Z Checking ref-cast v1.0.25
26462026-08-11T22:20:39.199Z Checking strum v0.27.2
26472026-08-11T22:20:39.199Z Checking olpc-cjson v0.1.4
26482026-08-11T22:20:39.244Z Checking hubpack v0.1.2
26492026-08-11T22:20:39.245Z Checking ed25519 v2.2.3
26502026-08-11T22:20:39.245Z Checking memoffset v0.9.1
26512026-08-11T22:20:39.257Z Checking rustix v0.38.44
26522026-08-11T22:20:39.257Z Checking pem v3.0.6
26532026-08-11T22:20:39.284Z Checking crypto-bigint v0.5.5
26542026-08-11T22:20:39.322Z Checking erased-serde v0.3.31
26552026-08-11T22:20:39.356Z Checking serde-big-array v0.5.1
26562026-08-11T22:20:39.399Z Checking serde_plain v1.0.2
26572026-08-11T22:20:39.411Z Checking float-cmp v0.10.0
26582026-08-11T22:20:39.469Z Checking memmap2 v0.9.10
26592026-08-11T22:20:39.521Z Checking thread-id v4.2.2
26602026-08-11T22:20:39.531Z Checking fixedbitset v0.5.7
26612026-08-11T22:20:39.613Z Checking normalize-line-endings v0.3.0
26622026-08-11T22:20:39.626Z Checking difflib v0.4.0
26632026-08-11T22:20:39.686Z Checking const-oid v0.10.2
26642026-08-11T22:20:39.698Z Checking cpufeatures v0.3.0
26652026-08-11T22:20:39.724Z Checking new_debug_unreachable v1.0.6
26662026-08-11T22:20:39.773Z Checking data-encoding v2.10.0
26672026-08-11T22:20:39.790Z Checking precomputed-hash v0.1.1
26682026-08-11T22:20:39.800Z Checking whoami v2.1.0
26692026-08-11T22:20:39.800Z Checking unicode-segmentation v1.12.0
26702026-08-11T22:20:39.843Z Checking winnow v1.0.3
26712026-08-11T22:20:39.875Z Checking toml_write v0.1.2
26722026-08-11T22:20:39.993Z Checking winnow v0.7.14
26732026-08-11T22:20:40.042Z Checking predicates-core v1.0.10
26742026-08-11T22:20:40.056Z Checking typed-path v0.9.3
26752026-08-11T22:20:40.056Z Checking static_assertions v1.1.0
26762026-08-11T22:20:40.116Z Checking keccak v0.1.6
26772026-08-11T22:20:40.157Z Checking fixedbitset v0.4.2
26782026-08-11T22:20:40.174Z Checking toml_parser v1.1.2+spec-1.1.0
26792026-08-11T22:20:40.174Z Checking predicates v3.1.4
26802026-08-11T22:20:40.206Z Checking elliptic-curve v0.13.8
26812026-08-11T22:20:40.218Z Checking zip v4.6.1
26822026-08-11T22:20:40.277Z Checking petgraph v0.6.5
26832026-08-11T22:20:40.297Z Checking sha3 v0.10.8
26842026-08-11T22:20:40.451Z Checking similar v2.7.0
26852026-08-11T22:20:40.464Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26862026-08-11T22:20:40.490Z Checking hickory-proto v0.25.2
26872026-08-11T22:20:40.508Z Checking crossterm v0.28.1
26882026-08-11T22:20:40.809Z Checking tokio-postgres v0.7.16
26892026-08-11T22:20:40.825Z Checking tough v0.22.0
26902026-08-11T22:20:40.840Z Checking string_cache v0.8.9
26912026-08-11T22:20:41.328Z Checking digest v0.11.3
26922026-08-11T22:20:41.408Z Checking ed25519-dalek v2.2.0
26932026-08-11T22:20:41.408Z Checking toml_edit v0.22.27
26942026-08-11T22:20:41.408Z Checking chacha20 v0.10.0
26952026-08-11T22:20:41.447Z Checking petgraph v0.8.3
26962026-08-11T22:20:41.523Z Checking slog v2.8.2
26972026-08-11T22:20:41.538Z Checking usdt v0.6.0
26982026-08-11T22:20:41.679Z Checking usdt-impl v0.5.0
26992026-08-11T22:20:41.736Z Checking nix v0.31.2
27002026-08-11T22:20:41.981Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27012026-08-11T22:20:42.092Z Checking iddqd v0.4.2
27022026-08-11T22:20:42.555Z Checking reqwest v0.13.2
27032026-08-11T22:20:42.590Z Checking itertools v0.15.0
27042026-08-11T22:20:42.730Z Checking itertools v0.13.0
27052026-08-11T22:20:42.801Z Checking strum v0.26.3
27062026-08-11T22:20:42.916Z Checking serde_with v3.21.0
27072026-08-11T22:20:42.938Z Checking fs-err v3.3.0
27082026-08-11T22:20:42.962Z Checking object v0.37.3
27092026-08-11T22:20:42.995Z Checking tokio-stream v0.1.18
27102026-08-11T22:20:43.232Z Checking buf-list v1.1.2
27112026-08-11T22:20:43.282Z Checking camino v1.2.2
27122026-08-11T22:20:43.383Z Checking anyhow v1.0.102
27132026-08-11T22:20:43.421Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27142026-08-11T22:20:43.435Z Checking openapiv3 v2.2.0
27152026-08-11T22:20:43.520Z Checking peg-runtime v0.8.5
27162026-08-11T22:20:43.577Z Checking lalrpop-util v0.19.12
27172026-08-11T22:20:43.657Z Checking rayon v1.11.0
27182026-08-11T22:20:43.807Z Checking sigpipe v0.1.3
27192026-08-11T22:20:43.877Z Checking glob v0.3.3
27202026-08-11T22:20:45.133Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27212026-08-11T22:20:45.185Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27222026-08-11T22:20:45.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.07s
27232026-08-11T22:20:45.618Z
27242026-08-11T22:20:45.618Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27252026-08-11T22:20:46.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262026-08-11T22:20:46.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272026-08-11T22:20:46.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282026-08-11T22:20:46.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27292026-08-11T22:20:46.319Z
27302026-08-11T22:20:46.319Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27312026-08-11T22:20:46.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-08-11T22:20:46.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-08-11T22:20:46.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342026-08-11T22:20:46.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27352026-08-11T22:20:46.761Z
27362026-08-11T22:20:46.761Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27372026-08-11T22:20:47.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382026-08-11T22:20:47.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392026-08-11T22:20:47.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402026-08-11T22:20:47.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27412026-08-11T22:20:47.350Z
27422026-08-11T22:20:47.350Zinfo: running `cargo check --bins` on oxql-types (82/334)
27432026-08-11T22:20:47.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442026-08-11T22:20:48.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452026-08-11T22:20:48.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462026-08-11T22:20:48.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27472026-08-11T22:20:48.069Z
27482026-08-11T22:20:48.069Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27492026-08-11T22:20:48.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-08-11T22:20:48.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-08-11T22:20:48.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522026-08-11T22:20:48.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27532026-08-11T22:20:48.491Z
27542026-08-11T22:20:48.491Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27552026-08-11T22:20:48.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-08-11T22:20:48.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-08-11T22:20:48.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-08-11T22:20:48.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27592026-08-11T22:20:49.136Z
27602026-08-11T22:20:49.136Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27612026-08-11T22:20:49.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-08-11T22:20:49.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-08-11T22:20:49.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-08-11T22:20:49.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27652026-08-11T22:20:49.610Z
27662026-08-11T22:20:49.610Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27672026-08-11T22:20:50.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-08-11T22:20:50.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-08-11T22:20:50.291Z Compiling multer v3.1.0
27702026-08-11T22:20:50.420Z Compiling async-stream-impl v0.3.6
27712026-08-11T22:20:50.438Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27722026-08-11T22:20:50.438Z Compiling dropshot v0.17.1
27732026-08-11T22:20:50.446Z Compiling parse-display-derive v0.10.0
27742026-08-11T22:20:50.446Z Compiling dropshot_endpoint v0.17.1
27752026-08-11T22:20:50.446Z Compiling newtype-uuid-macros v0.1.0
27762026-08-11T22:20:50.479Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27772026-08-11T22:20:50.616Z Checking thread_local v1.1.9
27782026-08-11T22:20:50.635Z Checking match_cfg v0.1.0
27792026-08-11T22:20:51.225Z Checking compression-core v0.4.31
27802026-08-11T22:20:51.291Z Checking hostname v0.3.1
27812026-08-11T22:20:51.291Z Checking crossbeam-channel v0.5.15
27822026-08-11T22:20:51.291Z Checking compression-codecs v0.4.37
27832026-08-11T22:20:51.291Z Checking atomicwrites v0.4.4
27842026-08-11T22:20:51.291Z Checking slog-json v2.6.1
27852026-08-11T22:20:51.291Z Checking toml_datetime v1.1.1+spec-1.1.0
27862026-08-11T22:20:51.291Z Checking is-terminal v0.4.17
27872026-08-11T22:20:51.291Z Checking serde_spanned v1.1.1
27882026-08-11T22:20:51.291Z Checking debug-ignore v1.0.5
27892026-08-11T22:20:51.292Z Checking toml_writer v1.1.1+spec-1.1.0
27902026-08-11T22:20:51.292Z Checking take_mut v0.2.2
27912026-08-11T22:20:51.292Z Checking term v1.2.1
27922026-08-11T22:20:51.292Z Checking slog-bunyan v2.5.0
27932026-08-11T22:20:51.292Z Checking async-compression v0.4.41
27942026-08-11T22:20:51.292Z Checking async-stream v0.3.6
27952026-08-11T22:20:51.292Z Checking slog-async v2.8.0
27962026-08-11T22:20:51.379Z Checking toml v1.1.2+spec-1.1.0
27972026-08-11T22:20:51.379Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27982026-08-11T22:20:51.434Z Checking progenitor-client v0.14.0
27992026-08-11T22:20:51.434Z Checking slog-term v2.9.2
28002026-08-11T22:20:51.434Z Checking sha1 v0.11.0
28012026-08-11T22:20:51.462Z Checking waitgroup v0.1.2
28022026-08-11T22:20:51.527Z Checking rustls-pemfile v2.2.0
28032026-08-11T22:20:51.552Z Checking backon v1.6.0
28042026-08-11T22:20:51.570Z Checking serde_path_to_error v0.1.20
28052026-08-11T22:20:51.634Z Checking hostname v0.4.2
28062026-08-11T22:20:51.634Z Checking instant v0.1.13
28072026-08-11T22:20:51.711Z Checking backoff v0.4.0
28082026-08-11T22:20:51.732Z Checking progenitor-extras v0.2.0
28092026-08-11T22:20:51.875Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28102026-08-11T22:20:51.937Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28112026-08-11T22:20:51.937Z Checking regress v0.10.5
28122026-08-11T22:20:51.966Z Checking itertools v0.14.0
28132026-08-11T22:20:52.039Z Checking macaddr v1.0.1
28142026-08-11T22:20:52.103Z Checking parse-display v0.10.0
28152026-08-11T22:20:52.223Z Checking humantime v2.3.0
28162026-08-11T22:20:53.027Z Compiling prettyplease v0.2.37
28172026-08-11T22:20:53.290Z Checking num-rational v0.4.2
28182026-08-11T22:20:53.549Z Checking num-complex v0.4.6
28192026-08-11T22:20:54.073Z Compiling num v0.4.3
28202026-08-11T22:20:54.146Z Compiling usdt-attr-macro v0.5.0
28212026-08-11T22:20:54.166Z Compiling usdt-macro v0.5.0
28222026-08-11T22:20:54.184Z Checking memmap v0.7.0
28232026-08-11T22:20:54.222Z Checking float-ord v0.3.2
28242026-08-11T22:20:54.255Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28252026-08-11T22:20:54.322Z Checking unicode-width v0.2.0
28262026-08-11T22:20:54.413Z Compiling convert_case v0.4.0
28272026-08-11T22:20:54.638Z Checking console v0.15.11
28282026-08-11T22:20:54.823Z Compiling derive_more v0.99.20
28292026-08-11T22:20:54.874Z Checking newline-converter v0.3.0
28302026-08-11T22:20:54.924Z Compiling toml v0.8.23
28312026-08-11T22:20:54.943Z Checking usdt v0.5.0
28322026-08-11T22:20:54.957Z Checking linked-hash-map v0.5.6
28332026-08-11T22:20:55.874Z Compiling minimal-lexical v0.2.1
28342026-08-11T22:20:55.960Z Checking lru-cache v0.1.2
28352026-08-11T22:20:55.960Z Checking expectorate v1.2.0
28362026-08-11T22:20:55.960Z Compiling nom v7.1.3
28372026-08-11T22:20:55.960Z Checking camino-tempfile v1.4.1
28382026-08-11T22:20:55.960Z Checking hickory-proto v0.24.4
28392026-08-11T22:20:56.052Z Checking phf_shared v0.12.1
28402026-08-11T22:20:56.052Z Compiling slog-dtrace v0.3.0
28412026-08-11T22:20:56.073Z Checking heck v0.5.0
28422026-08-11T22:20:56.162Z Compiling chrono-tz v0.10.4
28432026-08-11T22:20:56.329Z Compiling unicode-xid v0.2.6
28442026-08-11T22:20:56.428Z Checking resolv-conf v0.7.6
28452026-08-11T22:20:56.462Z Compiling const_format_proc_macros v0.2.34
28462026-08-11T22:20:56.668Z Checking phf v0.12.1
28472026-08-11T22:20:56.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-08-11T22:20:56.809Z Checking tokio-dtrace v0.1.1
28492026-08-11T22:20:57.007Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28502026-08-11T22:20:57.162Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28512026-08-11T22:20:57.209Z Compiling derive-where v1.6.0
28522026-08-11T22:20:57.338Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28532026-08-11T22:20:57.547Z Checking highway v1.3.0
28542026-08-11T22:20:57.755Z Checking hickory-resolver v0.24.4
28552026-08-11T22:20:57.827Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28562026-08-11T22:20:58.206Z Checking const_format v0.2.35
28572026-08-11T22:20:58.453Z Checking oxide-tokio-rt v0.1.4
28582026-08-11T22:20:58.506Z Checking qorb v0.4.1
28592026-08-11T22:20:58.598Z Checking gethostname v0.5.0
28602026-08-11T22:20:58.723Z Checking bcs v0.1.6
28612026-08-11T22:20:58.745Z Checking termtree v0.5.1
28622026-08-11T22:20:58.800Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28632026-08-11T22:20:58.920Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28642026-08-11T22:20:59.049Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28652026-08-11T22:20:59.063Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28662026-08-11T22:21:02.069Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28672026-08-11T22:21:05.904Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28682026-08-11T22:21:07.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
28692026-08-11T22:21:09.420Z
28702026-08-11T22:21:09.420Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28712026-08-11T22:21:09.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-08-11T22:21:09.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-08-11T22:21:09.545Z Compiling ar_archive_writer v0.5.1
28742026-08-11T22:21:09.545Z Compiling stacker v0.1.23
28752026-08-11T22:21:09.545Z Compiling cfg_aliases v0.1.1
28762026-08-11T22:21:09.545Z Compiling convert_case v0.10.0
28772026-08-11T22:21:09.545Z Checking unicode-width v0.1.14
28782026-08-11T22:21:09.545Z Compiling proc-macro-error v1.0.4
28792026-08-11T22:21:09.545Z Checking fd-lock v4.0.4
28802026-08-11T22:21:09.545Z Checking nibble_vec v0.1.0
28812026-08-11T22:21:09.545Z Compiling nix v0.28.0
28822026-08-11T22:21:09.545Z Checking vte v0.14.1
28832026-08-11T22:21:09.545Z Compiling recursive-proc-macro-impl v0.1.1
28842026-08-11T22:21:09.545Z Checking endian-type v0.1.2
28852026-08-11T22:21:09.545Z Checking bytecount v0.6.9
28862026-08-11T22:21:09.545Z Compiling derive_more-impl v2.1.1
28872026-08-11T22:21:09.545Z Checking strip-ansi-escapes v0.2.1
28882026-08-11T22:21:09.545Z Compiling tabled_derive v0.7.0
28892026-08-11T22:21:09.545Z Checking papergrid v0.11.0
28902026-08-11T22:21:09.545Z Checking radix_trie v0.2.1
28912026-08-11T22:21:09.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28922026-08-11T22:21:09.545Z Compiling peg-macros v0.8.5
28932026-08-11T22:21:09.545Z Compiling sqlparser_derive v0.5.0
28942026-08-11T22:21:09.545Z Compiling psm v0.1.30
28952026-08-11T22:21:09.546Z Checking winnow v0.6.26
28962026-08-11T22:21:09.595Z Checking nu-ansi-term v0.50.3
28972026-08-11T22:21:09.595Z Checking derive_more v2.1.1
28982026-08-11T22:21:09.624Z Checking unicode_categories v0.1.1
28992026-08-11T22:21:09.629Z Checking home v0.5.12
29002026-08-11T22:21:09.705Z Checking tabled v0.15.0
29012026-08-11T22:21:09.735Z Checking reedline v0.40.0
29022026-08-11T22:21:09.773Z Checking crossterm v0.29.0
29032026-08-11T22:21:09.806Z Checking display-error-chain v0.2.2
29042026-08-11T22:21:09.851Z Checking rustyline v14.0.0
29052026-08-11T22:21:10.720Z Checking recursive v0.1.1
29062026-08-11T22:21:10.786Z Checking sqlparser v0.61.0
29072026-08-11T22:21:10.787Z Checking peg v0.8.5
29082026-08-11T22:21:10.787Z Checking sqlformat v0.3.5
29092026-08-11T22:21:21.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
29102026-08-11T22:21:21.645Z
29112026-08-11T22:21:21.645Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29122026-08-11T22:21:22.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-08-11T22:21:22.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-08-11T22:21:22.869Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-08-11T22:21:25.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29162026-08-11T22:21:26.063Z
29172026-08-11T22:21:26.063Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29182026-08-11T22:21:26.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-11T22:21:26.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-11T22:21:26.867Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-08-11T22:21:29.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
29222026-08-11T22:21:29.409Z
29232026-08-11T22:21:29.409Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29242026-08-11T22:21:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-11T22:21:29.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-11T22:21:30.092Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-11T22:21:33.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29282026-08-11T22:21:33.580Z
29292026-08-11T22:21:33.580Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29302026-08-11T22:21:34.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-11T22:21:34.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-11T22:21:34.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-11T22:21:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
29342026-08-11T22:21:38.515Z
29352026-08-11T22:21:38.515Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29362026-08-11T22:21:38.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-11T22:21:38.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-11T22:21:38.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-11T22:21:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
29402026-08-11T22:21:41.359Z
29412026-08-11T22:21:41.359Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29422026-08-11T22:21:41.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-11T22:21:41.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-11T22:21:42.040Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-08-11T22:21:44.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29462026-08-11T22:21:44.908Z
29472026-08-11T22:21:44.909Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29482026-08-11T22:21:45.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-11T22:21:45.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-11T22:21:45.722Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29512026-08-11T22:21:49.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29522026-08-11T22:21:49.493Z
29532026-08-11T22:21:49.493Zinfo: running `cargo check --bins` on oximeter (95/334)
29542026-08-11T22:21:49.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-11T22:21:49.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-11T22:21:49.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-08-11T22:21:49.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29582026-08-11T22:21:49.826Z
29592026-08-11T22:21:49.826Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29602026-08-11T22:21:50.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-11T22:21:50.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-11T22:21:50.463Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29632026-08-11T22:21:50.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29642026-08-11T22:21:51.014Z
29652026-08-11T22:21:51.014Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29662026-08-11T22:21:51.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-11T22:21:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-11T22:21:51.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-08-11T22:21:51.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29702026-08-11T22:21:51.625Z
29712026-08-11T22:21:51.625Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29722026-08-11T22:21:52.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-11T22:21:52.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-11T22:21:52.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-11T22:21:52.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29762026-08-11T22:21:52.202Z
29772026-08-11T22:21:52.202Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29782026-08-11T22:21:52.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-11T22:21:52.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-11T22:21:52.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-11T22:21:52.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29822026-08-11T22:21:52.785Z
29832026-08-11T22:21:52.785Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29842026-08-11T22:21:53.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-11T22:21:53.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-11T22:21:53.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-11T22:21:53.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29882026-08-11T22:21:53.358Z
29892026-08-11T22:21:53.358Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29902026-08-11T22:21:54.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-11T22:21:54.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-11T22:21:54.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-11T22:21:54.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29942026-08-11T22:21:54.252Z
29952026-08-11T22:21:54.252Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
29962026-08-11T22:21:54.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-11T22:21:54.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-11T22:21:54.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-11T22:21:54.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30002026-08-11T22:21:54.515Z
30012026-08-11T22:21:54.515Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30022026-08-11T22:21:54.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-11T22:21:54.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-11T22:21:54.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-11T22:21:54.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30062026-08-11T22:21:55.062Z
30072026-08-11T22:21:55.063Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30082026-08-11T22:21:55.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-11T22:21:55.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-11T22:21:55.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-11T22:21:55.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30122026-08-11T22:21:55.630Z
30132026-08-11T22:21:55.630Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30142026-08-11T22:21:56.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-11T22:21:56.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-11T22:21:56.439Z Compiling regress v0.11.1
30172026-08-11T22:21:56.439Z Checking secrecy v0.10.3
30182026-08-11T22:21:56.439Z Compiling crucible-workspace-hack v0.1.0
30192026-08-11T22:21:56.442Z Checking half v2.7.1
30202026-08-11T22:21:56.442Z Checking ciborium-io v0.2.2
30212026-08-11T22:21:56.442Z Checking inout v0.1.4
30222026-08-11T22:21:56.442Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30232026-08-11T22:21:56.671Z Checking universal-hash v0.5.1
30242026-08-11T22:21:56.695Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30252026-08-11T22:21:56.716Z Checking cipher v0.4.4
30262026-08-11T22:21:56.798Z Compiling thiserror-impl-no-std v2.0.2
30272026-08-11T22:21:56.831Z Compiling toml_datetime v0.7.5+spec-1.1.0
30282026-08-11T22:21:56.857Z Checking ciborium-ll v0.2.2
30292026-08-11T22:21:56.884Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30302026-08-11T22:21:56.912Z Checking opaque-debug v0.3.1
30312026-08-11T22:21:56.924Z Checking chacha20 v0.9.1
30322026-08-11T22:21:56.976Z Checking poly1305 v0.8.0
30332026-08-11T22:21:57.030Z Checking ciborium v0.2.2
30342026-08-11T22:21:57.069Z Compiling toml_edit v0.23.10+spec-1.0.0
30352026-08-11T22:21:57.116Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30362026-08-11T22:21:57.254Z Checking password-hash v0.5.0
30372026-08-11T22:21:57.282Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30382026-08-11T22:21:57.399Z Checking blake2 v0.10.6
30392026-08-11T22:21:57.464Z Checking aead v0.5.2
30402026-08-11T22:21:57.476Z Compiling unsafe-libyaml v0.2.11
30412026-08-11T22:21:57.604Z Checking indent_write v2.2.0
30422026-08-11T22:21:57.639Z Checking argon2 v0.5.3
30432026-08-11T22:21:57.738Z Compiling proc-macro-crate v3.4.0
30442026-08-11T22:21:57.956Z Checking thiserror-no-std v2.0.2
30452026-08-11T22:21:57.993Z Compiling serde_yaml v0.9.34+deprecated
30462026-08-11T22:21:58.031Z Checking typify-impl v0.6.2
30472026-08-11T22:21:58.052Z Checking vsss-rs v3.3.4
30482026-08-11T22:21:58.415Z Checking chacha20poly1305 v0.10.1
30492026-08-11T22:21:58.472Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30502026-08-11T22:21:58.472Z Compiling num_enum_derive v0.7.6
30512026-08-11T22:21:58.882Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30522026-08-11T22:21:58.967Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30532026-08-11T22:21:59.067Z Compiling heapless v0.8.0
30542026-08-11T22:21:59.089Z Compiling ingot-macros v0.2.0
30552026-08-11T22:21:59.169Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30562026-08-11T22:21:59.193Z Checking hash32 v0.3.1
30572026-08-11T22:21:59.339Z Compiling smoltcp v0.11.0
30582026-08-11T22:21:59.346Z Checking num_enum v0.7.6
30592026-08-11T22:21:59.433Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30602026-08-11T22:21:59.469Z Checking tabwriter v1.4.1
30612026-08-11T22:21:59.615Z Checking cobs v0.3.0
30622026-08-11T22:21:59.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30632026-08-11T22:21:59.695Z Compiling proc-macro-crate v1.3.1
30642026-08-11T22:21:59.755Z Checking postcard v1.1.3
30652026-08-11T22:21:59.856Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30662026-08-11T22:21:59.883Z Compiling foreign-types-macros v0.2.3
30672026-08-11T22:22:00.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30682026-08-11T22:22:00.076Z Checking swrite v0.1.0
30692026-08-11T22:22:00.107Z Checking colored v3.1.1
30702026-08-11T22:22:00.159Z Checking foreign-types-shared v0.3.1
30712026-08-11T22:22:00.262Z Compiling num_enum_derive v0.5.11
30722026-08-11T22:22:00.286Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30732026-08-11T22:22:00.411Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30742026-08-11T22:22:00.430Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30752026-08-11T22:22:00.486Z Checking foreign-types v0.5.0
30762026-08-11T22:22:00.828Z Checking cstr-argument v0.1.2
30772026-08-11T22:22:00.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30782026-08-11T22:22:00.926Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-11T22:22:00.945Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-08-11T22:22:00.945Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30812026-08-11T22:22:00.961Z Checking rand v0.10.1
30822026-08-11T22:22:01.063Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30832026-08-11T22:22:01.083Z Compiling zone_cfg_derive v0.3.1
30842026-08-11T22:22:01.119Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30852026-08-11T22:22:01.230Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30862026-08-11T22:22:01.280Z Checking num_enum v0.5.11
30872026-08-11T22:22:01.399Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30882026-08-11T22:22:01.403Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30892026-08-11T22:22:01.561Z Checking itertools v0.12.1
30902026-08-11T22:22:01.588Z Compiling num-derive v0.4.2
30912026-08-11T22:22:01.737Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30922026-08-11T22:22:01.929Z Compiling semver v0.1.20
30932026-08-11T22:22:01.954Z Checking ingot-types v0.2.0
30942026-08-11T22:22:02.230Z Compiling rustc_version v0.1.7
30952026-08-11T22:22:02.322Z Checking ingot v0.2.1
30962026-08-11T22:22:02.453Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30972026-08-11T22:22:02.468Z Checking smf v0.2.3
30982026-08-11T22:22:02.510Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30992026-08-11T22:22:02.584Z Checking zone v0.3.1
31002026-08-11T22:22:02.610Z Checking nom v8.0.0
31012026-08-11T22:22:02.708Z Checking csv-core v0.1.13
31022026-08-11T22:22:02.733Z Checking whoami v1.6.1
31032026-08-11T22:22:02.750Z Compiling typify-macro v0.6.2
31042026-08-11T22:22:02.783Z Compiling newtype_derive v0.1.6
31052026-08-11T22:22:02.881Z Checking csv v1.4.0
31062026-08-11T22:22:02.905Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31072026-08-11T22:22:02.945Z Compiling cancel-safe-futures v0.1.5
31082026-08-11T22:22:03.021Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31092026-08-11T22:22:03.166Z Compiling libefi-sys v0.1.0
31102026-08-11T22:22:03.184Z Compiling owo-colors v4.3.0
31112026-08-11T22:22:03.246Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31122026-08-11T22:22:03.349Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31132026-08-11T22:22:03.613Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31142026-08-11T22:22:03.657Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31152026-08-11T22:22:03.725Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31162026-08-11T22:22:03.744Z Checking oxide-update-engine-types v0.1.2
31172026-08-11T22:22:03.905Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31182026-08-11T22:22:03.922Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31192026-08-11T22:22:03.959Z Compiling bitfield-struct v0.6.2
31202026-08-11T22:22:03.975Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31212026-08-11T22:22:04.258Z Checking smawk v0.3.2
31222026-08-11T22:22:04.396Z Checking unicode-linebreak v0.1.5
31232026-08-11T22:22:04.403Z Checking linear-map v1.2.0
31242026-08-11T22:22:04.508Z Compiling typify v0.6.2
31252026-08-11T22:22:04.609Z Compiling progenitor-impl v0.14.0
31262026-08-11T22:22:04.613Z Checking textwrap v0.16.2
31272026-08-11T22:22:04.613Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31282026-08-11T22:22:04.652Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31292026-08-11T22:22:04.666Z Checking oxide-update-engine v0.1.2
31302026-08-11T22:22:04.827Z Checking steno v0.4.1
31312026-08-11T22:22:06.522Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31322026-08-11T22:22:06.571Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31332026-08-11T22:22:06.571Z Checking sha1 v0.10.6
31342026-08-11T22:22:06.571Z Checking utf-8 v0.7.6
31352026-08-11T22:22:06.571Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31362026-08-11T22:22:06.571Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31372026-08-11T22:22:06.571Z Checking tungstenite v0.21.0
31382026-08-11T22:22:06.571Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31392026-08-11T22:22:06.571Z Checking ignore v0.4.25
31402026-08-11T22:22:06.571Z Compiling xshell-macros v0.2.7
31412026-08-11T22:22:06.572Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31422026-08-11T22:22:06.572Z Checking tokio-tungstenite v0.21.0
31432026-08-11T22:22:06.572Z Checking predicates-tree v1.0.13
31442026-08-11T22:22:06.572Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31452026-08-11T22:22:06.572Z Checking globwalk v0.9.1
31462026-08-11T22:22:06.572Z Checking xshell v0.2.7
31472026-08-11T22:22:06.572Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31482026-08-11T22:22:06.572Z Checking filetime v0.2.27
31492026-08-11T22:22:06.572Z Checking xattr v1.6.1
31502026-08-11T22:22:06.572Z Checking tagptr v0.2.0
31512026-08-11T22:22:06.572Z Checking camino-tempfile-ext v0.3.3
31522026-08-11T22:22:06.572Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31532026-08-11T22:22:06.572Z Checking tar v0.4.46
31542026-08-11T22:22:06.572Z Checking moka v0.12.13
31552026-08-11T22:22:06.609Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31562026-08-11T22:22:06.625Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31572026-08-11T22:22:06.665Z Checking rand_seeder v0.4.0
31582026-08-11T22:22:06.745Z Checking half v1.8.3
31592026-08-11T22:22:06.765Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31602026-08-11T22:22:06.811Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31612026-08-11T22:22:06.888Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31622026-08-11T22:22:06.950Z Checking serde_cbor v0.11.2
31632026-08-11T22:22:07.121Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31642026-08-11T22:22:07.142Z Checking sha2 v0.11.0
31652026-08-11T22:22:07.172Z Checking hickory-resolver v0.25.2
31662026-08-11T22:22:07.244Z Compiling progenitor-macro v0.14.0
31672026-08-11T22:22:07.329Z Checking digest-io v0.1.0
31682026-08-11T22:22:07.465Z Compiling petname v2.0.2
31692026-08-11T22:22:07.783Z Checking rawzip v0.4.4
31702026-08-11T22:22:07.810Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31712026-08-11T22:22:07.868Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31722026-08-11T22:22:07.884Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31732026-08-11T22:22:08.077Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31742026-08-11T22:22:08.211Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31752026-08-11T22:22:08.397Z Checking sapling-renderdag v0.1.0
31762026-08-11T22:22:08.541Z Checking subprocess v0.2.15
31772026-08-11T22:22:08.565Z Checking sync-ptr v0.1.4
31782026-08-11T22:22:08.676Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31792026-08-11T22:22:08.687Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31802026-08-11T22:22:08.720Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31812026-08-11T22:22:08.789Z Checking colored v2.2.0
31822026-08-11T22:22:08.867Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31832026-08-11T22:22:08.896Z Checking assert_matches v1.5.0
31842026-08-11T22:22:09.943Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31852026-08-11T22:22:10.171Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-08-11T22:22:10.460Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31872026-08-11T22:22:10.773Z Checking progenitor v0.14.0
31882026-08-11T22:22:10.904Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31892026-08-11T22:22:10.904Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31902026-08-11T22:22:10.907Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31912026-08-11T22:22:10.908Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31922026-08-11T22:22:10.908Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31932026-08-11T22:22:10.908Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31942026-08-11T22:22:10.908Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31952026-08-11T22:22:11.306Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31962026-08-11T22:22:11.323Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31972026-08-11T22:22:11.508Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31982026-08-11T22:22:12.023Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31992026-08-11T22:22:12.591Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32002026-08-11T22:22:13.765Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32012026-08-11T22:22:22.233Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32022026-08-11T22:22:29.272Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-08-11T22:22:29.272Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32042026-08-11T22:22:29.277Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32052026-08-11T22:22:30.765Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062026-08-11T22:22:32.023Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-08-11T22:22:34.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.63s
32082026-08-11T22:22:34.467Z
32092026-08-11T22:22:34.467Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32102026-08-11T22:22:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-08-11T22:22:34.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-08-11T22:22:34.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-08-11T22:22:34.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32142026-08-11T22:22:35.074Z
32152026-08-11T22:22:35.075Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32162026-08-11T22:22:35.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-08-11T22:22:35.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-08-11T22:22:35.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-08-11T22:22:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32202026-08-11T22:22:35.642Z
32212026-08-11T22:22:35.642Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32222026-08-11T22:22:36.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-11T22:22:36.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-11T22:22:36.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-08-11T22:22:36.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32262026-08-11T22:22:36.208Z
32272026-08-11T22:22:36.208Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32282026-08-11T22:22:36.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-11T22:22:36.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-11T22:22:36.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-08-11T22:22:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32322026-08-11T22:22:36.776Z
32332026-08-11T22:22:36.776Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32342026-08-11T22:22:37.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-11T22:22:37.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-11T22:22:37.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-08-11T22:22:37.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32382026-08-11T22:22:37.324Z
32392026-08-11T22:22:37.325Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32402026-08-11T22:22:37.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-11T22:22:37.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-11T22:22:37.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-08-11T22:22:37.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32442026-08-11T22:22:37.878Z
32452026-08-11T22:22:37.879Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32462026-08-11T22:22:38.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-11T22:22:38.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-11T22:22:38.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-08-11T22:22:38.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32502026-08-11T22:22:38.431Z
32512026-08-11T22:22:38.431Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32522026-08-11T22:22:38.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-08-11T22:22:38.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-08-11T22:22:38.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-08-11T22:22:38.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32562026-08-11T22:22:38.981Z
32572026-08-11T22:22:38.981Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32582026-08-11T22:22:39.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-11T22:22:39.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-11T22:22:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-11T22:22:39.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32622026-08-11T22:22:39.567Z
32632026-08-11T22:22:39.567Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32642026-08-11T22:22:40.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-11T22:22:40.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-11T22:22:40.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-11T22:22:40.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32682026-08-11T22:22:40.140Z
32692026-08-11T22:22:40.140Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32702026-08-11T22:22:40.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-11T22:22:40.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-11T22:22:40.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-11T22:22:40.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32742026-08-11T22:22:40.725Z
32752026-08-11T22:22:40.725Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32762026-08-11T22:22:41.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-11T22:22:41.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-11T22:22:41.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-11T22:22:41.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32802026-08-11T22:22:41.310Z
32812026-08-11T22:22:41.310Zinfo: running `cargo check --bins` on key-manager (118/334)
32822026-08-11T22:22:41.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-11T22:22:41.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-11T22:22:41.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-11T22:22:41.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32862026-08-11T22:22:41.878Z
32872026-08-11T22:22:41.878Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32882026-08-11T22:22:42.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-11T22:22:42.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-11T22:22:42.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-08-11T22:22:42.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32922026-08-11T22:22:42.460Z
32932026-08-11T22:22:42.460Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32942026-08-11T22:22:42.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-08-11T22:22:42.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-08-11T22:22:42.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-08-11T22:22:42.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32982026-08-11T22:22:43.046Z
32992026-08-11T22:22:43.046Zinfo: running `cargo check --bins` on typed-rng (121/334)
33002026-08-11T22:22:43.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-08-11T22:22:43.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-08-11T22:22:43.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-08-11T22:22:43.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33042026-08-11T22:22:43.597Z
33052026-08-11T22:22:43.597Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33062026-08-11T22:22:44.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-08-11T22:22:44.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-08-11T22:22:44.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-08-11T22:22:44.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33102026-08-11T22:22:44.205Z
33112026-08-11T22:22:44.205Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33122026-08-11T22:22:44.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-08-11T22:22:44.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-08-11T22:22:44.927Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-08-11T22:22:44.933Z Checking void v1.0.2
33162026-08-11T22:22:44.933Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33172026-08-11T22:22:44.933Z Checking dropshot-api-manager-types v0.7.2
33182026-08-11T22:22:44.934Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-08-11T22:22:45.052Z Checking tungstenite v0.23.0
33202026-08-11T22:22:45.056Z Checking nix v0.27.1
33212026-08-11T22:22:45.061Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33222026-08-11T22:22:45.130Z Checking lzss v0.8.2
33232026-08-11T22:22:45.197Z Checking kstat-rs v0.2.5
33242026-08-11T22:22:45.221Z Checking fxhash v0.2.1
33252026-08-11T22:22:45.310Z Checking serde_bytes v0.11.19
33262026-08-11T22:22:45.489Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33272026-08-11T22:22:45.497Z Checking signal-hook-tokio v0.3.1
33282026-08-11T22:22:45.497Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33292026-08-11T22:22:45.497Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33302026-08-11T22:22:45.497Z Checking tokio-tungstenite v0.23.1
33312026-08-11T22:22:45.581Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-08-11T22:22:46.622Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-08-11T22:22:47.173Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33342026-08-11T22:22:49.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
33352026-08-11T22:22:49.517Z
33362026-08-11T22:22:49.517Zinfo: running `cargo check --bins` on gateway-api (124/334)
33372026-08-11T22:22:49.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-08-11T22:22:49.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-08-11T22:22:49.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-08-11T22:22:49.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33412026-08-11T22:22:50.076Z
33422026-08-11T22:22:50.076Zinfo: running `cargo check --bins` on ipcc (125/334)
33432026-08-11T22:22:50.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-08-11T22:22:50.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-08-11T22:22:50.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-08-11T22:22:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33472026-08-11T22:22:50.638Z
33482026-08-11T22:22:50.638Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33492026-08-11T22:22:51.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-08-11T22:22:51.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-08-11T22:22:51.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-08-11T22:22:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33532026-08-11T22:22:51.189Z
33542026-08-11T22:22:51.189Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33552026-08-11T22:22:51.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-08-11T22:22:51.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-08-11T22:22:51.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-08-11T22:22:51.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-08-11T22:22:51.771Z
33602026-08-11T22:22:51.771Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33612026-08-11T22:22:52.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-08-11T22:22:52.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-08-11T22:22:52.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-08-11T22:22:52.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-08-11T22:22:52.338Z
33662026-08-11T22:22:52.338Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33672026-08-11T22:22:52.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-11T22:22:52.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-11T22:22:52.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-11T22:22:52.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33712026-08-11T22:22:52.906Z
33722026-08-11T22:22:52.906Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33732026-08-11T22:22:53.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-11T22:22:53.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-11T22:22:53.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-11T22:22:53.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33772026-08-11T22:22:53.471Z
33782026-08-11T22:22:53.471Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33792026-08-11T22:22:53.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-11T22:22:53.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-11T22:22:53.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-11T22:22:53.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33832026-08-11T22:22:54.059Z
33842026-08-11T22:22:54.059Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33852026-08-11T22:22:54.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-11T22:22:54.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-11T22:22:54.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-11T22:22:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33892026-08-11T22:22:54.625Z
33902026-08-11T22:22:54.625Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33912026-08-11T22:22:55.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-11T22:22:55.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-11T22:22:55.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-11T22:22:55.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33952026-08-11T22:22:55.220Z
33962026-08-11T22:22:55.220Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
33972026-08-11T22:22:55.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-11T22:22:55.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-11T22:22:55.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-11T22:22:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34012026-08-11T22:22:55.757Z
34022026-08-11T22:22:55.757Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
34032026-08-11T22:22:56.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-11T22:22:56.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-11T22:22:56.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-11T22:22:56.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-08-11T22:22:56.323Z
34082026-08-11T22:22:56.323Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34092026-08-11T22:22:56.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-11T22:22:56.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-11T22:22:56.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-11T22:22:56.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34132026-08-11T22:22:56.890Z
34142026-08-11T22:22:56.890Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34152026-08-11T22:22:57.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-11T22:22:57.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-11T22:22:57.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-11T22:22:57.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34192026-08-11T22:22:57.452Z
34202026-08-11T22:22:57.452Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34212026-08-11T22:22:57.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-11T22:22:57.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-11T22:22:57.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-11T22:22:57.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34252026-08-11T22:22:58.016Z
34262026-08-11T22:22:58.016Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34272026-08-11T22:22:58.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-11T22:22:58.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-11T22:22:58.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-11T22:22:58.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-08-11T22:22:58.593Z
34322026-08-11T22:22:58.593Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34332026-08-11T22:22:59.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-11T22:22:59.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-11T22:22:59.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-11T22:22:59.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-08-11T22:22:59.145Z
34382026-08-11T22:22:59.145Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34392026-08-11T22:22:59.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-11T22:22:59.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-11T22:22:59.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-11T22:22:59.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34432026-08-11T22:22:59.708Z
34442026-08-11T22:22:59.708Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34452026-08-11T22:23:00.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-11T22:23:00.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-11T22:23:00.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-11T22:23:00.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-11T22:23:00.272Z
34502026-08-11T22:23:00.272Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34512026-08-11T22:23:00.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-11T22:23:00.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-11T22:23:00.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-11T22:23:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34552026-08-11T22:23:00.836Z
34562026-08-11T22:23:00.836Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34572026-08-11T22:23:01.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-11T22:23:01.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-11T22:23:01.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-11T22:23:01.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-08-11T22:23:01.401Z
34622026-08-11T22:23:01.401Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34632026-08-11T22:23:01.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-11T22:23:01.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-11T22:23:01.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-11T22:23:01.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-08-11T22:23:01.968Z
34682026-08-11T22:23:01.968Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34692026-08-11T22:23:02.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-11T22:23:02.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-11T22:23:02.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-11T22:23:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34732026-08-11T22:23:02.549Z
34742026-08-11T22:23:02.549Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34752026-08-11T22:23:03.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-11T22:23:03.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-11T22:23:03.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-11T22:23:03.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34792026-08-11T22:23:03.132Z
34802026-08-11T22:23:03.132Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34812026-08-11T22:23:03.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-11T22:23:03.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-11T22:23:03.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-11T22:23:03.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34852026-08-11T22:23:03.716Z
34862026-08-11T22:23:03.716Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34872026-08-11T22:23:04.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-11T22:23:04.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-11T22:23:04.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-11T22:23:04.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34912026-08-11T22:23:04.301Z
34922026-08-11T22:23:04.301Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34932026-08-11T22:23:04.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-11T22:23:04.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-11T22:23:04.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-11T22:23:04.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34972026-08-11T22:23:04.893Z
34982026-08-11T22:23:04.893Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
34992026-08-11T22:23:05.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-11T22:23:05.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-11T22:23:05.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-11T22:23:05.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-08-11T22:23:05.480Z
35042026-08-11T22:23:05.480Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35052026-08-11T22:23:05.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-11T22:23:05.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-11T22:23:05.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-11T22:23:05.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-08-11T22:23:06.073Z
35102026-08-11T22:23:06.073Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35112026-08-11T22:23:06.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-11T22:23:06.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-11T22:23:06.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-11T22:23:06.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-08-11T22:23:06.659Z
35162026-08-11T22:23:06.659Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35172026-08-11T22:23:07.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-11T22:23:07.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-11T22:23:07.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-11T22:23:07.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35212026-08-11T22:23:07.248Z
35222026-08-11T22:23:07.248Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35232026-08-11T22:23:07.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-11T22:23:07.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-11T22:23:07.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-11T22:23:07.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-08-11T22:23:07.840Z
35282026-08-11T22:23:07.840Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35292026-08-11T22:23:08.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-11T22:23:08.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-11T22:23:08.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-11T22:23:08.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-08-11T22:23:08.432Z
35342026-08-11T22:23:08.432Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35352026-08-11T22:23:08.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-11T22:23:08.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-11T22:23:08.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-11T22:23:08.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-08-11T22:23:09.013Z
35402026-08-11T22:23:09.014Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35412026-08-11T22:23:09.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-11T22:23:09.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-11T22:23:09.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-11T22:23:09.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-08-11T22:23:09.595Z
35462026-08-11T22:23:09.595Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35472026-08-11T22:23:10.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-11T22:23:10.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-11T22:23:10.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-11T22:23:10.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-08-11T22:23:10.181Z
35522026-08-11T22:23:10.181Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35532026-08-11T22:23:10.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-11T22:23:10.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-11T22:23:10.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-11T22:23:10.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-08-11T22:23:10.769Z
35582026-08-11T22:23:10.769Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35592026-08-11T22:23:11.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-11T22:23:11.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-11T22:23:11.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-11T22:23:11.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-11T22:23:11.358Z
35642026-08-11T22:23:11.358Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35652026-08-11T22:23:11.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-11T22:23:11.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-11T22:23:11.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-11T22:23:11.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35692026-08-11T22:23:11.949Z
35702026-08-11T22:23:11.949Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35712026-08-11T22:23:12.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-11T22:23:12.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-11T22:23:12.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-11T22:23:12.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-08-11T22:23:12.537Z
35762026-08-11T22:23:12.537Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35772026-08-11T22:23:13.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-11T22:23:13.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-11T22:23:13.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-11T22:23:13.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35812026-08-11T22:23:13.107Z
35822026-08-11T22:23:13.108Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35832026-08-11T22:23:13.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-11T22:23:13.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-11T22:23:13.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-11T22:23:13.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-08-11T22:23:13.670Z
35882026-08-11T22:23:13.671Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35892026-08-11T22:23:14.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-11T22:23:14.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-11T22:23:14.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-11T22:23:14.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35932026-08-11T22:23:14.242Z
35942026-08-11T22:23:14.242Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
35952026-08-11T22:23:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-11T22:23:14.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-11T22:23:14.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-11T22:23:14.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35992026-08-11T22:23:14.820Z
36002026-08-11T22:23:14.820Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
36012026-08-11T22:23:15.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-11T22:23:15.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-11T22:23:15.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-11T22:23:15.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36052026-08-11T22:23:15.393Z
36062026-08-11T22:23:15.393Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36072026-08-11T22:23:15.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-11T22:23:15.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-11T22:23:15.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-08-11T22:23:15.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36112026-08-11T22:23:15.968Z
36122026-08-11T22:23:15.968Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36132026-08-11T22:23:16.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-08-11T22:23:16.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-08-11T22:23:16.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-08-11T22:23:16.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36172026-08-11T22:23:16.539Z
36182026-08-11T22:23:16.539Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36192026-08-11T22:23:17.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-08-11T22:23:17.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-08-11T22:23:17.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-08-11T22:23:17.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36232026-08-11T22:23:17.110Z
36242026-08-11T22:23:17.110Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36252026-08-11T22:23:17.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-11T22:23:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-11T22:23:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-08-11T22:23:17.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-08-11T22:23:17.683Z
36302026-08-11T22:23:17.683Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36312026-08-11T22:23:18.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-11T22:23:18.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-11T22:23:18.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-11T22:23:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36352026-08-11T22:23:18.256Z
36362026-08-11T22:23:18.256Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36372026-08-11T22:23:18.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-11T22:23:18.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-11T22:23:18.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-11T22:23:18.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-08-11T22:23:18.826Z
36422026-08-11T22:23:18.826Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36432026-08-11T22:23:19.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-11T22:23:19.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-11T22:23:19.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-11T22:23:19.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36472026-08-11T22:23:19.400Z
36482026-08-11T22:23:19.400Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36492026-08-11T22:23:19.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-11T22:23:19.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-11T22:23:19.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-11T22:23:19.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36532026-08-11T22:23:19.973Z
36542026-08-11T22:23:19.973Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36552026-08-11T22:23:20.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-11T22:23:20.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-11T22:23:20.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-11T22:23:20.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36592026-08-11T22:23:20.549Z
36602026-08-11T22:23:20.549Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36612026-08-11T22:23:21.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-11T22:23:21.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-11T22:23:21.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-11T22:23:21.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36652026-08-11T22:23:21.123Z
36662026-08-11T22:23:21.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36672026-08-11T22:23:21.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-11T22:23:21.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-11T22:23:21.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-11T22:23:21.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36712026-08-11T22:23:21.695Z
36722026-08-11T22:23:21.695Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36732026-08-11T22:23:22.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-11T22:23:22.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-11T22:23:22.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-11T22:23:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36772026-08-11T22:23:22.283Z
36782026-08-11T22:23:22.283Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36792026-08-11T22:23:22.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-11T22:23:22.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-11T22:23:22.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-11T22:23:22.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-08-11T22:23:22.873Z
36842026-08-11T22:23:22.873Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36852026-08-11T22:23:23.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-11T22:23:23.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-11T22:23:23.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-11T22:23:23.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36892026-08-11T22:23:23.458Z
36902026-08-11T22:23:23.458Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36912026-08-11T22:23:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-11T22:23:23.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-11T22:23:23.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-11T22:23:23.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36952026-08-11T22:23:24.052Z
36962026-08-11T22:23:24.052Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
36972026-08-11T22:23:24.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-11T22:23:24.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-11T22:23:24.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-11T22:23:24.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37012026-08-11T22:23:24.639Z
37022026-08-11T22:23:24.639Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
37032026-08-11T22:23:25.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-11T22:23:25.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-11T22:23:25.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-11T22:23:25.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37072026-08-11T22:23:25.230Z
37082026-08-11T22:23:25.230Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37092026-08-11T22:23:25.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-11T22:23:25.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-11T22:23:25.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-11T22:23:25.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-08-11T22:23:25.833Z
37142026-08-11T22:23:25.834Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37152026-08-11T22:23:26.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-11T22:23:26.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-11T22:23:26.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-11T22:23:26.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37192026-08-11T22:23:26.412Z
37202026-08-11T22:23:26.412Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37212026-08-11T22:23:26.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-11T22:23:26.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-11T22:23:26.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-11T22:23:26.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37252026-08-11T22:23:27.007Z
37262026-08-11T22:23:27.007Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37272026-08-11T22:23:27.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-11T22:23:27.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-11T22:23:27.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-11T22:23:27.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37312026-08-11T22:23:27.589Z
37322026-08-11T22:23:27.589Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37332026-08-11T22:23:28.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-11T22:23:28.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-11T22:23:28.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-11T22:23:28.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-08-11T22:23:28.176Z
37382026-08-11T22:23:28.176Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37392026-08-11T22:23:28.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-11T22:23:28.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-11T22:23:28.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-11T22:23:28.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-11T22:23:28.766Z
37442026-08-11T22:23:28.767Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37452026-08-11T22:23:29.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-11T22:23:29.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-11T22:23:29.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-11T22:23:29.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-11T22:23:29.353Z
37502026-08-11T22:23:29.353Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37512026-08-11T22:23:29.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-11T22:23:29.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-11T22:23:29.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-11T22:23:29.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37552026-08-11T22:23:29.939Z
37562026-08-11T22:23:29.939Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37572026-08-11T22:23:30.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-11T22:23:30.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-11T22:23:30.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-11T22:23:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-08-11T22:23:30.526Z
37622026-08-11T22:23:30.526Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37632026-08-11T22:23:31.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-11T22:23:31.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-11T22:23:31.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-11T22:23:31.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37672026-08-11T22:23:31.136Z
37682026-08-11T22:23:31.136Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37692026-08-11T22:23:31.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-11T22:23:31.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-11T22:23:31.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-08-11T22:23:31.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37732026-08-11T22:23:31.714Z
37742026-08-11T22:23:31.714Zinfo: running `cargo check --bins` on dns-server (197/334)
37752026-08-11T22:23:32.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-08-11T22:23:32.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-08-11T22:23:32.362Z Compiling parking_lot_core v0.8.6
37782026-08-11T22:23:32.368Z Compiling git-stub v1.0.0
37792026-08-11T22:23:32.467Z Checking prefix-trie v0.7.0
37802026-08-11T22:23:32.472Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37812026-08-11T22:23:32.591Z Compiling git-stub-vcs v0.1.0
37822026-08-11T22:23:32.807Z Checking hickory-server v0.25.2
37832026-08-11T22:23:32.852Z Checking parking_lot v0.11.2
37842026-08-11T22:23:32.891Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37852026-08-11T22:23:33.024Z Checking sled v0.34.7
37862026-08-11T22:23:34.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
37872026-08-11T22:23:35.134Z
37882026-08-11T22:23:35.134Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37892026-08-11T22:23:35.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-11T22:23:35.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-11T22:23:35.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-11T22:23:35.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37932026-08-11T22:23:35.703Z
37942026-08-11T22:23:35.703Zinfo: running `cargo check --bins` on nexus-client (199/334)
37952026-08-11T22:23:36.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-11T22:23:36.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-11T22:23:36.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-11T22:23:36.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37992026-08-11T22:23:36.309Z
38002026-08-11T22:23:36.309Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
38012026-08-11T22:23:36.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-11T22:23:36.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-11T22:23:36.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-11T22:23:36.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38052026-08-11T22:23:36.883Z
38062026-08-11T22:23:36.883Zinfo: running `cargo check --bins` on sp-sim (201/334)
38072026-08-11T22:23:37.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-11T22:23:37.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-11T22:23:37.577Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38102026-08-11T22:23:38.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38112026-08-11T22:23:38.290Z
38122026-08-11T22:23:38.290Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38132026-08-11T22:23:38.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-11T22:23:38.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-11T22:23:39.094Z Compiling salty v0.3.0
38162026-08-11T22:23:39.222Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38172026-08-11T22:23:39.232Z Checking libscf-sys v1.2.0
38182026-08-11T22:23:39.236Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38192026-08-11T22:23:39.236Z Checking rfc6979 v0.4.0
38202026-08-11T22:23:39.260Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38212026-08-11T22:23:39.265Z Checking primeorder v0.13.6
38222026-08-11T22:23:39.287Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38232026-08-11T22:23:39.344Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38242026-08-11T22:23:39.361Z Checking ecdsa v0.16.9
38252026-08-11T22:23:39.439Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38262026-08-11T22:23:39.509Z Checking papergrid v0.18.0
38272026-08-11T22:23:39.513Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38282026-08-11T22:23:39.540Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38292026-08-11T22:23:39.680Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38302026-08-11T22:23:39.703Z Checking p384 v0.13.1
38312026-08-11T22:23:39.774Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38322026-08-11T22:23:39.853Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-08-11T22:23:39.886Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38342026-08-11T22:23:40.086Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38352026-08-11T22:23:40.117Z Compiling unicase v2.9.0
38362026-08-11T22:23:40.138Z Compiling illumos-nvpair-sys v0.2.0
38372026-08-11T22:23:40.153Z Checking corncobs v0.1.4
38382026-08-11T22:23:40.224Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-08-11T22:23:40.304Z Checking tabled v0.21.0
38402026-08-11T22:23:40.312Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38412026-08-11T22:23:40.312Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38422026-08-11T22:23:40.312Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38432026-08-11T22:23:40.323Z Compiling mime_guess v2.0.5
38442026-08-11T22:23:40.381Z Compiling progenitor-impl v0.13.0
38452026-08-11T22:23:40.430Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38462026-08-11T22:23:40.544Z Checking secrecy v0.8.0
38472026-08-11T22:23:40.560Z Checking crc8 v0.1.1
38482026-08-11T22:23:40.592Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38492026-08-11T22:23:40.654Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38502026-08-11T22:23:40.882Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38512026-08-11T22:23:41.140Z Checking progenitor-client v0.13.0
38522026-08-11T22:23:41.233Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38532026-08-11T22:23:41.233Z Checking http-range v0.1.5
38542026-08-11T22:23:41.370Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38552026-08-11T22:23:41.469Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-08-11T22:23:41.579Z Checking illumos-nvpair v0.3.0
38572026-08-11T22:23:41.735Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38582026-08-11T22:23:41.781Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38592026-08-11T22:23:41.806Z Checking scuffle v0.1.0
38602026-08-11T22:23:41.834Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38612026-08-11T22:23:41.861Z Checking nanorand v0.7.0
38622026-08-11T22:23:42.061Z Checking flume v0.11.1
38632026-08-11T22:23:42.127Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38642026-08-11T22:23:42.309Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38652026-08-11T22:23:42.372Z Checking hyper-staticfile v0.10.1
38662026-08-11T22:23:42.430Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38672026-08-11T22:23:42.469Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38682026-08-11T22:23:42.513Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38692026-08-11T22:23:42.667Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38702026-08-11T22:23:42.743Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38712026-08-11T22:23:42.769Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38722026-08-11T22:23:42.830Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38732026-08-11T22:23:42.987Z Compiling progenitor-macro v0.13.0
38742026-08-11T22:23:43.064Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38752026-08-11T22:23:43.132Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38762026-08-11T22:23:43.162Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38772026-08-11T22:23:43.452Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38782026-08-11T22:23:44.010Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38792026-08-11T22:23:44.500Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38802026-08-11T22:23:45.833Z Checking progenitor v0.13.0
38812026-08-11T22:23:45.970Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38822026-08-11T22:23:47.422Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38832026-08-11T22:23:48.196Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38842026-08-11T22:24:01.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.37s
38852026-08-11T22:24:01.864Z
38862026-08-11T22:24:01.864Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38872026-08-11T22:24:02.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-11T22:24:02.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-11T22:24:02.700Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-08-11T22:24:13.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38912026-08-11T22:24:13.357Z
38922026-08-11T22:24:13.357Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38932026-08-11T22:24:13.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-11T22:24:13.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-11T22:24:14.126Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-08-11T22:24:24.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38972026-08-11T22:24:24.850Z
38982026-08-11T22:24:24.850Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
38992026-08-11T22:24:25.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-11T22:24:25.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-11T22:24:25.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-08-11T22:24:36.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39032026-08-11T22:24:36.431Z
39042026-08-11T22:24:36.431Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39052026-08-11T22:24:36.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-11T22:24:36.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-11T22:24:37.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39082026-08-11T22:24:47.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39092026-08-11T22:24:47.865Z
39102026-08-11T22:24:47.865Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39112026-08-11T22:24:48.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-11T22:24:48.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-11T22:24:48.625Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39142026-08-11T22:24:59.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39152026-08-11T22:24:59.500Z
39162026-08-11T22:24:59.501Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39172026-08-11T22:25:00.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-11T22:25:00.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-11T22:25:00.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39202026-08-11T22:25:10.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39212026-08-11T22:25:11.050Z
39222026-08-11T22:25:11.050Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39232026-08-11T22:25:11.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-11T22:25:11.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-11T22:25:11.811Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39262026-08-11T22:25:22.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39272026-08-11T22:25:22.604Z
39282026-08-11T22:25:22.604Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39292026-08-11T22:25:23.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-11T22:25:23.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-11T22:25:23.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-11T22:25:23.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-11T22:25:23.173Z
39342026-08-11T22:25:23.173Zinfo: running `cargo check --bins` on installinator-common (211/334)
39352026-08-11T22:25:23.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-11T22:25:23.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-11T22:25:23.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-11T22:25:23.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39392026-08-11T22:25:23.784Z
39402026-08-11T22:25:23.784Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39412026-08-11T22:25:24.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-11T22:25:24.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-11T22:25:24.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-11T22:25:24.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-08-11T22:25:24.313Z
39462026-08-11T22:25:24.313Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39472026-08-11T22:25:24.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-11T22:25:24.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-11T22:25:24.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-11T22:25:24.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-08-11T22:25:24.916Z
39522026-08-11T22:25:24.916Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39532026-08-11T22:25:25.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-11T22:25:25.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-11T22:25:25.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-11T22:25:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-11T22:25:25.494Z
39582026-08-11T22:25:25.494Zinfo: running `cargo check --bins` on range-requests (215/334)
39592026-08-11T22:25:25.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-11T22:25:25.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-11T22:25:25.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-11T22:25:25.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-11T22:25:26.067Z
39642026-08-11T22:25:26.067Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39652026-08-11T22:25:26.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-11T22:25:26.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-11T22:25:26.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-11T22:25:26.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39692026-08-11T22:25:26.639Z
39702026-08-11T22:25:26.639Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39712026-08-11T22:25:27.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-11T22:25:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-11T22:25:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-11T22:25:27.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-08-11T22:25:27.204Z
39762026-08-11T22:25:27.204Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39772026-08-11T22:25:27.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-11T22:25:27.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-11T22:25:27.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-11T22:25:27.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-11T22:25:27.813Z
39822026-08-11T22:25:27.813Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39832026-08-11T22:25:28.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-11T22:25:28.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-11T22:25:28.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-11T22:25:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-11T22:25:28.401Z
39882026-08-11T22:25:28.401Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39892026-08-11T22:25:28.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-11T22:25:28.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-11T22:25:28.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-11T22:25:28.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-11T22:25:29.002Z
39942026-08-11T22:25:29.002Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
39952026-08-11T22:25:29.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-11T22:25:29.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-11T22:25:29.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-11T22:25:29.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-11T22:25:29.604Z
40002026-08-11T22:25:29.604Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
40012026-08-11T22:25:30.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-11T22:25:30.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-11T22:25:30.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-11T22:25:30.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-11T22:25:30.220Z
40062026-08-11T22:25:30.220Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40072026-08-11T22:25:30.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-11T22:25:30.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-11T22:25:30.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-11T22:25:30.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-11T22:25:30.802Z
40122026-08-11T22:25:30.802Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40132026-08-11T22:25:31.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-11T22:25:31.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-11T22:25:31.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-11T22:25:31.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-11T22:25:31.397Z
40182026-08-11T22:25:31.397Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40192026-08-11T22:25:31.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-11T22:25:31.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-11T22:25:31.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-11T22:25:31.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-11T22:25:31.985Z
40242026-08-11T22:25:31.985Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40252026-08-11T22:25:32.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-11T22:25:32.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-11T22:25:32.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-11T22:25:32.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-08-11T22:25:32.581Z
40302026-08-11T22:25:32.581Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40312026-08-11T22:25:33.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-11T22:25:33.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-11T22:25:33.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-11T22:25:33.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-11T22:25:33.183Z
40362026-08-11T22:25:33.183Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40372026-08-11T22:25:33.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-11T22:25:33.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-11T22:25:33.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-11T22:25:33.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40412026-08-11T22:25:33.814Z
40422026-08-11T22:25:33.814Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40432026-08-11T22:25:34.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-11T22:25:34.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-11T22:25:34.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-11T22:25:34.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-11T22:25:34.414Z
40482026-08-11T22:25:34.414Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40492026-08-11T22:25:34.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-11T22:25:34.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-11T22:25:34.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-11T22:25:34.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40532026-08-11T22:25:35.030Z
40542026-08-11T22:25:35.030Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40552026-08-11T22:25:35.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-11T22:25:35.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-11T22:25:35.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-11T22:25:35.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40592026-08-11T22:25:35.653Z
40602026-08-11T22:25:35.653Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40612026-08-11T22:25:36.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-11T22:25:36.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-11T22:25:36.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-11T22:25:36.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40652026-08-11T22:25:36.281Z
40662026-08-11T22:25:36.281Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40672026-08-11T22:25:36.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-11T22:25:36.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-11T22:25:36.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-08-11T22:25:36.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40712026-08-11T22:25:36.842Z
40722026-08-11T22:25:36.842Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40732026-08-11T22:25:37.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-08-11T22:25:37.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-08-11T22:25:37.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-08-11T22:25:37.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40772026-08-11T22:25:37.431Z
40782026-08-11T22:25:37.431Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40792026-08-11T22:25:37.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-08-11T22:25:37.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-08-11T22:25:37.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-08-11T22:25:37.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40832026-08-11T22:25:38.023Z
40842026-08-11T22:25:38.024Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40852026-08-11T22:25:38.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-08-11T22:25:38.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-08-11T22:25:38.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-08-11T22:25:38.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-08-11T22:25:38.610Z
40902026-08-11T22:25:38.610Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40912026-08-11T22:25:39.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-08-11T22:25:39.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-08-11T22:25:39.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-08-11T22:25:39.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40952026-08-11T22:25:39.162Z
40962026-08-11T22:25:39.162Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
40972026-08-11T22:25:39.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-08-11T22:25:39.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-08-11T22:25:39.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-08-11T22:25:39.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41012026-08-11T22:25:39.721Z
41022026-08-11T22:25:39.721Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
41032026-08-11T22:25:40.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-11T22:25:40.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-11T22:25:40.424Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41062026-08-11T22:25:40.838Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41072026-08-11T22:25:42.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
41082026-08-11T22:25:42.214Z
41092026-08-11T22:25:42.214Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41102026-08-11T22:25:42.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-08-11T22:25:42.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-08-11T22:25:42.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-08-11T22:25:42.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41142026-08-11T22:25:42.791Z
41152026-08-11T22:25:42.791Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41162026-08-11T22:25:43.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-08-11T22:25:43.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-08-11T22:25:43.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-08-11T22:25:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41202026-08-11T22:25:43.365Z
41212026-08-11T22:25:43.365Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41222026-08-11T22:25:43.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-08-11T22:25:43.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-08-11T22:25:43.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-08-11T22:25:43.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41262026-08-11T22:25:43.944Z
41272026-08-11T22:25:43.944Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41282026-08-11T22:25:44.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-08-11T22:25:44.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-08-11T22:25:44.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-08-11T22:25:44.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41322026-08-11T22:25:44.521Z
41332026-08-11T22:25:44.521Zinfo: running `cargo check --bins` on installinator-client (244/334)
41342026-08-11T22:25:45.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-08-11T22:25:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-08-11T22:25:45.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-08-11T22:25:45.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41382026-08-11T22:25:45.116Z
41392026-08-11T22:25:45.116Zinfo: running `cargo check --bins` on oxide-client (245/334)
41402026-08-11T22:25:45.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-08-11T22:25:45.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-08-11T22:25:45.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-08-11T22:25:45.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41442026-08-11T22:25:45.670Z
41452026-08-11T22:25:45.670Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41462026-08-11T22:25:46.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-08-11T22:25:46.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-08-11T22:25:46.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-08-11T22:25:46.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41502026-08-11T22:25:46.231Z
41512026-08-11T22:25:46.232Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41522026-08-11T22:25:46.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-08-11T22:25:46.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-08-11T22:25:46.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-08-11T22:25:46.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41562026-08-11T22:25:46.829Z
41572026-08-11T22:25:46.829Zinfo: running `cargo check --bins` on wicket-common (248/334)
41582026-08-11T22:25:47.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-08-11T22:25:47.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-08-11T22:25:47.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-08-11T22:25:47.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41622026-08-11T22:25:47.411Z
41632026-08-11T22:25:47.412Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41642026-08-11T22:25:47.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-08-11T22:25:47.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-08-11T22:25:47.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-08-11T22:25:47.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41682026-08-11T22:25:48.071Z
41692026-08-11T22:25:48.071Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41702026-08-11T22:25:48.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-08-11T22:25:48.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-08-11T22:25:48.675Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41732026-08-11T22:25:48.786Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41742026-08-11T22:25:49.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41752026-08-11T22:25:50.037Z
41762026-08-11T22:25:50.037Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41772026-08-11T22:25:50.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-08-11T22:25:50.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-08-11T22:25:50.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41802026-08-11T22:25:50.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41812026-08-11T22:25:50.617Z
41822026-08-11T22:25:50.617Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41832026-08-11T22:25:51.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-11T22:25:51.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-11T22:25:51.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-08-11T22:25:51.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41872026-08-11T22:25:51.281Z
41882026-08-11T22:25:51.281Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41892026-08-11T22:25:51.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-11T22:25:51.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-11T22:25:51.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-08-11T22:25:51.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41932026-08-11T22:25:51.943Z
41942026-08-11T22:25:51.943Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
41952026-08-11T22:25:52.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-08-11T22:25:52.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-08-11T22:25:52.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-08-11T22:25:52.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-08-11T22:25:52.574Z
42002026-08-11T22:25:52.575Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
42012026-08-11T22:25:53.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-08-11T22:25:53.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-08-11T22:25:53.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-08-11T22:25:53.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-08-11T22:25:53.213Z
42062026-08-11T22:25:53.213Zinfo: running `cargo check --bins` on db-macros (256/334)
42072026-08-11T22:25:53.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-11T22:25:53.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-11T22:25:53.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-08-11T22:25:53.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42112026-08-11T22:25:53.777Z
42122026-08-11T22:25:53.777Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42132026-08-11T22:25:54.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-11T22:25:54.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-11T22:25:54.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-08-11T22:25:54.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42172026-08-11T22:25:54.342Z
42182026-08-11T22:25:54.342Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42192026-08-11T22:25:54.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-11T22:25:54.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-11T22:25:54.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-08-11T22:25:54.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42232026-08-11T22:25:54.975Z
42242026-08-11T22:25:54.975Zinfo: running `cargo check --bins` on authz-macros (259/334)
42252026-08-11T22:25:55.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-08-11T22:25:55.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-08-11T22:25:55.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-08-11T22:25:55.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42292026-08-11T22:25:55.525Z
42302026-08-11T22:25:55.525Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42312026-08-11T22:25:56.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-11T22:25:56.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-11T22:25:56.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-08-11T22:25:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42352026-08-11T22:25:56.135Z
42362026-08-11T22:25:56.135Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42372026-08-11T22:25:56.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-11T22:25:56.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-11T22:25:56.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-08-11T22:25:56.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42412026-08-11T22:25:56.747Z
42422026-08-11T22:25:56.748Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42432026-08-11T22:25:57.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-11T22:25:57.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-11T22:25:57.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-11T22:25:57.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42472026-08-11T22:25:57.305Z
42482026-08-11T22:25:57.305Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42492026-08-11T22:25:57.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-11T22:25:57.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-11T22:25:57.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-11T22:25:57.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42532026-08-11T22:25:57.871Z
42542026-08-11T22:25:57.871Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42552026-08-11T22:25:58.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-11T22:25:58.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-11T22:25:58.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-11T22:25:58.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42592026-08-11T22:25:58.425Z
42602026-08-11T22:25:58.425Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42612026-08-11T22:25:58.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-11T22:25:58.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-11T22:25:58.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-11T22:25:58.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42652026-08-11T22:25:59.044Z
42662026-08-11T22:25:59.044Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42672026-08-11T22:25:59.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-11T22:25:59.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-11T22:25:59.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-08-11T22:25:59.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42712026-08-11T22:25:59.662Z
42722026-08-11T22:25:59.662Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42732026-08-11T22:26:00.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-08-11T22:26:00.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-08-11T22:26:00.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-08-11T22:26:00.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42772026-08-11T22:26:00.285Z
42782026-08-11T22:26:00.285Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42792026-08-11T22:26:00.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-08-11T22:26:00.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-08-11T22:26:01.000Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42822026-08-11T22:26:01.005Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42832026-08-11T22:26:01.671Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42842026-08-11T22:26:03.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
42852026-08-11T22:26:03.576Z
42862026-08-11T22:26:03.576Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42872026-08-11T22:26:04.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-11T22:26:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-11T22:26:04.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-11T22:26:04.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42912026-08-11T22:26:04.146Z
42922026-08-11T22:26:04.146Zinfo: running `cargo check --bins` on cert-dev (270/334)
42932026-08-11T22:26:04.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-11T22:26:04.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-11T22:26:04.743Z Checking yasna v0.5.2
42962026-08-11T22:26:05.144Z Checking rcgen v0.12.1
42972026-08-11T22:26:05.398Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42982026-08-11T22:26:05.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
42992026-08-11T22:26:05.758Z
43002026-08-11T22:26:05.758Zinfo: running `cargo check --bins` on clickana (271/334)
43012026-08-11T22:26:06.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-11T22:26:06.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-11T22:26:06.391Z Compiling instability v0.3.11
43042026-08-11T22:26:06.395Z Checking castaway v0.2.4
43052026-08-11T22:26:06.395Z Compiling indoc v2.0.7
43062026-08-11T22:26:06.496Z Checking unicode-truncate v1.1.0
43072026-08-11T22:26:06.509Z Checking lru v0.12.5
43082026-08-11T22:26:06.517Z Checking cassowary v0.3.0
43092026-08-11T22:26:06.588Z Checking compact_str v0.8.1
43102026-08-11T22:26:07.382Z Checking ratatui v0.29.0
43112026-08-11T22:26:08.435Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43122026-08-11T22:26:09.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
43132026-08-11T22:26:09.342Z
43142026-08-11T22:26:09.342Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43152026-08-11T22:26:09.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-08-11T22:26:09.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-08-11T22:26:10.047Z Checking headers-core v0.3.0
43182026-08-11T22:26:10.050Z Checking port-file v0.1.0
43192026-08-11T22:26:10.050Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43202026-08-11T22:26:10.243Z Checking headers v0.4.1
43212026-08-11T22:26:10.621Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-08-11T22:26:11.570Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43232026-08-11T22:26:12.089Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43242026-08-11T22:26:12.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
43252026-08-11T22:26:12.722Z
43262026-08-11T22:26:12.722Zinfo: running `cargo check --bins` on ch-dev (273/334)
43272026-08-11T22:26:13.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-08-11T22:26:13.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-08-11T22:26:13.420Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43302026-08-11T22:26:14.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43312026-08-11T22:26:14.366Z
43322026-08-11T22:26:14.366Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43332026-08-11T22:26:14.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-08-11T22:26:14.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-08-11T22:26:14.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-08-11T22:26:14.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43372026-08-11T22:26:14.781Z
43382026-08-11T22:26:14.781Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43392026-08-11T22:26:15.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-08-11T22:26:15.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-08-11T22:26:15.399Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43422026-08-11T22:26:15.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43432026-08-11T22:26:15.947Z
43442026-08-11T22:26:15.947Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43452026-08-11T22:26:16.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-08-11T22:26:16.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-08-11T22:26:16.646Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-08-11T22:26:17.739Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43492026-08-11T22:26:18.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
43502026-08-11T22:26:18.307Z
43512026-08-11T22:26:18.307Zinfo: running `cargo check --bins` on db-dev (277/334)
43522026-08-11T22:26:18.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-08-11T22:26:18.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-08-11T22:26:18.989Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43552026-08-11T22:26:19.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43562026-08-11T22:26:19.938Z
43572026-08-11T22:26:19.938Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43582026-08-11T22:26:20.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-08-11T22:26:20.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-08-11T22:26:20.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-08-11T22:26:20.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43622026-08-11T22:26:20.542Z
43632026-08-11T22:26:20.542Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43642026-08-11T22:26:21.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-11T22:26:21.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-11T22:26:21.146Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43672026-08-11T22:26:21.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43682026-08-11T22:26:22.008Z
43692026-08-11T22:26:22.008Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43702026-08-11T22:26:22.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-11T22:26:22.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-11T22:26:22.756Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43732026-08-11T22:26:22.756Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43742026-08-11T22:26:22.764Z Checking git-stub v1.0.0
43752026-08-11T22:26:22.764Z Compiling trait-variant v0.1.2
43762026-08-11T22:26:22.865Z Checking is_ci v1.2.0
43772026-08-11T22:26:22.875Z Checking maplit v1.0.2
43782026-08-11T22:26:22.893Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43792026-08-11T22:26:22.907Z Checking drift v0.2.0
43802026-08-11T22:26:22.954Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43812026-08-11T22:26:22.967Z Checking supports-color v3.0.2
43822026-08-11T22:26:23.040Z Checking git-stub-vcs v0.1.0
43832026-08-11T22:26:23.072Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43842026-08-11T22:26:23.093Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43852026-08-11T22:26:23.122Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43862026-08-11T22:26:23.230Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43872026-08-11T22:26:23.246Z Checking dropshot-api-manager v0.7.2
43882026-08-11T22:26:23.300Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43892026-08-11T22:26:23.382Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43902026-08-11T22:26:23.610Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43912026-08-11T22:26:24.111Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43922026-08-11T22:26:25.081Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43932026-08-11T22:26:26.062Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43942026-08-11T22:26:26.765Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43952026-08-11T22:26:27.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
43962026-08-11T22:26:27.408Z
43972026-08-11T22:26:27.408Zinfo: running `cargo check --bins` on installinator-api (281/334)
43982026-08-11T22:26:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-08-11T22:26:27.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-08-11T22:26:27.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-08-11T22:26:27.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44022026-08-11T22:26:27.983Z
44032026-08-11T22:26:27.983Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44042026-08-11T22:26:28.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-08-11T22:26:28.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-08-11T22:26:28.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-08-11T22:26:28.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44082026-08-11T22:26:28.586Z
44092026-08-11T22:26:28.586Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44102026-08-11T22:26:29.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-08-11T22:26:29.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-08-11T22:26:29.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-08-11T22:26:29.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44142026-08-11T22:26:29.194Z
44152026-08-11T22:26:29.194Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44162026-08-11T22:26:29.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-08-11T22:26:29.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-08-11T22:26:29.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-08-11T22:26:29.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44202026-08-11T22:26:29.793Z
44212026-08-11T22:26:29.793Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44222026-08-11T22:26:30.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-11T22:26:30.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-11T22:26:30.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-08-11T22:26:30.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44262026-08-11T22:26:30.364Z
44272026-08-11T22:26:30.364Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44282026-08-11T22:26:30.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-11T22:26:30.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-11T22:26:30.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-11T22:26:30.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44322026-08-11T22:26:30.927Z
44332026-08-11T22:26:30.927Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44342026-08-11T22:26:31.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-11T22:26:31.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-11T22:26:31.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-11T22:26:31.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44382026-08-11T22:26:31.509Z
44392026-08-11T22:26:31.509Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44402026-08-11T22:26:31.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-11T22:26:31.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-11T22:26:31.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-08-11T22:26:32.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44442026-08-11T22:26:32.085Z
44452026-08-11T22:26:32.085Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44462026-08-11T22:26:32.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-11T22:26:32.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-11T22:26:32.692Z Compiling blake3 v1.8.5
44492026-08-11T22:26:32.801Z Checking constant_time_eq v0.4.2
44502026-08-11T22:26:32.804Z Checking arrayvec v0.7.6
44512026-08-11T22:26:32.804Z Checking arrayref v0.3.9
44522026-08-11T22:26:32.821Z Checking cargo-platform v0.3.2
44532026-08-11T22:26:32.821Z Checking topological-sort v0.2.2
44542026-08-11T22:26:32.826Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44552026-08-11T22:26:32.969Z Checking cargo_metadata v0.23.1
44562026-08-11T22:26:33.570Z Checking omicron-zone-package v0.12.3
44572026-08-11T22:26:34.272Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44582026-08-11T22:26:35.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
44592026-08-11T22:26:35.269Z
44602026-08-11T22:26:35.269Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44612026-08-11T22:26:35.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-08-11T22:26:35.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-08-11T22:26:35.984Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44642026-08-11T22:26:36.612Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44652026-08-11T22:26:37.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44662026-08-11T22:26:37.320Z
44672026-08-11T22:26:37.320Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44682026-08-11T22:26:37.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-11T22:26:37.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-11T22:26:38.283Z Compiling darling_core v0.21.3
44712026-08-11T22:26:38.283Z Compiling vergen-lib v0.1.6
44722026-08-11T22:26:38.283Z Compiling diesel_derives v2.3.7
44732026-08-11T22:26:38.289Z Checking scheduled-thread-pool v0.2.7
44742026-08-11T22:26:38.289Z Compiling vergen-gitcl v1.0.8
44752026-08-11T22:26:38.289Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44762026-08-11T22:26:38.289Z Compiling diesel_table_macro_syntax v0.3.0
44772026-08-11T22:26:38.507Z Compiling dirs-sys-next v0.1.2
44782026-08-11T22:26:38.615Z Compiling crunchy v0.2.4
44792026-08-11T22:26:38.629Z Compiling glob v0.3.3
44802026-08-11T22:26:38.645Z Compiling dirs-next v2.0.0
44812026-08-11T22:26:38.660Z Checking r2d2 v0.8.10
44822026-08-11T22:26:38.788Z Compiling tiny-keccak v2.0.2
44832026-08-11T22:26:38.791Z Checking downcast-rs v2.0.2
44842026-08-11T22:26:38.845Z Compiling term v0.7.0
44852026-08-11T22:26:38.977Z Compiling bit-vec v0.6.3
44862026-08-11T22:26:39.016Z Compiling clang-sys v1.8.1
44872026-08-11T22:26:39.094Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44882026-08-11T22:26:39.198Z Compiling bit-set v0.5.3
44892026-08-11T22:26:39.285Z Compiling ascii-canvas v3.0.0
44902026-08-11T22:26:39.360Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44912026-08-11T22:26:39.383Z Compiling itertools v0.10.5
44922026-08-11T22:26:39.439Z Compiling ena v0.14.4
44932026-08-11T22:26:39.466Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44942026-08-11T22:26:39.496Z Compiling libloading v0.8.9
44952026-08-11T22:26:39.513Z Compiling regex-syntax v0.6.29
44962026-08-11T22:26:39.531Z Compiling bindgen v0.71.1
44972026-08-11T22:26:39.652Z Compiling diff v0.1.13
44982026-08-11T22:26:39.949Z Compiling cexpr v0.6.0
44992026-08-11T22:26:39.966Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45002026-08-11T22:26:40.143Z Compiling rustc-hash v2.1.1
45012026-08-11T22:26:40.161Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45022026-08-11T22:26:40.426Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45032026-08-11T22:26:40.465Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45042026-08-11T22:26:40.509Z Compiling libxml v0.3.3
45052026-08-11T22:26:40.618Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45062026-08-11T22:26:40.760Z Compiling strum_macros v0.24.3
45072026-08-11T22:26:40.778Z Compiling indoc v1.0.9
45082026-08-11T22:26:40.831Z Compiling lalrpop v0.19.12
45092026-08-11T22:26:40.918Z Compiling darling_macro v0.21.3
45102026-08-11T22:26:41.431Z Compiling darling v0.21.3
45112026-08-11T22:26:41.536Z Compiling dsl_auto_type v0.2.0
45122026-08-11T22:26:41.690Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-08-11T22:26:41.876Z Checking derive_builder v0.20.2
45142026-08-11T22:26:41.997Z Compiling oso-derive v0.27.3
45152026-08-11T22:26:42.101Z Checking quick-xml v0.37.5
45162026-08-11T22:26:42.148Z Compiling impl-trait-for-tuples v0.2.3
45172026-08-11T22:26:42.546Z Checking openssl-probe v0.1.6
45182026-08-11T22:26:42.645Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45192026-08-11T22:26:42.977Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45202026-08-11T22:26:43.167Z Checking bb8 v0.8.6
45212026-08-11T22:26:43.245Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45222026-08-11T22:26:43.389Z Checking nonempty v0.12.0
45232026-08-11T22:26:43.452Z Compiling libz-sys v1.1.24
45242026-08-11T22:26:43.473Z Compiling strsim v0.10.0
45252026-08-11T22:26:43.558Z Compiling libgit2-sys v0.18.3+1.9.2
45262026-08-11T22:26:43.689Z Compiling darling_core v0.13.4
45272026-08-11T22:26:43.866Z Compiling vergen-git2 v9.1.0
45282026-08-11T22:26:44.080Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45292026-08-11T22:26:44.102Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45302026-08-11T22:26:44.290Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45312026-08-11T22:26:44.504Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45322026-08-11T22:26:44.689Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45332026-08-11T22:26:44.875Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45342026-08-11T22:26:45.070Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45352026-08-11T22:26:45.091Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45362026-08-11T22:26:45.255Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45372026-08-11T22:26:45.445Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45382026-08-11T22:26:45.593Z Compiling darling_macro v0.13.4
45392026-08-11T22:26:45.630Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45402026-08-11T22:26:45.819Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45412026-08-11T22:26:46.080Z Compiling darling v0.13.4
45422026-08-11T22:26:46.187Z Compiling serde_with_macros v1.5.2
45432026-08-11T22:26:46.232Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45442026-08-11T22:26:46.614Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45452026-08-11T22:26:47.018Z Compiling serde_with v1.14.0
45462026-08-11T22:26:47.091Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45472026-08-11T22:26:47.196Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45482026-08-11T22:26:47.448Z Checking diesel v2.3.7
45492026-08-11T22:26:48.157Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45502026-08-11T22:26:48.880Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45512026-08-11T22:26:49.031Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45522026-08-11T22:26:49.765Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45532026-08-11T22:26:49.819Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45542026-08-11T22:26:50.332Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45552026-08-11T22:26:50.417Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45562026-08-11T22:26:50.494Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45572026-08-11T22:26:50.684Z Checking twox-hash v2.1.2
45582026-08-11T22:26:50.994Z Checking libsw-core v0.3.2
45592026-08-11T22:26:51.152Z Checking atty v0.2.14
45602026-08-11T22:26:51.172Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45612026-08-11T22:26:51.255Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45622026-08-11T22:26:51.563Z Checking libsw v3.5.0
45632026-08-11T22:26:51.581Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45642026-08-11T22:26:51.730Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45652026-08-11T22:26:51.748Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45662026-08-11T22:26:52.769Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45672026-08-11T22:26:53.041Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45682026-08-11T22:26:53.497Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45692026-08-11T22:26:53.776Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45702026-08-11T22:26:53.811Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45712026-08-11T22:26:54.000Z Checking console v0.16.2
45722026-08-11T22:26:54.323Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45732026-08-11T22:26:54.472Z Checking fatfs v0.3.6
45742026-08-11T22:26:54.749Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45752026-08-11T22:26:54.922Z Checking unit-prefix v0.5.2
45762026-08-11T22:26:55.059Z Compiling seq-macro v0.3.6
45772026-08-11T22:26:55.563Z Checking indicatif v0.18.4
45782026-08-11T22:26:55.985Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45792026-08-11T22:26:56.102Z Checking oxide-update-engine-display v0.1.2
45802026-08-11T22:26:56.415Z Checking support-bundle-viewer v0.1.2
45812026-08-11T22:26:56.652Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45822026-08-11T22:26:56.669Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45832026-08-11T22:26:56.687Z Checking multimap v0.10.1
45842026-08-11T22:27:02.764Z Checking async-bb8-diesel v0.2.1
45852026-08-11T22:27:03.124Z Checking diesel-dtrace v0.5.0
45862026-08-11T22:27:06.096Z Compiling samael v0.0.19
45872026-08-11T22:27:11.340Z Compiling git2 v0.20.4
45882026-08-11T22:27:12.259Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45892026-08-11T22:27:13.076Z Compiling polar-core v0.27.3
45902026-08-11T22:27:13.759Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45912026-08-11T22:27:17.516Z Checking oso v0.27.3
45922026-08-11T22:27:50.035Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45932026-08-11T22:29:05.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45942026-08-11T22:29:05.345Z
45952026-08-11T22:29:05.346Zinfo: running `cargo check --bins` on nexus-networking (292/334)
45962026-08-11T22:29:05.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-08-11T22:29:05.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-08-11T22:29:05.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45992026-08-11T22:29:05.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46002026-08-11T22:29:06.014Z
46012026-08-11T22:29:06.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
46022026-08-11T22:29:06.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-08-11T22:29:06.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-08-11T22:29:06.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46052026-08-11T22:29:06.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46062026-08-11T22:29:06.820Z
46072026-08-11T22:29:06.820Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46082026-08-11T22:29:07.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-08-11T22:29:07.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-08-11T22:29:07.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46112026-08-11T22:29:07.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46122026-08-11T22:29:07.274Z
46132026-08-11T22:29:07.274Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46142026-08-11T22:29:07.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-11T22:29:07.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-11T22:29:07.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-11T22:29:07.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46182026-08-11T22:29:07.832Z
46192026-08-11T22:29:07.832Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46202026-08-11T22:29:08.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-11T22:29:08.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-11T22:29:08.654Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46232026-08-11T22:29:09.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46242026-08-11T22:29:09.618Z
46252026-08-11T22:29:09.618Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46262026-08-11T22:29:10.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-11T22:29:10.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-11T22:29:10.440Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46292026-08-11T22:29:49.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.86s
46302026-08-11T22:29:49.692Z
46312026-08-11T22:29:49.692Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46322026-08-11T22:29:50.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-08-11T22:29:50.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-08-11T22:29:50.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46352026-08-11T22:29:50.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46362026-08-11T22:29:50.261Z
46372026-08-11T22:29:50.261Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46382026-08-11T22:29:50.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-08-11T22:29:50.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-08-11T22:29:50.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-08-11T22:29:50.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46422026-08-11T22:29:50.832Z
46432026-08-11T22:29:50.832Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46442026-08-11T22:29:51.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-08-11T22:29:51.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-08-11T22:29:51.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46472026-08-11T22:29:51.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46482026-08-11T22:29:51.460Z
46492026-08-11T22:29:51.460Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46502026-08-11T22:29:51.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-08-11T22:29:51.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-08-11T22:29:51.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46532026-08-11T22:29:51.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46542026-08-11T22:29:52.082Z
46552026-08-11T22:29:52.082Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46562026-08-11T22:29:52.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-08-11T22:29:52.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-08-11T22:29:52.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-08-11T22:29:52.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46602026-08-11T22:29:52.720Z
46612026-08-11T22:29:52.720Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46622026-08-11T22:29:53.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-08-11T22:29:53.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-08-11T22:29:53.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46652026-08-11T22:29:53.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46662026-08-11T22:29:53.345Z
46672026-08-11T22:29:53.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46682026-08-11T22:29:53.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-11T22:29:53.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-11T22:29:53.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46712026-08-11T22:29:53.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46722026-08-11T22:29:53.982Z
46732026-08-11T22:29:53.982Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46742026-08-11T22:29:54.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-11T22:29:54.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-11T22:29:54.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-08-11T22:29:54.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46782026-08-11T22:29:54.616Z
46792026-08-11T22:29:54.616Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46802026-08-11T22:29:55.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-11T22:29:55.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-11T22:29:55.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-08-11T22:29:55.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46842026-08-11T22:29:55.218Z
46852026-08-11T22:29:55.218Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46862026-08-11T22:29:55.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-11T22:29:55.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-11T22:29:55.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-11T22:29:55.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46902026-08-11T22:29:55.848Z
46912026-08-11T22:29:55.848Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46922026-08-11T22:29:56.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-11T22:29:56.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-11T22:29:56.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-08-11T22:29:56.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46962026-08-11T22:29:56.474Z
46972026-08-11T22:29:56.474Zinfo: running `cargo check --bins` on omicron-dev (309/334)
46982026-08-11T22:29:57.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-11T22:29:57.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-11T22:29:57.366Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47012026-08-11T22:29:57.366Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47022026-08-11T22:29:57.555Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47032026-08-11T22:29:57.583Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47042026-08-11T22:29:57.595Z Checking diff v0.1.13
47052026-08-11T22:29:57.598Z Checking yansi v1.0.1
47062026-08-11T22:29:57.623Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47072026-08-11T22:29:57.638Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47082026-08-11T22:29:57.847Z Checking pretty_assertions v1.4.1
47092026-08-11T22:29:58.626Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47102026-08-11T22:29:58.657Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47112026-08-11T22:30:23.500Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47122026-08-11T22:30:23.504Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47132026-08-11T22:30:23.504Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47142026-08-11T22:30:23.504Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47152026-08-11T22:30:23.504Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47162026-08-11T22:30:23.504Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47172026-08-11T22:30:23.504Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47182026-08-11T22:30:24.412Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47192026-08-11T22:30:24.412Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47202026-08-11T22:30:25.660Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47212026-08-11T22:31:04.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47222026-08-11T22:31:04.171Z
47232026-08-11T22:31:04.171Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47242026-08-11T22:31:04.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-11T22:31:04.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-11T22:31:04.872Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47272026-08-11T22:31:05.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47282026-08-11T22:31:05.714Z
47292026-08-11T22:31:05.714Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47302026-08-11T22:31:06.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-11T22:31:06.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-11T22:31:06.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-11T22:31:06.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47342026-08-11T22:31:06.284Z
47352026-08-11T22:31:06.284Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47362026-08-11T22:31:06.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-11T22:31:06.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-11T22:31:07.048Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47392026-08-11T22:31:07.175Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47402026-08-11T22:31:07.184Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47412026-08-11T22:31:33.889Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47422026-08-11T22:31:34.300Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47432026-08-11T22:31:36.048Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47442026-08-11T22:31:36.526Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47452026-08-11T22:31:39.636Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47462026-08-11T22:32:03.605Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47472026-08-11T22:32:04.338Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47482026-08-11T22:32:06.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.75s
47492026-08-11T22:32:06.236Z
47502026-08-11T22:32:06.236Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47512026-08-11T22:32:06.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-08-11T22:32:06.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-08-11T22:32:06.953Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47542026-08-11T22:32:07.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47552026-08-11T22:32:07.856Z
47562026-08-11T22:32:07.856Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47572026-08-11T22:32:08.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-08-11T22:32:08.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-08-11T22:32:08.479Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47602026-08-11T22:32:08.483Z Compiling fs-err v2.11.0
47612026-08-11T22:32:08.598Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47622026-08-11T22:32:08.608Z Checking parse-size v1.1.0
47632026-08-11T22:32:08.616Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47642026-08-11T22:32:08.620Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47652026-08-11T22:32:08.620Z Checking shell-words v1.1.1
47662026-08-11T22:32:08.707Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47672026-08-11T22:32:09.041Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47682026-08-11T22:32:09.218Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47692026-08-11T22:32:09.890Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47702026-08-11T22:32:10.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47712026-08-11T22:32:11.023Z
47722026-08-11T22:32:11.023Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47732026-08-11T22:32:11.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-11T22:32:11.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-11T22:32:11.661Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47762026-08-11T22:32:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
47772026-08-11T22:32:12.330Z
47782026-08-11T22:32:12.330Zinfo: running `cargo check --bins` on schema (316/334)
47792026-08-11T22:32:12.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-08-11T22:32:12.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-08-11T22:32:13.058Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47822026-08-11T22:32:13.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47832026-08-11T22:32:13.950Z
47842026-08-11T22:32:13.951Zinfo: running `cargo check --bins` on xtask (317/334)
47852026-08-11T22:32:14.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-08-11T22:32:14.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-08-11T22:32:14.357Z Checking serde_core v1.0.228
47882026-08-11T22:32:14.357Z Checking libc v0.2.185
47892026-08-11T22:32:14.360Z Checking bitflags v2.11.0
47902026-08-11T22:32:14.444Z Checking scroll v0.12.0
47912026-08-11T22:32:14.448Z Checking thiserror v1.0.69
47922026-08-11T22:32:14.457Z Checking log v0.4.29
47932026-08-11T22:32:14.464Z Checking indexmap v2.14.0
47942026-08-11T22:32:14.468Z Checking zerocopy v0.7.35
47952026-08-11T22:32:14.540Z Checking syn v2.0.117
47962026-08-11T22:32:14.575Z Checking dtrace-parser v0.2.0
47972026-08-11T22:32:14.596Z Checking once_cell v1.21.3
47982026-08-11T22:32:14.656Z Checking goblin v0.8.2
47992026-08-11T22:32:14.718Z Checking errno v0.3.14
48002026-08-11T22:32:14.770Z Checking thread-id v4.2.2
48012026-08-11T22:32:14.816Z Checking getrandom v0.4.1
48022026-08-11T22:32:14.834Z Checking rustix v1.1.3
48032026-08-11T22:32:14.846Z Checking memmap v0.7.0
48042026-08-11T22:32:14.944Z Checking thiserror v2.0.18
48052026-08-11T22:32:14.965Z Checking fs-err v3.3.0
48062026-08-11T22:32:14.974Z Checking tabled v0.15.0
48072026-08-11T22:32:15.002Z Checking anyhow v1.0.102
48082026-08-11T22:32:15.608Z Checking terminal_size v0.4.3
48092026-08-11T22:32:15.608Z Checking tempfile v3.25.0
48102026-08-11T22:32:15.719Z Checking clap_builder v4.6.0
48112026-08-11T22:32:15.723Z Checking textwrap v0.16.2
48122026-08-11T22:32:15.886Z Checking serde v1.0.228
48132026-08-11T22:32:15.890Z Checking serde_json v1.0.151
48142026-08-11T22:32:15.890Z Checking camino v1.2.2
48152026-08-11T22:32:15.922Z Checking cargo-platform v0.3.2
48162026-08-11T22:32:16.076Z Checking semver v1.0.28
48172026-08-11T22:32:16.145Z Checking camino-tempfile v1.4.1
48182026-08-11T22:32:16.279Z Checking serde_spanned v0.6.9
48192026-08-11T22:32:16.280Z Checking toml_datetime v0.6.11
48202026-08-11T22:32:16.285Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48212026-08-11T22:32:16.306Z Checking macaddr v1.0.1
48222026-08-11T22:32:16.450Z Checking toml_edit v0.22.27
48232026-08-11T22:32:16.485Z Checking dof v0.3.0
48242026-08-11T22:32:16.485Z Checking cargo_metadata v0.23.1
48252026-08-11T22:32:16.760Z Checking usdt-impl v0.5.0
48262026-08-11T22:32:16.912Z Checking clap v4.6.1
48272026-08-11T22:32:17.021Z Checking usdt v0.5.0
48282026-08-11T22:32:17.427Z Checking toml v0.8.23
48292026-08-11T22:32:17.682Z Checking cargo_toml v0.21.0
48302026-08-11T22:32:18.450Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48312026-08-11T22:32:18.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
48322026-08-11T22:32:18.994Z
48332026-08-11T22:32:18.994Zinfo: running `cargo check --bins` on dnsadm (318/334)
48342026-08-11T22:32:19.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-11T22:32:19.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-11T22:32:19.473Z Checking arc-swap v1.8.2
48372026-08-11T22:32:19.739Z Checking slog-scope v4.4.1
48382026-08-11T22:32:19.889Z Checking slog-stdlog v4.1.1
48392026-08-11T22:32:19.943Z Checking slog-envlogger v2.2.0
48402026-08-11T22:32:20.065Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48412026-08-11T22:32:20.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
48422026-08-11T22:32:20.740Z
48432026-08-11T22:32:20.740Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48442026-08-11T22:32:21.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-08-11T22:32:21.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-08-11T22:32:21.549Z Checking cpubits v0.1.1
48472026-08-11T22:32:21.616Z Checking pem-rfc7468 v1.0.0
48482026-08-11T22:32:21.790Z Checking hmac v0.13.0
48492026-08-11T22:32:21.791Z Checking universal-hash v0.6.1
48502026-08-11T22:32:21.791Z Checking ctr v0.10.1
48512026-08-11T22:32:21.791Z Checking aead v0.6.1
48522026-08-11T22:32:21.838Z Checking aes v0.9.1
48532026-08-11T22:32:21.838Z Checking crypto-bigint v0.7.5
48542026-08-11T22:32:21.838Z Checking salsa20 v0.11.0
48552026-08-11T22:32:21.838Z Checking polyval v0.7.1
48562026-08-11T22:32:21.839Z Checking der v0.8.0
48572026-08-11T22:32:21.839Z Checking pbkdf2 v0.13.0
48582026-08-11T22:32:21.839Z Checking cbc v0.2.1
48592026-08-11T22:32:21.880Z Checking ff v0.14.0
48602026-08-11T22:32:21.926Z Checking signature v3.0.0
48612026-08-11T22:32:21.926Z Checking scrypt v0.12.0
48622026-08-11T22:32:21.939Z Checking ghash v0.6.0
48632026-08-11T22:32:21.959Z Checking base16ct v1.0.0
48642026-08-11T22:32:21.992Z Checking group v0.14.0
48652026-08-11T22:32:22.041Z Checking hkdf v0.13.0
48662026-08-11T22:32:22.153Z Compiling curve25519-dalek v5.0.0
48672026-08-11T22:32:22.219Z Checking keccak v0.2.0
48682026-08-11T22:32:22.219Z Checking aes-gcm v0.11.0
48692026-08-11T22:32:22.219Z Checking poly1305 v0.9.0
48702026-08-11T22:32:22.219Z Checking wnaf v0.14.0
48712026-08-11T22:32:22.219Z Checking blowfish v0.10.0
48722026-08-11T22:32:22.263Z Checking blake2 v0.11.0-rc.6
48732026-08-11T22:32:22.263Z Checking sha3 v0.11.0
48742026-08-11T22:32:22.322Z Checking kem v0.3.0
48752026-08-11T22:32:22.344Z Checking bcrypt-pbkdf v0.11.0
48762026-08-11T22:32:22.374Z Checking module-lattice v0.2.3
48772026-08-11T22:32:22.418Z Checking sponge-cursor v0.1.0
48782026-08-11T22:32:22.474Z Checking argon2 v0.6.0-rc.8
48792026-08-11T22:32:22.511Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48802026-08-11T22:32:22.543Z Checking spki v0.8.0
48812026-08-11T22:32:22.981Z Checking sec1 v0.8.1
48822026-08-11T22:32:23.062Z Checking sha3 v0.12.0
48832026-08-11T22:32:23.062Z Checking ml-kem v0.3.2
48842026-08-11T22:32:23.063Z Checking internal-russh-num-bigint v0.5.0
48852026-08-11T22:32:23.063Z Checking pkcs5 v0.8.1
48862026-08-11T22:32:23.063Z Checking pkcs1 v0.8.0-rc.4
48872026-08-11T22:32:23.063Z Checking num-bigint v0.4.6
48882026-08-11T22:32:23.063Z Checking generic-array v1.4.3
48892026-08-11T22:32:23.063Z Compiling enum_dispatch v0.3.13
48902026-08-11T22:32:23.063Z Checking pkcs8 v0.11.0
48912026-08-11T22:32:23.228Z Checking russh-util v0.52.0
48922026-08-11T22:32:23.405Z Checking ed25519 v3.0.0
48932026-08-11T22:32:23.519Z Compiling delegate v0.13.5
48942026-08-11T22:32:23.519Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48952026-08-11T22:32:23.519Z Checking hex-literal v1.1.0
48962026-08-11T22:32:23.519Z Checking ed25519-dalek v3.0.0
48972026-08-11T22:32:23.612Z Checking md5 v0.8.0
48982026-08-11T22:32:23.612Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48992026-08-11T22:32:23.675Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49002026-08-11T22:32:23.755Z Checking socket2 v0.5.10
49012026-08-11T22:32:23.924Z Checking internet-checksum v0.2.1
49022026-08-11T22:32:23.924Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49032026-08-11T22:32:24.012Z Checking elliptic-curve v0.14.1
49042026-08-11T22:32:24.012Z Checking primefield v0.14.0
49052026-08-11T22:32:24.012Z Checking rfc6979 v0.6.0
49062026-08-11T22:32:24.012Z Checking ssh-encoding v0.3.0
49072026-08-11T22:32:24.012Z Checking crypto-primes v0.7.2
49082026-08-11T22:32:24.201Z Checking ssh-cipher v0.3.0
49092026-08-11T22:32:24.201Z Checking russh-cryptovec v0.62.0
49102026-08-11T22:32:24.364Z Checking primeorder v0.14.0
49112026-08-11T22:32:24.439Z Checking ecdsa v0.17.0
49122026-08-11T22:32:24.714Z Checking p384 v0.14.0
49132026-08-11T22:32:24.714Z Checking p521 v0.14.0
49142026-08-11T22:32:24.786Z Checking p256 v0.14.0
49152026-08-11T22:32:24.885Z Checking rsa v0.10.0-rc.18
49162026-08-11T22:32:27.503Z Checking ssh-key v0.7.0-rc.11
49172026-08-11T22:32:28.252Z Checking russh v0.62.4
49182026-08-11T22:32:41.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.05s
49192026-08-11T22:32:41.961Z
49202026-08-11T22:32:41.961Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49212026-08-11T22:32:42.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-11T22:32:42.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-11T22:32:42.576Z Checking termios v0.3.3
49242026-08-11T22:32:42.757Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49252026-08-11T22:32:43.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
49262026-08-11T22:32:43.537Z
49272026-08-11T22:32:43.537Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49282026-08-11T22:32:44.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-11T22:32:44.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-11T22:32:44.220Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49312026-08-11T22:32:44.915Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49322026-08-11T22:32:46.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
49332026-08-11T22:32:46.682Z
49342026-08-11T22:32:46.682Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49352026-08-11T22:32:47.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49362026-08-11T22:32:47.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49372026-08-11T22:32:47.314Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49382026-08-11T22:32:47.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
49392026-08-11T22:32:47.934Z
49402026-08-11T22:32:47.934Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49412026-08-11T22:32:48.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49422026-08-11T22:32:48.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49432026-08-11T22:32:48.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49442026-08-11T22:32:48.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49452026-08-11T22:32:48.483Z
49462026-08-11T22:32:48.483Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49472026-08-11T22:32:48.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49482026-08-11T22:32:48.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49492026-08-11T22:32:48.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49502026-08-11T22:32:48.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49512026-08-11T22:32:49.035Z
49522026-08-11T22:32:49.035Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49532026-08-11T22:32:50.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49542026-08-11T22:32:50.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49552026-08-11T22:32:50.119Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49562026-08-11T22:32:50.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49572026-08-11T22:32:50.548Z
49582026-08-11T22:32:50.548Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49592026-08-11T22:32:51.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49602026-08-11T22:32:51.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49612026-08-11T22:32:51.181Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49622026-08-11T22:32:51.181Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49632026-08-11T22:32:52.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
49642026-08-11T22:32:52.280Z
49652026-08-11T22:32:52.280Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49662026-08-11T22:32:52.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49672026-08-11T22:32:52.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49682026-08-11T22:32:52.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49692026-08-11T22:32:52.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49702026-08-11T22:32:52.841Z
49712026-08-11T22:32:52.841Zinfo: running `cargo check --bins` on omicron-package (328/334)
49722026-08-11T22:32:53.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49732026-08-11T22:32:53.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49742026-08-11T22:32:53.506Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49752026-08-11T22:32:54.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
49762026-08-11T22:32:54.765Z
49772026-08-11T22:32:54.765Zinfo: running `cargo check --bins` on tqdb (329/334)
49782026-08-11T22:32:55.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49792026-08-11T22:32:55.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49802026-08-11T22:32:55.535Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49812026-08-11T22:32:55.885Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49822026-08-11T22:32:56.389Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49832026-08-11T22:32:56.389Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49842026-08-11T22:33:02.659Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49852026-08-11T22:33:02.663Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49862026-08-11T22:33:02.663Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49872026-08-11T22:33:03.272Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49882026-08-11T22:33:03.272Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49892026-08-11T22:33:03.275Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49902026-08-11T22:33:04.056Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49912026-08-11T22:33:04.544Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49922026-08-11T22:33:04.779Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49932026-08-11T22:33:05.117Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49942026-08-11T22:33:05.976Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
49952026-08-11T22:33:06.635Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
49962026-08-11T22:33:11.349Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
49972026-08-11T22:33:18.446Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49982026-08-11T22:33:18.450Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49992026-08-11T22:33:18.450Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50002026-08-11T22:33:18.450Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50012026-08-11T22:33:19.943Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50022026-08-11T22:33:21.227Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50032026-08-11T22:33:21.910Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50042026-08-11T22:33:23.186Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50052026-08-11T22:33:23.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.96s
50062026-08-11T22:33:23.928Z
50072026-08-11T22:33:23.928Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50082026-08-11T22:33:24.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50092026-08-11T22:33:24.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50102026-08-11T22:33:24.627Z Checking rtoolbox v0.0.3
50112026-08-11T22:33:24.630Z Checking tui-tree-widget v0.23.1
50122026-08-11T22:33:24.749Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50132026-08-11T22:33:24.756Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50142026-08-11T22:33:24.844Z Checking rpassword v7.5.4
50152026-08-11T22:33:27.663Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50162026-08-11T22:33:29.493Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50172026-08-11T22:33:30.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s
50182026-08-11T22:33:30.615Z
50192026-08-11T22:33:30.616Zinfo: running `cargo check --bins` on wicket (331/334)
50202026-08-11T22:33:31.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-11T22:33:31.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-11T22:33:31.299Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50232026-08-11T22:33:31.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50242026-08-11T22:33:31.854Z
50252026-08-11T22:33:31.854Zinfo: running `cargo check --bins` on wicketd (332/334)
50262026-08-11T22:33:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-11T22:33:32.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-11T22:33:32.544Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50292026-08-11T22:33:36.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
50302026-08-11T22:33:36.323Z
50312026-08-11T22:33:36.323Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50322026-08-11T22:33:36.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-11T22:33:36.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-11T22:33:36.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-11T22:33:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-11T22:33:36.912Z
50372026-08-11T22:33:36.912Zinfo: running `cargo check --bins` on zone-setup (334/334)
50382026-08-11T22:33:37.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-11T22:33:37.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-11T22:33:37.534Z Checking uzers v0.12.2
50412026-08-11T22:33:37.803Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50422026-08-11T22:33:38.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50432026-08-11T22:33:38.786Z
50442026-08-11T22:33:38.787Zreal 14:00.902904826
50452026-08-11T22:33:38.787Zuser 21:06.565878970
50462026-08-11T22:33:38.787Zsys 4:19.346901417
50472026-08-11T22:33:38.787Ztrap 0.328174790
50482026-08-11T22:33:38.787Ztflt 0.612806710
50492026-08-11T22:33:38.787Zdflt 0.828255900
50502026-08-11T22:33:38.787Zkflt 0.010848546
50512026-08-11T22:33:38.787Zlock 1:29:03.246422617
50522026-08-11T22:33:38.787Zslp 1:40:30.352107192
50532026-08-11T22:33:38.787Zlat 57.292731488
50542026-08-11T22:33:38.790Zstop 4:05.557207496
50552026-08-11T22:33:38.790Zprocess exited: duration 990485 ms, exit code 0
 
50562026-08-11T22:33:38.798Zfound 0 output files