01M0GEK4P9MA7RXQ7CWS2RYHFQ: 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: 01M0GEKHW1QNWGX6Z790HYBESK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T20:43:55.849Zjob assigned to worker 01M0GEKQE4ZBKDJP06N56PFQJA [factory aws, i-0ed770f519835ae94] (queued for 48 s)
 
22026-08-20T20:44:02.272Zstarting task 0: "setup"
32026-08-20T20:44:02.278Z++ uname -s
42026-08-20T20:44:02.281Z+ kern=SunOS
52026-08-20T20:44:02.281Z+ build_user=build
62026-08-20T20:44:02.281Z+ build_uid=12345
72026-08-20T20:44:02.281Z+ work_dir=/work
82026-08-20T20:44:02.281Z+ input_dir=/input
92026-08-20T20:44:02.281Z+ [[ 0 == 12345 ]]
102026-08-20T20:44:02.281Z+ case "$kern" in
112026-08-20T20:44:02.281Z+ groupadd -g 12345 build
122026-08-20T20:44:02.281Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T20:44:04.288Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T20:44:04.375Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T20:44:04.384Z+ home_fs=zfs
162026-08-20T20:44:04.384Z+ [[ zfs == autofs ]]
172026-08-20T20:44:04.384Z+ mkdir -p /home/build
182026-08-20T20:44:04.384Z+ chown build:build /home/build /work
192026-08-20T20:44:06.378Z+ chmod 0700 /home/build /work
202026-08-20T20:44:06.383Zprocess exited: duration 4105 ms, exit code 0
 
212026-08-20T20:44:06.391Zstarting task 1: "rust-toolchain"
222026-08-20T20:44:06.399Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T20:44:06.399Z * rust toolchain channel = "1.97.1"
242026-08-20T20:44:06.399Z * rust toolchain profile = "default"
252026-08-20T20:44:06.399Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T20:44:06.399Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T20:44:06.399Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T20:44:06.399Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T20:44:06.399Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T20:44:06.479Zinfo: downloading installer
312026-08-20T20:44:07.835Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T20:44:07.835Zwarn: /home/build/.rustup/settings.toml
332026-08-20T20:44:07.836Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T20:44:07.836Zwarn: instead of the one inferred from the default host triple.
352026-08-20T20:44:07.842Zinfo: profile set to default
362026-08-20T20:44:07.843Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T20:44:07.843Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T20:44:07.988Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T20:44:07.996Zinfo: downloading 6 components
402026-08-20T20:44:22.615Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T20:44:22.615Z
422026-08-20T20:44:22.644Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T20:44:22.644Z
442026-08-20T20:44:22.644Z
452026-08-20T20:44:22.644ZRust is installed now. Great!
462026-08-20T20:44:22.644Z
472026-08-20T20:44:22.650ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T20:44:22.650Zenvironment variable. This has not been done automatically.
492026-08-20T20:44:22.650Z
502026-08-20T20:44:22.650ZTo configure your current shell, you need to source
512026-08-20T20:44:22.650Zthe corresponding env file under $HOME/.cargo.
522026-08-20T20:44:22.650Z
532026-08-20T20:44:22.650ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T20:44:22.650Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T20:44:22.650Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T20:44:22.651Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T20:44:22.651Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T20:44:22.651Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T20:44:22.651Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T20:44:22.651Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T20:44:22.651Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T20:44:22.743Z+ rustup --version
632026-08-20T20:44:22.750Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T20:44:22.750Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T20:44:22.765Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T20:44:22.774Z+ cargo --version
672026-08-20T20:44:22.781Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T20:44:22.785Z+ rustc --version
692026-08-20T20:44:22.803Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T20:44:22.813Zprocess exited: duration 16413 ms, exit code 0
 
712026-08-20T20:44:22.829Zstarting task 2: "authentication"
722026-08-20T20:44:22.842Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T20:44:22.849Zstarting task 3: "clone repository"
742026-08-20T20:44:22.854Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T20:44:22.859Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T20:44:22.918ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T20:44:35.040Z+ cd /work/oxidecomputer/omicron
782026-08-20T20:44:35.040Z+ git fetch origin c026ac7969e29bde16a5f1f9045416061f07e30a
792026-08-20T20:44:35.347ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T20:44:35.347Z * branch c026ac7969e29bde16a5f1f9045416061f07e30a -> FETCH_HEAD
812026-08-20T20:44:35.372Z+ [[ -n rack-setup-template-toml ]]
822026-08-20T20:44:35.372Z++ git branch --show-current
832026-08-20T20:44:35.372Z+ current=main
842026-08-20T20:44:35.372Z+ [[ main != rack-setup-template-toml ]]
852026-08-20T20:44:35.372Z+ git branch -f rack-setup-template-toml c026ac7969e29bde16a5f1f9045416061f07e30a
862026-08-20T20:44:35.372Z+ git checkout -f rack-setup-template-toml
872026-08-20T20:44:35.615ZSwitched to branch 'rack-setup-template-toml'
882026-08-20T20:44:35.623Z+ git reset --hard c026ac7969e29bde16a5f1f9045416061f07e30a
892026-08-20T20:44:35.632ZHEAD is now at c026ac796 Change example to use /31
902026-08-20T20:44:35.632Zprocess exited: duration 12782 ms, exit code 0
 
912026-08-20T20:44:35.649Zstarting task 4: "build"
922026-08-20T20:44:35.657Z+ source .github/buildomat/ci-env.sh
932026-08-20T20:44:35.657Z++ export CARGO_TERM_COLOR=always
942026-08-20T20:44:35.657Z++ CARGO_TERM_COLOR=always
952026-08-20T20:44:35.657Z+++ uname -s
962026-08-20T20:44:35.657Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T20:44:35.657Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T20:44:35.657Z+ cargo --version
992026-08-20T20:44:35.667Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T20:44:35.667Z+ rustc --version
1012026-08-20T20:44:35.687Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T20:44:35.696Z+ source ./env.sh
1032026-08-20T20:44:35.696Z++ OLD_SHELL_OPTS=ehxB
1042026-08-20T20:44:35.696Z++ set -o xtrace
1052026-08-20T20:44:35.696Z++++ dirname ./env.sh
1062026-08-20T20:44:35.696Z+++ readlink -f .
1072026-08-20T20:44:35.696Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-20T20:44:35.696Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-20T20:44:35.697Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-20T20:44:35.697Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-20T20:44:35.697Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-20T20:44:35.697Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-20T20:44:35.697Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-20T20:44:35.697Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-20T20:44:35.697Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-20T20:44:35.697Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-20T20:44:35.697Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-20T20:44:35.697Z++ case $OLD_SHELL_OPTS in
1192026-08-20T20:44:35.697Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-20T20:44:35.697Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-20T20:44:35.697Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-20T20:44:35.697Z+ banner prerequisites
1232026-08-20T20:44:35.706Z
1242026-08-20T20:44:35.706Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-20T20:44:35.706Z # # # # # # # # # # # # # # #
1262026-08-20T20:44:35.706Z # # # # ##### # # ##### # # # # # #### #
1272026-08-20T20:44:35.706Z ##### ##### # ##### # # # # # # # # #
1282026-08-20T20:44:35.706Z # # # # # # # # # # # # # # #
1292026-08-20T20:44:35.706Z # # # ###### # # ###### ### # #### # #### #
1302026-08-20T20:44:35.706Z
1312026-08-20T20:44:35.706Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-20T20:44:39.456Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-20T20:44:39.456Z Startup: Caching catalogs ... Done
1342026-08-20T20:44:39.795ZPlanning: Solver setup ... Done (1.808s)
1352026-08-20T20:44:39.851ZPlanning: Running solver ... Done (0.057s)
1362026-08-20T20:44:39.893ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-20T20:44:39.904ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-20T20:44:39.920ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-20T20:44:39.934ZPlanning: Package planning ... Done (0.013s)
1402026-08-20T20:44:39.937ZPlanning: Merging actions ... Done (0.001s)
1412026-08-20T20:44:40.096ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-20T20:44:40.099ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-20T20:44:40.884ZPlanning: Evaluating mediators ... Done (0.788s)
1442026-08-20T20:44:40.888ZPlanning: Planning completed in 2.97 seconds
1452026-08-20T20:44:40.893Z Packages to install: 2
1462026-08-20T20:44:40.893Z Estimated space available: 156.02 GB
1472026-08-20T20:44:40.896ZEstimated space to be consumed: 72.16 MB
1482026-08-20T20:44:40.896Z Create boot environment: No
1492026-08-20T20:44:40.896ZCreate backup boot environment: No
1502026-08-20T20:44:40.897Z Rebuild boot archive: No
1512026-08-20T20:44:40.897Z
1522026-08-20T20:44:40.897ZChanged packages:
1532026-08-20T20:44:40.897Zhelios
1542026-08-20T20:44:40.897Z developer/build-essential
1552026-08-20T20:44:40.897Z None -> 11-3.0
1562026-08-20T20:44:40.897Z library/libxmlsec1
1572026-08-20T20:44:40.897Z None -> 1.2.35-3.0
1582026-08-20T20:44:40.918Z
1592026-08-20T20:44:40.919ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-20T20:44:40.993ZDownload: Completed 1.28 MB in 0.07 seconds (17.1M/s)
1612026-08-20T20:44:41.069Z Actions: 1/268 actions (Installing new actions)
1622026-08-20T20:44:41.106Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-20T20:44:41.138ZFinalize: Updating package state database ... Done (0.032s)
1642026-08-20T20:44:41.141ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-20T20:44:41.219ZFinalize: Updating image state ... Done (0.079s)
1662026-08-20T20:44:43.673ZFinalize: Creating fast lookup database ... Done (2.407s)
1672026-08-20T20:44:43.737ZFinalize: Reading search index ... Done (0.012s)
1682026-08-20T20:44:43.741ZFinalize: Updating search index ... Done (0.000s)
1692026-08-20T20:44:43.820ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-20T20:44:44.176ZPlanning: Evaluating mediator changes ... Done
1712026-08-20T20:44:44.280ZPlanning: Checking for conflicting actions ... Done
1722026-08-20T20:44:44.284ZPlanning: Consolidating action changes ... Done
1732026-08-20T20:44:44.437ZPlanning: Evaluating mediators ... Done
1742026-08-20T20:44:44.440ZPlanning: Planning completed in 0.26 seconds
1752026-08-20T20:44:44.459Z Mediators to change: 2
1762026-08-20T20:44:44.463Z Create boot environment: No
1772026-08-20T20:44:44.463ZCreate backup boot environment: No
1782026-08-20T20:44:44.497ZFinalize: Updating package state database ... Done
1792026-08-20T20:44:44.497ZFinalize: Updating package cache ... Done
1802026-08-20T20:44:44.543ZFinalize: Updating image state ... Done
1812026-08-20T20:44:46.481ZFinalize: Creating fast lookup database ... Done
1822026-08-20T20:44:46.541ZFinalize: Reading search index ... Done
1832026-08-20T20:44:46.544ZFinalize: Updating search index ... Done
1842026-08-20T20:44:46.614ZFinalize: Updating package cache ... Done
1852026-08-20T20:44:46.900ZPlanning: Evaluating mediator changes ... Done
1862026-08-20T20:44:47.009ZPlanning: Checking for conflicting actions ... Done
1872026-08-20T20:44:47.017ZPlanning: Consolidating action changes ... Done
1882026-08-20T20:44:47.156ZPlanning: Evaluating mediators ... Done
1892026-08-20T20:44:47.160ZPlanning: Planning completed in 0.26 seconds
1902026-08-20T20:44:47.181Z Mediators to change: 1
1912026-08-20T20:44:47.181Z Create boot environment: No
1922026-08-20T20:44:47.185ZCreate backup boot environment: No
1932026-08-20T20:44:47.232ZFinalize: Updating package state database ... Done
1942026-08-20T20:44:47.232ZFinalize: Updating package cache ... Done
1952026-08-20T20:44:47.278ZFinalize: Updating image state ... Done
1962026-08-20T20:44:49.235ZFinalize: Creating fast lookup database ... Done
1972026-08-20T20:44:49.296ZFinalize: Reading search index ... Done
1982026-08-20T20:44:49.299ZFinalize: Updating search index ... Done
1992026-08-20T20:44:49.374ZFinalize: Updating package cache ... Done
2002026-08-20T20:44:49.681ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-20T20:44:49.682Zapache system 2.4 system
2022026-08-20T20:44:49.682Zclang system 15 system
2032026-08-20T20:44:49.682Zcsh system system illumos
2042026-08-20T20:44:49.682Zctags system system illumos
2052026-08-20T20:44:49.682Zfile vendor vendor darwinsys
2062026-08-20T20:44:49.682Zfile system system illumos
2072026-08-20T20:44:49.682Zgcc vendor 14 vendor
2082026-08-20T20:44:49.682Zgcc system 13 system
2092026-08-20T20:44:49.682Zgcc system 10 system
2102026-08-20T20:44:49.682Zgo system 1.25 system
2112026-08-20T20:44:49.682Zllvm system 15 system
2122026-08-20T20:44:49.682Zmariadb system 11.4 system
2132026-08-20T20:44:49.682Zmta vendor vendor dma
2142026-08-20T20:44:49.682Zopenjdk system 17 system
2152026-08-20T20:44:49.682Zopenjdk system 11 system
2162026-08-20T20:44:49.682Zopenssl vendor 3 vendor
2172026-08-20T20:44:49.682Zperl system 5.40 system
2182026-08-20T20:44:49.682Zpostgresql system 18 system
2192026-08-20T20:44:49.682Zpostgresql system 17 system
2202026-08-20T20:44:49.683Zpython vendor 3 vendor
2212026-08-20T20:44:49.683Zpython system 2 system
2222026-08-20T20:44:49.683Zpython3 vendor 3.13 vendor
2232026-08-20T20:44:49.683Zruby system 3.4 system
2242026-08-20T20:44:49.683Zruby system 3.0 system
2252026-08-20T20:44:49.683Zwords vendor vendor american-english
2262026-08-20T20:44:49.683Zwords system system australian-english
2272026-08-20T20:44:49.683Zwords system system british-english
2282026-08-20T20:44:49.683Zwords system system canadian-english
2292026-08-20T20:44:49.683Zwords system system french
2302026-08-20T20:44:49.683Zwords system system italian
2312026-08-20T20:44:49.683Zwords system system ngerman
2322026-08-20T20:44:49.683Zwords system system ogerman
2332026-08-20T20:44:49.683Zwords system system spanish
2342026-08-20T20:44:49.932ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-20T20:44:49.933Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-20T20:44:50.389ZFMRI IFO
2372026-08-20T20:44:50.389Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-20T20:44:50.389Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-20T20:44:50.389Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-20T20:44:50.389Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-20T20:44:50.389Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-20T20:44:50.389Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-20T20:44:50.389Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-20T20:44:50.389Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-20T20:44:50.390Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-20T20:44:50.719Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-20T20:44:51.033Z Updating crates.io index
2482026-08-20T20:44:51.038Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-20T20:44:51.367Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-20T20:44:51.775Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-20T20:44:52.777Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-20T20:44:53.464Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-20T20:44:55.156Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-20T20:44:56.082Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-20T20:44:56.455Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-20T20:44:56.819Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-20T20:44:58.030Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-20T20:44:58.336Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-20T20:44:58.716Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-20T20:44:59.113Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-20T20:44:59.420Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-20T20:44:59.721Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-20T20:45:00.073Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-20T20:45:00.383Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-20T20:45:00.735Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-20T20:45:01.262Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-20T20:45:01.670Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-20T20:45:02.217Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-20T20:45:03.537Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-20T20:45:04.144Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-20T20:45:04.552Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-20T20:45:04.852Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-20T20:45:05.282Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-20T20:45:05.582Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-20T20:45:06.008Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-20T20:45:06.389Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-20T20:45:06.664Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-20T20:45:07.018Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-20T20:45:07.468Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-20T20:45:08.419Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-20T20:45:09.093Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-20T20:45:10.486Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-20T20:45:10.849Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-20T20:45:11.178Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-20T20:45:11.559Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-20T20:45:11.913Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-20T20:45:12.424Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-20T20:45:12.735Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-20T20:45:13.185Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-20T20:45:16.097Z Downloading crates ...
2912026-08-20T20:45:16.156Z Downloaded anstyle-parse v1.0.0
2922026-08-20T20:45:16.159Z Downloaded anstream v1.0.0
2932026-08-20T20:45:16.163Z Downloaded zmij v1.0.21
2942026-08-20T20:45:16.163Z Downloaded anstyle v1.0.14
2952026-08-20T20:45:16.163Z Downloaded bytecount v0.6.9
2962026-08-20T20:45:16.163Z Downloaded bitflags v2.11.0
2972026-08-20T20:45:16.167Z Downloaded cpufeatures v0.2.17
2982026-08-20T20:45:16.167Z Downloaded crypto-common v0.1.7
2992026-08-20T20:45:16.172Z Downloaded itoa v1.0.17
3002026-08-20T20:45:16.176Z Downloaded zerocopy v0.7.35
3012026-08-20T20:45:16.182Z Downloaded dof v0.3.0
3022026-08-20T20:45:16.185Z Downloaded zerocopy-derive v0.7.35
3032026-08-20T20:45:16.185Z Downloaded cfg-if v1.0.4
3042026-08-20T20:45:16.185Z Downloaded is_terminal_polyfill v1.70.2
3052026-08-20T20:45:16.186Z Downloaded block-buffer v0.10.4
3062026-08-20T20:45:16.189Z Downloaded camino-tempfile v1.4.1
3072026-08-20T20:45:16.189Z Downloaded dtrace-parser v0.2.0
3082026-08-20T20:45:16.193Z Downloaded cargo-platform v0.3.2
3092026-08-20T20:45:16.193Z Downloaded generic-array v0.14.7
3102026-08-20T20:45:16.199Z Downloaded heck v0.5.0
3112026-08-20T20:45:16.203Z Downloaded errno v0.3.14
3122026-08-20T20:45:16.203Z Downloaded fnv v1.0.7
3132026-08-20T20:45:16.203Z Downloaded heck v0.4.1
3142026-08-20T20:45:16.203Z Downloaded macaddr v1.0.1
3152026-08-20T20:45:16.209Z Downloaded memmap v0.7.0
3162026-08-20T20:45:16.212Z Downloaded cargo_toml v0.21.0
3172026-08-20T20:45:16.218Z Downloaded pest_derive v2.8.6
3182026-08-20T20:45:16.221Z Downloaded anstyle-query v1.1.5
3192026-08-20T20:45:16.225Z Downloaded proc-macro-error-attr v1.0.4
3202026-08-20T20:45:16.228Z Downloaded equivalent v1.0.2
3212026-08-20T20:45:16.232Z Downloaded terminal_size v0.4.3
3222026-08-20T20:45:16.232Z Downloaded toml_datetime v0.6.11
3232026-08-20T20:45:16.241Z Downloaded fastrand v2.3.0
3242026-08-20T20:45:16.244Z Downloaded plain v0.2.3
3252026-08-20T20:45:16.251Z Downloaded serde_spanned v0.6.9
3262026-08-20T20:45:16.255Z Downloaded strsim v0.11.1
3272026-08-20T20:45:16.255Z Downloaded utf8parse v0.2.2
3282026-08-20T20:45:16.255Z Downloaded version_check v0.9.5
3292026-08-20T20:45:16.255Z Downloaded tabled_derive v0.7.0
3302026-08-20T20:45:16.259Z Downloaded usdt-attr-macro v0.5.0
3312026-08-20T20:45:16.264Z Downloaded scroll_derive v0.12.1
3322026-08-20T20:45:16.268Z Downloaded swrite v0.1.0
3332026-08-20T20:45:16.268Z Downloaded thread-id v4.2.2
3342026-08-20T20:45:16.268Z Downloaded pretty-hex v0.4.1
3352026-08-20T20:45:16.272Z Downloaded toml_write v0.1.2
3362026-08-20T20:45:16.275Z Downloaded usdt-macro v0.5.0
3372026-08-20T20:45:16.275Z Downloaded smawk v0.3.2
3382026-08-20T20:45:16.280Z Downloaded clap_lex v1.0.0
3392026-08-20T20:45:16.284Z Downloaded usdt v0.5.0
3402026-08-20T20:45:16.284Z Downloaded digest v0.10.7
3412026-08-20T20:45:16.287Z Downloaded byteorder v1.5.0
3422026-08-20T20:45:16.291Z Downloaded autocfg v1.5.0
3432026-08-20T20:45:16.295Z Downloaded once_cell v1.21.3
3442026-08-20T20:45:16.300Z Downloaded cargo_metadata v0.23.1
3452026-08-20T20:45:16.305Z Downloaded colorchoice v1.0.4
3462026-08-20T20:45:16.309Z Downloaded fs-err v3.3.0
3472026-08-20T20:45:16.309Z Downloaded scroll v0.12.0
3482026-08-20T20:45:16.309Z Downloaded thiserror-impl v2.0.18
3492026-08-20T20:45:16.309Z Downloaded sha2 v0.10.9
3502026-08-20T20:45:16.313Z Downloaded thiserror v2.0.18
3512026-08-20T20:45:16.319Z Downloaded proc-macro-error v1.0.4
3522026-08-20T20:45:16.322Z Downloaded thiserror-impl v1.0.69
3532026-08-20T20:45:16.325Z Downloaded quote v1.0.45
3542026-08-20T20:45:16.334Z Downloaded usdt-impl v0.5.0
3552026-08-20T20:45:16.337Z Downloaded anyhow v1.0.104
3562026-08-20T20:45:16.337Z Downloaded camino v1.2.5
3572026-08-20T20:45:16.341Z Downloaded unicode-linebreak v0.1.5
3582026-08-20T20:45:16.347Z Downloaded getrandom v0.3.4
3592026-08-20T20:45:16.351Z Downloaded log v0.4.33
3602026-08-20T20:45:16.351Z Downloaded clap_derive v4.6.1
3612026-08-20T20:45:16.355Z Downloaded semver v1.0.28
3622026-08-20T20:45:16.355Z Downloaded serde_tokenstream v0.2.3
3632026-08-20T20:45:16.359Z Downloaded toml v0.8.23
3642026-08-20T20:45:16.359Z Downloaded ucd-trie v0.1.7
3652026-08-20T20:45:16.363Z Downloaded thiserror v1.0.69
3662026-08-20T20:45:16.371Z Downloaded tempfile v3.27.0
3672026-08-20T20:45:16.374Z Downloaded papergrid v0.11.0
3682026-08-20T20:45:16.379Z Downloaded pest_generator v2.8.6
3692026-08-20T20:45:16.382Z Downloaded pest_meta v2.8.6
3702026-08-20T20:45:16.382Z Downloaded proc-macro2 v1.0.106
3712026-08-20T20:45:16.387Z Downloaded unicode-ident v1.0.24
3722026-08-20T20:45:16.391Z Downloaded serde_derive v1.0.228
3732026-08-20T20:45:16.397Z Downloaded textwrap v0.16.2
3742026-08-20T20:45:16.402Z Downloaded clap v4.6.1
3752026-08-20T20:45:16.407Z Downloaded memchr v2.8.0
3762026-08-20T20:45:16.419Z Downloaded toml_edit v0.22.27
3772026-08-20T20:45:16.429Z Downloaded serde v1.0.228
3782026-08-20T20:45:16.433Z Downloaded serde_core v1.0.228
3792026-08-20T20:45:16.455Z Downloaded indexmap v2.14.0
3802026-08-20T20:45:16.471Z Downloaded typenum v1.20.1
3812026-08-20T20:45:16.475Z Downloaded pest v2.8.6
3822026-08-20T20:45:16.499Z Downloaded hashbrown v0.17.0
3832026-08-20T20:45:16.503Z Downloaded serde_json v1.0.151
3842026-08-20T20:45:16.516Z Downloaded clap_builder v4.6.0
3852026-08-20T20:45:16.529Z Downloaded goblin v0.8.2
3862026-08-20T20:45:16.539Z Downloaded winnow v0.7.14
3872026-08-20T20:45:16.546Z Downloaded tabled v0.15.0
3882026-08-20T20:45:16.567Z Downloaded syn v1.0.109
3892026-08-20T20:45:16.584Z Downloaded unicode-width v0.1.14
3902026-08-20T20:45:16.588Z Downloaded unicode-width v0.2.0
3912026-08-20T20:45:16.592Z Downloaded syn v2.0.117
3922026-08-20T20:45:16.610Z Downloaded rustix v1.1.4
3932026-08-20T20:45:16.641Z Downloaded libc v0.2.185
3942026-08-20T20:45:16.702Z Compiling proc-macro2 v1.0.106
3952026-08-20T20:45:16.702Z Compiling unicode-ident v1.0.24
3962026-08-20T20:45:16.702Z Compiling quote v1.0.45
3972026-08-20T20:45:16.702Z Compiling serde_core v1.0.228
3982026-08-20T20:45:16.706Z Compiling libc v0.2.185
3992026-08-20T20:45:16.706Z Compiling version_check v0.9.5
4002026-08-20T20:45:16.706Z Compiling memchr v2.8.0
4012026-08-20T20:45:16.706Z Compiling serde v1.0.228
4022026-08-20T20:45:17.013Z Compiling zmij v1.0.21
4032026-08-20T20:45:17.261Z Compiling thiserror v1.0.69
4042026-08-20T20:45:17.265Z Compiling ucd-trie v0.1.7
4052026-08-20T20:45:17.504Z Compiling itoa v1.0.17
4062026-08-20T20:45:17.527Z Compiling pest v2.8.6
4072026-08-20T20:45:17.683Z Compiling rustix v1.1.4
4082026-08-20T20:45:17.703Z Compiling byteorder v1.5.0
4092026-08-20T20:45:17.719Z Compiling errno v0.3.14
4102026-08-20T20:45:18.377Z Compiling bitflags v2.11.0
4112026-08-20T20:45:18.390Z Compiling serde_json v1.0.151
4122026-08-20T20:45:18.390Z Compiling syn v2.0.117
4132026-08-20T20:45:18.390Z Compiling thread-id v4.2.2
4142026-08-20T20:45:18.391Z Compiling usdt-impl v0.5.0
4152026-08-20T20:45:18.391Z Compiling proc-macro-error-attr v1.0.4
4162026-08-20T20:45:18.391Z Compiling syn v1.0.109
4172026-08-20T20:45:18.441Z Compiling camino v1.2.5
4182026-08-20T20:45:18.606Z Compiling pest_meta v2.8.6
4192026-08-20T20:45:18.670Z Compiling proc-macro-error v1.0.4
4202026-08-20T20:45:18.764Z Compiling getrandom v0.3.4
4212026-08-20T20:45:18.795Z Compiling plain v0.2.3
4222026-08-20T20:45:18.856Z Compiling log v0.4.33
4232026-08-20T20:45:18.908Z Compiling utf8parse v0.2.2
4242026-08-20T20:45:19.047Z Compiling equivalent v1.0.2
4252026-08-20T20:45:19.141Z Compiling hashbrown v0.17.0
4262026-08-20T20:45:19.158Z Compiling terminal_size v0.4.3
4272026-08-20T20:45:19.437Z Compiling anstyle-parse v1.0.0
4282026-08-20T20:45:19.721Z Compiling indexmap v2.14.0
4292026-08-20T20:45:19.987Z Compiling anstyle-query v1.1.5
4302026-08-20T20:45:20.029Z Compiling anstyle v1.0.14
4312026-08-20T20:45:20.087Z Compiling pretty-hex v0.4.1
4322026-08-20T20:45:20.104Z Compiling autocfg v1.5.0
4332026-08-20T20:45:20.235Z Compiling thiserror v2.0.18
4342026-08-20T20:45:20.256Z Compiling cfg-if v1.0.4
4352026-08-20T20:45:20.301Z Compiling is_terminal_polyfill v1.70.2
4362026-08-20T20:45:20.332Z Compiling toml_write v0.1.2
4372026-08-20T20:45:20.356Z Compiling colorchoice v1.0.4
4382026-08-20T20:45:20.398Z Compiling winnow v0.7.14
4392026-08-20T20:45:20.478Z Compiling pest_generator v2.8.6
4402026-08-20T20:45:20.536Z Compiling fs-err v3.3.0
4412026-08-20T20:45:20.542Z Compiling anstream v1.0.0
4422026-08-20T20:45:20.699Z Compiling anyhow v1.0.104
4432026-08-20T20:45:20.775Z Compiling fastrand v2.3.0
4442026-08-20T20:45:20.865Z Compiling strsim v0.11.1
4452026-08-20T20:45:21.025Z Compiling clap_lex v1.0.0
4462026-08-20T20:45:21.053Z Compiling heck v0.4.1
4472026-08-20T20:45:21.057Z Compiling bytecount v0.6.9
4482026-08-20T20:45:21.188Z Compiling once_cell v1.21.3
4492026-08-20T20:45:21.206Z Compiling fnv v1.0.7
4502026-08-20T20:45:21.209Z Compiling heck v0.5.0
4512026-08-20T20:45:21.251Z Compiling unicode-width v0.1.14
4522026-08-20T20:45:21.277Z Compiling clap_builder v4.6.0
4532026-08-20T20:45:21.405Z Compiling tempfile v3.27.0
4542026-08-20T20:45:21.519Z Compiling papergrid v0.11.0
4552026-08-20T20:45:21.536Z Compiling cargo-platform v0.3.2
4562026-08-20T20:45:21.539Z Compiling semver v1.0.28
4572026-08-20T20:45:21.668Z Compiling tabled_derive v0.7.0
4582026-08-20T20:45:21.780Z Compiling memmap v0.7.0
4592026-08-20T20:45:21.828Z Compiling unicode-linebreak v0.1.5
4602026-08-20T20:45:21.878Z Compiling smawk v0.3.2
4612026-08-20T20:45:21.916Z Compiling unicode-width v0.2.0
4622026-08-20T20:45:21.984Z Compiling camino-tempfile v1.4.1
4632026-08-20T20:45:22.112Z Compiling serde_derive v1.0.228
4642026-08-20T20:45:22.185Z Compiling thiserror-impl v1.0.69
4652026-08-20T20:45:22.212Z Compiling zerocopy-derive v0.7.35
4662026-08-20T20:45:22.351Z Compiling pest_derive v2.8.6
4672026-08-20T20:45:22.368Z Compiling scroll_derive v0.12.1
4682026-08-20T20:45:22.586Z Compiling thiserror-impl v2.0.18
4692026-08-20T20:45:22.790Z Compiling clap_derive v4.6.1
4702026-08-20T20:45:22.917Z Compiling tabled v0.15.0
4712026-08-20T20:45:23.033Z Compiling scroll v0.12.0
4722026-08-20T20:45:23.083Z Compiling zerocopy v0.7.35
4732026-08-20T20:45:23.308Z Compiling goblin v0.8.2
4742026-08-20T20:45:23.542Z Compiling dtrace-parser v0.2.0
4752026-08-20T20:45:23.637Z Compiling textwrap v0.16.2
4762026-08-20T20:45:24.029Z Compiling swrite v0.1.0
4772026-08-20T20:45:24.524Z Compiling clap v4.6.1
4782026-08-20T20:45:25.159Z Compiling toml_datetime v0.6.11
4792026-08-20T20:45:25.160Z Compiling serde_spanned v0.6.9
4802026-08-20T20:45:25.164Z Compiling cargo_metadata v0.23.1
4812026-08-20T20:45:25.164Z Compiling macaddr v1.0.1
4822026-08-20T20:45:25.164Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-20T20:45:25.240Z Compiling dof v0.3.0
4842026-08-20T20:45:25.241Z Compiling serde_tokenstream v0.2.3
4852026-08-20T20:45:25.340Z Compiling toml_edit v0.22.27
4862026-08-20T20:45:26.068Z Compiling usdt-attr-macro v0.5.0
4872026-08-20T20:45:26.181Z Compiling usdt-macro v0.5.0
4882026-08-20T20:45:26.639Z Compiling usdt v0.5.0
4892026-08-20T20:45:26.688Z Compiling toml v0.8.23
4902026-08-20T20:45:26.992Z Compiling cargo_toml v0.21.0
4912026-08-20T20:45:28.246Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-20T20:45:30.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
4932026-08-20T20:45:30.447Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-20T20:45:30.949Z Downloading crates ...
4952026-08-20T20:45:31.001Z Downloaded atomicwrites v0.4.4
4962026-08-20T20:45:31.006Z Downloaded anstream v0.6.21
4972026-08-20T20:45:31.010Z Downloaded assert_matches v1.5.0
4982026-08-20T20:45:31.015Z Downloaded anstyle-parse v0.2.7
4992026-08-20T20:45:31.019Z Downloaded embedded-io v0.4.0
5002026-08-20T20:45:31.023Z Downloaded adler2 v2.0.1
5012026-08-20T20:45:31.026Z Downloaded const-oid v0.10.2
5022026-08-20T20:45:31.026Z Downloaded bitfield-macros v0.19.4
5032026-08-20T20:45:31.029Z Downloaded atomic-waker v1.1.2
5042026-08-20T20:45:31.029Z Downloaded bb8 v0.8.6
5052026-08-20T20:45:31.029Z Downloaded elliptic-curve v0.14.1
5062026-08-20T20:45:31.032Z Downloaded bitfield-struct v0.6.2
5072026-08-20T20:45:31.032Z Downloaded env_filter v2.0.0
5082026-08-20T20:45:31.032Z Downloaded fxhash v0.2.1
5092026-08-20T20:45:31.032Z Downloaded futures-task v0.3.32
5102026-08-20T20:45:31.035Z Downloaded foreign-types v0.5.0
5112026-08-20T20:45:31.035Z Downloaded foreign-types-shared v0.1.1
5122026-08-20T20:45:31.035Z Downloaded futures-sink v0.3.32
5132026-08-20T20:45:31.036Z Downloaded bit-vec v0.8.0
5142026-08-20T20:45:31.036Z Downloaded cmake v0.1.57
5152026-08-20T20:45:31.039Z Downloaded gethostname v0.5.0
5162026-08-20T20:45:31.042Z Downloaded array-init v0.0.4
5172026-08-20T20:45:31.042Z Downloaded arrayref v0.3.9
5182026-08-20T20:45:31.042Z Downloaded bcrypt-pbkdf v0.11.0
5192026-08-20T20:45:31.042Z Downloaded atty v0.2.14
5202026-08-20T20:45:31.045Z Downloaded futures-core v0.3.32
5212026-08-20T20:45:31.045Z Downloaded bit-set v0.8.0
5222026-08-20T20:45:31.045Z Downloaded enum-as-inner v0.6.1
5232026-08-20T20:45:31.045Z Downloaded flagset v0.4.7
5242026-08-20T20:45:31.048Z Downloaded bitfield v0.19.4
5252026-08-20T20:45:31.054Z Downloaded compression-codecs v0.4.37
5262026-08-20T20:45:31.054Z Downloaded argon2 v0.5.3
5272026-08-20T20:45:31.059Z Downloaded async-recursion v1.1.1
5282026-08-20T20:45:31.059Z Downloaded erased-serde v0.3.31
5292026-08-20T20:45:31.059Z Downloaded foreign-types-shared v0.3.1
5302026-08-20T20:45:31.059Z Downloaded newline-converter v0.3.0
5312026-08-20T20:45:31.063Z Downloaded enum_dispatch v0.3.13
5322026-08-20T20:45:31.063Z Downloaded addr2line v0.25.1
5332026-08-20T20:45:31.063Z Downloaded cancel-safe-futures v0.1.5
5342026-08-20T20:45:31.066Z Downloaded embedded-io v0.6.1
5352026-08-20T20:45:31.066Z Downloaded foreign-types v0.3.2
5362026-08-20T20:45:31.071Z Downloaded find-msvc-tools v0.1.9
5372026-08-20T20:45:31.071Z Downloaded fixedbitset v0.5.7
5382026-08-20T20:45:31.071Z Downloaded form_urlencoded v1.2.2
5392026-08-20T20:45:31.071Z Downloaded filetime v0.2.27
5402026-08-20T20:45:31.074Z Downloaded async-trait v0.1.89
5412026-08-20T20:45:31.074Z Downloaded futures-macro v0.3.32
5422026-08-20T20:45:31.074Z Downloaded httpdate v1.0.3
5432026-08-20T20:45:31.077Z Downloaded aead v0.5.2
5442026-08-20T20:45:31.077Z Downloaded fixedbitset v0.4.2
5452026-08-20T20:45:31.082Z Downloaded async-stream-impl v0.3.6
5462026-08-20T20:45:31.082Z Downloaded base16ct v1.0.0
5472026-08-20T20:45:31.082Z Downloaded ciborium-io v0.2.2
5482026-08-20T20:45:31.082Z Downloaded ascii-canvas v3.0.0
5492026-08-20T20:45:31.082Z Downloaded async-stream v0.3.6
5502026-08-20T20:45:31.087Z Downloaded fallible-iterator v0.2.0
5512026-08-20T20:45:31.087Z Downloaded float-ord v0.3.2
5522026-08-20T20:45:31.087Z Downloaded foldhash v0.2.0
5532026-08-20T20:45:31.087Z Downloaded futures-executor v0.3.32
5542026-08-20T20:45:31.087Z Downloaded getrandom v0.2.17
5552026-08-20T20:45:31.087Z Downloaded headers-core v0.3.0
5562026-08-20T20:45:31.087Z Downloaded endian-type v0.1.2
5572026-08-20T20:45:31.095Z Downloaded ciborium-ll v0.2.2
5582026-08-20T20:45:31.095Z Downloaded bit-set v0.5.3
5592026-08-20T20:45:31.095Z Downloaded backtrace-ext v0.2.1
5602026-08-20T20:45:31.100Z Downloaded compression-core v0.4.31
5612026-08-20T20:45:31.100Z Downloaded nodrop v0.1.14
5622026-08-20T20:45:31.103Z Downloaded futures-io v0.3.32
5632026-08-20T20:45:31.106Z Downloaded foreign-types-macros v0.2.3
5642026-08-20T20:45:31.106Z Downloaded base16ct v0.2.0
5652026-08-20T20:45:31.106Z Downloaded http-range v0.1.5
5662026-08-20T20:45:31.106Z Downloaded hubpack_derive v0.1.1
5672026-08-20T20:45:31.106Z Downloaded block-padding v0.4.2
5682026-08-20T20:45:31.109Z Downloaded fd-lock v4.0.4
5692026-08-20T20:45:31.109Z Downloaded globwalk v0.9.1
5702026-08-20T20:45:31.109Z Downloaded castaway v0.2.4
5712026-08-20T20:45:31.113Z Downloaded git-stub v1.0.0
5722026-08-20T20:45:31.113Z Downloaded http-body v1.0.1
5732026-08-20T20:45:31.113Z Downloaded hubpack v0.1.2
5742026-08-20T20:45:31.113Z Downloaded home v0.5.12
5752026-08-20T20:45:31.116Z Downloaded chacha20 v0.10.0
5762026-08-20T20:45:31.124Z Downloaded arrayvec v0.7.6
5772026-08-20T20:45:31.124Z Downloaded backon v1.6.0
5782026-08-20T20:45:31.124Z Downloaded futures v0.3.32
5792026-08-20T20:45:31.129Z Downloaded ena v0.14.4
5802026-08-20T20:45:31.129Z Downloaded hex-literal v1.1.0
5812026-08-20T20:45:31.129Z Downloaded nibble_vec v0.1.0
5822026-08-20T20:45:31.129Z Downloaded normalize-line-endings v0.3.0
5832026-08-20T20:45:31.129Z Downloaded cfg_aliases v0.1.1
5842026-08-20T20:45:31.129Z Downloaded block-buffer v0.12.1
5852026-08-20T20:45:31.129Z Downloaded cobs v0.3.0
5862026-08-20T20:45:31.133Z Downloaded float-cmp v0.10.0
5872026-08-20T20:45:31.133Z Downloaded hex v0.4.3
5882026-08-20T20:45:31.134Z Downloaded hostname v0.3.1
5892026-08-20T20:45:31.137Z Downloaded base64 v0.22.1
5902026-08-20T20:45:31.137Z Downloaded cmov v0.5.4
5912026-08-20T20:45:31.140Z Downloaded opaque-debug v0.3.1
5922026-08-20T20:45:31.140Z Downloaded ghash v0.6.0
5932026-08-20T20:45:31.140Z Downloaded hash32 v0.2.1
5942026-08-20T20:45:31.140Z Downloaded openssl-probe v0.2.1
5952026-08-20T20:45:31.140Z Downloaded num_threads v0.1.7
5962026-08-20T20:45:31.140Z Downloaded peg-runtime v0.8.5
5972026-08-20T20:45:31.144Z Downloaded http-body-util v0.1.3
5982026-08-20T20:45:31.144Z Downloaded precomputed-hash v0.1.1
5992026-08-20T20:45:31.144Z Downloaded proc-macro-error-attr2 v2.0.0
6002026-08-20T20:45:31.150Z Downloaded parse-size v1.1.0
6012026-08-20T20:45:31.156Z Downloaded cipher v0.4.4
6022026-08-20T20:45:31.156Z Downloaded phf_shared v0.11.3
6032026-08-20T20:45:31.156Z Downloaded aead v0.6.1
6042026-08-20T20:45:31.156Z Downloaded base64ct v1.8.3
6052026-08-20T20:45:31.160Z Downloaded backoff v0.4.0
6062026-08-20T20:45:31.160Z Downloaded chacha20 v0.9.1
6072026-08-20T20:45:31.160Z Downloaded byte-wrapper v0.1.0
6082026-08-20T20:45:31.160Z Downloaded quick-error v1.2.3
6092026-08-20T20:45:31.164Z Downloaded bcs v0.1.6
6102026-08-20T20:45:31.167Z Downloaded cfg_aliases v0.2.1
6112026-08-20T20:45:31.167Z Downloaded ff v0.14.0
6122026-08-20T20:45:31.167Z Downloaded ff v0.13.1
6132026-08-20T20:45:31.167Z Downloaded futures-channel v0.3.32
6142026-08-20T20:45:31.171Z Downloaded git-stub-vcs v0.1.0
6152026-08-20T20:45:31.171Z Downloaded glob v0.3.3
6162026-08-20T20:45:31.171Z Downloaded buf-list v1.1.2
6172026-08-20T20:45:31.179Z Downloaded cbc v0.2.1
6182026-08-20T20:45:31.179Z Downloaded bit-vec v0.6.3
6192026-08-20T20:45:31.179Z Downloaded fs_extra v1.3.0
6202026-08-20T20:45:31.179Z Downloaded fs-err v2.11.0
6212026-08-20T20:45:31.179Z Downloaded hash32 v0.3.1
6222026-08-20T20:45:31.179Z Downloaded bitflags v1.3.2
6232026-08-20T20:45:31.183Z Downloaded camino-tempfile-ext v0.3.3
6242026-08-20T20:45:31.184Z Downloaded flume v0.11.1
6252026-08-20T20:45:31.184Z Downloaded group v0.14.0
6262026-08-20T20:45:31.184Z Downloaded recursive v0.1.1
6272026-08-20T20:45:31.184Z Downloaded ref-cast-impl v1.0.25
6282026-08-20T20:45:31.184Z Downloaded rustc_version v0.4.1
6292026-08-20T20:45:31.184Z Downloaded cexpr v0.6.0
6302026-08-20T20:45:31.184Z Downloaded scheduled-thread-pool v0.2.7
6312026-08-20T20:45:31.188Z Downloaded allocator-api2 v0.2.21
6322026-08-20T20:45:31.191Z Downloaded serde_bytes v0.11.19
6332026-08-20T20:45:31.194Z Downloaded blowfish v0.10.0
6342026-08-20T20:45:31.195Z Downloaded cassowary v0.3.0
6352026-08-20T20:45:31.195Z Downloaded hostname v0.4.2
6362026-08-20T20:45:31.195Z Downloaded generic-array v1.4.3
6372026-08-20T20:45:31.199Z Downloaded arc-swap v1.8.2
6382026-08-20T20:45:31.202Z Downloaded scroll_derive v0.13.1
6392026-08-20T20:45:31.202Z Downloaded foldhash v0.1.5
6402026-08-20T20:45:31.206Z Downloaded sapling-renderdag v0.1.0
6412026-08-20T20:45:31.210Z Downloaded num_enum v0.5.11
6422026-08-20T20:45:31.210Z Downloaded slog-bunyan v2.5.0
6432026-08-20T20:45:31.214Z Downloaded stable_deref_trait v1.2.1
6442026-08-20T20:45:31.215Z Downloaded tabwriter v1.4.1
6452026-08-20T20:45:31.215Z Downloaded env_logger v0.11.11
6462026-08-20T20:45:31.215Z Downloaded hmac v0.12.1
6472026-08-20T20:45:31.215Z Downloaded oxide-update-engine v0.1.2
6482026-08-20T20:45:31.215Z Downloaded pem v3.0.6
6492026-08-20T20:45:31.219Z Downloaded pkcs8 v0.10.2
6502026-08-20T20:45:31.219Z Downloaded pin-project-internal v1.1.11
6512026-08-20T20:45:31.219Z Downloaded supports-hyperlinks v3.2.0
6522026-08-20T20:45:31.219Z Downloaded strsim v0.10.0
6532026-08-20T20:45:31.219Z Downloaded parse-display-derive v0.10.0
6542026-08-20T20:45:31.219Z Downloaded password-hash v0.5.0
6552026-08-20T20:45:31.222Z Downloaded tokio-test v0.4.5
6562026-08-20T20:45:31.223Z Downloaded rand_chacha v0.9.0
6572026-08-20T20:45:31.226Z Downloaded strum v0.27.2
6582026-08-20T20:45:31.226Z Downloaded progenitor-client v0.13.0
6592026-08-20T20:45:31.226Z Downloaded console v0.16.2
6602026-08-20T20:45:31.226Z Downloaded testing_table v0.3.0
6612026-08-20T20:45:31.230Z Downloaded rand_core v0.10.0
6622026-08-20T20:45:31.230Z Downloaded const-oid v0.9.6
6632026-08-20T20:45:31.230Z Downloaded ahash v0.8.12
6642026-08-20T20:45:31.235Z Downloaded globset v0.4.18
6652026-08-20T20:45:31.235Z Downloaded ciborium v0.2.2
6662026-08-20T20:45:31.239Z Downloaded argon2 v0.6.0-rc.8
6672026-08-20T20:45:31.239Z Downloaded cipher v0.5.2
6682026-08-20T20:45:31.239Z Downloaded colored v3.1.1
6692026-08-20T20:45:31.242Z Downloaded funty v2.0.0
6702026-08-20T20:45:31.242Z Downloaded half v1.8.3
6712026-08-20T20:45:31.242Z Downloaded async-bb8-diesel v0.2.1
6722026-08-20T20:45:31.242Z Downloaded console v0.15.11
6732026-08-20T20:45:31.247Z Downloaded bzip2 v0.4.4
6742026-08-20T20:45:31.247Z Downloaded colored v2.2.0
6752026-08-20T20:45:31.247Z Downloaded unarray v0.1.4
6762026-08-20T20:45:31.247Z Downloaded utf-8 v0.7.6
6772026-08-20T20:45:31.251Z Downloaded utf8_iter v1.0.4
6782026-08-20T20:45:31.251Z Downloaded flate2 v1.1.9
6792026-08-20T20:45:31.251Z Downloaded void v1.0.2
6802026-08-20T20:45:31.251Z Downloaded serde-hex v0.1.0
6812026-08-20T20:45:31.254Z Downloaded shlex v1.3.0
6822026-08-20T20:45:31.254Z Downloaded russh-cryptovec v0.62.0
6832026-08-20T20:45:31.254Z Downloaded serde_derive_internals v0.29.1
6842026-08-20T20:45:31.254Z Downloaded serde_path_to_error v0.1.20
6852026-08-20T20:45:31.258Z Downloaded signal-hook-registry v1.4.8
6862026-08-20T20:45:31.258Z Downloaded unit-prefix v0.5.2
6872026-08-20T20:45:31.258Z Downloaded yoke-derive v0.8.1
6882026-08-20T20:45:31.259Z Downloaded zerofrom v0.1.6
6892026-08-20T20:45:31.259Z Downloaded bs58 v0.5.1
6902026-08-20T20:45:31.259Z Downloaded usdt v0.6.0
6912026-08-20T20:45:31.261Z Downloaded ar_archive_writer v0.5.1
6922026-08-20T20:45:31.262Z Downloaded bytes v1.11.1
6932026-08-20T20:45:31.265Z Downloaded blake2 v0.11.0-rc.6
6942026-08-20T20:45:31.265Z Downloaded rustversion v1.0.22
6952026-08-20T20:45:31.269Z Downloaded sec1 v0.7.3
6962026-08-20T20:45:31.272Z Downloaded simd-adler32 v0.3.8
6972026-08-20T20:45:31.272Z Downloaded group v0.13.0
6982026-08-20T20:45:31.272Z Downloaded highway v1.3.0
6992026-08-20T20:45:31.272Z Downloaded snafu-derive v0.8.9
7002026-08-20T20:45:31.273Z Downloaded convert_case v0.4.0
7012026-08-20T20:45:31.273Z Downloaded darling_macro v0.23.0
7022026-08-20T20:45:31.277Z Downloaded crunchy v0.2.4
7032026-08-20T20:45:31.277Z Downloaded cstr-argument v0.1.2
7042026-08-20T20:45:31.280Z Downloaded num-integer v0.1.46
7052026-08-20T20:45:31.280Z Downloaded port-file v0.1.0
7062026-08-20T20:45:31.280Z Downloaded slog-stdlog v4.1.1
7072026-08-20T20:45:31.280Z Downloaded difflib v0.4.0
7082026-08-20T20:45:31.280Z Downloaded downcast-rs v2.0.2
7092026-08-20T20:45:31.280Z Downloaded slog-term v2.9.2
7102026-08-20T20:45:31.284Z Downloaded thread_local v1.1.9
7112026-08-20T20:45:31.284Z Downloaded tiny-keccak v2.0.2
7122026-08-20T20:45:31.284Z Downloaded tinystr v0.8.2
7132026-08-20T20:45:31.284Z Downloaded toml_writer v1.1.1+spec-1.1.0
7142026-08-20T20:45:31.288Z Downloaded dof v0.4.0
7152026-08-20T20:45:31.288Z Downloaded hmac v0.13.0
7162026-08-20T20:45:31.288Z Downloaded httparse v1.10.1
7172026-08-20T20:45:31.295Z Downloaded parking_lot v0.12.5
7182026-08-20T20:45:31.296Z Downloaded spki v0.7.3
7192026-08-20T20:45:31.296Z Downloaded postgres-protocol v0.6.10
7202026-08-20T20:45:31.300Z Downloaded bzip2 v0.6.1
7212026-08-20T20:45:31.300Z Downloaded strum_macros v0.24.3
7222026-08-20T20:45:31.300Z Downloaded synstructure v0.13.2
7232026-08-20T20:45:31.300Z Downloaded tokio-tungstenite v0.21.0
7242026-08-20T20:45:31.303Z Downloaded hyper-tls v0.6.0
7252026-08-20T20:45:31.307Z Downloaded getrandom v0.4.3
7262026-08-20T20:45:31.312Z Downloaded is_ci v1.2.0
7272026-08-20T20:45:31.315Z Downloaded lru-slab v0.1.2
7282026-08-20T20:45:31.315Z Downloaded base64 v0.21.7
7292026-08-20T20:45:31.315Z Downloaded idna_adapter v1.2.1
7302026-08-20T20:45:31.315Z Downloaded instability v0.3.11
7312026-08-20T20:45:31.318Z Downloaded vergen-lib v9.1.0
7322026-08-20T20:45:31.318Z Downloaded backtrace v0.3.76
7332026-08-20T20:45:31.318Z Downloaded wyz v0.5.1
7342026-08-20T20:45:31.321Z Downloaded serde_cbor v0.11.2
7352026-08-20T20:45:31.321Z Downloaded lalrpop-util v0.19.12
7362026-08-20T20:45:31.322Z Downloaded lzss v0.8.2
7372026-08-20T20:45:31.325Z Downloaded libscf-sys v1.2.0
7382026-08-20T20:45:31.326Z Downloaded sec1 v0.8.1
7392026-08-20T20:45:31.344Z Downloaded chacha20poly1305 v0.10.1
7402026-08-20T20:45:31.344Z Downloaded jiff-static v0.2.34
7412026-08-20T20:45:31.344Z Downloaded mime v0.3.17
7422026-08-20T20:45:31.344Z Downloaded new_debug_unreachable v1.0.6
7432026-08-20T20:45:31.344Z Downloaded num-iter v0.1.45
7442026-08-20T20:45:31.344Z Downloaded oso-derive v0.27.3
7452026-08-20T20:45:31.352Z Downloaded fatfs v0.3.6
7462026-08-20T20:45:31.352Z Downloaded corncobs v0.1.4
7472026-08-20T20:45:31.352Z Downloaded num_enum_derive v0.5.11
7482026-08-20T20:45:31.352Z Downloaded nonempty v0.12.0
7492026-08-20T20:45:31.352Z Downloaded omicron-zone-package v0.12.3
7502026-08-20T20:45:31.352Z Downloaded openssl-probe v0.1.6
7512026-08-20T20:45:31.353Z Downloaded pkcs5 v0.8.1
7522026-08-20T20:45:31.353Z Downloaded defmt-parser v1.0.0
7532026-08-20T20:45:31.353Z Downloaded csv-core v0.1.13
7542026-08-20T20:45:31.353Z Downloaded sqlformat v0.3.5
7552026-08-20T20:45:31.353Z Downloaded tokio-stream v0.1.18
7562026-08-20T20:45:31.353Z Downloaded critical-section v1.2.0
7572026-08-20T20:45:31.353Z Downloaded dtrace-parser v0.3.0
7582026-08-20T20:45:31.353Z Downloaded packed_struct_codegen v0.10.1
7592026-08-20T20:45:31.353Z Downloaded der_derive v0.7.3
7602026-08-20T20:45:31.359Z Downloaded powerfmt v0.2.0
7612026-08-20T20:45:31.359Z Downloaded phf_shared v0.12.1
7622026-08-20T20:45:31.359Z Downloaded radium v0.7.0
7632026-08-20T20:45:31.359Z Downloaded prefix-trie v0.7.0
7642026-08-20T20:45:31.363Z Downloaded progenitor-impl v0.13.0
7652026-08-20T20:45:31.363Z Downloaded potential_utf v0.1.4
7662026-08-20T20:45:31.363Z Downloaded tokio-tungstenite v0.23.1
7672026-08-20T20:45:31.366Z Downloaded psl-types v2.0.11
7682026-08-20T20:45:31.369Z Downloaded expectorate v1.2.0
7692026-08-20T20:45:31.374Z Downloaded clang-sys v1.8.1
7702026-08-20T20:45:31.378Z Downloaded blake2 v0.10.6
7712026-08-20T20:45:31.378Z Downloaded compact_str v0.8.1
7722026-08-20T20:45:31.378Z Downloaded rand_chacha v0.3.1
7732026-08-20T20:45:31.381Z Downloaded tracing-attributes v0.1.31
7742026-08-20T20:45:31.384Z Downloaded rand_pcg v0.10.2
7752026-08-20T20:45:31.384Z Downloaded serde_repr v0.1.20
7762026-08-20T20:45:31.384Z Downloaded serde_plain v1.0.2
7772026-08-20T20:45:31.384Z Downloaded signature v2.2.0
7782026-08-20T20:45:31.387Z Downloaded signature v3.0.0
7792026-08-20T20:45:31.392Z Downloaded unicode-properties v0.1.4
7802026-08-20T20:45:31.392Z Downloaded ryu v1.0.23
7812026-08-20T20:45:31.396Z Downloaded libsw v3.5.0
7822026-08-20T20:45:31.396Z Downloaded libsw-core v0.3.2
7832026-08-20T20:45:31.396Z Downloaded shell-words v1.1.1
7842026-08-20T20:45:31.399Z Downloaded mime_guess v2.0.5
7852026-08-20T20:45:31.399Z Downloaded newtype-uuid v1.3.2
7862026-08-20T20:45:31.399Z Downloaded termtree v0.5.1
7872026-08-20T20:45:31.399Z Downloaded tinyvec_macros v0.1.1
7882026-08-20T20:45:31.399Z Downloaded structmeta v0.3.0
7892026-08-20T20:45:31.399Z Downloaded strip-ansi-escapes v0.2.1
7902026-08-20T20:45:31.402Z Downloaded structmeta-derive v0.3.0
7912026-08-20T20:45:31.402Z Downloaded typify-macro v0.6.2
7922026-08-20T20:45:31.402Z Downloaded zerovec-derive v0.11.2
7932026-08-20T20:45:31.405Z Downloaded heapless v0.8.0
7942026-08-20T20:45:31.408Z Downloaded headers v0.4.1
7952026-08-20T20:45:31.412Z Downloaded multer v3.1.0
7962026-08-20T20:45:31.416Z Downloaded num_enum_derive v0.7.6
7972026-08-20T20:45:31.421Z Downloaded oxnet v0.1.6
7982026-08-20T20:45:31.421Z Downloaded diesel-dtrace v0.5.0
7992026-08-20T20:45:31.421Z Downloaded diff v0.1.13
8002026-08-20T20:45:31.424Z Downloaded phf v0.13.1
8012026-08-20T20:45:31.424Z Downloaded pkg-config v0.3.32
8022026-08-20T20:45:31.424Z Downloaded deranged v0.5.8
8032026-08-20T20:45:31.424Z Downloaded pem-rfc7468 v0.7.0
8042026-08-20T20:45:31.424Z Downloaded trait-variant v0.1.2
8052026-08-20T20:45:31.424Z Downloaded hickory-resolver v0.24.4
8062026-08-20T20:45:31.427Z Downloaded xshell-macros v0.2.7
8072026-08-20T20:45:31.427Z Downloaded polyval v0.7.1
8082026-08-20T20:45:31.427Z Downloaded rustc-demangle v0.1.27
8092026-08-20T20:45:31.430Z Downloaded pem-rfc7468 v1.0.0
8102026-08-20T20:45:31.430Z Downloaded predicates v3.1.4
8112026-08-20T20:45:31.430Z Downloaded unicode-truncate v1.1.0
8122026-08-20T20:45:31.433Z Downloaded untrusted v0.7.1
8132026-08-20T20:45:31.433Z Downloaded wait-timeout v0.2.1
8142026-08-20T20:45:31.433Z Downloaded want v0.3.1
8152026-08-20T20:45:31.433Z Downloaded p256 v0.14.0
8162026-08-20T20:45:31.437Z Downloaded wnaf v0.14.0
8172026-08-20T20:45:31.437Z Downloaded zerofrom-derive v0.1.6
8182026-08-20T20:45:31.437Z Downloaded ppv-lite86 v0.2.21
8192026-08-20T20:45:31.437Z Downloaded psm v0.1.30
8202026-08-20T20:45:31.441Z Downloaded rustls-pemfile v2.2.0
8212026-08-20T20:45:31.441Z Downloaded ecdsa v0.17.0
8222026-08-20T20:45:31.441Z Downloaded hybrid-array v0.4.13
8232026-08-20T20:45:31.441Z Downloaded crc-catalog v2.4.0
8242026-08-20T20:45:31.445Z Downloaded curve25519-dalek-derive v0.1.1
8252026-08-20T20:45:31.445Z Downloaded crucible-workspace-hack v0.1.0
8262026-08-20T20:45:31.445Z Downloaded chumsky v0.9.3
8272026-08-20T20:45:31.445Z Downloaded bumpalo v3.20.2
8282026-08-20T20:45:31.449Z Downloaded rand_core v0.6.4
8292026-08-20T20:45:31.449Z Downloaded uuid v1.23.4
8302026-08-20T20:45:31.453Z Downloaded ingot-macros v0.2.0
8312026-08-20T20:45:31.453Z Downloaded rand_core v0.9.5
8322026-08-20T20:45:31.453Z Downloaded rustls-native-certs v0.8.3
8332026-08-20T20:45:31.456Z Downloaded serde_with_macros v1.5.2
8342026-08-20T20:45:31.456Z Downloaded document-features v0.2.12
8352026-08-20T20:45:31.459Z Downloaded derive_builder_macro v0.20.2
8362026-08-20T20:45:31.462Z Downloaded debug-ignore v1.0.5
8372026-08-20T20:45:31.462Z Downloaded defmt v0.3.100
8382026-08-20T20:45:31.466Z Downloaded scroll v0.13.0
8392026-08-20T20:45:31.469Z Downloaded ipnet v2.12.0
8402026-08-20T20:45:31.472Z Downloaded scrypt v0.12.0
8412026-08-20T20:45:31.472Z Downloaded slog-dtrace v0.3.0
8422026-08-20T20:45:31.472Z Downloaded slog-envlogger v2.2.0
8432026-08-20T20:45:31.475Z Downloaded smallvec v0.6.14
8442026-08-20T20:45:31.475Z Downloaded stringprep v0.1.5
8452026-08-20T20:45:31.475Z Downloaded inout v0.2.2
8462026-08-20T20:45:31.478Z Downloaded memmap2 v0.9.10
8472026-08-20T20:45:31.484Z Downloaded static_assertions v1.1.0
8482026-08-20T20:45:31.488Z Downloaded hickory-resolver v0.25.2
8492026-08-20T20:45:31.488Z Downloaded match_cfg v0.1.0
8502026-08-20T20:45:31.493Z Downloaded parking_lot v0.11.2
8512026-08-20T20:45:31.495Z Downloaded progenitor-extras v0.2.0
8522026-08-20T20:45:31.495Z Downloaded crc-any v2.5.0
8532026-08-20T20:45:31.498Z Downloaded olpc-cjson v0.1.4
8542026-08-20T20:45:31.498Z Downloaded uzers v0.12.2
8552026-08-20T20:45:31.502Z Downloaded lru v0.12.5
8562026-08-20T20:45:31.502Z Downloaded memoffset v0.9.1
8572026-08-20T20:45:31.507Z Downloaded half v2.7.1
8582026-08-20T20:45:31.512Z Downloaded heapless v0.7.17
8592026-08-20T20:45:31.515Z Downloaded rand v0.8.6
8602026-08-20T20:45:31.518Z Downloaded pretty_assertions v1.4.1
8612026-08-20T20:45:31.518Z Downloaded vergen-git2 v9.1.0
8622026-08-20T20:45:31.521Z Downloaded async-compression v0.4.41
8632026-08-20T20:45:31.524Z Downloaded progenitor-impl v0.14.0
8642026-08-20T20:45:31.524Z Downloaded cc v1.2.56
8652026-08-20T20:45:31.529Z Downloaded seq-macro v0.3.6
8662026-08-20T20:45:31.532Z Downloaded signal-hook-tokio v0.3.1
8672026-08-20T20:45:31.532Z Downloaded displaydoc v0.2.5
8682026-08-20T20:45:31.535Z Downloaded ed25519 v3.0.0
8692026-08-20T20:45:31.535Z Downloaded humantime v2.3.0
8702026-08-20T20:45:31.535Z Downloaded proc-macro-crate v3.4.0
8712026-08-20T20:45:31.538Z Downloaded progenitor-client v0.14.0
8722026-08-20T20:45:31.538Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-08-20T20:45:31.538Z Downloaded sha2 v0.11.0
8742026-08-20T20:45:31.538Z Downloaded russh-util v0.52.0
8752026-08-20T20:45:31.541Z Downloaded same-file v1.0.6
8762026-08-20T20:45:31.541Z Downloaded impl-trait-for-tuples v0.2.3
8772026-08-20T20:45:31.541Z Downloaded semver v0.1.20
8782026-08-20T20:45:31.541Z Downloaded signal-hook-mio v0.2.5
8792026-08-20T20:45:31.544Z Downloaded subtle v2.6.1
8802026-08-20T20:45:31.547Z Downloaded indoc v2.0.7
8812026-08-20T20:45:31.547Z Downloaded take_mut v0.2.2
8822026-08-20T20:45:31.551Z Downloaded jobserver v0.1.34
8832026-08-20T20:45:31.555Z Downloaded tokio-rustls v0.26.4
8842026-08-20T20:45:31.558Z Downloaded toml_parser v1.1.2+spec-1.1.0
8852026-08-20T20:45:31.558Z Downloaded sigpipe v0.1.3
8862026-08-20T20:45:31.558Z Downloaded ipnetwork v0.21.1
8872026-08-20T20:45:31.561Z Downloaded darling_core v0.20.11
8882026-08-20T20:45:31.564Z Downloaded universal-hash v0.6.1
8892026-08-20T20:45:31.564Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8902026-08-20T20:45:31.564Z Downloaded tracing-core v0.1.36
8912026-08-20T20:45:31.568Z Downloaded darling_core v0.21.3
8922026-08-20T20:45:31.571Z Downloaded usdt-attr-macro v0.6.0
8932026-08-20T20:45:31.571Z Downloaded http v1.4.2
8942026-08-20T20:45:31.571Z Downloaded papergrid v0.18.0
8952026-08-20T20:45:31.574Z Downloaded multimap v0.10.1
8962026-08-20T20:45:31.574Z Downloaded nanorand v0.7.0
8972026-08-20T20:45:31.577Z Downloaded xattr v1.6.1
8982026-08-20T20:45:31.577Z Downloaded crc v3.4.0
8992026-08-20T20:45:31.580Z Downloaded cpubits v0.1.1
9002026-08-20T20:45:31.580Z Downloaded cpufeatures v0.3.0
9012026-08-20T20:45:31.583Z Downloaded crc8 v0.1.1
9022026-08-20T20:45:31.586Z Downloaded phf v0.12.1
9032026-08-20T20:45:31.587Z Downloaded zerocopy v0.6.6
9042026-08-20T20:45:31.587Z Downloaded packed_struct v0.10.1
9052026-08-20T20:45:31.589Z Downloaded cookie_store v0.22.1
9062026-08-20T20:45:31.589Z Downloaded primefield v0.14.0
9072026-08-20T20:45:31.589Z Downloaded aes v0.9.1
9082026-08-20T20:45:31.593Z Downloaded peg v0.8.5
9092026-08-20T20:45:31.596Z Downloaded icu_locale_core v2.1.1
9102026-08-20T20:45:31.600Z Downloaded icu_normalizer v2.1.1
9112026-08-20T20:45:31.603Z Downloaded dyn-clone v1.0.20
9122026-08-20T20:45:31.603Z Downloaded hashbrown v0.13.2
9132026-08-20T20:45:31.603Z Downloaded icu_normalizer_data v2.1.1
9142026-08-20T20:45:31.607Z Downloaded socket2 v0.5.10
9152026-08-20T20:45:31.607Z Downloaded data-encoding v2.10.0
9162026-08-20T20:45:31.607Z Downloaded digest v0.11.3
9172026-08-20T20:45:31.607Z Downloaded dirs-sys-next v0.1.2
9182026-08-20T20:45:31.610Z Downloaded schemars_derive v0.8.22
9192026-08-20T20:45:31.610Z Downloaded spki v0.8.0
9202026-08-20T20:45:31.613Z Downloaded unicode_categories v0.1.1
9212026-08-20T20:45:31.616Z Downloaded keccak v0.1.6
9222026-08-20T20:45:31.616Z Downloaded display-error-chain v0.2.2
9232026-08-20T20:45:31.622Z Downloaded ssh-cipher v0.3.0
9242026-08-20T20:45:31.626Z Downloaded test-strategy v0.4.5
9252026-08-20T20:45:31.629Z Downloaded tinyvec v1.10.0
9262026-08-20T20:45:31.629Z Downloaded crossbeam-channel v0.5.15
9272026-08-20T20:45:31.632Z Downloaded tls_codec_derive v0.4.2
9282026-08-20T20:45:31.634Z Downloaded linked-hash-map v0.5.6
9292026-08-20T20:45:31.637Z Downloaded hickory-server v0.25.2
9302026-08-20T20:45:31.640Z Downloaded darling v0.20.11
9312026-08-20T20:45:31.643Z Downloaded openssl-macros v0.1.1
9322026-08-20T20:45:31.643Z Downloaded oxide-tokio-rt v0.1.4
9332026-08-20T20:45:31.643Z Downloaded whoami v2.1.0
9342026-08-20T20:45:31.646Z Downloaded zone v0.3.1
9352026-08-20T20:45:31.646Z Downloaded yoke v0.8.1
9362026-08-20T20:45:31.646Z Downloaded crossbeam-deque v0.8.6
9372026-08-20T20:45:31.651Z Downloaded hashbrown v0.12.3
9382026-08-20T20:45:31.654Z Downloaded md5 v0.8.0
9392026-08-20T20:45:31.654Z Downloaded md-5 v0.10.6
9402026-08-20T20:45:31.654Z Downloaded num v0.4.3
9412026-08-20T20:45:31.654Z Downloaded phf_shared v0.13.1
9422026-08-20T20:45:31.654Z Downloaded num-rational v0.4.2
9432026-08-20T20:45:31.654Z Downloaded crc32fast v1.5.0
9442026-08-20T20:45:31.658Z Downloaded postgres-types v0.2.12
9452026-08-20T20:45:31.658Z Downloaded derive_builder_core v0.20.2
9462026-08-20T20:45:31.658Z Downloaded pkcs1 v0.7.5
9472026-08-20T20:45:31.661Z Downloaded pkcs1 v0.8.0-rc.4
9482026-08-20T20:45:31.661Z Downloaded schemars v0.9.0
9492026-08-20T20:45:31.667Z Downloaded path-slash v0.1.5
9502026-08-20T20:45:31.670Z Downloaded ed25519-dalek v2.2.0
9512026-08-20T20:45:31.670Z Downloaded ref-cast v1.0.25
9522026-08-20T20:45:31.676Z Downloaded rfc6979 v0.6.0
9532026-08-20T20:45:31.676Z Downloaded typed-path v0.9.3
9542026-08-20T20:45:31.679Z Downloaded pbkdf2 v0.13.0
9552026-08-20T20:45:31.679Z Downloaded zopfli v0.8.3
9562026-08-20T20:45:31.679Z Downloaded defmt v1.0.1
9572026-08-20T20:45:31.682Z Downloaded r2d2 v0.8.10
9582026-08-20T20:45:31.682Z Downloaded rfc6979 v0.4.0
9592026-08-20T20:45:31.682Z Downloaded scopeguard v1.2.0
9602026-08-20T20:45:31.682Z Downloaded drift v0.2.0
9612026-08-20T20:45:31.687Z Downloaded quinn-udp v0.5.14
9622026-08-20T20:45:31.690Z Downloaded indicatif v0.18.4
9632026-08-20T20:45:31.694Z Downloaded hyper-staticfile v0.10.1
9642026-08-20T20:45:31.694Z Downloaded either v1.15.0
9652026-08-20T20:45:31.694Z Downloaded x509-cert v0.2.5
9662026-08-20T20:45:31.697Z Downloaded ingot v0.2.1
9672026-08-20T20:45:31.697Z Downloaded sha1 v0.11.0
9682026-08-20T20:45:31.700Z Downloaded tower-layer v0.3.3
9692026-08-20T20:45:31.700Z Downloaded keccak v0.2.0
9702026-08-20T20:45:31.700Z Downloaded sync-ptr v0.1.4
9712026-08-20T20:45:31.700Z Downloaded ssh-encoding v0.3.0
9722026-08-20T20:45:31.703Z Downloaded rsa v0.10.0-rc.18
9732026-08-20T20:45:31.706Z Downloaded term v1.2.1
9742026-08-20T20:45:31.706Z Downloaded tar v0.4.46
9752026-08-20T20:45:31.709Z Downloaded libbz2-rs-sys v0.2.2
9762026-08-20T20:45:31.709Z Downloaded topological-sort v0.2.2
9772026-08-20T20:45:31.712Z Downloaded twox-hash v2.1.2
9782026-08-20T20:45:31.712Z Downloaded supports-unicode v3.0.0
9792026-08-20T20:45:31.712Z Downloaded sync_wrapper v1.0.2
9802026-08-20T20:45:31.712Z Downloaded unicode-xid v0.2.6
9812026-08-20T20:45:31.717Z Downloaded derive_more v2.1.1
9822026-08-20T20:45:31.721Z Downloaded const_format_proc_macros v0.2.34
9832026-08-20T20:45:31.724Z Downloaded miette-derive v7.6.0
9842026-08-20T20:45:31.724Z Downloaded progenitor-macro v0.14.0
9852026-08-20T20:45:31.724Z Downloaded universal-hash v0.5.1
9862026-08-20T20:45:31.724Z Downloaded poly1305 v0.8.0
9872026-08-20T20:45:31.728Z Downloaded digest-io v0.1.0
9882026-08-20T20:45:31.728Z Downloaded primeorder v0.13.6
9892026-08-20T20:45:31.732Z Downloaded paste v1.0.15
9902026-08-20T20:45:31.735Z Downloaded progenitor v0.13.0
9912026-08-20T20:45:31.738Z Downloaded const_format v0.2.35
9922026-08-20T20:45:31.741Z Downloaded darling_macro v0.20.11
9932026-08-20T20:45:31.741Z Downloaded dropshot-api-manager-types v0.8.0
9942026-08-20T20:45:31.745Z Downloaded rand_seeder v0.4.0
9952026-08-20T20:45:31.745Z Downloaded inout v0.1.4
9962026-08-20T20:45:31.746Z Downloaded rusty-fork v0.3.1
9972026-08-20T20:45:31.750Z Downloaded kem v0.3.0
9982026-08-20T20:45:31.750Z Downloaded snafu v0.8.9
9992026-08-20T20:45:31.753Z Downloaded ron v0.8.1
10002026-08-20T20:45:31.753Z Downloaded zerocopy-derive v0.8.55
10012026-08-20T20:45:31.758Z Downloaded similar v2.7.0
10022026-08-20T20:45:31.761Z Downloaded serde_with_macros v3.21.0
10032026-08-20T20:45:31.765Z Downloaded rustls-platform-verifier v0.6.2
10042026-08-20T20:45:31.769Z Downloaded stacker v0.1.23
10052026-08-20T20:45:31.769Z Downloaded strum_macros v0.26.4
10062026-08-20T20:45:31.770Z Downloaded num-conv v0.2.0
10072026-08-20T20:45:31.770Z Downloaded indoc v1.0.9
10082026-08-20T20:45:31.774Z Downloaded smf v0.2.3
10092026-08-20T20:45:31.775Z Downloaded illumos-nvpair-sys v0.2.0
10102026-08-20T20:45:31.775Z Downloaded is-terminal v0.4.17
10112026-08-20T20:45:31.775Z Downloaded slog-async v2.8.0
10122026-08-20T20:45:31.775Z Downloaded subprocess v0.2.15
10132026-08-20T20:45:31.775Z Downloaded tls_codec v0.4.2
10142026-08-20T20:45:31.779Z Downloaded toml_edit v0.23.10+spec-1.0.0
10152026-08-20T20:45:31.779Z Downloaded knus v3.4.0
10162026-08-20T20:45:31.779Z Downloaded rustc_version v0.1.7
10172026-08-20T20:45:31.779Z Downloaded toml v1.1.2+spec-1.1.0
10182026-08-20T20:45:31.782Z Downloaded num-derive v0.4.2
10192026-08-20T20:45:31.782Z Downloaded sponge-cursor v0.1.0
10202026-08-20T20:45:31.782Z Downloaded vergen-gitcl v1.0.8
10212026-08-20T20:45:31.786Z Downloaded vergen-lib v0.1.6
10222026-08-20T20:45:31.786Z Downloaded litemap v0.8.1
10232026-08-20T20:45:31.786Z Downloaded rand v0.9.2
10242026-08-20T20:45:31.789Z Downloaded vergen v9.1.0
10252026-08-20T20:45:31.789Z Downloaded parking_lot_core v0.8.6
10262026-08-20T20:45:31.792Z Downloaded tungstenite v0.23.0
10272026-08-20T20:45:31.792Z Downloaded writeable v0.6.2
10282026-08-20T20:45:31.795Z Downloaded supports-color v3.0.2
10292026-08-20T20:45:31.795Z Downloaded time-core v0.1.8
10302026-08-20T20:45:31.795Z Downloaded num-bigint-dig v0.8.6
10312026-08-20T20:45:31.798Z Downloaded zone_cfg_derive v0.3.1
10322026-08-20T20:45:31.798Z Downloaded darling_core v0.13.4
10332026-08-20T20:45:31.801Z Downloaded ecdsa v0.16.9
10342026-08-20T20:45:31.801Z Downloaded unicode-bidi v0.3.18
10352026-08-20T20:45:31.804Z Downloaded vte v0.14.1
10362026-08-20T20:45:31.804Z Downloaded zeroize v1.9.0
10372026-08-20T20:45:31.804Z Downloaded aes-gcm v0.11.0
10382026-08-20T20:45:31.808Z Downloaded waitgroup v0.1.2
10392026-08-20T20:45:31.808Z Downloaded rcgen v0.12.1
10402026-08-20T20:45:31.812Z Downloaded darling_core v0.23.0
10412026-08-20T20:45:31.812Z Downloaded futures-util v0.3.32
10422026-08-20T20:45:31.818Z Downloaded zstd-safe v7.2.4
10432026-08-20T20:45:31.824Z Downloaded lock_api v0.4.14
10442026-08-20T20:45:31.824Z Downloaded aho-corasick v1.1.4
10452026-08-20T20:45:31.828Z Downloaded linear-map v1.2.0
10462026-08-20T20:45:31.828Z Downloaded illumos-nvpair v0.3.0
10472026-08-20T20:45:31.828Z Downloaded instant v0.1.13
10482026-08-20T20:45:31.828Z Downloaded ed25519 v2.2.3
10492026-08-20T20:45:31.828Z Downloaded lazy_static v1.5.0
10502026-08-20T20:45:31.828Z Downloaded kstat-rs v0.2.5
10512026-08-20T20:45:31.831Z Downloaded crypto-common v0.2.2
10522026-08-20T20:45:31.831Z Downloaded darling_macro v0.13.4
10532026-08-20T20:45:31.831Z Downloaded diesel_table_macro_syntax v0.3.0
10542026-08-20T20:45:31.831Z Downloaded hashbrown v0.14.5
10552026-08-20T20:45:31.834Z Downloaded hashbrown v0.16.1
10562026-08-20T20:45:31.838Z Downloaded zerovec v0.11.5
10572026-08-20T20:45:31.841Z Downloaded crypto-bigint v0.5.5
10582026-08-20T20:45:31.845Z Downloaded owo-colors v4.3.0
10592026-08-20T20:45:31.845Z Downloaded icu_provider v2.1.1
10602026-08-20T20:45:31.845Z Downloaded libefi-sys v0.1.0
10612026-08-20T20:45:31.845Z Downloaded itertools v0.10.5
10622026-08-20T20:45:31.849Z Downloaded password-hash v0.6.1
10632026-08-20T20:45:31.853Z Downloaded newtype-uuid-macros v0.1.0
10642026-08-20T20:45:31.853Z Downloaded crossbeam-epoch v0.9.18
10652026-08-20T20:45:31.853Z Downloaded unicode-segmentation v1.12.0
10662026-08-20T20:45:31.858Z Downloaded progenitor v0.14.0
10672026-08-20T20:45:31.862Z Downloaded rpassword v7.5.4
10682026-08-20T20:45:31.862Z Downloaded tokio-native-tls v0.3.1
10692026-08-20T20:45:31.862Z Downloaded unicase v2.9.0
10702026-08-20T20:45:31.862Z Downloaded serde-big-array v0.5.1
10712026-08-20T20:45:31.862Z Downloaded siphasher v1.0.2
10722026-08-20T20:45:31.866Z Downloaded tagptr v0.2.0
10732026-08-20T20:45:31.866Z Downloaded sqlparser_derive v0.5.0
10742026-08-20T20:45:31.866Z Downloaded publicsuffix v2.3.0
10752026-08-20T20:45:31.866Z Downloaded tui-tree-widget v0.23.1
10762026-08-20T20:45:31.871Z Downloaded hashbrown v0.15.5
10772026-08-20T20:45:31.875Z Downloaded num-traits v0.2.19
10782026-08-20T20:45:31.879Z Downloaded daft v0.1.7
10792026-08-20T20:45:31.880Z Downloaded crossbeam-utils v0.8.21
10802026-08-20T20:45:31.880Z Downloaded untrusted v0.9.0
10812026-08-20T20:45:31.880Z Downloaded rayon-core v1.13.0
10822026-08-20T20:45:31.883Z Downloaded derive-ex v0.1.8
10832026-08-20T20:45:31.883Z Downloaded darling v0.13.4
10842026-08-20T20:45:31.887Z Downloaded native-tls v0.2.18
10852026-08-20T20:45:31.890Z Downloaded ssh-key v0.7.0-rc.11
10862026-08-20T20:45:31.896Z Downloaded rustc-hash v2.1.1
10872026-08-20T20:45:31.904Z Downloaded dirs-next v2.0.0
10882026-08-20T20:45:31.904Z Downloaded dsl_auto_type v0.2.0
10892026-08-20T20:45:31.908Z Downloaded thread-id v5.1.0
10902026-08-20T20:45:31.908Z Downloaded hkdf v0.12.4
10912026-08-20T20:45:31.908Z Downloaded h2 v0.4.15
10922026-08-20T20:45:31.908Z Downloaded rand v0.10.1
10932026-08-20T20:45:31.913Z Downloaded module-lattice v0.2.3
10942026-08-20T20:45:31.913Z Downloaded litrs v1.0.0
10952026-08-20T20:45:31.913Z Downloaded aws-lc-rs v1.16.3
10962026-08-20T20:45:31.917Z Downloaded predicates-core v1.0.10
10972026-08-20T20:45:31.923Z Downloaded secrecy v0.8.0
10982026-08-20T20:45:31.923Z Downloaded secrecy v0.10.3
10992026-08-20T20:45:31.923Z Downloaded tungstenite v0.21.0
11002026-08-20T20:45:31.923Z Downloaded tap v1.0.1
11012026-08-20T20:45:31.923Z Downloaded slab v0.4.12
11022026-08-20T20:45:31.927Z Downloaded smallvec v1.15.1
11032026-08-20T20:45:31.931Z Downloaded poly1305 v0.9.0
11042026-08-20T20:45:31.931Z Downloaded salsa20 v0.11.0
11052026-08-20T20:45:31.935Z Downloaded term v0.7.0
11062026-08-20T20:45:31.939Z Downloaded lru-cache v0.1.2
11072026-08-20T20:45:31.940Z Downloaded rand_xorshift v0.4.0
11082026-08-20T20:45:31.944Z Downloaded support-bundle-viewer v0.1.2
11092026-08-20T20:45:31.944Z Downloaded tokio-dtrace v0.1.1
11102026-08-20T20:45:31.948Z Downloaded cookie v0.18.1
11112026-08-20T20:45:31.955Z Downloaded rawzip v0.4.4
11122026-08-20T20:45:31.955Z Downloaded strum v0.26.3
11132026-08-20T20:45:31.958Z Downloaded xshell v0.2.7
11142026-08-20T20:45:31.958Z Downloaded convert_case v0.10.0
11152026-08-20T20:45:31.958Z Downloaded delegate v0.13.5
11162026-08-20T20:45:31.961Z Downloaded proc-macro-crate v1.3.1
11172026-08-20T20:45:31.961Z Downloaded sha1 v0.10.6
11182026-08-20T20:45:31.966Z Downloaded indent_write v2.2.0
11192026-08-20T20:45:31.970Z Downloaded usdt-impl v0.6.0
11202026-08-20T20:45:31.970Z Downloaded miette v7.6.0
11212026-08-20T20:45:31.974Z Downloaded num-bigint v0.4.6
11222026-08-20T20:45:31.974Z Downloaded libloading v0.8.9
11232026-08-20T20:45:31.979Z Downloaded derive_more v0.99.20
11242026-08-20T20:45:31.979Z Downloaded tower-service v0.3.3
11252026-08-20T20:45:31.979Z Downloaded yasna v0.5.2
11262026-08-20T20:45:31.985Z Downloaded dunce v1.0.5
11272026-08-20T20:45:31.985Z Downloaded usdt-macro v0.6.0
11282026-08-20T20:45:31.985Z Downloaded progenitor-macro v0.13.0
11292026-08-20T20:45:31.995Z Downloaded oso v0.27.3
11302026-08-20T20:45:31.995Z Downloaded des v0.9.0
11312026-08-20T20:45:31.995Z Downloaded hyper-util v0.1.20
11322026-08-20T20:45:31.998Z Downloaded slog-json v2.6.1
11332026-08-20T20:45:31.998Z Downloaded slog-scope v4.4.1
11342026-08-20T20:45:31.998Z Downloaded tower v0.5.3
11352026-08-20T20:45:31.998Z Downloaded serde_spanned v1.1.1
11362026-08-20T20:45:32.002Z Downloaded primeorder v0.14.0
11372026-08-20T20:45:32.002Z Downloaded resolv-conf v0.7.6
11382026-08-20T20:45:32.007Z Downloaded pin-project v1.1.11
11392026-08-20T20:45:32.018Z Downloaded knus-derive v3.4.0
11402026-08-20T20:45:32.037Z Downloaded num-complex v0.4.6
11412026-08-20T20:45:32.037Z Downloaded darling_macro v0.21.3
11422026-08-20T20:45:32.040Z Downloaded blake3 v1.8.5
11432026-08-20T20:45:32.040Z Downloaded newtype_derive v0.1.6
11442026-08-20T20:45:32.040Z Downloaded parse-display v0.10.0
11452026-08-20T20:45:32.040Z Downloaded num_enum v0.7.6
11462026-08-20T20:45:32.040Z Downloaded predicates-tree v1.0.13
11472026-08-20T20:45:32.040Z Downloaded serde_urlencoded v0.7.1
11482026-08-20T20:45:32.040Z Downloaded managed v0.8.0
11492026-08-20T20:45:32.040Z Downloaded ingot-types v0.2.0
11502026-08-20T20:45:32.040Z Downloaded phc v0.6.1
11512026-08-20T20:45:32.040Z Downloaded daft-derive v0.1.7
11522026-08-20T20:45:32.040Z Downloaded scuffle v0.1.0
11532026-08-20T20:45:32.046Z Downloaded thiserror-no-std v2.0.2
11542026-08-20T20:45:32.050Z Downloaded postcard v1.1.3
11552026-08-20T20:45:32.055Z Downloaded darling v0.21.3
11562026-08-20T20:45:32.055Z Downloaded constant_time_eq v0.4.2
11572026-08-20T20:45:32.057Z Downloaded try-lock v0.2.5
11582026-08-20T20:45:32.060Z Downloaded p521 v0.14.0
11592026-08-20T20:45:32.060Z Downloaded ident_case v1.0.1
11602026-08-20T20:45:32.067Z Downloaded nom v8.0.0
11612026-08-20T20:45:32.077Z Downloaded percent-encoding v2.3.2
11622026-08-20T20:45:32.081Z Downloaded pin-project-lite v0.2.17
11632026-08-20T20:45:32.084Z Downloaded rtoolbox v0.0.3
11642026-08-20T20:45:32.087Z Downloaded libxml v0.3.3
11652026-08-20T20:45:32.092Z Downloaded time-macros v0.2.27
11662026-08-20T20:45:32.095Z Downloaded darling v0.23.0
11672026-08-20T20:45:32.098Z Downloaded iana-time-zone v0.1.65
11682026-08-20T20:45:32.101Z Downloaded jiff-core v0.1.0
11692026-08-20T20:45:32.101Z Downloaded prettyplease v0.2.37
11702026-08-20T20:45:32.104Z Downloaded zip v4.6.1
11712026-08-20T20:45:32.107Z Downloaded oxide-update-engine-types v0.1.2
11722026-08-20T20:45:32.107Z Downloaded der v0.8.0
11732026-08-20T20:45:32.110Z Downloaded diesel_derives v2.3.7
11742026-08-20T20:45:32.114Z Downloaded maplit v1.0.2
11752026-08-20T20:45:32.117Z Downloaded schemars v1.2.1
11762026-08-20T20:45:32.124Z Downloaded zeroize_derive v1.5.0
11772026-08-20T20:45:32.127Z Downloaded elliptic-curve v0.13.8
11782026-08-20T20:45:32.127Z Downloaded idna v1.1.0
11792026-08-20T20:45:32.130Z Downloaded indexmap v1.9.3
11802026-08-20T20:45:32.130Z Downloaded zstd v0.13.3
11812026-08-20T20:45:32.133Z Downloaded termios v0.3.3
11822026-08-20T20:45:32.133Z Downloaded string_cache v0.8.9
11832026-08-20T20:45:32.133Z Downloaded strum_macros v0.27.2
11842026-08-20T20:45:32.136Z Downloaded toml v0.7.8
11852026-08-20T20:45:32.136Z Downloaded internet-checksum v0.2.1
11862026-08-20T20:45:32.141Z Downloaded p384 v0.13.1
11872026-08-20T20:45:32.144Z Downloaded quinn v0.11.11
11882026-08-20T20:45:32.148Z Downloaded der v0.7.10
11892026-08-20T20:45:32.151Z Downloaded nu-ansi-term v0.50.3
11902026-08-20T20:45:32.154Z Downloaded thiserror-impl-no-std v2.0.2
11912026-08-20T20:45:32.157Z Downloaded serde_yaml v0.9.34+deprecated
11922026-08-20T20:45:32.161Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11932026-08-20T20:45:32.162Z Downloaded walkdir v2.5.0
11942026-08-20T20:45:32.162Z Downloaded maybe-uninit v2.0.0
11952026-08-20T20:45:32.168Z Downloaded bitvec v1.0.1
11962026-08-20T20:45:32.171Z Downloaded salty v0.3.0
11972026-08-20T20:45:32.176Z Downloaded parking_lot_core v0.9.12
11982026-08-20T20:45:32.181Z Downloaded ctr v0.10.1
11992026-08-20T20:45:32.181Z Downloaded tokio-macros v2.7.0
12002026-08-20T20:45:32.181Z Downloaded vsss-rs v3.3.4
12012026-08-20T20:45:32.185Z Downloaded bindgen v0.71.1
12022026-08-20T20:45:32.185Z Downloaded peg-macros v0.8.5
12032026-08-20T20:45:32.187Z Downloaded hyper-rustls v0.27.7
12042026-08-20T20:45:32.187Z Downloaded oxide-update-engine-display v0.1.2
12052026-08-20T20:45:32.188Z Downloaded tokio-postgres v0.7.16
12062026-08-20T20:45:32.192Z Downloaded winnow v0.6.26
12072026-08-20T20:45:32.200Z Downloaded iri-string v0.7.10
12082026-08-20T20:45:32.204Z Downloaded whoami v1.6.1
12092026-08-20T20:45:32.204Z Downloaded defmt-macros v1.0.1
12102026-08-20T20:45:32.205Z Downloaded derive_builder v0.20.2
12112026-08-20T20:45:32.207Z Downloaded ctutils v0.4.2
12122026-08-20T20:45:32.208Z Downloaded derive-where v1.6.0
12132026-08-20T20:45:32.210Z Downloaded dropshot_endpoint v0.17.1
12142026-08-20T20:45:32.211Z Downloaded hkdf v0.13.0
12152026-08-20T20:45:32.214Z Downloaded spin v0.9.8
12162026-08-20T20:45:32.214Z Downloaded crypto-primes v0.7.2
12172026-08-20T20:45:32.217Z Downloaded pkcs8 v0.11.0
12182026-08-20T20:45:32.220Z Downloaded slog v2.8.2
12192026-08-20T20:45:32.220Z Downloaded yansi v1.0.1
12202026-08-20T20:45:32.223Z Downloaded typify v0.6.2
12212026-08-20T20:45:32.223Z Downloaded proc-macro-error2 v2.0.1
12222026-08-20T20:45:32.226Z Downloaded serdect v0.4.3
12232026-08-20T20:45:32.226Z Downloaded quick-xml v0.37.5
12242026-08-20T20:45:32.229Z Downloaded unsafe-libyaml v0.2.11
12252026-08-20T20:45:32.234Z Downloaded ignore v0.4.25
12262026-08-20T20:45:32.234Z Downloaded ml-kem v0.3.2
12272026-08-20T20:45:32.239Z Downloaded icu_collections v2.1.1
12282026-08-20T20:45:32.239Z Downloaded miniz_oxide v0.8.9
12292026-08-20T20:45:32.243Z Downloaded minimal-lexical v0.2.1
12302026-08-20T20:45:32.243Z Downloaded openssl-sys v0.9.117
12312026-08-20T20:45:32.245Z Downloaded itertools v0.12.1
12322026-08-20T20:45:32.252Z Downloaded libm v0.2.16
12332026-08-20T20:45:32.257Z Downloaded rustls-pki-types v1.14.0
12342026-08-20T20:45:32.261Z Downloaded icu_properties v2.1.2
12352026-08-20T20:45:32.261Z Downloaded chrono v0.4.45
12362026-08-20T20:45:32.265Z Downloaded git2 v0.20.4
12372026-08-20T20:45:32.271Z Downloaded socket2 v0.6.3
12382026-08-20T20:45:32.274Z Downloaded toml_edit v0.19.15
12392026-08-20T20:45:32.282Z Downloaded url v2.5.8
12402026-08-20T20:45:32.282Z Downloaded ed25519-dalek v3.0.0
12412026-08-20T20:45:32.288Z Downloaded icu_properties_data v2.1.2
12422026-08-20T20:45:32.295Z Downloaded steno v0.4.1
12432026-08-20T20:45:32.298Z Downloaded signal-hook v0.3.18
12442026-08-20T20:45:32.303Z Downloaded samael v0.0.19
12452026-08-20T20:45:32.308Z Downloaded serde_with v1.14.0
12462026-08-20T20:45:32.311Z Downloaded zerotrie v0.2.3
12472026-08-20T20:45:32.313Z Downloaded p384 v0.14.0
12482026-08-20T20:45:32.313Z Downloaded nom v7.1.3
12492026-08-20T20:45:32.316Z Downloaded qorb v0.4.1
12502026-08-20T20:45:32.320Z Downloaded rsa v0.9.10
12512026-08-20T20:45:32.323Z Downloaded tabled v0.21.0
12522026-08-20T20:45:32.333Z Downloaded schemars v0.8.22
12532026-08-20T20:45:32.350Z Downloaded tokio-util v0.7.18
12542026-08-20T20:45:32.357Z Downloaded goblin v0.10.5
12552026-08-20T20:45:32.361Z Downloaded rustyline v14.0.0
12562026-08-20T20:45:32.365Z Downloaded zip v0.6.6
12572026-08-20T20:45:32.376Z Downloaded reedline v0.40.0
12582026-08-20T20:45:32.380Z Downloaded hyper v1.10.1
12592026-08-20T20:45:32.393Z Downloaded lalrpop v0.19.12
12602026-08-20T20:45:32.401Z Downloaded reqwest v0.13.2
12612026-08-20T20:45:32.404Z Downloaded mio v1.2.0
12622026-08-20T20:45:32.407Z Downloaded rustls-webpki v0.103.13
12632026-08-20T20:45:32.411Z Downloaded radix_trie v0.2.1
12642026-08-20T20:45:32.415Z Downloaded tough v0.22.0
12652026-08-20T20:45:32.419Z Downloaded itertools v0.14.0
12662026-08-20T20:45:32.422Z Downloaded crossterm v0.28.1
12672026-08-20T20:45:32.425Z Downloaded time v0.3.47
12682026-08-20T20:45:32.432Z Downloaded unicode-normalization v0.1.25
12692026-08-20T20:45:32.435Z Downloaded rayon v1.11.0
12702026-08-20T20:45:32.440Z Downloaded derive_more-impl v2.1.1
12712026-08-20T20:45:32.442Z Downloaded crossterm v0.29.0
12722026-08-20T20:45:32.447Z Downloaded internal-russh-num-bigint v0.5.0
12732026-08-20T20:45:32.450Z Downloaded tower-http v0.6.8
12742026-08-20T20:45:32.454Z Downloaded iddqd v0.4.2
12752026-08-20T20:45:32.459Z Downloaded winnow v0.5.40
12762026-08-20T20:45:32.463Z Downloaded regex v1.12.3
12772026-08-20T20:45:32.468Z Downloaded bstr v1.12.1
12782026-08-20T20:45:32.473Z Downloaded dropshot-api-manager v0.8.0
12792026-08-20T20:45:32.485Z Downloaded itertools v0.13.0
12802026-08-20T20:45:32.489Z Downloaded gimli v0.32.3
12812026-08-20T20:45:32.493Z Downloaded serde_with v3.21.0
12822026-08-20T20:45:32.500Z Downloaded zlib-rs v0.6.2
12832026-08-20T20:45:32.510Z Downloaded quinn-proto v0.11.16
12842026-08-20T20:45:32.515Z Downloaded russh v0.62.4
12852026-08-20T20:45:32.521Z Downloaded winnow v1.0.3
12862026-08-20T20:45:32.534Z Downloaded zerocopy v0.8.55
12872026-08-20T20:45:32.538Z Downloaded reqwest v0.12.28
12882026-08-20T20:45:32.541Z Downloaded portable-atomic v1.13.1
12892026-08-20T20:45:32.546Z Downloaded petname v2.0.2
12902026-08-20T20:45:32.549Z Downloaded polar-core v0.27.3
12912026-08-20T20:45:32.555Z Downloaded moka v0.12.13
12922026-08-20T20:45:32.559Z Downloaded itertools v0.15.0
12932026-08-20T20:45:32.588Z Downloaded proptest v1.11.0
12942026-08-20T20:45:32.593Z Downloaded sha3 v0.12.0
12952026-08-20T20:45:32.596Z Downloaded curve25519-dalek v4.1.3
12962026-08-20T20:45:32.603Z Downloaded smoltcp v0.9.1
12972026-08-20T20:45:32.607Z Downloaded regress v0.11.1
12982026-08-20T20:45:32.612Z Downloaded object v0.37.3
12992026-08-20T20:45:32.619Z Downloaded regex-syntax v0.8.10
13002026-08-20T20:45:32.625Z Downloaded regress v0.10.5
13012026-08-20T20:45:32.637Z Downloaded nix v0.31.2
13022026-08-20T20:45:32.641Z Downloaded vcpkg v0.2.15
13032026-08-20T20:45:32.663Z Downloaded object v0.30.4
13042026-08-20T20:45:32.668Z Downloaded nix v0.27.1
13052026-08-20T20:45:32.674Z Downloaded rustix v0.38.44
13062026-08-20T20:45:32.687Z Downloaded nix v0.28.0
13072026-08-20T20:45:32.692Z Downloaded rustls v0.23.41
13082026-08-20T20:45:32.699Z Downloaded sled v0.34.7
13092026-08-20T20:45:32.705Z Downloaded hickory-proto v0.24.4
13102026-08-20T20:45:32.714Z Downloaded hickory-proto v0.25.2
13112026-08-20T20:45:32.721Z Downloaded crypto-bigint v0.7.5
13122026-08-20T20:45:32.730Z Downloaded openssl v0.10.80
13132026-08-20T20:45:32.735Z Downloaded smoltcp v0.11.0
13142026-08-20T20:45:32.743Z Downloaded tracing v0.1.44
13152026-08-20T20:45:32.754Z Downloaded regex-syntax v0.6.29
13162026-08-20T20:45:32.759Z Downloaded sqlparser v0.61.0
13172026-08-20T20:45:32.764Z Downloaded curve25519-dalek v5.0.0
13182026-08-20T20:45:32.771Z Downloaded diesel v2.3.7
13192026-08-20T20:45:32.781Z Downloaded dropshot v0.17.1
13202026-08-20T20:45:32.792Z Downloaded openapiv3 v2.2.0
13212026-08-20T20:45:32.799Z Downloaded typify-impl v0.6.2
13222026-08-20T20:45:32.808Z Downloaded zerocopy-derive v0.6.6
13232026-08-20T20:45:32.812Z Downloaded sha3 v0.11.0
13242026-08-20T20:45:32.818Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-20T20:45:32.826Z Downloaded ratatui v0.29.0
13262026-08-20T20:45:32.866Z Downloaded regex-automata v0.4.14
13272026-08-20T20:45:32.874Z Downloaded chrono-tz v0.10.4
13282026-08-20T20:45:32.884Z Downloaded jiff v0.2.34
13292026-08-20T20:45:32.898Z Downloaded tokio v1.52.1
13302026-08-20T20:45:32.916Z Downloaded csv v1.4.0
13312026-08-20T20:45:32.928Z Downloaded sha3 v0.10.8
13322026-08-20T20:45:32.932Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-08-20T20:45:32.940Z Downloaded petgraph v0.6.5
13342026-08-20T20:45:32.951Z Downloaded encoding_rs v0.8.35
13352026-08-20T20:45:32.964Z Downloaded petgraph v0.8.3
13362026-08-20T20:45:32.977Z Downloaded libz-sys v1.1.24
13372026-08-20T20:45:33.092Z Downloaded ring v0.17.14
13382026-08-20T20:45:33.139Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-20T20:45:33.628Z Downloaded aws-lc-sys v0.40.0
13402026-08-20T20:45:33.886Z Compiling serde_core v1.0.228
13412026-08-20T20:45:33.886Z Compiling libc v0.2.185
13422026-08-20T20:45:33.886Z Compiling serde v1.0.228
13432026-08-20T20:45:33.889Z Compiling log v0.4.33
13442026-08-20T20:45:33.889Z Compiling smallvec v1.15.1
13452026-08-20T20:45:33.889Z Compiling shlex v1.3.0
13462026-08-20T20:45:34.022Z Compiling find-msvc-tools v0.1.9
13472026-08-20T20:45:34.027Z Compiling syn v2.0.117
13482026-08-20T20:45:34.227Z Compiling subtle v2.6.1
13492026-08-20T20:45:34.261Z Compiling scopeguard v1.2.0
13502026-08-20T20:45:34.261Z Compiling typenum v1.20.1
13512026-08-20T20:45:34.315Z Compiling stable_deref_trait v1.2.1
13522026-08-20T20:45:34.463Z Compiling lock_api v0.4.14
13532026-08-20T20:45:34.490Z Compiling zerocopy v0.8.55
13542026-08-20T20:45:34.504Z Compiling portable-atomic v1.13.1
13552026-08-20T20:45:34.530Z Compiling serde_json v1.0.151
13562026-08-20T20:45:34.708Z Compiling critical-section v1.2.0
13572026-08-20T20:45:34.731Z Compiling libm v0.2.16
13582026-08-20T20:45:34.805Z Compiling num-traits v0.2.19
13592026-08-20T20:45:34.916Z Compiling pkg-config v0.3.32
13602026-08-20T20:45:34.979Z Compiling errno v0.3.14
13612026-08-20T20:45:34.993Z Compiling jobserver v0.1.34
13622026-08-20T20:45:35.041Z Compiling getrandom v0.2.17
13632026-08-20T20:45:35.266Z Compiling cc v1.2.56
13642026-08-20T20:45:35.320Z Compiling rand_core v0.6.4
13652026-08-20T20:45:35.363Z Compiling generic-array v0.14.7
13662026-08-20T20:45:35.459Z Compiling parking_lot_core v0.9.12
13672026-08-20T20:45:35.562Z Compiling once_cell v1.21.3
13682026-08-20T20:45:35.577Z Compiling const-oid v0.9.6
13692026-08-20T20:45:35.595Z Compiling pin-project-lite v0.2.17
13702026-08-20T20:45:35.726Z Compiling getrandom v0.3.4
13712026-08-20T20:45:35.776Z Compiling signal-hook-registry v1.4.8
13722026-08-20T20:45:36.063Z Compiling percent-encoding v2.3.2
13732026-08-20T20:45:36.258Z Compiling bitflags v2.11.0
13742026-08-20T20:45:36.333Z Compiling futures-core v0.3.32
13752026-08-20T20:45:36.365Z Compiling writeable v0.6.2
13762026-08-20T20:45:36.398Z Compiling litemap v0.8.1
13772026-08-20T20:45:36.487Z Compiling semver v1.0.28
13782026-08-20T20:45:36.564Z Compiling parking_lot v0.12.5
13792026-08-20T20:45:36.593Z Compiling mio v1.2.0
13802026-08-20T20:45:36.693Z Compiling icu_normalizer_data v2.1.1
13812026-08-20T20:45:36.717Z Compiling icu_properties_data v2.1.2
13822026-08-20T20:45:36.834Z Compiling socket2 v0.6.3
13832026-08-20T20:45:36.849Z Compiling rustix v1.1.4
13842026-08-20T20:45:36.945Z Compiling synstructure v0.13.2
13852026-08-20T20:45:36.970Z Compiling getrandom v0.4.3
13862026-08-20T20:45:37.063Z Compiling futures-sink v0.3.32
13872026-08-20T20:45:37.078Z Compiling rand_core v0.10.0
13882026-08-20T20:45:37.172Z Compiling futures-channel v0.3.32
13892026-08-20T20:45:37.243Z Compiling indexmap v2.14.0
13902026-08-20T20:45:37.257Z Compiling utf8_iter v1.0.4
13912026-08-20T20:45:37.404Z Compiling futures-task v0.3.32
13922026-08-20T20:45:37.404Z Compiling slab v0.4.12
13932026-08-20T20:45:37.435Z Compiling futures-io v0.3.32
13942026-08-20T20:45:37.555Z Compiling form_urlencoded v1.2.2
13952026-08-20T20:45:37.569Z Compiling rustversion v1.0.22
13962026-08-20T20:45:37.588Z Compiling iana-time-zone v0.1.65
13972026-08-20T20:45:37.602Z Compiling base64ct v1.8.3
13982026-08-20T20:45:37.605Z Compiling cmake v0.1.57
13992026-08-20T20:45:37.729Z Compiling flagset v0.4.7
14002026-08-20T20:45:37.785Z Compiling ident_case v1.0.1
14012026-08-20T20:45:37.863Z Compiling pem-rfc7468 v0.7.0
14022026-08-20T20:45:37.892Z Compiling regex-syntax v0.8.10
14032026-08-20T20:45:37.920Z Compiling fs_extra v1.3.0
14042026-08-20T20:45:37.920Z Compiling dunce v1.0.5
14052026-08-20T20:45:38.004Z Compiling uuid v1.23.4
14062026-08-20T20:45:38.027Z Compiling rand_core v0.9.5
14072026-08-20T20:45:38.164Z Compiling base64 v0.22.1
14082026-08-20T20:45:38.190Z Compiling aws-lc-sys v0.40.0
14092026-08-20T20:45:38.307Z Compiling syn v1.0.109
14102026-08-20T20:45:38.506Z Compiling vcpkg v0.2.15
14112026-08-20T20:45:38.538Z Compiling serde_derive_internals v0.29.1
14122026-08-20T20:45:38.571Z Compiling rustc_version v0.4.1
14132026-08-20T20:45:38.663Z Compiling tracing-core v0.1.36
14142026-08-20T20:45:38.697Z Compiling schemars v0.8.22
14152026-08-20T20:45:38.711Z Compiling serde_derive v1.0.228
14162026-08-20T20:45:38.902Z Compiling zeroize_derive v1.5.0
14172026-08-20T20:45:38.917Z Compiling zerocopy-derive v0.8.55
14182026-08-20T20:45:39.212Z Compiling zerofrom-derive v0.1.6
14192026-08-20T20:45:39.232Z Compiling yoke-derive v0.8.1
14202026-08-20T20:45:39.486Z Compiling zerovec-derive v0.11.2
14212026-08-20T20:45:39.609Z Compiling displaydoc v0.2.5
14222026-08-20T20:45:40.258Z Compiling tokio-macros v2.7.0
14232026-08-20T20:45:40.363Z Compiling futures-macro v0.3.32
14242026-08-20T20:45:40.456Z Compiling der_derive v0.7.3
14252026-08-20T20:45:40.618Z Compiling thiserror-impl v2.0.18
14262026-08-20T20:45:40.659Z Compiling zerofrom v0.1.6
14272026-08-20T20:45:40.785Z Compiling yoke v0.8.1
14282026-08-20T20:45:40.972Z Compiling zerovec v0.11.5
14292026-08-20T20:45:40.995Z Compiling zerotrie v0.2.3
14302026-08-20T20:45:41.178Z Compiling futures-util v0.3.32
14312026-08-20T20:45:41.292Z Compiling openssl-sys v0.9.117
14322026-08-20T20:45:41.417Z Compiling tracing-attributes v0.1.31
14332026-08-20T20:45:41.473Z Compiling tinystr v0.8.2
14342026-08-20T20:45:41.679Z Compiling icu_locale_core v2.1.1
14352026-08-20T20:45:41.808Z Compiling potential_utf v0.1.4
14362026-08-20T20:45:41.928Z Compiling thiserror v2.0.18
14372026-08-20T20:45:41.966Z Compiling icu_collections v2.1.1
14382026-08-20T20:45:42.034Z Compiling cpufeatures v0.2.17
14392026-08-20T20:45:42.112Z Compiling simd-adler32 v0.3.8
14402026-08-20T20:45:42.198Z Compiling zeroize v1.9.0
14412026-08-20T20:45:42.364Z Compiling bytes v1.11.1
14422026-08-20T20:45:42.426Z Compiling icu_provider v2.1.1
14432026-08-20T20:45:42.560Z Compiling chrono v0.4.45
14442026-08-20T20:45:42.705Z Compiling icu_normalizer v2.1.1
14452026-08-20T20:45:42.719Z Compiling icu_properties v2.1.2
14462026-08-20T20:45:42.965Z Compiling block-buffer v0.10.4
14472026-08-20T20:45:42.980Z Compiling crypto-common v0.1.7
14482026-08-20T20:45:43.129Z Compiling tokio v1.52.1
14492026-08-20T20:45:43.143Z Compiling digest v0.10.7
14502026-08-20T20:45:43.225Z Compiling der v0.7.10
14512026-08-20T20:45:43.395Z Compiling ppv-lite86 v0.2.21
14522026-08-20T20:45:43.450Z Compiling http v1.4.2
14532026-08-20T20:45:43.463Z Compiling dyn-clone v1.0.20
14542026-08-20T20:45:43.601Z Compiling idna_adapter v1.2.1
14552026-08-20T20:45:43.718Z Compiling idna v1.1.0
14562026-08-20T20:45:43.740Z Compiling rand_chacha v0.9.0
14572026-08-20T20:45:43.800Z Compiling aws-lc-rs v1.16.3
14582026-08-20T20:45:43.928Z Compiling tracing v0.1.44
14592026-08-20T20:45:44.083Z Compiling url v2.5.8
14602026-08-20T20:45:44.192Z Compiling spki v0.7.3
14612026-08-20T20:45:44.335Z Compiling http-body v1.0.1
14622026-08-20T20:45:44.428Z Compiling pkcs8 v0.10.2
14632026-08-20T20:45:44.444Z Compiling rand v0.9.2
14642026-08-20T20:45:44.448Z Compiling rustls-pki-types v1.14.0
14652026-08-20T20:45:44.514Z Compiling schemars_derive v0.8.22
14662026-08-20T20:45:44.679Z Compiling spin v0.9.8
14672026-08-20T20:45:44.887Z Compiling httparse v1.10.1
14682026-08-20T20:45:44.901Z Compiling adler2 v2.0.1
14692026-08-20T20:45:44.917Z Compiling cmov v0.5.4
14702026-08-20T20:45:45.028Z Compiling crc32fast v1.5.0
14712026-08-20T20:45:45.122Z Compiling tinyvec_macros v0.1.1
14722026-08-20T20:45:45.190Z Compiling openssl-probe v0.2.1
14732026-08-20T20:45:45.194Z Compiling tinyvec v1.10.0
14742026-08-20T20:45:45.558Z Compiling tempfile v3.27.0
14752026-08-20T20:45:45.563Z Compiling ctutils v0.4.2
14762026-08-20T20:45:45.563Z Compiling miniz_oxide v0.8.9
14772026-08-20T20:45:45.563Z Compiling pest_generator v2.8.6
14782026-08-20T20:45:45.563Z Compiling sha2 v0.10.9
14792026-08-20T20:45:45.639Z Compiling terminal_size v0.4.3
14802026-08-20T20:45:45.759Z Compiling aho-corasick v1.1.4
14812026-08-20T20:45:45.961Z Compiling tower-service v0.3.3
14822026-08-20T20:45:46.060Z Compiling radium v0.7.0
14832026-08-20T20:45:46.224Z Compiling tower-layer v0.3.3
14842026-08-20T20:45:46.301Z Compiling try-lock v0.2.5
14852026-08-20T20:45:46.385Z Compiling atomic-waker v1.1.2
14862026-08-20T20:45:46.407Z Compiling untrusted v0.7.1
14872026-08-20T20:45:46.509Z Compiling want v0.3.1
14882026-08-20T20:45:46.550Z Compiling pest_derive v2.8.6
14892026-08-20T20:45:46.673Z Compiling regex-automata v0.4.14
14902026-08-20T20:45:46.855Z Compiling hybrid-array v0.4.13
14912026-08-20T20:45:46.979Z Compiling tokio-util v0.7.18
14922026-08-20T20:45:47.402Z Compiling ipnet v2.12.0
14932026-08-20T20:45:47.462Z Compiling scroll_derive v0.13.1
14942026-08-20T20:45:47.619Z Compiling darling_core v0.20.11
14952026-08-20T20:45:47.887Z Compiling h2 v0.4.15
14962026-08-20T20:45:47.982Z Compiling foreign-types-shared v0.1.1
14972026-08-20T20:45:48.063Z Compiling untrusted v0.9.0
14982026-08-20T20:45:48.190Z Compiling tap v1.0.1
14992026-08-20T20:45:48.244Z Compiling httpdate v1.0.3
15002026-08-20T20:45:48.289Z Compiling openssl v0.10.80
15012026-08-20T20:45:48.331Z Compiling maybe-uninit v2.0.0
15022026-08-20T20:45:48.456Z Compiling rustls v0.23.41
15032026-08-20T20:45:48.529Z Compiling wyz v0.5.1
15042026-08-20T20:45:48.622Z Compiling scroll v0.13.0
15052026-08-20T20:45:48.625Z Compiling foreign-types v0.3.2
15062026-08-20T20:45:48.718Z Compiling unicode-normalization v0.1.25
15072026-08-20T20:45:48.880Z Compiling rand_chacha v0.3.1
15082026-08-20T20:45:48.894Z Compiling signature v2.2.0
15092026-08-20T20:45:49.079Z Compiling hex v0.4.3
15102026-08-20T20:45:49.166Z Compiling openssl-macros v0.1.1
15112026-08-20T20:45:49.222Z Compiling thiserror-impl v1.0.69
15122026-08-20T20:45:49.359Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-20T20:45:49.558Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-20T20:45:49.660Z Compiling num-integer v0.1.46
15152026-08-20T20:45:49.758Z Compiling wait-timeout v0.2.1
15162026-08-20T20:45:49.834Z Compiling ahash v0.8.12
15172026-08-20T20:45:49.910Z Compiling darling_macro v0.20.11
15182026-08-20T20:45:49.979Z Compiling bit-vec v0.8.0
15192026-08-20T20:45:50.021Z Compiling num-bigint-dig v0.8.6
15202026-08-20T20:45:50.037Z Compiling packed_struct v0.10.1
15212026-08-20T20:45:50.201Z Compiling funty v2.0.0
15222026-08-20T20:45:50.216Z Compiling num-conv v0.2.0
15232026-08-20T20:45:50.274Z Compiling quick-error v1.2.3
15242026-08-20T20:45:50.344Z Compiling time-core v0.1.8
15252026-08-20T20:45:50.384Z Compiling native-tls v0.2.18
15262026-08-20T20:45:50.398Z Compiling powerfmt v0.2.0
15272026-08-20T20:45:50.483Z Compiling thiserror v1.0.69
15282026-08-20T20:45:50.496Z Compiling time-macros v0.2.27
15292026-08-20T20:45:50.595Z Compiling deranged v0.5.8
15302026-08-20T20:45:50.609Z Compiling bitvec v1.0.1
15312026-08-20T20:45:50.623Z Compiling clap_builder v4.6.0
15322026-08-20T20:45:50.740Z Compiling darling v0.20.11
15332026-08-20T20:45:50.777Z Compiling rusty-fork v0.3.1
15342026-08-20T20:45:50.860Z Compiling bit-set v0.8.0
15352026-08-20T20:45:51.020Z Compiling hyper v1.10.1
15362026-08-20T20:45:51.127Z Compiling num-iter v0.1.45
15372026-08-20T20:45:51.984Z Compiling rand v0.8.6
15382026-08-20T20:45:52.004Z Compiling goblin v0.10.5
15392026-08-20T20:45:52.084Z Compiling hyper-util v0.1.20
15402026-08-20T20:45:52.561Z Compiling packed_struct_codegen v0.10.1
15412026-08-20T20:45:52.765Z Compiling lazy_static v1.5.0
15422026-08-20T20:45:52.857Z Compiling hmac v0.12.1
15432026-08-20T20:45:53.014Z Compiling serde_spanned v0.6.9
15442026-08-20T20:45:53.160Z Compiling toml_datetime v0.6.11
15452026-08-20T20:45:53.412Z Compiling bitfield-macros v0.19.4
15462026-08-20T20:45:53.547Z Compiling clap_derive v4.6.1
15472026-08-20T20:45:53.603Z Compiling zerocopy-derive v0.6.6
15482026-08-20T20:45:53.773Z Compiling rand_xorshift v0.4.0
15492026-08-20T20:45:53.935Z Compiling sync_wrapper v1.0.2
15502026-08-20T20:45:54.047Z Compiling indexmap v1.9.3
15512026-08-20T20:45:54.107Z Compiling object v0.37.3
15522026-08-20T20:45:54.229Z Compiling usdt-impl v0.6.0
15532026-08-20T20:45:54.403Z Compiling crossbeam-utils v0.8.21
15542026-08-20T20:45:54.443Z Compiling crc-catalog v2.4.0
15552026-08-20T20:45:54.479Z Compiling siphasher v1.0.2
15562026-08-20T20:45:54.496Z Compiling nodrop v0.1.14
15572026-08-20T20:45:54.536Z Compiling paste v1.0.15
15582026-08-20T20:45:54.588Z Compiling zlib-rs v0.6.2
15592026-08-20T20:45:54.675Z Compiling unarray v0.1.4
15602026-08-20T20:45:54.678Z Compiling num_threads v0.1.7
15612026-08-20T20:45:54.785Z Compiling proptest v1.11.0
15622026-08-20T20:45:54.789Z Compiling time v0.3.47
15632026-08-20T20:45:54.877Z Compiling dof v0.4.0
15642026-08-20T20:45:55.319Z Compiling clap v4.6.1
15652026-08-20T20:45:55.402Z Compiling array-init v0.0.4
15662026-08-20T20:45:55.741Z Compiling crc v3.4.0
15672026-08-20T20:45:55.949Z Compiling zerocopy v0.6.6
15682026-08-20T20:45:56.096Z Compiling bitfield v0.19.4
15692026-08-20T20:45:56.173Z Compiling tower v0.5.3
15702026-08-20T20:45:56.560Z Compiling smallvec v0.6.14
15712026-08-20T20:45:56.754Z Compiling derive_builder_core v0.20.2
15722026-08-20T20:45:56.933Z Compiling dtrace-parser v0.3.0
15732026-08-20T20:45:57.561Z Compiling flate2 v1.1.9
15742026-08-20T20:45:57.576Z Compiling ipnetwork v0.21.1
15752026-08-20T20:45:57.637Z Compiling pkcs1 v0.7.5
15762026-08-20T20:45:57.751Z Compiling http-body-util v0.1.3
15772026-08-20T20:45:57.955Z Compiling heapless v0.7.17
15782026-08-20T20:45:57.969Z Compiling scroll_derive v0.12.1
15792026-08-20T20:45:57.989Z Compiling structmeta-derive v0.3.0
15802026-08-20T20:45:58.025Z Compiling slog v2.8.2
15812026-08-20T20:45:58.040Z Compiling darling_core v0.23.0
15822026-08-20T20:45:58.184Z Compiling thread-id v5.1.0
15832026-08-20T20:45:58.206Z Compiling cookie v0.18.1
15842026-08-20T20:45:58.267Z Compiling env_filter v2.0.0
15852026-08-20T20:45:58.385Z Compiling signal-hook v0.3.18
15862026-08-20T20:45:58.554Z Compiling hashbrown v0.12.3
15872026-08-20T20:45:58.554Z Compiling gimli v0.32.3
15882026-08-20T20:45:58.627Z Compiling base64 v0.21.7
15892026-08-20T20:45:58.937Z Compiling unicode-bidi v0.3.18
15902026-08-20T20:45:59.023Z Compiling zstd-safe v7.2.4
15912026-08-20T20:45:59.056Z Compiling allocator-api2 v0.2.21
15922026-08-20T20:45:59.217Z Compiling ryu v1.0.23
15932026-08-20T20:45:59.418Z Compiling iri-string v0.7.10
15942026-08-20T20:45:59.440Z Compiling anyhow v1.0.104
15952026-08-20T20:45:59.512Z Compiling unicode-properties v0.1.4
15962026-08-20T20:45:59.724Z Compiling winnow v0.5.40
15972026-08-20T20:45:59.964Z Compiling stringprep v0.1.5
15982026-08-20T20:46:00.407Z Compiling addr2line v0.25.1
15992026-08-20T20:46:00.555Z Compiling serde_urlencoded v0.7.1
16002026-08-20T20:46:00.594Z Compiling darling_macro v0.23.0
16012026-08-20T20:46:00.734Z Compiling tower-http v0.6.8
16022026-08-20T20:46:00.821Z Compiling structmeta v0.3.0
16032026-08-20T20:46:01.035Z Compiling toml_edit v0.19.15
16042026-08-20T20:46:01.072Z Compiling ron v0.8.1
16052026-08-20T20:46:01.127Z Compiling scroll v0.12.0
16062026-08-20T20:46:01.169Z Compiling env_logger v0.11.11
16072026-08-20T20:46:01.509Z Compiling rsa v0.9.10
16082026-08-20T20:46:01.577Z Compiling oxnet v0.1.6
16092026-08-20T20:46:01.796Z Compiling derive_builder_macro v0.20.2
16102026-08-20T20:46:01.927Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-20T20:46:01.988Z Compiling newtype-uuid v1.3.2
16122026-08-20T20:46:02.002Z Compiling hashbrown v0.13.2
16132026-08-20T20:46:02.263Z Compiling serde-hex v0.1.0
16142026-08-20T20:46:02.307Z Compiling bzip2 v0.4.4
16152026-08-20T20:46:02.490Z Compiling tokio-native-tls v0.3.1
16162026-08-20T20:46:02.512Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-20T20:46:03.645Z Compiling camino v1.2.5
16182026-08-20T20:46:03.683Z Compiling bstr v1.12.1
16192026-08-20T20:46:03.993Z Compiling block-buffer v0.12.1
16202026-08-20T20:46:04.023Z Compiling block-padding v0.4.2
16212026-08-20T20:46:04.193Z Compiling crypto-common v0.2.2
16222026-08-20T20:46:04.193Z Compiling rustls-native-certs v0.8.3
16232026-08-20T20:46:04.311Z Compiling x509-cert v0.2.5
16242026-08-20T20:46:04.521Z Compiling md-5 v0.10.6
16252026-08-20T20:46:04.558Z Compiling erased-serde v0.3.31
16262026-08-20T20:46:04.691Z Compiling serde_tokenstream v0.2.3
16272026-08-20T20:46:05.009Z Compiling curve25519-dalek v4.1.3
16282026-08-20T20:46:05.046Z Compiling pin-project-internal v1.1.11
16292026-08-20T20:46:05.339Z Compiling async-trait v0.1.89
16302026-08-20T20:46:05.460Z Compiling zerocopy-derive v0.7.35
16312026-08-20T20:46:05.730Z Compiling daft-derive v0.1.7
16322026-08-20T20:46:05.941Z Compiling vergen-lib v9.1.0
16332026-08-20T20:46:05.959Z Compiling hash32 v0.2.1
16342026-08-20T20:46:06.123Z Compiling memoffset v0.9.1
16352026-08-20T20:46:06.139Z Compiling encoding_rs v0.8.35
16362026-08-20T20:46:06.155Z Compiling crc-any v2.5.0
16372026-08-20T20:46:06.300Z Compiling mime v0.3.17
16382026-08-20T20:46:06.321Z Compiling owo-colors v4.3.0
16392026-08-20T20:46:06.347Z Compiling ref-cast v1.0.25
16402026-08-20T20:46:06.374Z Compiling rustix v0.38.44
16412026-08-20T20:46:06.453Z Compiling smoltcp v0.9.1
16422026-08-20T20:46:06.487Z Compiling litrs v1.0.0
16432026-08-20T20:46:06.547Z Compiling cfg_aliases v0.2.1
16442026-08-20T20:46:06.618Z Compiling fallible-iterator v0.2.0
16452026-08-20T20:46:06.633Z Compiling psl-types v2.0.11
16462026-08-20T20:46:06.636Z Compiling rustc-demangle v0.1.27
16472026-08-20T20:46:06.748Z Compiling publicsuffix v2.3.0
16482026-08-20T20:46:06.802Z Compiling nix v0.31.2
16492026-08-20T20:46:06.875Z Compiling backtrace v0.3.76
16502026-08-20T20:46:06.912Z Compiling postgres-protocol v0.6.10
16512026-08-20T20:46:06.926Z Compiling daft v0.1.7
16522026-08-20T20:46:06.981Z Compiling document-features v0.2.12
16532026-08-20T20:46:07.019Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-20T20:46:07.154Z Compiling zerocopy v0.7.35
16552026-08-20T20:46:07.290Z Compiling pin-project v1.1.11
16562026-08-20T20:46:07.545Z Compiling inout v0.2.2
16572026-08-20T20:46:07.606Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-20T20:46:07.685Z Compiling hyper-tls v0.6.0
16592026-08-20T20:46:07.720Z Compiling zip v0.6.6
16602026-08-20T20:46:07.869Z Compiling object v0.30.4
16612026-08-20T20:46:07.883Z Compiling toml v0.7.8
16622026-08-20T20:46:07.899Z Compiling derive_builder v0.20.2
16632026-08-20T20:46:08.023Z Compiling goblin v0.8.2
16642026-08-20T20:46:08.285Z Compiling darling v0.23.0
16652026-08-20T20:46:08.378Z Compiling derive-ex v0.1.8
16662026-08-20T20:46:08.469Z Compiling phf_shared v0.13.1
16672026-08-20T20:46:08.522Z Compiling regex v1.12.3
16682026-08-20T20:46:08.705Z Compiling hubpack_derive v0.1.1
16692026-08-20T20:46:08.735Z Compiling futures-executor v0.3.32
16702026-08-20T20:46:08.937Z Compiling curve25519-dalek-derive v0.1.1
16712026-08-20T20:46:08.992Z Compiling snafu-derive v0.8.9
16722026-08-20T20:46:09.149Z Compiling strum_macros v0.27.2
16732026-08-20T20:46:09.600Z Compiling ref-cast-impl v1.0.25
16742026-08-20T20:46:10.057Z Compiling vergen v9.1.0
16752026-08-20T20:46:10.144Z Compiling cargo-platform v0.3.2
16762026-08-20T20:46:10.236Z Compiling ff v0.13.1
16772026-08-20T20:46:10.377Z Compiling fs-err v3.3.0
16782026-08-20T20:46:10.415Z Compiling is_ci v1.2.0
16792026-08-20T20:46:10.556Z Compiling either v1.15.0
16802026-08-20T20:46:10.571Z Compiling managed v0.8.0
16812026-08-20T20:46:10.745Z Compiling foldhash v0.1.5
16822026-08-20T20:46:10.767Z Compiling foldhash v0.2.0
16832026-08-20T20:46:10.779Z Compiling bumpalo v3.20.2
16842026-08-20T20:46:10.914Z Compiling jiff-core v0.1.0
16852026-08-20T20:46:10.953Z Compiling path-slash v0.1.5
16862026-08-20T20:46:10.983Z Compiling same-file v1.0.6
16872026-08-20T20:46:11.028Z Compiling unicode-segmentation v1.12.0
16882026-08-20T20:46:11.083Z Compiling bitflags v1.3.2
16892026-08-20T20:46:11.134Z Compiling base16ct v0.2.0
16902026-08-20T20:46:11.148Z Compiling libbz2-rs-sys v0.2.2
16912026-08-20T20:46:11.309Z Compiling sec1 v0.7.3
16922026-08-20T20:46:11.407Z Compiling strum v0.27.2
16932026-08-20T20:46:11.536Z Compiling walkdir v2.5.0
16942026-08-20T20:46:11.551Z Compiling textwrap v0.16.2
16952026-08-20T20:46:11.593Z Compiling bzip2 v0.6.1
16962026-08-20T20:46:11.791Z Compiling jiff v0.2.34
16972026-08-20T20:46:11.834Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16982026-08-20T20:46:11.847Z Compiling zopfli v0.8.3
16992026-08-20T20:46:11.950Z Compiling snafu v0.8.9
17002026-08-20T20:46:11.987Z Compiling hashbrown v0.16.1
17012026-08-20T20:46:12.002Z Compiling hashbrown v0.15.5
17022026-08-20T20:46:12.395Z Compiling supports-color v3.0.2
17032026-08-20T20:46:12.486Z Compiling group v0.13.0
17042026-08-20T20:46:12.548Z Compiling cargo_metadata v0.23.1
17052026-08-20T20:46:12.562Z Compiling dof v0.3.0
17062026-08-20T20:46:12.664Z Compiling test-strategy v0.4.5
17072026-08-20T20:46:13.222Z Compiling hubpack v0.1.2
17082026-08-20T20:46:13.299Z Compiling futures v0.3.32
17092026-08-20T20:46:13.347Z Compiling phf v0.13.1
17102026-08-20T20:46:13.515Z Compiling serde_with_macros v3.21.0
17112026-08-20T20:46:13.818Z Compiling signal-hook-mio v0.2.5
17122026-08-20T20:46:13.898Z Compiling cookie_store v0.22.1
17132026-08-20T20:46:13.921Z Compiling zstd v0.13.3
17142026-08-20T20:46:14.138Z Compiling reqwest v0.12.28
17152026-08-20T20:46:14.191Z Compiling cipher v0.5.2
17162026-08-20T20:46:14.563Z Compiling backtrace-ext v0.2.1
17172026-08-20T20:46:14.624Z Compiling postgres-types v0.2.12
17182026-08-20T20:46:15.179Z Compiling usdt-macro v0.6.0
17192026-08-20T20:46:15.344Z Compiling usdt-attr-macro v0.6.0
17202026-08-20T20:46:15.416Z Compiling globset v0.4.18
17212026-08-20T20:46:15.723Z Compiling phf_shared v0.11.3
17222026-08-20T20:46:15.851Z Compiling hkdf v0.12.4
17232026-08-20T20:46:15.916Z Compiling dtrace-parser v0.2.0
17242026-08-20T20:46:15.937Z Compiling byte-wrapper v0.1.0
17252026-08-20T20:46:16.024Z Compiling olpc-cjson v0.1.4
17262026-08-20T20:46:16.073Z Compiling ed25519 v2.2.3
17272026-08-20T20:46:16.096Z Compiling crypto-bigint v0.5.5
17282026-08-20T20:46:16.138Z Compiling serde-big-array v0.5.1
17292026-08-20T20:46:16.178Z Compiling serde_plain v1.0.2
17302026-08-20T20:46:16.262Z Compiling serde_repr v0.1.20
17312026-08-20T20:46:16.278Z Compiling async-recursion v1.1.1
17322026-08-20T20:46:16.374Z Compiling miette-derive v7.6.0
17332026-08-20T20:46:16.643Z Compiling enum-as-inner v0.6.1
17342026-08-20T20:46:16.794Z Compiling strum_macros v0.26.4
17352026-08-20T20:46:16.928Z Compiling pem v3.0.6
17362026-08-20T20:46:16.971Z Compiling float-cmp v0.10.0
17372026-08-20T20:46:17.120Z Compiling memmap2 v0.9.10
17382026-08-20T20:46:17.149Z Compiling thread-id v4.2.2
17392026-08-20T20:46:17.237Z Compiling data-encoding v2.10.0
17402026-08-20T20:46:17.256Z Compiling difflib v0.4.0
17412026-08-20T20:46:17.335Z Compiling fixedbitset v0.4.2
17422026-08-20T20:46:17.549Z Compiling cpufeatures v0.3.0
17432026-08-20T20:46:17.564Z Compiling normalize-line-endings v0.3.0
17442026-08-20T20:46:17.627Z Compiling whoami v2.1.0
17452026-08-20T20:46:17.662Z Compiling static_assertions v1.1.0
17462026-08-20T20:46:17.739Z Compiling fixedbitset v0.5.7
17472026-08-20T20:46:17.814Z Compiling supports-hyperlinks v3.2.0
17482026-08-20T20:46:17.942Z Compiling winnow v1.0.3
17492026-08-20T20:46:17.957Z Compiling typed-path v0.9.3
17502026-08-20T20:46:17.973Z Compiling supports-unicode v3.0.0
17512026-08-20T20:46:18.003Z Compiling const-oid v0.10.2
17522026-08-20T20:46:18.050Z Compiling new_debug_unreachable v1.0.6
17532026-08-20T20:46:18.115Z Compiling keccak v0.1.6
17542026-08-20T20:46:18.126Z Compiling precomputed-hash v0.1.1
17552026-08-20T20:46:18.202Z Compiling predicates-core v1.0.10
17562026-08-20T20:46:18.216Z Compiling string_cache v0.8.9
17572026-08-20T20:46:18.231Z Compiling digest v0.11.3
17582026-08-20T20:46:18.375Z Compiling predicates v3.1.4
17592026-08-20T20:46:18.448Z Compiling sha3 v0.10.8
17602026-08-20T20:46:18.460Z Compiling miette v7.6.0
17612026-08-20T20:46:18.526Z Compiling strum v0.26.3
17622026-08-20T20:46:18.658Z Compiling toml_edit v0.22.27
17632026-08-20T20:46:18.843Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-08-20T20:46:18.892Z Compiling petgraph v0.8.3
17652026-08-20T20:46:18.992Z Compiling tokio-postgres v0.7.16
17662026-08-20T20:46:19.012Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-20T20:46:19.169Z Compiling chacha20 v0.10.0
17682026-08-20T20:46:19.531Z Compiling hickory-proto v0.25.2
17692026-08-20T20:46:19.577Z Compiling petgraph v0.6.5
17702026-08-20T20:46:19.675Z Compiling usdt v0.6.0
17712026-08-20T20:46:19.940Z Compiling usdt-impl v0.5.0
17722026-08-20T20:46:20.518Z Compiling elliptic-curve v0.13.8
17732026-08-20T20:46:20.903Z Compiling ed25519-dalek v2.2.0
17742026-08-20T20:46:20.923Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-20T20:46:21.084Z Compiling crossterm v0.28.1
17762026-08-20T20:46:21.423Z Compiling serde_with v3.21.0
17772026-08-20T20:46:21.483Z Compiling zip v4.6.1
17782026-08-20T20:46:22.240Z Compiling iddqd v0.4.2
17792026-08-20T20:46:22.407Z Compiling similar v2.7.0
17802026-08-20T20:46:22.423Z Compiling heck v0.4.1
17812026-08-20T20:46:22.642Z Compiling itertools v0.13.0
17822026-08-20T20:46:22.767Z Compiling itertools v0.15.0
17832026-08-20T20:46:22.979Z Compiling crossbeam-epoch v0.9.18
17842026-08-20T20:46:23.181Z Compiling tokio-stream v0.1.18
17852026-08-20T20:46:23.256Z Compiling buf-list v1.1.2
17862026-08-20T20:46:23.310Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-20T20:46:23.534Z Compiling openapiv3 v2.2.0
17882026-08-20T20:46:23.566Z Compiling lalrpop-util v0.19.12
17892026-08-20T20:46:23.623Z Compiling peg-runtime v0.8.5
17902026-08-20T20:46:23.636Z Compiling thread_local v1.1.9
17912026-08-20T20:46:23.728Z Compiling slog-async v2.8.0
17922026-08-20T20:46:23.887Z Compiling crossbeam-channel v0.5.15
17932026-08-20T20:46:23.901Z Compiling is-terminal v0.4.17
17942026-08-20T20:46:23.914Z Compiling filetime v0.2.27
17952026-08-20T20:46:23.991Z Compiling xattr v1.6.1
17962026-08-20T20:46:24.035Z Compiling term v1.2.1
17972026-08-20T20:46:24.078Z Compiling take_mut v0.2.2
17982026-08-20T20:46:24.106Z Compiling camino-tempfile v1.4.1
17992026-08-20T20:46:24.159Z Compiling tar v0.4.46
18002026-08-20T20:46:24.319Z Compiling slog-term v2.9.2
18012026-08-20T20:46:30.556Z Compiling rustls-webpki v0.103.13
18022026-08-20T20:46:33.227Z Compiling tokio-rustls v0.26.4
18032026-08-20T20:46:33.227Z Compiling rustls-platform-verifier v0.6.2
18042026-08-20T20:46:33.230Z Compiling tough v0.22.0
18052026-08-20T20:46:33.438Z Compiling hyper-rustls v0.27.7
18062026-08-20T20:46:33.635Z Compiling reqwest v0.13.2
18072026-08-20T20:46:35.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-20T20:46:36.059Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-20T20:46:39.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-20T20:46:39.226Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-20T20:46:39.284ZAug 20 20:46:37.682 INFO Starting download, target: Clickhouse
18122026-08-20T20:46:39.284ZAug 20 20:46:37.683 INFO Starting download, target: Console
18132026-08-20T20:46:39.285ZAug 20 20:46:37.683 INFO Starting download, target: Cockroach
18142026-08-20T20:46:39.285ZAug 20 20:46:37.683 INFO Starting download, target: DendriteStub
18152026-08-20T20:46:39.289ZAug 20 20:46:37.683 INFO Starting download, target: MaghemiteMgd
18162026-08-20T20:46:39.289ZAug 20 20:46:37.683 INFO Starting download, target: MaghemiteDdmd
18172026-08-20T20:46:39.289ZAug 20 20:46:37.683 INFO Starting download, target: TransceiverControl
18182026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18202026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18212026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-20T20:46:39.290ZAug 20 20:46:37.683 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-20T20:46:40.144ZAug 20 20:46:38.544 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-20T20:46:40.358ZAug 20 20:46:38.762 INFO Download complete, target: TransceiverControl
18272026-08-20T20:46:41.035ZAug 20 20:46:39.439 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-20T20:46:41.276ZAug 20 20:46:39.679 INFO Download complete, target: Console
18292026-08-20T20:46:41.614ZAug 20 20:46:40.018 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18302026-08-20T20:46:45.020ZAug 20 20:46:43.400 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-08-20T20:46:45.541ZAug 20 20:46:43.912 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18322026-08-20T20:46:45.644ZAug 20 20:46:44.030 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-20T20:46:46.016ZAug 20 20:46:44.415 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-20T20:46:46.016ZAug 20 20:46:44.415 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-20T20:46:47.482ZAug 20 20:46:45.886 INFO Download complete, target: DendriteStub
18362026-08-20T20:46:47.546ZAug 20 20:46:45.950 INFO Download complete, target: MaghemiteDdmd
18372026-08-20T20:46:48.152ZAug 20 20:46:46.556 INFO Download complete, target: MaghemiteMgd
18382026-08-20T20:46:48.545ZAug 20 20:46:46.948 INFO Checking that binary works, target: Clickhouse
18392026-08-20T20:46:48.657ZAug 20 20:46:47.060 INFO Download complete, target: Clickhouse
18402026-08-20T20:46:50.714ZAug 20 20:46:49.117 INFO Checking that binary works, target: Cockroach
18412026-08-20T20:46:50.842ZAug 20 20:46:49.245 INFO Download complete, target: Cockroach
18422026-08-20T20:46:50.856ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-20T20:46:50.859Z
18442026-08-20T20:46:50.859Zreal 2:15.156948874
18452026-08-20T20:46:50.859Zuser 7:18.877643675
18462026-08-20T20:46:50.859Zsys 1:26.145309678
18472026-08-20T20:46:50.859Ztrap 0.257448185
18482026-08-20T20:46:50.859Ztflt 0.530577190
18492026-08-20T20:46:50.859Zdflt 0.921503138
18502026-08-20T20:46:50.859Zkflt 0.030536139
18512026-08-20T20:46:50.859Zlock 28:55.679653752
18522026-08-20T20:46:50.859Zslp 22:15.283645003
18532026-08-20T20:46:50.859Zlat 47.608339049
18542026-08-20T20:46:50.859Zstop 2:38.386802790
18552026-08-20T20:46:50.859Z+ banner hack-check
18562026-08-20T20:46:50.859Z
18572026-08-20T20:46:50.859Z # # ## #### # # #### # # ###### #### # #
18582026-08-20T20:46:50.859Z # # # # # # # # # # # # # # # # #
18592026-08-20T20:46:50.859Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-20T20:46:50.859Z # # ###### # # # # # # # # # #
18612026-08-20T20:46:50.859Z # # # # # # # # # # # # # # # # #
18622026-08-20T20:46:50.859Z # # # # #### # # #### # # ###### #### # #
18632026-08-20T20:46:50.859Z
18642026-08-20T20:46:50.859Z+ export CARGO_INCREMENTAL=0
18652026-08-20T20:46:50.859Z+ CARGO_INCREMENTAL=0
18662026-08-20T20:46:50.859Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-20T20:46:51.345Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-20T20:46:51.626Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-20T20:46:53.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18702026-08-20T20:46:53.494Z Running `target/debug/xtask check-features --ci`
18712026-08-20T20:46:53.522Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-20T20:46:53.525Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-20T20:46:53.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-08-20T20:46:53.973Z Running `target/debug/xtask download cargo-hack`
18752026-08-20T20:46:54.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-20T20:46:55.064Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-20T20:46:57.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18782026-08-20T20:46:57.842Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-20T20:46:57.876ZAug 20 20:46:56.280 INFO Starting download, target: CargoHack
18802026-08-20T20:46:57.880ZAug 20 20:46:56.280 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-20T20:46:58.443ZAug 20 20:46:56.847 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-20T20:46:58.493ZAug 20 20:46:56.896 INFO Download complete, target: CargoHack
18832026-08-20T20:46:58.496Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18842026-08-20T20:46:58.509Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-20T20:46:58.671Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-20T20:46:59.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-20T20:46:59.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-20T20:46:59.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-20T20:46:59.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-20T20:46:59.245Z
18912026-08-20T20:46:59.245Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-20T20:46:59.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-20T20:46:59.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-20T20:46:59.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-20T20:46:59.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-20T20:46:59.785Z
18972026-08-20T20:46:59.785Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-20T20:47:00.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-20T20:47:00.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-20T20:47:00.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-20T20:47:00.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-20T20:47:00.339Z
19032026-08-20T20:47:00.339Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-20T20:47:00.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-20T20:47:00.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-20T20:47:00.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-20T20:47:00.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-20T20:47:00.893Z
19092026-08-20T20:47:00.893Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-20T20:47:01.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-20T20:47:01.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-20T20:47:01.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-20T20:47:01.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-20T20:47:01.447Z
19152026-08-20T20:47:01.447Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-20T20:47:01.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-20T20:47:01.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-20T20:47:01.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-20T20:47:01.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-20T20:47:02.008Z
19212026-08-20T20:47:02.008Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-20T20:47:02.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-20T20:47:02.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-20T20:47:02.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-20T20:47:02.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-20T20:47:02.569Z
19272026-08-20T20:47:02.569Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-20T20:47:03.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-20T20:47:03.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-20T20:47:03.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-20T20:47:03.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19322026-08-20T20:47:03.131Z
19332026-08-20T20:47:03.131Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-20T20:47:03.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-20T20:47:03.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-20T20:47:03.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-20T20:47:03.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-20T20:47:03.550Z
19392026-08-20T20:47:03.550Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-20T20:47:03.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-20T20:47:03.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-20T20:47:03.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-20T20:47:03.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-20T20:47:03.967Z
19452026-08-20T20:47:03.967Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-20T20:47:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-20T20:47:04.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-20T20:47:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-20T20:47:04.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-20T20:47:04.382Z
19512026-08-20T20:47:04.382Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-20T20:47:04.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-20T20:47:04.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-20T20:47:04.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-20T20:47:04.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-20T20:47:04.808Z
19572026-08-20T20:47:04.808Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-20T20:47:05.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-20T20:47:05.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-20T20:47:05.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-20T20:47:05.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-20T20:47:05.228Z
19632026-08-20T20:47:05.228Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-20T20:47:05.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-20T20:47:05.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-20T20:47:05.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-20T20:47:05.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-20T20:47:05.649Z
19692026-08-20T20:47:05.649Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-20T20:47:06.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-20T20:47:06.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-20T20:47:06.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-20T20:47:06.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-20T20:47:06.065Z
19752026-08-20T20:47:06.066Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-20T20:47:06.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-20T20:47:06.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-20T20:47:06.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-20T20:47:06.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-20T20:47:06.485Z
19812026-08-20T20:47:06.485Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-20T20:47:06.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-20T20:47:06.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-20T20:47:06.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-20T20:47:06.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-20T20:47:06.899Z
19872026-08-20T20:47:06.900Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-20T20:47:07.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-20T20:47:07.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-20T20:47:07.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-20T20:47:07.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-20T20:47:07.312Z
19932026-08-20T20:47:07.312Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-20T20:47:07.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-20T20:47:07.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-20T20:47:07.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-20T20:47:07.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-20T20:47:07.728Z
19992026-08-20T20:47:07.729Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-20T20:47:08.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-20T20:47:08.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-20T20:47:08.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-20T20:47:08.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-20T20:47:08.145Z
20052026-08-20T20:47:08.146Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-20T20:47:08.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-20T20:47:08.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-20T20:47:08.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-20T20:47:08.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-20T20:47:08.564Z
20112026-08-20T20:47:08.564Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-20T20:47:08.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-20T20:47:08.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-20T20:47:08.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-20T20:47:08.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-20T20:47:08.983Z
20172026-08-20T20:47:08.983Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-20T20:47:09.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-20T20:47:09.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-20T20:47:09.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-20T20:47:09.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-20T20:47:09.403Z
20232026-08-20T20:47:09.403Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-20T20:47:09.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-20T20:47:09.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-20T20:47:09.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-20T20:47:09.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-20T20:47:09.823Z
20292026-08-20T20:47:09.823Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-20T20:47:10.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-20T20:47:10.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-20T20:47:10.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-20T20:47:10.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-20T20:47:10.240Z
20352026-08-20T20:47:10.240Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-20T20:47:10.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-20T20:47:10.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-20T20:47:10.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-20T20:47:10.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-20T20:47:10.659Z
20412026-08-20T20:47:10.660Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-20T20:47:11.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-20T20:47:11.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-20T20:47:11.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-20T20:47:11.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-20T20:47:11.078Z
20472026-08-20T20:47:11.078Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-20T20:47:11.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-20T20:47:11.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-20T20:47:11.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-20T20:47:11.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-20T20:47:11.501Z
20532026-08-20T20:47:11.501Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-20T20:47:11.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-20T20:47:11.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-20T20:47:11.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-20T20:47:11.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-20T20:47:11.921Z
20592026-08-20T20:47:11.921Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-20T20:47:12.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-20T20:47:12.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-20T20:47:12.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-20T20:47:12.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-20T20:47:12.335Z
20652026-08-20T20:47:12.335Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-20T20:47:12.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-20T20:47:12.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-20T20:47:12.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-20T20:47:12.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-20T20:47:12.753Z
20712026-08-20T20:47:12.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-20T20:47:13.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-20T20:47:13.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-20T20:47:13.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-20T20:47:13.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-20T20:47:13.168Z
20772026-08-20T20:47:13.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-20T20:47:13.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-20T20:47:13.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-20T20:47:13.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-20T20:47:13.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-20T20:47:13.584Z
20832026-08-20T20:47:13.584Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-20T20:47:13.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-20T20:47:13.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-20T20:47:13.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-20T20:47:13.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-20T20:47:14.002Z
20892026-08-20T20:47:14.002Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-20T20:47:14.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-20T20:47:14.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-20T20:47:14.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-20T20:47:14.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-20T20:47:14.416Z
20952026-08-20T20:47:14.416Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-20T20:47:14.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-20T20:47:14.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-20T20:47:14.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-20T20:47:14.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-20T20:47:14.838Z
21012026-08-20T20:47:14.838Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-20T20:47:15.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-20T20:47:15.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-20T20:47:15.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-20T20:47:15.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-20T20:47:15.257Z
21072026-08-20T20:47:15.257Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-20T20:47:15.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-20T20:47:15.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-20T20:47:15.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-20T20:47:15.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-20T20:47:15.671Z
21132026-08-20T20:47:15.671Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-20T20:47:16.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-20T20:47:16.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-20T20:47:16.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-20T20:47:16.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-20T20:47:16.089Z
21192026-08-20T20:47:16.089Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-20T20:47:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-20T20:47:16.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-20T20:47:16.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-20T20:47:16.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-20T20:47:16.509Z
21252026-08-20T20:47:16.509Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-20T20:47:16.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-20T20:47:16.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-20T20:47:16.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-20T20:47:16.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-20T20:47:16.931Z
21312026-08-20T20:47:16.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-20T20:47:17.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-20T20:47:17.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-20T20:47:17.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-20T20:47:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21362026-08-20T20:47:17.364Z
21372026-08-20T20:47:17.364Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-20T20:47:17.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-20T20:47:17.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-20T20:47:17.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-20T20:47:17.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-20T20:47:17.781Z
21432026-08-20T20:47:17.781Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-20T20:47:18.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-20T20:47:18.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-20T20:47:18.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-20T20:47:18.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-20T20:47:18.201Z
21492026-08-20T20:47:18.201Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-20T20:47:18.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-20T20:47:18.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-20T20:47:18.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-20T20:47:18.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-20T20:47:18.619Z
21552026-08-20T20:47:18.619Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-20T20:47:18.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-20T20:47:18.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-20T20:47:18.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-20T20:47:18.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-20T20:47:19.039Z
21612026-08-20T20:47:19.039Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-20T20:47:19.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-20T20:47:19.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-20T20:47:19.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-20T20:47:19.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-20T20:47:19.461Z
21672026-08-20T20:47:19.461Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-20T20:47:19.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-20T20:47:19.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-20T20:47:19.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-20T20:47:19.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-20T20:47:19.882Z
21732026-08-20T20:47:19.883Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-20T20:47:20.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-20T20:47:20.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-20T20:47:20.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-20T20:47:20.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-20T20:47:20.489Z
21792026-08-20T20:47:20.489Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-20T20:47:21.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-20T20:47:21.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-20T20:47:21.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-20T20:47:21.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-08-20T20:47:21.096Z
21852026-08-20T20:47:21.096Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-20T20:47:21.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-20T20:47:21.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-20T20:47:21.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-20T20:47:21.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-20T20:47:21.698Z
21912026-08-20T20:47:21.698Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-20T20:47:22.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-20T20:47:22.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-20T20:47:22.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-20T20:47:22.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-20T20:47:22.300Z
21972026-08-20T20:47:22.300Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-20T20:47:22.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-20T20:47:22.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-20T20:47:22.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-20T20:47:22.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-20T20:47:22.876Z
22032026-08-20T20:47:22.876Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-20T20:47:23.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-20T20:47:23.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-20T20:47:23.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-20T20:47:23.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-20T20:47:23.428Z
22092026-08-20T20:47:23.428Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-20T20:47:23.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-20T20:47:23.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-20T20:47:23.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-20T20:47:23.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-20T20:47:23.997Z
22152026-08-20T20:47:23.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-20T20:47:24.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-20T20:47:24.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-20T20:47:24.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-20T20:47:24.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-20T20:47:24.568Z
22212026-08-20T20:47:24.569Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-20T20:47:25.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-20T20:47:25.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-20T20:47:25.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-20T20:47:25.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-08-20T20:47:25.147Z
22272026-08-20T20:47:25.147Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-20T20:47:25.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-20T20:47:25.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-20T20:47:25.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-20T20:47:25.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22322026-08-20T20:47:25.724Z
22332026-08-20T20:47:25.724Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-20T20:47:26.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-20T20:47:26.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-20T20:47:26.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-20T20:47:26.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-20T20:47:26.280Z
22392026-08-20T20:47:26.280Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-20T20:47:26.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-20T20:47:26.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-20T20:47:26.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-20T20:47:26.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-20T20:47:26.841Z
22452026-08-20T20:47:26.841Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-20T20:47:27.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-20T20:47:27.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-20T20:47:27.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-20T20:47:27.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-20T20:47:27.394Z
22512026-08-20T20:47:27.395Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-20T20:47:27.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-20T20:47:27.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-20T20:47:27.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-20T20:47:27.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-20T20:47:27.948Z
22572026-08-20T20:47:27.948Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-20T20:47:28.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-20T20:47:28.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-20T20:47:28.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-20T20:47:28.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-20T20:47:28.499Z
22632026-08-20T20:47:28.499Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-20T20:47:28.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-20T20:47:28.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-20T20:47:28.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-20T20:47:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-20T20:47:29.068Z
22692026-08-20T20:47:29.068Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-20T20:47:29.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-20T20:47:29.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-20T20:47:29.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-20T20:47:29.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-20T20:47:29.646Z
22752026-08-20T20:47:29.646Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-20T20:47:30.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-20T20:47:30.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-20T20:47:30.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-20T20:47:30.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-20T20:47:30.204Z
22812026-08-20T20:47:30.204Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-20T20:47:30.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-20T20:47:30.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-20T20:47:30.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-20T20:47:30.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-20T20:47:30.770Z
22872026-08-20T20:47:30.770Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-20T20:47:31.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-20T20:47:31.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-20T20:47:31.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-20T20:47:31.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-20T20:47:31.340Z
22932026-08-20T20:47:31.340Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-20T20:47:31.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-20T20:47:31.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-20T20:47:31.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-20T20:47:31.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-20T20:47:31.914Z
22992026-08-20T20:47:31.914Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-20T20:47:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-20T20:47:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-20T20:47:32.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-20T20:47:32.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-20T20:47:32.468Z
23052026-08-20T20:47:32.468Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-20T20:47:32.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-20T20:47:32.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-20T20:47:32.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-20T20:47:32.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-20T20:47:33.025Z
23112026-08-20T20:47:33.025Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-20T20:47:33.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-20T20:47:33.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-20T20:47:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-20T20:47:33.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-20T20:47:33.583Z
23172026-08-20T20:47:33.583Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-20T20:47:34.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-20T20:47:34.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-20T20:47:34.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-20T20:47:34.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23222026-08-20T20:47:34.147Z
23232026-08-20T20:47:34.147Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-20T20:47:34.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-20T20:47:34.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-20T20:47:34.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-20T20:47:34.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23282026-08-20T20:47:34.715Z
23292026-08-20T20:47:34.715Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-20T20:47:35.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-20T20:47:35.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-20T20:47:35.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-20T20:47:35.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23342026-08-20T20:47:35.275Z
23352026-08-20T20:47:35.275Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-20T20:47:35.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-20T20:47:35.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-20T20:47:35.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-20T20:47:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-20T20:47:35.862Z
23412026-08-20T20:47:35.862Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-20T20:47:36.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-20T20:47:36.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-20T20:47:36.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-20T20:47:36.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-20T20:47:36.446Z
23472026-08-20T20:47:36.446Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-20T20:47:36.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-20T20:47:36.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-20T20:47:36.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-20T20:47:36.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23522026-08-20T20:47:37.009Z
23532026-08-20T20:47:37.009Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-20T20:47:37.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-20T20:47:37.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-20T20:47:37.616Z Checking cfg-if v1.0.4
23572026-08-20T20:47:37.619Z Checking serde_core v1.0.228
23582026-08-20T20:47:37.721Z Checking libc v0.2.185
23592026-08-20T20:47:37.732Z Checking memchr v2.8.0
23602026-08-20T20:47:37.742Z Checking smallvec v1.15.1
23612026-08-20T20:47:37.742Z Checking log v0.4.33
23622026-08-20T20:47:37.761Z Checking subtle v2.6.1
23632026-08-20T20:47:37.771Z Checking itoa v1.0.17
23642026-08-20T20:47:37.775Z Checking scopeguard v1.2.0
23652026-08-20T20:47:37.876Z Checking lock_api v0.4.14
23662026-08-20T20:47:37.899Z Checking typenum v1.20.1
23672026-08-20T20:47:37.902Z Checking stable_deref_trait v1.2.1
23682026-08-20T20:47:37.922Z Checking zerofrom v0.1.6
23692026-08-20T20:47:37.933Z Checking zerocopy v0.8.55
23702026-08-20T20:47:37.974Z Checking portable-atomic v1.13.1
23712026-08-20T20:47:38.028Z Checking yoke v0.8.1
23722026-08-20T20:47:38.069Z Checking critical-section v1.2.0
23732026-08-20T20:47:38.098Z Checking const-oid v0.9.6
23742026-08-20T20:47:38.112Z Checking errno v0.3.14
23752026-08-20T20:47:38.157Z Checking getrandom v0.2.17
23762026-08-20T20:47:38.185Z Checking zerovec v0.11.5
23772026-08-20T20:47:38.219Z Checking pin-project-lite v0.2.17
23782026-08-20T20:47:38.294Z Checking rand_core v0.6.4
23792026-08-20T20:47:38.308Z Checking libm v0.2.16
23802026-08-20T20:47:38.382Z Checking once_cell v1.21.3
23812026-08-20T20:47:38.462Z Checking zmij v1.0.21
23822026-08-20T20:47:38.557Z Checking signal-hook-registry v1.4.8
23832026-08-20T20:47:38.609Z Checking tinystr v0.8.2
23842026-08-20T20:47:38.627Z Checking parking_lot_core v0.9.12
23852026-08-20T20:47:38.665Z Checking percent-encoding v2.3.2
23862026-08-20T20:47:38.714Z Checking litemap v0.8.1
23872026-08-20T20:47:38.757Z Checking writeable v0.6.2
23882026-08-20T20:47:38.783Z Checking futures-core v0.3.32
23892026-08-20T20:47:38.799Z Checking potential_utf v0.1.4
23902026-08-20T20:47:38.811Z Checking parking_lot v0.12.5
23912026-08-20T20:47:38.877Z Checking zerotrie v0.2.3
23922026-08-20T20:47:38.900Z Checking mio v1.2.0
23932026-08-20T20:47:38.911Z Checking icu_locale_core v2.1.1
23942026-08-20T20:47:38.925Z Checking equivalent v1.0.2
23952026-08-20T20:47:39.005Z Checking icu_collections v2.1.1
23962026-08-20T20:47:39.009Z Checking num-traits v0.2.19
23972026-08-20T20:47:39.012Z Checking getrandom v0.3.4
23982026-08-20T20:47:39.105Z Checking socket2 v0.6.3
23992026-08-20T20:47:39.170Z Checking icu_normalizer_data v2.1.1
24002026-08-20T20:47:39.170Z Checking icu_properties_data v2.1.2
24012026-08-20T20:47:39.212Z Checking serde v1.0.228
24022026-08-20T20:47:39.246Z Checking bitflags v2.11.0
24032026-08-20T20:47:39.295Z Checking serde_json v1.0.151
24042026-08-20T20:47:39.322Z Checking byteorder v1.5.0
24052026-08-20T20:47:39.342Z Checking futures-sink v0.3.32
24062026-08-20T20:47:39.407Z Checking rand_core v0.10.0
24072026-08-20T20:47:39.436Z Checking hashbrown v0.17.0
24082026-08-20T20:47:39.458Z Checking icu_provider v2.1.1
24092026-08-20T20:47:39.515Z Checking futures-channel v0.3.32
24102026-08-20T20:47:39.540Z Checking getrandom v0.4.3
24112026-08-20T20:47:39.559Z Checking utf8_iter v1.0.4
24122026-08-20T20:47:39.609Z Checking zeroize v1.9.0
24132026-08-20T20:47:39.674Z Checking bytes v1.11.1
24142026-08-20T20:47:39.686Z Checking icu_properties v2.1.2
24152026-08-20T20:47:39.689Z Checking icu_normalizer v2.1.1
24162026-08-20T20:47:39.707Z Checking slab v0.4.12
24172026-08-20T20:47:39.774Z Checking generic-array v0.14.7
24182026-08-20T20:47:39.858Z Checking futures-task v0.3.32
24192026-08-20T20:47:39.898Z Checking indexmap v2.14.0
24202026-08-20T20:47:39.942Z Checking futures-io v0.3.32
24212026-08-20T20:47:39.989Z Checking rustix v1.1.4
24222026-08-20T20:47:40.001Z Checking form_urlencoded v1.2.2
24232026-08-20T20:47:40.050Z Checking futures-util v0.3.32
24242026-08-20T20:47:40.103Z Checking tokio v1.52.1
24252026-08-20T20:47:40.121Z Checking base64ct v1.8.3
24262026-08-20T20:47:40.223Z Checking crypto-common v0.1.7
24272026-08-20T20:47:40.350Z Checking block-buffer v0.10.4
24282026-08-20T20:47:40.354Z Checking fnv v1.0.7
24292026-08-20T20:47:40.440Z Checking pem-rfc7468 v0.7.0
24302026-08-20T20:47:40.469Z Checking flagset v0.4.7
24312026-08-20T20:47:40.497Z Checking digest v0.10.7
24322026-08-20T20:47:40.508Z Checking idna_adapter v1.2.1
24332026-08-20T20:47:40.577Z Checking iana-time-zone v0.1.65
24342026-08-20T20:47:40.594Z Checking der v0.7.10
24352026-08-20T20:47:40.617Z Checking idna v1.1.0
24362026-08-20T20:47:40.676Z Checking chrono v0.4.45
24372026-08-20T20:47:40.689Z Checking uuid v1.23.4
24382026-08-20T20:47:40.715Z Checking ppv-lite86 v0.2.21
24392026-08-20T20:47:40.824Z Checking rand_core v0.9.5
24402026-08-20T20:47:40.859Z Checking url v2.5.8
24412026-08-20T20:47:40.998Z Checking regex-syntax v0.8.10
24422026-08-20T20:47:41.001Z Checking base64 v0.22.1
24432026-08-20T20:47:41.022Z Checking http v1.4.2
24442026-08-20T20:47:41.253Z Checking rand_chacha v0.9.0
24452026-08-20T20:47:41.297Z Checking tracing-core v0.1.36
24462026-08-20T20:47:41.334Z Checking spki v0.7.3
24472026-08-20T20:47:41.455Z Checking cpufeatures v0.2.17
24482026-08-20T20:47:41.502Z Checking dyn-clone v1.0.20
24492026-08-20T20:47:41.522Z Checking simd-adler32 v0.3.8
24502026-08-20T20:47:41.537Z Checking pkcs8 v0.10.2
24512026-08-20T20:47:41.586Z Checking http-body v1.0.1
24522026-08-20T20:47:41.599Z Checking rand v0.9.2
24532026-08-20T20:47:41.612Z Checking tracing v0.1.44
24542026-08-20T20:47:41.685Z Checking rustls-pki-types v1.14.0
24552026-08-20T20:47:41.698Z Checking semver v1.0.28
24562026-08-20T20:47:41.711Z Checking spin v0.9.8
24572026-08-20T20:47:41.810Z Checking openssl-probe v0.2.1
24582026-08-20T20:47:41.886Z Checking anstyle v1.0.14
24592026-08-20T20:47:41.897Z Checking utf8parse v0.2.2
24602026-08-20T20:47:41.911Z Checking cmov v0.5.4
24612026-08-20T20:47:41.966Z Checking tinyvec_macros v0.1.1
24622026-08-20T20:47:41.983Z Checking adler2 v2.0.1
24632026-08-20T20:47:41.996Z Checking anstyle-parse v1.0.0
24642026-08-20T20:47:42.028Z Checking tinyvec v1.10.0
24652026-08-20T20:47:42.057Z Checking schemars v0.8.22
24662026-08-20T20:47:42.071Z Checking sha2 v0.10.9
24672026-08-20T20:47:42.083Z Checking miniz_oxide v0.8.9
24682026-08-20T20:47:42.094Z Checking ctutils v0.4.2
24692026-08-20T20:47:42.144Z Checking terminal_size v0.4.3
24702026-08-20T20:47:42.253Z Checking aws-lc-sys v0.40.0
24712026-08-20T20:47:42.296Z Checking thiserror v2.0.18
24722026-08-20T20:47:42.316Z Checking tower-service v0.3.3
24732026-08-20T20:47:42.336Z Checking anstyle-query v1.1.5
24742026-08-20T20:47:42.336Z Checking fastrand v2.3.0
24752026-08-20T20:47:42.390Z Checking is_terminal_polyfill v1.70.2
24762026-08-20T20:47:42.404Z Checking atomic-waker v1.1.2
24772026-08-20T20:47:42.423Z Checking untrusted v0.7.1
24782026-08-20T20:47:42.436Z Checking colorchoice v1.0.4
24792026-08-20T20:47:42.477Z Checking try-lock v0.2.5
24802026-08-20T20:47:42.494Z Checking tower-layer v0.3.3
24812026-08-20T20:47:42.518Z Checking tempfile v3.27.0
24822026-08-20T20:47:42.530Z Checking anstream v1.0.0
24832026-08-20T20:47:42.542Z Checking hybrid-array v0.4.13
24842026-08-20T20:47:42.570Z Checking want v0.3.1
24852026-08-20T20:47:42.636Z Checking ipnet v2.12.0
24862026-08-20T20:47:42.688Z Checking httparse v1.10.1
24872026-08-20T20:47:42.707Z Checking crc32fast v1.5.0
24882026-08-20T20:47:42.720Z Checking aho-corasick v1.1.4
24892026-08-20T20:47:42.735Z Checking foreign-types-shared v0.1.1
24902026-08-20T20:47:42.745Z Checking aws-lc-rs v1.16.3
24912026-08-20T20:47:42.809Z Checking tap v1.0.1
24922026-08-20T20:47:42.842Z Checking untrusted v0.9.0
24932026-08-20T20:47:42.886Z Checking httpdate v1.0.3
24942026-08-20T20:47:42.899Z Checking plain v0.2.3
24952026-08-20T20:47:42.910Z Checking wyz v0.5.1
24962026-08-20T20:47:42.946Z Checking foreign-types v0.3.2
24972026-08-20T20:47:42.994Z Checking unicode-normalization v0.1.25
24982026-08-20T20:47:43.011Z Checking rand_chacha v0.3.1
24992026-08-20T20:47:43.024Z Checking signature v2.2.0
25002026-08-20T20:47:43.074Z Checking radium v0.7.0
25012026-08-20T20:47:43.153Z Checking hex v0.4.3
25022026-08-20T20:47:43.211Z Checking num-integer v0.1.46
25032026-08-20T20:47:43.245Z Checking openssl-sys v0.9.117
25042026-08-20T20:47:43.287Z Checking wait-timeout v0.2.1
25052026-08-20T20:47:43.370Z Checking quick-error v1.2.3
25062026-08-20T20:47:43.383Z Checking regex-automata v0.4.14
25072026-08-20T20:47:43.396Z Checking tokio-util v0.7.18
25082026-08-20T20:47:43.399Z Checking bit-vec v0.8.0
25092026-08-20T20:47:43.420Z Checking ucd-trie v0.1.7
25102026-08-20T20:47:43.431Z Checking unicode-ident v1.0.24
25112026-08-20T20:47:43.464Z Checking funty v2.0.0
25122026-08-20T20:47:43.533Z Checking strsim v0.11.1
25132026-08-20T20:47:43.545Z Checking clap_lex v1.0.0
25142026-08-20T20:47:43.585Z Checking rustls-webpki v0.103.13
25152026-08-20T20:47:43.598Z Checking bit-set v0.8.0
25162026-08-20T20:47:43.609Z Checking openssl v0.10.80
25172026-08-20T20:47:43.685Z Checking clap_builder v4.6.0
25182026-08-20T20:47:43.686Z Checking pest v2.8.6
25192026-08-20T20:47:43.733Z Checking proc-macro2 v1.0.106
25202026-08-20T20:47:43.773Z Checking bitvec v1.0.1
25212026-08-20T20:47:43.995Z Checking rustls v0.23.41
25222026-08-20T20:47:44.008Z Checking h2 v0.4.15
25232026-08-20T20:47:44.042Z Checking rusty-fork v0.3.1
25242026-08-20T20:47:44.209Z Checking num-iter v0.1.45
25252026-08-20T20:47:44.318Z Checking rand v0.8.6
25262026-08-20T20:47:44.729Z Checking lazy_static v1.5.0
25272026-08-20T20:47:44.818Z Checking rand_xorshift v0.4.0
25282026-08-20T20:47:44.832Z Checking hmac v0.12.1
25292026-08-20T20:47:44.923Z Checking thiserror v1.0.69
25302026-08-20T20:47:44.935Z Checking maybe-uninit v2.0.0
25312026-08-20T20:47:44.962Z Checking toml_datetime v0.6.11
25322026-08-20T20:47:44.996Z Checking serde_spanned v0.6.9
25332026-08-20T20:47:45.017Z Checking sync_wrapper v1.0.2
25342026-08-20T20:47:45.071Z Checking nodrop v0.1.14
25352026-08-20T20:47:45.114Z Checking powerfmt v0.2.0
25362026-08-20T20:47:45.114Z Checking zlib-rs v0.6.2
25372026-08-20T20:47:45.139Z Checking unarray v0.1.4
25382026-08-20T20:47:45.154Z Checking crc-catalog v2.4.0
25392026-08-20T20:47:45.198Z Checking siphasher v1.0.2
25402026-08-20T20:47:45.235Z Checking pretty-hex v0.4.1
25412026-08-20T20:47:45.248Z Checking crc v3.4.0
25422026-08-20T20:47:45.259Z Checking deranged v0.5.8
25432026-08-20T20:47:45.347Z Checking proptest v1.11.0
25442026-08-20T20:47:45.350Z Checking array-init v0.0.4
25452026-08-20T20:47:45.412Z Checking tower v0.5.3
25462026-08-20T20:47:45.616Z Checking native-tls v0.2.18
25472026-08-20T20:47:45.642Z Checking packed_struct v0.10.1
25482026-08-20T20:47:45.788Z Checking smallvec v0.6.14
25492026-08-20T20:47:45.800Z Checking clap v4.6.1
25502026-08-20T20:47:45.875Z Checking num-bigint-dig v0.8.6
25512026-08-20T20:47:45.972Z Checking quote v1.0.45
25522026-08-20T20:47:45.987Z Checking flate2 v1.1.9
25532026-08-20T20:47:46.141Z Checking ipnetwork v0.21.1
25542026-08-20T20:47:46.184Z Checking http-body-util v0.1.3
25552026-08-20T20:47:46.267Z Checking pkcs1 v0.7.5
25562026-08-20T20:47:46.296Z Checking crossbeam-utils v0.8.21
25572026-08-20T20:47:46.352Z Checking zerocopy v0.6.6
25582026-08-20T20:47:46.403Z Checking bitfield v0.19.4
25592026-08-20T20:47:46.471Z Checking ahash v0.8.12
25602026-08-20T20:47:46.641Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-20T20:47:46.644Z Checking scroll v0.13.0
25622026-08-20T20:47:46.673Z Checking env_filter v2.0.0
25632026-08-20T20:47:46.685Z Checking ryu v1.0.23
25642026-08-20T20:47:46.698Z Checking iri-string v0.7.10
25652026-08-20T20:47:46.716Z Checking num_threads v0.1.7
25662026-08-20T20:47:46.719Z Checking base64 v0.21.7
25672026-08-20T20:47:46.799Z Checking winnow v0.5.40
25682026-08-20T20:47:46.813Z Checking allocator-api2 v0.2.21
25692026-08-20T20:47:46.813Z Checking time-core v0.1.8
25702026-08-20T20:47:46.872Z Checking hyper v1.10.1
25712026-08-20T20:47:46.885Z Checking num-conv v0.2.0
25722026-08-20T20:47:46.955Z Checking unicode-properties v0.1.4
25732026-08-20T20:47:46.958Z Checking unicode-bidi v0.3.18
25742026-08-20T20:47:46.994Z Checking hashbrown v0.12.3
25752026-08-20T20:47:47.094Z Checking gimli v0.32.3
25762026-08-20T20:47:47.140Z Checking time v0.3.47
25772026-08-20T20:47:47.178Z Checking newtype-uuid v1.3.2
25782026-08-20T20:47:47.255Z Checking stringprep v0.1.5
25792026-08-20T20:47:47.377Z Checking ron v0.8.1
25802026-08-20T20:47:47.393Z Checking indexmap v1.9.3
25812026-08-20T20:47:47.404Z Checking goblin v0.10.5
25822026-08-20T20:47:47.700Z Checking serde_urlencoded v0.7.1
25832026-08-20T20:47:47.712Z Checking tower-http v0.6.8
25842026-08-20T20:47:47.803Z Checking hyper-util v0.1.20
25852026-08-20T20:47:47.887Z Checking env_logger v0.11.11
25862026-08-20T20:47:47.900Z Checking rsa v0.9.10
25872026-08-20T20:47:47.929Z Checking toml_edit v0.19.15
25882026-08-20T20:47:47.982Z Checking bzip2 v0.4.4
25892026-08-20T20:47:48.075Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25902026-08-20T20:47:48.146Z Checking hashbrown v0.13.2
25912026-08-20T20:47:48.267Z Checking crossbeam-epoch v0.9.18
25922026-08-20T20:47:48.353Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25932026-08-20T20:47:48.484Z Checking oxnet v0.1.6
25942026-08-20T20:47:48.505Z Checking syn v2.0.117
25952026-08-20T20:47:48.561Z Checking serde-hex v0.1.0
25962026-08-20T20:47:48.633Z Checking addr2line v0.25.1
25972026-08-20T20:47:48.734Z Checking tokio-native-tls v0.3.1
25982026-08-20T20:47:48.892Z Checking bstr v1.12.1
25992026-08-20T20:47:48.907Z Checking block-buffer v0.12.1
26002026-08-20T20:47:48.947Z Checking block-padding v0.4.2
26012026-08-20T20:47:49.055Z Checking crypto-common v0.2.2
26022026-08-20T20:47:49.073Z Checking rustls-native-certs v0.8.3
26032026-08-20T20:47:49.089Z Checking x509-cert v0.2.5
26042026-08-20T20:47:49.205Z Checking scroll v0.12.0
26052026-08-20T20:47:49.280Z Checking object v0.37.3
26062026-08-20T20:47:49.425Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-20T20:47:49.536Z Checking md-5 v0.10.6
26082026-08-20T20:47:49.647Z Checking hash32 v0.2.1
26092026-08-20T20:47:49.672Z Checking encoding_rs v0.8.35
26102026-08-20T20:47:49.702Z Checking mime v0.3.17
26112026-08-20T20:47:49.749Z Checking either v1.15.0
26122026-08-20T20:47:49.797Z Checking crc-any v2.5.0
26132026-08-20T20:47:49.868Z Checking rustc-demangle v0.1.27
26142026-08-20T20:47:49.929Z Checking fallible-iterator v0.2.0
26152026-08-20T20:47:49.966Z Checking psl-types v2.0.11
26162026-08-20T20:47:50.071Z Checking heapless v0.7.17
26172026-08-20T20:47:50.084Z Checking publicsuffix v2.3.0
26182026-08-20T20:47:50.099Z Checking dof v0.4.0
26192026-08-20T20:47:50.205Z Checking postgres-protocol v0.6.10
26202026-08-20T20:47:50.241Z Checking zstd-safe v7.2.4
26212026-08-20T20:47:50.406Z Checking goblin v0.8.2
26222026-08-20T20:47:50.483Z Checking inout v0.2.2
26232026-08-20T20:47:50.517Z Checking hyper-tls v0.6.0
26242026-08-20T20:47:50.611Z Checking toml v0.7.8
26252026-08-20T20:47:50.635Z Checking daft v0.1.7
26262026-08-20T20:47:50.689Z Checking object v0.30.4
26272026-08-20T20:47:50.730Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-08-20T20:47:50.747Z Checking cookie v0.18.1
26292026-08-20T20:47:50.874Z Checking zip v0.6.6
26302026-08-20T20:47:50.890Z Checking tokio-rustls v0.26.4
26312026-08-20T20:47:50.928Z Checking phf_shared v0.13.1
26322026-08-20T20:47:50.978Z Checking dtrace-parser v0.3.0
26332026-08-20T20:47:51.112Z Checking zerocopy v0.7.35
26342026-08-20T20:47:51.124Z Checking pin-project v1.1.11
26352026-08-20T20:47:51.128Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-08-20T20:47:51.201Z Checking signal-hook v0.3.18
26372026-08-20T20:47:51.220Z Checking futures-executor v0.3.32
26382026-08-20T20:47:51.236Z Checking ff v0.13.1
26392026-08-20T20:47:51.362Z Checking thread-id v5.1.0
26402026-08-20T20:47:51.365Z Checking libbz2-rs-sys v0.2.2
26412026-08-20T20:47:51.386Z Checking path-slash v0.1.5
26422026-08-20T20:47:51.439Z Checking managed v0.8.0
26432026-08-20T20:47:51.483Z Checking base16ct v0.2.0
26442026-08-20T20:47:51.609Z Checking is_ci v1.2.0
26452026-08-20T20:47:51.613Z Checking foldhash v0.2.0
26462026-08-20T20:47:51.653Z Checking smawk v0.3.2
26472026-08-20T20:47:51.654Z Checking backtrace v0.3.76
26482026-08-20T20:47:51.709Z Checking foldhash v0.1.5
26492026-08-20T20:47:51.753Z Compiling rayon-core v1.13.0
26502026-08-20T20:47:51.766Z Checking unicode-linebreak v0.1.5
26512026-08-20T20:47:51.769Z Checking same-file v1.0.6
26522026-08-20T20:47:51.837Z Checking unicode-width v0.2.0
26532026-08-20T20:47:51.875Z Checking bitflags v1.3.2
26542026-08-20T20:47:51.923Z Checking bumpalo v3.20.2
26552026-08-20T20:47:51.934Z Checking jiff-core v0.1.0
26562026-08-20T20:47:51.947Z Checking smoltcp v0.9.1
26572026-08-20T20:47:51.971Z Checking backtrace-ext v0.2.1
26582026-08-20T20:47:52.085Z Checking textwrap v0.16.2
26592026-08-20T20:47:52.098Z Checking walkdir v2.5.0
26602026-08-20T20:47:52.101Z Checking hashbrown v0.15.5
26612026-08-20T20:47:52.121Z Checking zopfli v0.8.3
26622026-08-20T20:47:52.258Z Checking bzip2 v0.6.1
26632026-08-20T20:47:52.285Z Checking hashbrown v0.16.1
26642026-08-20T20:47:52.335Z Checking dof v0.3.0
26652026-08-20T20:47:52.412Z Checking supports-color v3.0.2
26662026-08-20T20:47:52.445Z Checking sec1 v0.7.3
26672026-08-20T20:47:52.525Z Checking usdt-impl v0.6.0
26682026-08-20T20:47:52.537Z Checking signal-hook-mio v0.2.5
26692026-08-20T20:47:52.563Z Checking futures v0.3.32
26702026-08-20T20:47:52.609Z Checking jiff v0.2.34
26712026-08-20T20:47:52.620Z Checking group v0.13.0
26722026-08-20T20:47:52.632Z Checking snafu v0.8.9
26732026-08-20T20:47:52.635Z Checking phf v0.13.1
26742026-08-20T20:47:52.653Z Checking hyper-rustls v0.27.7
26752026-08-20T20:47:52.760Z Checking cookie_store v0.22.1
26762026-08-20T20:47:52.778Z Checking reqwest v0.12.28
26772026-08-20T20:47:52.789Z Checking cipher v0.5.2
26782026-08-20T20:47:52.800Z Checking postgres-types v0.2.12
26792026-08-20T20:47:52.812Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-08-20T20:47:52.850Z Checking zstd v0.13.3
26812026-08-20T20:47:52.863Z Checking globset v0.4.18
26822026-08-20T20:47:53.019Z Checking rustls-platform-verifier v0.6.2
26832026-08-20T20:47:53.029Z Checking crossbeam-deque v0.8.6
26842026-08-20T20:47:53.081Z Checking phf_shared v0.11.3
26852026-08-20T20:47:53.102Z Checking regex v1.12.3
26862026-08-20T20:47:53.105Z Checking dtrace-parser v0.2.0
26872026-08-20T20:47:53.128Z Checking hkdf v0.12.4
26882026-08-20T20:47:53.149Z Checking olpc-cjson v0.1.4
26892026-08-20T20:47:53.197Z Checking curve25519-dalek v4.1.3
26902026-08-20T20:47:53.215Z Checking ref-cast v1.0.25
26912026-08-20T20:47:53.257Z Checking strum v0.27.2
26922026-08-20T20:47:53.273Z Checking byte-wrapper v0.1.0
26932026-08-20T20:47:53.306Z Checking hubpack v0.1.2
26942026-08-20T20:47:53.334Z Checking ed25519 v2.2.3
26952026-08-20T20:47:53.357Z Checking memoffset v0.9.1
26962026-08-20T20:47:53.371Z Checking rustix v0.38.44
26972026-08-20T20:47:53.432Z Checking owo-colors v4.3.0
26982026-08-20T20:47:53.465Z Checking pem v3.0.6
26992026-08-20T20:47:53.479Z Checking crypto-bigint v0.5.5
27002026-08-20T20:47:53.513Z Checking serde_plain v1.0.2
27012026-08-20T20:47:53.530Z Checking erased-serde v0.3.31
27022026-08-20T20:47:53.616Z Checking serde-big-array v0.5.1
27032026-08-20T20:47:53.656Z Checking float-cmp v0.10.0
27042026-08-20T20:47:53.742Z Checking memmap2 v0.9.10
27052026-08-20T20:47:53.777Z Checking thread-id v4.2.2
27062026-08-20T20:47:53.853Z Checking static_assertions v1.1.0
27072026-08-20T20:47:53.899Z Checking winnow v1.0.3
27082026-08-20T20:47:53.912Z Checking keccak v0.1.6
27092026-08-20T20:47:53.922Z Checking fixedbitset v0.5.7
27102026-08-20T20:47:53.968Z Checking typed-path v0.9.3
27112026-08-20T20:47:53.981Z Checking supports-unicode v3.0.0
27122026-08-20T20:47:54.069Z Checking whoami v2.1.0
27132026-08-20T20:47:54.082Z Checking fixedbitset v0.4.2
27142026-08-20T20:47:54.112Z Checking precomputed-hash v0.1.1
27152026-08-20T20:47:54.164Z Checking unicode-width v0.1.14
27162026-08-20T20:47:54.191Z Checking supports-hyperlinks v3.2.0
27172026-08-20T20:47:54.222Z Checking winnow v0.7.14
27182026-08-20T20:47:54.252Z Checking const-oid v0.10.2
27192026-08-20T20:47:54.291Z Checking toml_write v0.1.2
27202026-08-20T20:47:54.386Z Checking data-encoding v2.10.0
27212026-08-20T20:47:54.404Z Checking difflib v0.4.0
27222026-08-20T20:47:54.407Z Checking predicates-core v1.0.10
27232026-08-20T20:47:54.453Z Checking normalize-line-endings v0.3.0
27242026-08-20T20:47:54.510Z Checking cpufeatures v0.3.0
27252026-08-20T20:47:54.528Z Checking new_debug_unreachable v1.0.6
27262026-08-20T20:47:54.540Z Checking unicode-segmentation v1.12.0
27272026-08-20T20:47:54.576Z Checking chacha20 v0.10.0
27282026-08-20T20:47:54.588Z Checking predicates v3.1.4
27292026-08-20T20:47:54.599Z Checking string_cache v0.8.9
27302026-08-20T20:47:54.650Z Checking hickory-proto v0.25.2
27312026-08-20T20:47:54.769Z Checking zip v4.6.1
27322026-08-20T20:47:54.772Z Checking tough v0.22.0
27332026-08-20T20:47:54.772Z Checking toml_parser v1.1.2+spec-1.1.0
27342026-08-20T20:47:54.841Z Checking digest v0.11.3
27352026-08-20T20:47:54.857Z Checking similar v2.7.0
27362026-08-20T20:47:54.901Z Checking miette v7.6.0
27372026-08-20T20:47:55.029Z Checking elliptic-curve v0.13.8
27382026-08-20T20:47:55.108Z Checking tokio-postgres v0.7.16
27392026-08-20T20:47:55.244Z Checking petgraph v0.6.5
27402026-08-20T20:47:55.337Z Checking crossterm v0.28.1
27412026-08-20T20:47:55.375Z Checking petgraph v0.8.3
27422026-08-20T20:47:55.419Z Checking sha3 v0.10.8
27432026-08-20T20:47:55.431Z Checking toml_edit v0.22.27
27442026-08-20T20:47:55.624Z Checking ed25519-dalek v2.2.0
27452026-08-20T20:47:55.859Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27462026-08-20T20:47:56.042Z Checking slog v2.8.2
27472026-08-20T20:47:56.324Z Checking usdt v0.6.0
27482026-08-20T20:47:56.372Z Checking usdt-impl v0.5.0
27492026-08-20T20:47:56.493Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-20T20:47:56.524Z Checking nix v0.31.2
27512026-08-20T20:47:56.536Z Checking iddqd v0.4.2
27522026-08-20T20:47:56.804Z Checking reqwest v0.13.2
27532026-08-20T20:47:56.947Z Checking itertools v0.15.0
27542026-08-20T20:47:56.974Z Checking itertools v0.13.0
27552026-08-20T20:47:57.081Z Checking strum v0.26.3
27562026-08-20T20:47:57.192Z Checking serde_with v3.21.0
27572026-08-20T20:47:57.443Z Checking fs-err v3.3.0
27582026-08-20T20:47:57.486Z Checking tokio-stream v0.1.18
27592026-08-20T20:47:57.649Z Checking buf-list v1.1.2
27602026-08-20T20:47:57.716Z Checking anyhow v1.0.104
27612026-08-20T20:47:57.737Z Checking camino v1.2.5
27622026-08-20T20:47:57.825Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-20T20:47:57.863Z Checking openapiv3 v2.2.0
27642026-08-20T20:47:57.911Z Checking peg-runtime v0.8.5
27652026-08-20T20:47:57.989Z Checking lalrpop-util v0.19.12
27662026-08-20T20:47:58.001Z Checking rayon v1.11.0
27672026-08-20T20:47:58.024Z Checking sigpipe v0.1.3
27682026-08-20T20:47:58.046Z Checking glob v0.3.3
27692026-08-20T20:47:59.019Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-20T20:47:59.276Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-20T20:47:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.53s
27722026-08-20T20:47:59.710Z
27732026-08-20T20:47:59.711Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-20T20:48:00.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-20T20:48:00.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-20T20:48:00.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-20T20:48:00.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-20T20:48:00.282Z
27792026-08-20T20:48:00.282Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-20T20:48:00.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-20T20:48:00.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-20T20:48:00.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-20T20:48:00.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27842026-08-20T20:48:00.855Z
27852026-08-20T20:48:00.855Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-20T20:48:01.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-20T20:48:01.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-20T20:48:01.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-20T20:48:01.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27902026-08-20T20:48:01.448Z
27912026-08-20T20:48:01.448Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-20T20:48:01.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-20T20:48:01.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-20T20:48:01.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-20T20:48:01.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-20T20:48:02.018Z
27972026-08-20T20:48:02.018Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-20T20:48:02.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-20T20:48:02.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-20T20:48:02.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-20T20:48:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-20T20:48:02.586Z
28032026-08-20T20:48:02.586Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-20T20:48:03.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-20T20:48:03.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-20T20:48:03.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-20T20:48:03.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-20T20:48:03.160Z
28092026-08-20T20:48:03.160Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-20T20:48:03.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-20T20:48:03.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-20T20:48:03.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-20T20:48:03.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28142026-08-20T20:48:03.724Z
28152026-08-20T20:48:03.724Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-20T20:48:04.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-20T20:48:04.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-20T20:48:04.403Z Compiling multer v3.1.0
28192026-08-20T20:48:04.517Z Compiling async-stream-impl v0.3.6
28202026-08-20T20:48:04.520Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28212026-08-20T20:48:04.533Z Compiling dropshot v0.17.1
28222026-08-20T20:48:04.546Z Compiling parse-display-derive v0.10.0
28232026-08-20T20:48:04.557Z Compiling dropshot_endpoint v0.17.1
28242026-08-20T20:48:04.561Z Compiling newtype-uuid-macros v0.1.0
28252026-08-20T20:48:04.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-20T20:48:04.751Z Checking thread_local v1.1.9
28272026-08-20T20:48:04.754Z Checking match_cfg v0.1.0
28282026-08-20T20:48:04.844Z Checking compression-core v0.4.31
28292026-08-20T20:48:04.891Z Checking hostname v0.3.1
28302026-08-20T20:48:04.932Z Checking crossbeam-channel v0.5.15
28312026-08-20T20:48:04.964Z Checking compression-codecs v0.4.37
28322026-08-20T20:48:04.979Z Checking atomicwrites v0.4.4
28332026-08-20T20:48:04.993Z Checking slog-json v2.6.1
28342026-08-20T20:48:05.088Z Checking serde_spanned v1.1.1
28352026-08-20T20:48:05.101Z Checking is-terminal v0.4.17
28362026-08-20T20:48:05.126Z Checking toml_datetime v1.1.1+spec-1.1.0
28372026-08-20T20:48:05.141Z Checking toml_writer v1.1.1+spec-1.1.0
28382026-08-20T20:48:05.185Z Checking term v1.2.1
28392026-08-20T20:48:05.214Z Checking debug-ignore v1.0.5
28402026-08-20T20:48:05.261Z Checking take_mut v0.2.2
28412026-08-20T20:48:05.308Z Checking slog-bunyan v2.5.0
28422026-08-20T20:48:05.322Z Checking async-compression v0.4.41
28432026-08-20T20:48:05.324Z Checking async-stream v0.3.6
28442026-08-20T20:48:05.324Z Checking toml v1.1.2+spec-1.1.0
28452026-08-20T20:48:05.357Z Checking slog-async v2.8.0
28462026-08-20T20:48:05.395Z Checking slog-term v2.9.2
28472026-08-20T20:48:05.415Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28482026-08-20T20:48:05.443Z Checking progenitor-client v0.14.0
28492026-08-20T20:48:05.519Z Checking sha1 v0.11.0
28502026-08-20T20:48:05.580Z Checking waitgroup v0.1.2
28512026-08-20T20:48:05.644Z Checking rustls-pemfile v2.2.0
28522026-08-20T20:48:05.669Z Checking backon v1.6.0
28532026-08-20T20:48:05.682Z Checking serde_path_to_error v0.1.20
28542026-08-20T20:48:05.725Z Checking hostname v0.4.2
28552026-08-20T20:48:05.738Z Checking instant v0.1.13
28562026-08-20T20:48:05.817Z Checking backoff v0.4.0
28572026-08-20T20:48:05.842Z Checking progenitor-extras v0.2.0
28582026-08-20T20:48:05.930Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-20T20:48:05.945Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-20T20:48:05.997Z Checking regress v0.10.5
28612026-08-20T20:48:06.031Z Checking itertools v0.14.0
28622026-08-20T20:48:06.121Z Checking macaddr v1.0.1
28632026-08-20T20:48:06.202Z Checking parse-display v0.10.0
28642026-08-20T20:48:06.309Z Checking humantime v2.3.0
28652026-08-20T20:48:07.158Z Compiling prettyplease v0.2.37
28662026-08-20T20:48:07.424Z Checking num-rational v0.4.2
28672026-08-20T20:48:07.695Z Checking num-complex v0.4.6
28682026-08-20T20:48:08.117Z Compiling num v0.4.3
28692026-08-20T20:48:08.205Z Compiling usdt-attr-macro v0.5.0
28702026-08-20T20:48:08.238Z Compiling usdt-macro v0.5.0
28712026-08-20T20:48:08.260Z Checking memmap v0.7.0
28722026-08-20T20:48:08.276Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-08-20T20:48:08.290Z Compiling float-ord v0.3.2
28742026-08-20T20:48:08.403Z Compiling convert_case v0.4.0
28752026-08-20T20:48:08.765Z Compiling derive_more v0.99.20
28762026-08-20T20:48:08.786Z Checking newline-converter v0.3.0
28772026-08-20T20:48:08.898Z Checking console v0.15.11
28782026-08-20T20:48:08.968Z Compiling toml v0.8.23
28792026-08-20T20:48:08.971Z Checking usdt v0.5.0
28802026-08-20T20:48:09.147Z Checking linked-hash-map v0.5.6
28812026-08-20T20:48:09.170Z Compiling minimal-lexical v0.2.1
28822026-08-20T20:48:09.317Z Checking lru-cache v0.1.2
28832026-08-20T20:48:09.418Z Compiling nom v7.1.3
28842026-08-20T20:48:09.436Z Checking expectorate v1.2.0
28852026-08-20T20:48:09.621Z Checking camino-tempfile v1.4.1
28862026-08-20T20:48:09.781Z Checking hickory-proto v0.24.4
28872026-08-20T20:48:09.890Z Checking phf_shared v0.12.1
28882026-08-20T20:48:10.029Z Compiling slog-dtrace v0.3.0
28892026-08-20T20:48:10.071Z Checking resolv-conf v0.7.6
28902026-08-20T20:48:10.257Z Checking heck v0.5.0
28912026-08-20T20:48:10.384Z Compiling unicode-xid v0.2.6
28922026-08-20T20:48:10.487Z Compiling chrono-tz v0.10.4
28932026-08-20T20:48:10.508Z Compiling const_format_proc_macros v0.2.34
28942026-08-20T20:48:10.737Z Checking phf v0.12.1
28952026-08-20T20:48:10.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-20T20:48:10.877Z Checking tokio-dtrace v0.1.1
28972026-08-20T20:48:11.033Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28982026-08-20T20:48:11.062Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28992026-08-20T20:48:11.274Z Compiling derive-where v1.6.0
29002026-08-20T20:48:11.334Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-20T20:48:11.552Z Checking highway v1.3.0
29022026-08-20T20:48:11.634Z Checking hickory-resolver v0.24.4
29032026-08-20T20:48:11.785Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29042026-08-20T20:48:12.284Z Checking const_format v0.2.35
29052026-08-20T20:48:12.416Z Checking oxide-tokio-rt v0.1.4
29062026-08-20T20:48:12.587Z Checking qorb v0.4.1
29072026-08-20T20:48:12.636Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-20T20:48:12.690Z Checking gethostname v0.5.0
29092026-08-20T20:48:12.777Z Checking bcs v0.1.6
29102026-08-20T20:48:12.790Z Checking termtree v0.5.1
29112026-08-20T20:48:12.901Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-20T20:48:12.916Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29132026-08-20T20:48:12.919Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142026-08-20T20:48:15.994Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-20T20:48:19.083Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-20T20:48:21.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.56s
29172026-08-20T20:48:21.461Z
29182026-08-20T20:48:21.461Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-20T20:48:21.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-20T20:48:21.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-20T20:48:22.141Z Compiling ar_archive_writer v0.5.1
29222026-08-20T20:48:22.251Z Compiling stacker v0.1.23
29232026-08-20T20:48:22.254Z Compiling cfg_aliases v0.1.1
29242026-08-20T20:48:22.263Z Compiling convert_case v0.10.0
29252026-08-20T20:48:22.270Z Compiling proc-macro-error v1.0.4
29262026-08-20T20:48:22.281Z Checking fd-lock v4.0.4
29272026-08-20T20:48:22.281Z Checking nibble_vec v0.1.0
29282026-08-20T20:48:22.281Z Checking vte v0.14.1
29292026-08-20T20:48:22.310Z Compiling nix v0.28.0
29302026-08-20T20:48:22.388Z Compiling recursive-proc-macro-impl v0.1.1
29312026-08-20T20:48:22.401Z Checking bytecount v0.6.9
29322026-08-20T20:48:22.437Z Checking endian-type v0.1.2
29332026-08-20T20:48:22.494Z Checking papergrid v0.11.0
29342026-08-20T20:48:22.506Z Checking strip-ansi-escapes v0.2.1
29352026-08-20T20:48:22.541Z Compiling derive_more-impl v2.1.1
29362026-08-20T20:48:22.554Z Checking radix_trie v0.2.1
29372026-08-20T20:48:22.556Z Compiling tabled_derive v0.7.0
29382026-08-20T20:48:22.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-20T20:48:22.764Z Compiling peg-macros v0.8.5
29402026-08-20T20:48:22.780Z Compiling sqlparser_derive v0.5.0
29412026-08-20T20:48:23.050Z Compiling psm v0.1.30
29422026-08-20T20:48:23.068Z Checking winnow v0.6.26
29432026-08-20T20:48:23.099Z Checking home v0.5.12
29442026-08-20T20:48:23.200Z Checking unicode_categories v0.1.1
29452026-08-20T20:48:23.345Z Checking derive_more v2.1.1
29462026-08-20T20:48:23.358Z Checking nu-ansi-term v0.50.3
29472026-08-20T20:48:23.421Z Checking crossterm v0.29.0
29482026-08-20T20:48:23.490Z Checking tabled v0.15.0
29492026-08-20T20:48:23.590Z Checking reedline v0.40.0
29502026-08-20T20:48:23.594Z Checking rustyline v14.0.0
29512026-08-20T20:48:23.599Z Checking display-error-chain v0.2.2
29522026-08-20T20:48:23.798Z Checking recursive v0.1.1
29532026-08-20T20:48:23.886Z Checking sqlparser v0.61.0
29542026-08-20T20:48:24.027Z Checking peg v0.8.5
29552026-08-20T20:48:24.197Z Checking sqlformat v0.3.5
29562026-08-20T20:48:35.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
29572026-08-20T20:48:35.214Z
29582026-08-20T20:48:35.214Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-20T20:48:35.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-20T20:48:35.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-20T20:48:35.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-20T20:48:39.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29632026-08-20T20:48:39.615Z
29642026-08-20T20:48:39.615Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-20T20:48:40.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-20T20:48:40.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-20T20:48:40.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-20T20:48:42.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29692026-08-20T20:48:43.004Z
29702026-08-20T20:48:43.004Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-20T20:48:43.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-20T20:48:43.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-20T20:48:43.668Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-20T20:48:46.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29752026-08-20T20:48:47.168Z
29762026-08-20T20:48:47.168Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-20T20:48:47.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-20T20:48:47.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-20T20:48:47.843Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-20T20:48:51.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
29812026-08-20T20:48:51.464Z
29822026-08-20T20:48:51.464Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-20T20:48:51.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-20T20:48:51.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-20T20:48:52.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-20T20:48:54.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
29872026-08-20T20:48:55.016Z
29882026-08-20T20:48:55.016Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-20T20:48:55.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-20T20:48:55.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-20T20:48:55.685Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-20T20:48:58.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
29932026-08-20T20:48:58.649Z
29942026-08-20T20:48:58.649Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-20T20:48:59.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-20T20:48:59.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-20T20:48:59.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-20T20:49:04.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29992026-08-20T20:49:04.578Z
30002026-08-20T20:49:04.578Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-20T20:49:04.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-20T20:49:04.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-20T20:49:04.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-20T20:49:04.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-20T20:49:04.578Z
30062026-08-20T20:49:04.578Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-20T20:49:04.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-20T20:49:04.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-20T20:49:04.579Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-20T20:49:04.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30112026-08-20T20:49:04.741Z
30122026-08-20T20:49:04.741Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-20T20:49:05.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-20T20:49:05.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-20T20:49:05.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-20T20:49:05.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-20T20:49:05.257Z
30182026-08-20T20:49:05.257Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-20T20:49:05.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-20T20:49:05.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-20T20:49:05.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-20T20:49:05.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30232026-08-20T20:49:05.868Z
30242026-08-20T20:49:05.868Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-20T20:49:06.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-20T20:49:06.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-20T20:49:06.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-20T20:49:06.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-20T20:49:06.454Z
30302026-08-20T20:49:06.454Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-20T20:49:06.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-20T20:49:06.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-20T20:49:06.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-20T20:49:06.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30352026-08-20T20:49:07.027Z
30362026-08-20T20:49:07.027Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-20T20:49:07.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-20T20:49:07.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-20T20:49:07.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-20T20:49:07.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-20T20:49:07.604Z
30422026-08-20T20:49:07.604Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-20T20:49:08.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-20T20:49:08.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-20T20:49:08.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-20T20:49:08.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-08-20T20:49:08.179Z
30482026-08-20T20:49:08.179Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-20T20:49:08.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-20T20:49:08.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-20T20:49:08.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-20T20:49:08.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30532026-08-20T20:49:08.757Z
30542026-08-20T20:49:08.757Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-20T20:49:09.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-20T20:49:09.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-20T20:49:09.579Z Compiling crucible-workspace-hack v0.1.0
30582026-08-20T20:49:09.579Z Compiling regress v0.11.1
30592026-08-20T20:49:09.583Z Checking secrecy v0.10.3
30602026-08-20T20:49:09.583Z Checking half v2.7.1
30612026-08-20T20:49:09.583Z Checking ciborium-io v0.2.2
30622026-08-20T20:49:09.583Z Checking inout v0.1.4
30632026-08-20T20:49:09.715Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-20T20:49:09.718Z Checking universal-hash v0.5.1
30652026-08-20T20:49:09.790Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-20T20:49:09.842Z Compiling thiserror-impl-no-std v2.0.2
30672026-08-20T20:49:09.860Z Checking opaque-debug v0.3.1
30682026-08-20T20:49:09.887Z Checking cipher v0.4.4
30692026-08-20T20:49:09.940Z Checking poly1305 v0.8.0
30702026-08-20T20:49:09.958Z Checking ciborium-ll v0.2.2
30712026-08-20T20:49:09.972Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30722026-08-20T20:49:10.013Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30732026-08-20T20:49:10.081Z Checking chacha20 v0.9.1
30742026-08-20T20:49:10.124Z Checking ciborium v0.2.2
30752026-08-20T20:49:10.204Z Checking password-hash v0.5.0
30762026-08-20T20:49:10.275Z Checking blake2 v0.10.6
30772026-08-20T20:49:10.298Z Checking aead v0.5.2
30782026-08-20T20:49:10.368Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30792026-08-20T20:49:10.424Z Compiling toml_datetime v0.7.5+spec-1.1.0
30802026-08-20T20:49:10.441Z Checking indent_write v2.2.0
30812026-08-20T20:49:10.510Z Checking argon2 v0.5.3
30822026-08-20T20:49:10.539Z Checking chacha20poly1305 v0.10.1
30832026-08-20T20:49:10.569Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30842026-08-20T20:49:10.668Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-08-20T20:49:10.672Z Compiling unsafe-libyaml v0.2.11
30862026-08-20T20:49:10.857Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-20T20:49:11.028Z Checking thiserror-no-std v2.0.2
30882026-08-20T20:49:11.060Z Compiling heapless v0.8.0
30892026-08-20T20:49:11.088Z Checking vsss-rs v3.3.4
30902026-08-20T20:49:11.174Z Compiling ingot-macros v0.2.0
30912026-08-20T20:49:11.353Z Compiling typify-impl v0.6.2
30922026-08-20T20:49:11.422Z Compiling proc-macro-crate v3.4.0
30932026-08-20T20:49:11.740Z Compiling serde_yaml v0.9.34+deprecated
30942026-08-20T20:49:11.974Z Compiling num_enum_derive v0.7.6
30952026-08-20T20:49:12.044Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-20T20:49:12.210Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-08-20T20:49:12.320Z Checking hash32 v0.3.1
30982026-08-20T20:49:12.454Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-20T20:49:12.662Z Compiling smoltcp v0.11.0
31002026-08-20T20:49:12.959Z Checking tabwriter v1.4.1
31012026-08-20T20:49:13.025Z Checking cobs v0.3.0
31022026-08-20T20:49:13.040Z Checking num_enum v0.7.6
31032026-08-20T20:49:13.091Z Checking swrite v0.1.0
31042026-08-20T20:49:13.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31052026-08-20T20:49:13.172Z Checking postcard v1.1.3
31062026-08-20T20:49:13.187Z Compiling proc-macro-crate v1.3.1
31072026-08-20T20:49:13.201Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-20T20:49:13.309Z Compiling foreign-types-macros v0.2.3
31092026-08-20T20:49:13.324Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-08-20T20:49:13.405Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31112026-08-20T20:49:13.459Z Checking colored v3.1.1
31122026-08-20T20:49:13.594Z Checking foreign-types-shared v0.3.1
31132026-08-20T20:49:13.608Z Compiling num_enum_derive v0.5.11
31142026-08-20T20:49:13.792Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-20T20:49:13.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-20T20:49:13.899Z Checking foreign-types v0.5.0
31172026-08-20T20:49:13.977Z Checking cstr-argument v0.1.2
31182026-08-20T20:49:14.007Z Checking ingot-types v0.2.0
31192026-08-20T20:49:14.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31202026-08-20T20:49:14.222Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31212026-08-20T20:49:14.276Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-08-20T20:49:14.311Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31232026-08-20T20:49:14.330Z Checking rand v0.10.1
31242026-08-20T20:49:14.344Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31252026-08-20T20:49:14.375Z Checking ingot v0.2.1
31262026-08-20T20:49:14.442Z Compiling zone_cfg_derive v0.3.1
31272026-08-20T20:49:14.473Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-08-20T20:49:14.605Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31292026-08-20T20:49:14.635Z Checking num_enum v0.5.11
31302026-08-20T20:49:14.660Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31312026-08-20T20:49:14.747Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-08-20T20:49:14.840Z Checking itertools v0.12.1
31332026-08-20T20:49:14.923Z Compiling num-derive v0.4.2
31342026-08-20T20:49:15.097Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-08-20T20:49:15.282Z Compiling semver v0.1.20
31362026-08-20T20:49:15.571Z Compiling rustc_version v0.1.7
31372026-08-20T20:49:15.798Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-20T20:49:15.825Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31392026-08-20T20:49:15.841Z Checking smf v0.2.3
31402026-08-20T20:49:15.865Z Checking zone v0.3.1
31412026-08-20T20:49:15.913Z Compiling typify-macro v0.6.2
31422026-08-20T20:49:15.954Z Checking csv-core v0.1.13
31432026-08-20T20:49:16.000Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31442026-08-20T20:49:16.044Z Checking nom v8.0.0
31452026-08-20T20:49:16.066Z Checking whoami v1.6.1
31462026-08-20T20:49:16.132Z Checking csv v1.4.0
31472026-08-20T20:49:16.144Z Compiling newtype_derive v0.1.6
31482026-08-20T20:49:16.269Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31492026-08-20T20:49:16.284Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31502026-08-20T20:49:16.345Z Compiling cancel-safe-futures v0.1.5
31512026-08-20T20:49:16.450Z Compiling libefi-sys v0.1.0
31522026-08-20T20:49:16.513Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31532026-08-20T20:49:16.574Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31542026-08-20T20:49:16.749Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31552026-08-20T20:49:16.882Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31562026-08-20T20:49:16.899Z Checking oxide-update-engine-types v0.1.2
31572026-08-20T20:49:16.938Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31582026-08-20T20:49:16.955Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31592026-08-20T20:49:17.114Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31602026-08-20T20:49:17.186Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31612026-08-20T20:49:17.306Z Compiling bitfield-struct v0.6.2
31622026-08-20T20:49:17.323Z Checking linear-map v1.2.0
31632026-08-20T20:49:17.500Z Checking steno v0.4.1
31642026-08-20T20:49:17.724Z Compiling typify v0.6.2
31652026-08-20T20:49:17.813Z Compiling progenitor-impl v0.14.0
31662026-08-20T20:49:17.837Z Checking oxide-update-engine v0.1.2
31672026-08-20T20:49:17.950Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-20T20:49:18.057Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31692026-08-20T20:49:18.189Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-20T20:49:18.229Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31712026-08-20T20:49:18.260Z Checking sha1 v0.10.6
31722026-08-20T20:49:18.348Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31732026-08-20T20:49:18.426Z Checking utf-8 v0.7.6
31742026-08-20T20:49:18.441Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31752026-08-20T20:49:18.455Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31762026-08-20T20:49:18.515Z Checking ignore v0.4.25
31772026-08-20T20:49:18.562Z Checking tungstenite v0.21.0
31782026-08-20T20:49:18.605Z Checking anstyle-parse v0.2.7
31792026-08-20T20:49:18.675Z Compiling xshell-macros v0.2.7
31802026-08-20T20:49:18.761Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-08-20T20:49:18.764Z Checking anstream v0.6.21
31822026-08-20T20:49:18.920Z Checking globwalk v0.9.1
31832026-08-20T20:49:18.965Z Checking predicates-tree v1.0.13
31842026-08-20T20:49:18.981Z Checking filetime v0.2.27
31852026-08-20T20:49:18.995Z Checking tokio-tungstenite v0.21.0
31862026-08-20T20:49:19.057Z Checking xshell v0.2.7
31872026-08-20T20:49:19.075Z Checking tagptr v0.2.0
31882026-08-20T20:49:19.099Z Checking xattr v1.6.1
31892026-08-20T20:49:19.114Z Checking camino-tempfile-ext v0.3.3
31902026-08-20T20:49:19.214Z Checking moka v0.12.13
31912026-08-20T20:49:19.231Z Checking tar v0.4.46
31922026-08-20T20:49:19.248Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932026-08-20T20:49:19.279Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-20T20:49:19.310Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-20T20:49:19.410Z Checking rand_seeder v0.4.0
31962026-08-20T20:49:19.427Z Checking half v1.8.3
31972026-08-20T20:49:19.449Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-20T20:49:19.557Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-20T20:49:19.615Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32002026-08-20T20:49:19.630Z Checking serde_cbor v0.11.2
32012026-08-20T20:49:19.862Z Checking hickory-resolver v0.25.2
32022026-08-20T20:49:19.876Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32032026-08-20T20:49:19.879Z Checking sha2 v0.11.0
32042026-08-20T20:49:20.023Z Checking digest-io v0.1.0
32052026-08-20T20:49:20.158Z Compiling petname v2.0.2
32062026-08-20T20:49:20.442Z Compiling progenitor-macro v0.14.0
32072026-08-20T20:49:20.499Z Checking rawzip v0.4.4
32082026-08-20T20:49:20.543Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-20T20:49:20.562Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-20T20:49:20.934Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-20T20:49:20.949Z Checking sapling-renderdag v0.1.0
32122026-08-20T20:49:21.025Z Checking subprocess v0.2.15
32132026-08-20T20:49:21.115Z Checking sync-ptr v0.1.4
32142026-08-20T20:49:21.220Z Checking colored v2.2.0
32152026-08-20T20:49:21.264Z Checking assert_matches v1.5.0
32162026-08-20T20:49:21.355Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32172026-08-20T20:49:21.403Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32182026-08-20T20:49:21.587Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-20T20:49:21.859Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32202026-08-20T20:49:22.148Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-08-20T20:49:22.294Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-20T20:49:22.297Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-20T20:49:23.291Z Checking progenitor v0.14.0
32242026-08-20T20:49:23.423Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32252026-08-20T20:49:23.426Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32262026-08-20T20:49:23.426Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32272026-08-20T20:49:23.426Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32282026-08-20T20:49:23.426Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32292026-08-20T20:49:23.426Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32302026-08-20T20:49:23.913Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32312026-08-20T20:49:23.942Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32322026-08-20T20:49:24.018Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32332026-08-20T20:49:24.147Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32342026-08-20T20:49:24.165Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32352026-08-20T20:49:24.555Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32362026-08-20T20:49:25.073Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-20T20:49:25.163Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32382026-08-20T20:49:25.723Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-20T20:49:26.473Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-20T20:49:35.127Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-20T20:49:42.389Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-08-20T20:49:42.393Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-08-20T20:49:42.393Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-08-20T20:49:43.898Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-20T20:49:45.173Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-20T20:49:47.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
32472026-08-20T20:49:47.637Z
32482026-08-20T20:49:47.637Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-20T20:49:48.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-20T20:49:48.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-20T20:49:48.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-20T20:49:48.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-08-20T20:49:48.255Z
32542026-08-20T20:49:48.255Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-20T20:49:48.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-20T20:49:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-20T20:49:48.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-20T20:49:48.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32592026-08-20T20:49:48.839Z
32602026-08-20T20:49:48.839Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-20T20:49:49.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-20T20:49:49.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-20T20:49:49.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-20T20:49:49.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32652026-08-20T20:49:49.413Z
32662026-08-20T20:49:49.414Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-20T20:49:49.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-20T20:49:49.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-20T20:49:49.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-20T20:49:49.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32712026-08-20T20:49:50.004Z
32722026-08-20T20:49:50.004Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-20T20:49:50.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-20T20:49:50.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-20T20:49:50.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-20T20:49:50.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-20T20:49:50.555Z
32782026-08-20T20:49:50.556Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-20T20:49:51.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-20T20:49:51.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-20T20:49:51.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-20T20:49:51.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-20T20:49:51.119Z
32842026-08-20T20:49:51.119Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-20T20:49:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-20T20:49:51.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-20T20:49:51.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-20T20:49:51.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-20T20:49:51.690Z
32902026-08-20T20:49:51.690Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-20T20:49:52.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-20T20:49:52.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-20T20:49:52.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-20T20:49:52.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32952026-08-20T20:49:52.243Z
32962026-08-20T20:49:52.243Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-20T20:49:52.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-20T20:49:52.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-20T20:49:52.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-20T20:49:52.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33012026-08-20T20:49:52.841Z
33022026-08-20T20:49:52.842Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-20T20:49:53.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-20T20:49:53.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-20T20:49:53.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-20T20:49:53.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33072026-08-20T20:49:53.429Z
33082026-08-20T20:49:53.429Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-20T20:49:53.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-20T20:49:53.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-20T20:49:53.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-20T20:49:53.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-08-20T20:49:54.025Z
33142026-08-20T20:49:54.025Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-20T20:49:54.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-20T20:49:54.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-20T20:49:54.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-20T20:49:54.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33192026-08-20T20:49:54.619Z
33202026-08-20T20:49:54.623Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-20T20:49:55.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-20T20:49:55.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-20T20:49:55.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-20T20:49:55.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-08-20T20:49:55.527Z
33262026-08-20T20:49:55.527Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-20T20:49:55.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-20T20:49:55.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-20T20:49:55.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-20T20:49:55.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-08-20T20:49:55.801Z
33322026-08-20T20:49:55.801Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-20T20:49:56.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-20T20:49:56.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-20T20:49:56.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-20T20:49:56.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-08-20T20:49:56.393Z
33382026-08-20T20:49:56.393Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-20T20:49:56.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-20T20:49:56.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-20T20:49:56.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-20T20:49:56.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33432026-08-20T20:49:56.964Z
33442026-08-20T20:49:56.964Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-20T20:49:57.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-20T20:49:57.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-20T20:49:57.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-20T20:49:57.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-08-20T20:49:57.581Z
33502026-08-20T20:49:57.581Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-20T20:49:58.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-20T20:49:58.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-20T20:49:58.321Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-20T20:49:58.329Z Checking void v1.0.2
33552026-08-20T20:49:58.329Z Checking tungstenite v0.23.0
33562026-08-20T20:49:58.329Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-20T20:49:58.439Z Checking dropshot-api-manager-types v0.8.0
33582026-08-20T20:49:58.447Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-20T20:49:58.451Z Checking nix v0.27.1
33602026-08-20T20:49:58.456Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-20T20:49:58.520Z Checking lzss v0.8.2
33622026-08-20T20:49:58.596Z Checking kstat-rs v0.2.5
33632026-08-20T20:49:58.621Z Checking fxhash v0.2.1
33642026-08-20T20:49:58.696Z Checking serde_bytes v0.11.19
33652026-08-20T20:49:58.732Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-20T20:49:58.748Z Checking signal-hook-tokio v0.3.1
33672026-08-20T20:49:58.762Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-20T20:49:58.785Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-20T20:49:58.834Z Checking tokio-tungstenite v0.23.1
33702026-08-20T20:49:58.967Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-20T20:50:00.052Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-20T20:50:00.611Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-20T20:50:02.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
33742026-08-20T20:50:02.963Z
33752026-08-20T20:50:02.963Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-20T20:50:03.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-20T20:50:03.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-20T20:50:03.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-20T20:50:03.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33802026-08-20T20:50:03.538Z
33812026-08-20T20:50:03.538Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-20T20:50:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-20T20:50:04.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-20T20:50:04.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-20T20:50:04.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33862026-08-20T20:50:04.397Z
33872026-08-20T20:50:04.397Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-20T20:50:04.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-20T20:50:04.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-20T20:50:04.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-20T20:50:04.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33922026-08-20T20:50:04.679Z
33932026-08-20T20:50:04.679Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-20T20:50:05.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-20T20:50:05.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-20T20:50:05.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-20T20:50:05.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-08-20T20:50:05.275Z
33992026-08-20T20:50:05.275Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-20T20:50:05.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-20T20:50:05.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-20T20:50:05.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-20T20:50:05.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34042026-08-20T20:50:05.854Z
34052026-08-20T20:50:05.854Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-20T20:50:06.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-20T20:50:06.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-20T20:50:06.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-20T20:50:06.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34102026-08-20T20:50:06.438Z
34112026-08-20T20:50:06.438Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-20T20:50:06.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-20T20:50:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-20T20:50:06.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-20T20:50:06.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34162026-08-20T20:50:07.022Z
34172026-08-20T20:50:07.022Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-20T20:50:07.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-20T20:50:07.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-20T20:50:07.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-20T20:50:07.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-08-20T20:50:07.625Z
34232026-08-20T20:50:07.626Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-20T20:50:08.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-20T20:50:08.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-20T20:50:08.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-20T20:50:08.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34282026-08-20T20:50:08.210Z
34292026-08-20T20:50:08.210Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-20T20:50:11.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-20T20:50:12.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-20T20:50:12.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-20T20:50:12.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-08-20T20:50:12.023Z
34352026-08-20T20:50:12.023Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-20T20:50:12.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-20T20:50:12.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-20T20:50:12.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-20T20:50:12.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34402026-08-20T20:50:12.023Z
34412026-08-20T20:50:12.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-20T20:50:12.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-20T20:50:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-20T20:50:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-20T20:50:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34462026-08-20T20:50:12.024Z
34472026-08-20T20:50:12.024Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-20T20:50:12.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-20T20:50:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-20T20:50:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-20T20:50:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-20T20:50:12.024Z
34532026-08-20T20:50:12.024Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-20T20:50:12.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-20T20:50:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-20T20:50:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-20T20:50:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34582026-08-20T20:50:12.024Z
34592026-08-20T20:50:12.024Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-20T20:50:12.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-20T20:50:12.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-20T20:50:12.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-20T20:50:12.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34642026-08-20T20:50:12.025Z
34652026-08-20T20:50:12.025Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-20T20:50:13.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-20T20:50:13.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-20T20:50:13.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-20T20:50:13.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-20T20:50:13.577Z
34712026-08-20T20:50:13.577Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-20T20:50:13.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-20T20:50:13.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-20T20:50:13.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-20T20:50:13.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34762026-08-20T20:50:13.582Z
34772026-08-20T20:50:13.582Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-20T20:50:13.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-20T20:50:13.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-20T20:50:13.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-20T20:50:13.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34822026-08-20T20:50:13.583Z
34832026-08-20T20:50:13.583Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-20T20:50:15.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-20T20:50:15.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-20T20:50:15.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-20T20:50:15.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-20T20:50:15.178Z
34892026-08-20T20:50:15.178Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-20T20:50:15.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-20T20:50:15.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-20T20:50:15.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-20T20:50:15.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-20T20:50:15.178Z
34952026-08-20T20:50:15.178Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-20T20:50:15.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-20T20:50:15.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-20T20:50:15.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-20T20:50:15.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-08-20T20:50:15.187Z
35012026-08-20T20:50:15.187Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-20T20:50:16.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-20T20:50:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-20T20:50:16.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-20T20:50:16.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-20T20:50:16.442Z
35072026-08-20T20:50:16.442Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-20T20:50:16.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-20T20:50:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-20T20:50:16.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-20T20:50:16.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-20T20:50:16.442Z
35132026-08-20T20:50:16.442Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-20T20:50:16.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-20T20:50:16.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-20T20:50:16.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-20T20:50:16.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-20T20:50:16.947Z
35192026-08-20T20:50:16.947Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-20T20:50:17.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-20T20:50:17.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-20T20:50:17.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-20T20:50:17.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-20T20:50:17.546Z
35252026-08-20T20:50:17.546Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-20T20:50:18.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-20T20:50:18.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-20T20:50:18.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-20T20:50:18.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-20T20:50:18.145Z
35312026-08-20T20:50:18.145Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-20T20:50:18.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-20T20:50:18.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-20T20:50:18.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-20T20:50:18.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-08-20T20:50:18.740Z
35372026-08-20T20:50:18.741Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-20T20:50:19.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-20T20:50:19.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-20T20:50:19.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-20T20:50:19.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-08-20T20:50:19.335Z
35432026-08-20T20:50:19.336Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-20T20:50:19.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-20T20:50:19.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-20T20:50:19.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-20T20:50:19.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35482026-08-20T20:50:19.943Z
35492026-08-20T20:50:19.943Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-20T20:50:20.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-20T20:50:20.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-20T20:50:20.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-20T20:50:20.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-20T20:50:20.545Z
35552026-08-20T20:50:20.545Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-20T20:50:21.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-20T20:50:21.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-20T20:50:21.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-20T20:50:21.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35602026-08-20T20:50:21.153Z
35612026-08-20T20:50:21.154Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-20T20:50:21.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-20T20:50:21.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-20T20:50:21.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-20T20:50:21.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35662026-08-20T20:50:21.760Z
35672026-08-20T20:50:21.760Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-20T20:50:22.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-20T20:50:22.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-20T20:50:22.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-20T20:50:22.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-08-20T20:50:22.368Z
35732026-08-20T20:50:22.368Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-20T20:50:22.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-20T20:50:22.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-20T20:50:22.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-20T20:50:22.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-20T20:50:22.961Z
35792026-08-20T20:50:22.961Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-20T20:50:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-20T20:50:23.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-20T20:50:23.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-20T20:50:23.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-20T20:50:23.555Z
35852026-08-20T20:50:23.555Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-20T20:50:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-20T20:50:24.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-20T20:50:24.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-20T20:50:24.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-20T20:50:24.152Z
35912026-08-20T20:50:24.152Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-20T20:50:24.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-20T20:50:24.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-20T20:50:24.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-20T20:50:24.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35962026-08-20T20:50:24.754Z
35972026-08-20T20:50:24.758Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-20T20:50:25.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-20T20:50:25.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-20T20:50:25.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-20T20:50:25.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-20T20:50:25.355Z
36032026-08-20T20:50:25.355Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-20T20:50:25.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-20T20:50:25.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-20T20:50:25.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-20T20:50:25.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-08-20T20:50:25.958Z
36092026-08-20T20:50:25.958Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-20T20:50:26.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-20T20:50:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-20T20:50:26.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-20T20:50:26.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-08-20T20:50:26.557Z
36152026-08-20T20:50:26.557Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-20T20:50:27.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-20T20:50:27.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-20T20:50:27.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-20T20:50:27.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-08-20T20:50:27.143Z
36212026-08-20T20:50:27.143Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-20T20:50:27.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-20T20:50:27.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-20T20:50:27.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-20T20:50:27.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-08-20T20:50:27.726Z
36272026-08-20T20:50:27.726Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-20T20:50:28.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-20T20:50:28.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-20T20:50:28.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-20T20:50:28.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-08-20T20:50:28.307Z
36332026-08-20T20:50:28.307Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-20T20:50:28.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-20T20:50:28.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-20T20:50:28.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-20T20:50:28.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-08-20T20:50:28.891Z
36392026-08-20T20:50:28.891Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-20T20:50:29.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-20T20:50:29.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-20T20:50:29.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-20T20:50:29.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36442026-08-20T20:50:29.471Z
36452026-08-20T20:50:29.471Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-20T20:50:29.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-20T20:50:29.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-20T20:50:29.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-20T20:50:29.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-08-20T20:50:30.056Z
36512026-08-20T20:50:30.056Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-20T20:50:30.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-20T20:50:30.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-20T20:50:30.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-20T20:50:30.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-08-20T20:50:30.639Z
36572026-08-20T20:50:30.639Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-20T20:50:31.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-20T20:50:31.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-20T20:50:31.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-20T20:50:31.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36622026-08-20T20:50:31.221Z
36632026-08-20T20:50:31.221Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-20T20:50:31.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-20T20:50:31.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-20T20:50:31.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-20T20:50:31.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-08-20T20:50:31.809Z
36692026-08-20T20:50:31.809Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-20T20:50:32.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-20T20:50:32.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-20T20:50:32.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-20T20:50:32.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-08-20T20:50:32.406Z
36752026-08-20T20:50:32.406Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-20T20:50:32.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-20T20:50:32.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-20T20:50:32.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-20T20:50:32.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36802026-08-20T20:50:32.980Z
36812026-08-20T20:50:32.980Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-20T20:50:33.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-20T20:50:33.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-20T20:50:33.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-20T20:50:33.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36862026-08-20T20:50:33.564Z
36872026-08-20T20:50:33.564Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-20T20:50:34.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-20T20:50:34.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-20T20:50:34.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-20T20:50:34.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36922026-08-20T20:50:34.147Z
36932026-08-20T20:50:34.147Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-20T20:50:34.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-20T20:50:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-20T20:50:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-20T20:50:34.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36982026-08-20T20:50:34.731Z
36992026-08-20T20:50:34.732Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-20T20:50:35.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-20T20:50:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-20T20:50:35.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-20T20:50:35.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37042026-08-20T20:50:35.313Z
37052026-08-20T20:50:35.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-20T20:50:35.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-20T20:50:35.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-20T20:50:35.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-20T20:50:35.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37102026-08-20T20:50:35.895Z
37112026-08-20T20:50:35.895Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-20T20:50:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-20T20:50:36.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-20T20:50:36.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-20T20:50:36.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-08-20T20:50:36.497Z
37172026-08-20T20:50:36.497Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-20T20:50:37.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-20T20:50:37.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-20T20:50:37.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-20T20:50:37.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-08-20T20:50:37.093Z
37232026-08-20T20:50:37.093Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-20T20:50:37.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-20T20:50:37.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-20T20:50:37.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-20T20:50:37.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-08-20T20:50:37.691Z
37292026-08-20T20:50:37.692Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-20T20:50:38.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-20T20:50:38.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-20T20:50:38.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-20T20:50:38.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-08-20T20:50:38.287Z
37352026-08-20T20:50:38.287Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-20T20:50:38.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-20T20:50:38.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-20T20:50:38.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-20T20:50:38.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-20T20:50:38.887Z
37412026-08-20T20:50:38.887Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-20T20:50:39.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-20T20:50:39.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-20T20:50:39.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-20T20:50:39.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-08-20T20:50:39.487Z
37472026-08-20T20:50:39.487Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-20T20:50:39.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-20T20:50:39.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-20T20:50:39.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-20T20:50:40.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37522026-08-20T20:50:40.090Z
37532026-08-20T20:50:40.090Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-20T20:50:40.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-20T20:50:40.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-20T20:50:40.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-20T20:50:40.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37582026-08-20T20:50:40.688Z
37592026-08-20T20:50:40.688Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-20T20:50:41.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-20T20:50:41.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-20T20:50:41.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-20T20:50:41.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37642026-08-20T20:50:41.291Z
37652026-08-20T20:50:41.291Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-20T20:50:41.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-20T20:50:41.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-20T20:50:41.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-20T20:50:41.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-20T20:50:41.891Z
37712026-08-20T20:50:41.891Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-20T20:50:42.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-20T20:50:42.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-20T20:50:42.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-20T20:50:42.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37762026-08-20T20:50:42.485Z
37772026-08-20T20:50:42.485Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-20T20:50:42.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-20T20:50:42.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-20T20:50:42.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-20T20:50:42.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-08-20T20:50:43.084Z
37832026-08-20T20:50:43.084Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-20T20:50:43.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-20T20:50:43.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-20T20:50:43.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-20T20:50:43.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-20T20:50:43.684Z
37892026-08-20T20:50:43.685Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-20T20:50:44.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-20T20:50:44.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-20T20:50:44.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-20T20:50:44.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-20T20:50:44.285Z
37952026-08-20T20:50:44.286Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-20T20:50:44.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-20T20:50:44.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-20T20:50:44.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-20T20:50:44.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-20T20:50:44.887Z
38012026-08-20T20:50:44.887Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-20T20:50:45.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-20T20:50:45.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-20T20:50:45.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-20T20:50:45.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-08-20T20:50:45.506Z
38072026-08-20T20:50:45.506Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-20T20:50:45.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-20T20:50:46.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-20T20:50:46.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-20T20:50:46.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38122026-08-20T20:50:46.093Z
38132026-08-20T20:50:46.093Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-20T20:50:46.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-20T20:50:46.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-20T20:50:46.754Z Compiling parking_lot_core v0.8.6
38172026-08-20T20:50:46.758Z Compiling git-stub v1.0.0
38182026-08-20T20:50:46.758Z Checking prefix-trie v0.7.0
38192026-08-20T20:50:46.875Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-20T20:50:46.987Z Compiling git-stub-vcs v0.1.0
38212026-08-20T20:50:47.143Z Checking hickory-server v0.25.2
38222026-08-20T20:50:47.251Z Checking parking_lot v0.11.2
38232026-08-20T20:50:47.287Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-20T20:50:47.418Z Checking sled v0.34.7
38252026-08-20T20:50:49.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
38262026-08-20T20:50:49.526Z
38272026-08-20T20:50:49.526Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-20T20:50:50.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-20T20:50:50.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-20T20:50:50.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-20T20:50:50.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38322026-08-20T20:50:50.101Z
38332026-08-20T20:50:50.101Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-20T20:50:50.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-20T20:50:50.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-20T20:50:50.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-20T20:50:50.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38382026-08-20T20:50:50.744Z
38392026-08-20T20:50:50.744Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-20T20:50:51.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-20T20:50:51.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-20T20:50:51.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-20T20:50:51.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38442026-08-20T20:50:51.296Z
38452026-08-20T20:50:51.296Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-20T20:50:51.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-20T20:50:51.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-20T20:50:52.015Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-20T20:50:52.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38502026-08-20T20:50:52.719Z
38512026-08-20T20:50:52.720Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-20T20:50:53.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-20T20:50:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-20T20:50:53.549Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-20T20:50:53.681Z Compiling hashbrown v0.14.5
38562026-08-20T20:50:53.681Z Compiling rfc6979 v0.4.0
38572026-08-20T20:50:53.684Z Compiling salty v0.3.0
38582026-08-20T20:50:53.707Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-20T20:50:53.718Z Compiling primeorder v0.13.6
38602026-08-20T20:50:53.733Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-20T20:50:53.800Z Compiling ecdsa v0.16.9
38622026-08-20T20:50:53.857Z Compiling sha1 v0.10.6
38632026-08-20T20:50:53.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-20T20:50:54.047Z Compiling proc-macro-error2 v2.0.1
38652026-08-20T20:50:54.156Z Compiling p384 v0.13.1
38662026-08-20T20:50:54.175Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38672026-08-20T20:50:54.212Z Compiling chumsky v0.9.3
38682026-08-20T20:50:54.227Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-20T20:50:54.359Z Compiling knus-derive v3.4.0
38702026-08-20T20:50:54.388Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-20T20:50:54.421Z Checking libscf-sys v1.2.0
38722026-08-20T20:50:54.471Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-20T20:50:54.546Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-20T20:50:54.697Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-20T20:50:54.749Z Checking corncobs v0.1.4
38762026-08-20T20:50:54.872Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-20T20:50:54.885Z Checking papergrid v0.18.0
38782026-08-20T20:50:54.900Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38792026-08-20T20:50:54.915Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38802026-08-20T20:50:54.928Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38812026-08-20T20:50:55.066Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-20T20:50:55.083Z Checking secrecy v0.8.0
38832026-08-20T20:50:55.147Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-20T20:50:55.206Z Compiling illumos-nvpair-sys v0.2.0
38852026-08-20T20:50:55.389Z Compiling unicase v2.9.0
38862026-08-20T20:50:55.417Z Compiling progenitor-impl v0.13.0
38872026-08-20T20:50:55.436Z Checking crc8 v0.1.1
38882026-08-20T20:50:55.451Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-20T20:50:55.589Z Compiling mime_guess v2.0.5
38902026-08-20T20:50:55.650Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38912026-08-20T20:50:55.665Z Checking tabled v0.21.0
38922026-08-20T20:50:55.686Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38932026-08-20T20:50:55.720Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38942026-08-20T20:50:55.742Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38952026-08-20T20:50:55.825Z Compiling knus v3.4.0
38962026-08-20T20:50:56.333Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-20T20:50:56.557Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-20T20:50:56.619Z Checking progenitor-client v0.13.0
38992026-08-20T20:50:56.731Z Checking http-range v0.1.5
39002026-08-20T20:50:56.859Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-20T20:50:56.862Z Checking illumos-nvpair v0.3.0
39022026-08-20T20:50:57.038Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-20T20:50:57.052Z Checking scuffle v0.1.0
39042026-08-20T20:50:57.068Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-20T20:50:57.236Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-20T20:50:57.615Z Checking nanorand v0.7.0
39072026-08-20T20:50:57.631Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-20T20:50:57.818Z Checking flume v0.11.1
39092026-08-20T20:50:57.822Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-20T20:50:57.959Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39112026-08-20T20:50:57.975Z Checking hyper-staticfile v0.10.1
39122026-08-20T20:50:58.022Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-20T20:50:58.061Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-20T20:50:58.078Z Compiling progenitor-macro v0.13.0
39152026-08-20T20:50:58.185Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-20T20:50:58.255Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-20T20:50:58.415Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-20T20:50:58.446Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-20T20:50:58.504Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-20T20:50:58.649Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-20T20:50:58.837Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-20T20:50:58.955Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39232026-08-20T20:50:58.976Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-20T20:51:00.424Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-20T20:51:01.342Z Checking progenitor v0.13.0
39262026-08-20T20:51:01.478Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-20T20:51:02.405Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-20T20:51:03.474Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-20T20:51:03.846Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-20T20:51:04.042Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-20T20:51:04.042Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-20T20:51:17.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.76s
39332026-08-20T20:51:17.494Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-20T20:51:17.494Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-20T20:51:17.693Z
39362026-08-20T20:51:17.693Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-20T20:51:18.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-20T20:51:18.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-20T20:51:18.478Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-20T20:51:29.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39412026-08-20T20:51:29.144Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-20T20:51:29.144Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-20T20:51:29.344Z
39442026-08-20T20:51:29.344Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-20T20:51:29.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-20T20:51:29.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-20T20:51:30.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-20T20:51:40.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
39492026-08-20T20:51:40.864Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-20T20:51:40.864Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-20T20:51:41.064Z
39522026-08-20T20:51:41.064Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-20T20:51:41.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-20T20:51:41.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-20T20:51:41.845Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-20T20:51:52.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39572026-08-20T20:51:52.439Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-20T20:51:52.439Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-20T20:51:52.642Z
39602026-08-20T20:51:52.642Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-20T20:51:53.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-20T20:51:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-20T20:51:53.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-20T20:52:03.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39652026-08-20T20:52:03.960Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-20T20:52:03.960Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-20T20:52:04.161Z
39682026-08-20T20:52:04.161Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-20T20:52:04.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-20T20:52:04.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-20T20:52:04.960Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-20T20:52:15.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
39732026-08-20T20:52:15.552Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-20T20:52:15.552Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-20T20:52:15.756Z
39762026-08-20T20:52:15.756Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-20T20:52:16.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-20T20:52:16.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-20T20:52:16.533Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-20T20:52:27.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39812026-08-20T20:52:27.136Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-20T20:52:27.136Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-20T20:52:27.331Z
39842026-08-20T20:52:27.331Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-20T20:52:27.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-20T20:52:27.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-20T20:52:28.108Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-20T20:52:38.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39892026-08-20T20:52:38.756Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-20T20:52:38.756Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-20T20:52:38.958Z
39922026-08-20T20:52:38.958Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-20T20:52:39.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-20T20:52:39.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-20T20:52:39.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-20T20:52:39.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-20T20:52:39.537Z
39982026-08-20T20:52:39.537Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-20T20:52:40.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-20T20:52:40.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-20T20:52:40.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-20T20:52:40.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40032026-08-20T20:52:40.125Z
40042026-08-20T20:52:40.125Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-20T20:52:40.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-20T20:52:40.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-20T20:52:40.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-20T20:52:40.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-08-20T20:52:40.691Z
40102026-08-20T20:52:40.692Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-20T20:52:41.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-20T20:52:41.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-20T20:52:41.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-20T20:52:41.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40152026-08-20T20:52:41.308Z
40162026-08-20T20:52:41.308Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-20T20:52:41.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-20T20:52:41.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-20T20:52:41.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-20T20:52:41.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40212026-08-20T20:52:41.885Z
40222026-08-20T20:52:41.885Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-20T20:52:42.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-20T20:52:42.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-20T20:52:42.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-20T20:52:42.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40272026-08-20T20:52:42.458Z
40282026-08-20T20:52:42.458Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-20T20:52:42.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-20T20:52:42.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-20T20:52:42.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-20T20:52:42.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40332026-08-20T20:52:43.027Z
40342026-08-20T20:52:43.027Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-20T20:52:43.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-20T20:52:43.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-20T20:52:43.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-20T20:52:43.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40392026-08-20T20:52:43.590Z
40402026-08-20T20:52:43.590Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-20T20:52:44.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-20T20:52:44.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-20T20:52:44.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-20T20:52:44.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-20T20:52:44.188Z
40462026-08-20T20:52:44.188Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-20T20:52:44.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-20T20:52:44.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-20T20:52:44.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-20T20:52:44.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40512026-08-20T20:52:44.785Z
40522026-08-20T20:52:44.785Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-20T20:52:45.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-20T20:52:45.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-20T20:52:45.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-20T20:52:45.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-20T20:52:45.381Z
40582026-08-20T20:52:45.381Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-20T20:52:45.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-20T20:52:45.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-20T20:52:45.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-20T20:52:45.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-20T20:52:45.987Z
40642026-08-20T20:52:45.987Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-20T20:52:46.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-20T20:52:46.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-20T20:52:46.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-20T20:52:46.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-20T20:52:46.588Z
40702026-08-20T20:52:46.588Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-20T20:52:47.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-20T20:52:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-20T20:52:47.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-20T20:52:47.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-20T20:52:47.186Z
40762026-08-20T20:52:47.186Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-20T20:52:47.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-20T20:52:47.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-20T20:52:47.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-20T20:52:47.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-20T20:52:47.783Z
40822026-08-20T20:52:47.783Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-20T20:52:48.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-20T20:52:48.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-20T20:52:48.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-20T20:52:48.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-20T20:52:48.374Z
40882026-08-20T20:52:48.374Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-20T20:52:48.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-20T20:52:48.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-20T20:52:48.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-20T20:52:48.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-20T20:52:48.974Z
40942026-08-20T20:52:48.974Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-20T20:52:49.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-20T20:52:49.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-20T20:52:49.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-20T20:52:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40992026-08-20T20:52:49.581Z
41002026-08-20T20:52:49.581Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-20T20:52:50.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-20T20:52:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-20T20:52:50.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-20T20:52:50.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-20T20:52:50.168Z
41062026-08-20T20:52:50.168Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-20T20:52:50.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-20T20:52:50.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-20T20:52:50.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-20T20:52:50.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41112026-08-20T20:52:50.758Z
41122026-08-20T20:52:50.758Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-20T20:52:51.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-20T20:52:51.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-20T20:52:51.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-20T20:52:51.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-20T20:52:51.379Z
41182026-08-20T20:52:51.379Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-20T20:52:51.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-20T20:52:51.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-20T20:52:51.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-20T20:52:51.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41232026-08-20T20:52:52.009Z
41242026-08-20T20:52:52.009Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-20T20:52:52.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-20T20:52:52.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-20T20:52:52.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-20T20:52:52.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-20T20:52:52.623Z
41302026-08-20T20:52:52.623Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-20T20:52:53.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-20T20:52:53.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-20T20:52:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-20T20:52:53.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-20T20:52:53.245Z
41362026-08-20T20:52:53.246Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-20T20:52:53.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-20T20:52:53.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-20T20:52:53.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-20T20:52:53.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41412026-08-20T20:52:53.871Z
41422026-08-20T20:52:53.871Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-20T20:52:54.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-20T20:52:54.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-20T20:52:54.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-20T20:52:54.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-20T20:52:54.431Z
41482026-08-20T20:52:54.431Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-20T20:52:54.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-20T20:52:54.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-20T20:52:54.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-20T20:52:54.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41532026-08-20T20:52:55.035Z
41542026-08-20T20:52:55.035Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-20T20:52:55.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-20T20:52:55.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-20T20:52:55.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-20T20:52:55.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41592026-08-20T20:52:55.627Z
41602026-08-20T20:52:55.628Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-20T20:52:56.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-20T20:52:56.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-20T20:52:56.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-20T20:52:56.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41652026-08-20T20:52:56.214Z
41662026-08-20T20:52:56.215Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-20T20:52:56.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-20T20:52:56.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-20T20:52:56.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-20T20:52:56.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41712026-08-20T20:52:56.780Z
41722026-08-20T20:52:56.780Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-20T20:52:57.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-20T20:52:57.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-20T20:52:57.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-20T20:52:57.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-20T20:52:57.345Z
41782026-08-20T20:52:57.345Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-20T20:52:57.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-20T20:52:57.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-20T20:52:58.061Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-20T20:52:58.470Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-20T20:52:59.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
41842026-08-20T20:52:59.847Z
41852026-08-20T20:52:59.847Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-20T20:53:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-20T20:53:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-20T20:53:00.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-20T20:53:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-20T20:53:00.416Z
41912026-08-20T20:53:00.416Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-20T20:53:00.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-20T20:53:00.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-20T20:53:00.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-20T20:53:00.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-20T20:53:00.988Z
41972026-08-20T20:53:00.988Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-20T20:53:01.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-20T20:53:01.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-20T20:53:01.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-20T20:53:01.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-20T20:53:01.568Z
42032026-08-20T20:53:01.568Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-20T20:53:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-20T20:53:02.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-20T20:53:02.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-20T20:53:02.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-20T20:53:02.139Z
42092026-08-20T20:53:02.139Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-20T20:53:02.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-20T20:53:02.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-20T20:53:02.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-20T20:53:02.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-08-20T20:53:02.709Z
42152026-08-20T20:53:02.710Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-20T20:53:03.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-20T20:53:03.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-20T20:53:03.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-20T20:53:03.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-08-20T20:53:03.268Z
42212026-08-20T20:53:03.268Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-20T20:53:03.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-20T20:53:03.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-20T20:53:03.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-20T20:53:03.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42262026-08-20T20:53:03.835Z
42272026-08-20T20:53:03.835Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-20T20:53:04.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-20T20:53:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-20T20:53:04.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-20T20:53:04.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42322026-08-20T20:53:04.429Z
42332026-08-20T20:53:04.429Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-20T20:53:04.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-20T20:53:04.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-20T20:53:04.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-20T20:53:04.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-20T20:53:05.014Z
42392026-08-20T20:53:05.014Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-20T20:53:05.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-20T20:53:05.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-20T20:53:05.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-20T20:53:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42442026-08-20T20:53:05.578Z
42452026-08-20T20:53:05.578Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-20T20:53:06.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-20T20:53:06.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-20T20:53:06.242Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-20T20:53:06.352Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-20T20:53:07.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42512026-08-20T20:53:07.594Z
42522026-08-20T20:53:07.594Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-20T20:53:08.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-20T20:53:08.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-20T20:53:08.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-20T20:53:08.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-20T20:53:08.166Z
42582026-08-20T20:53:08.166Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-20T20:53:08.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-20T20:53:08.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-20T20:53:08.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-20T20:53:08.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42632026-08-20T20:53:08.818Z
42642026-08-20T20:53:08.818Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-20T20:53:09.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-20T20:53:09.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-20T20:53:09.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-20T20:53:09.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42692026-08-20T20:53:09.474Z
42702026-08-20T20:53:09.474Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-20T20:53:10.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-20T20:53:10.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-20T20:53:10.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-20T20:53:10.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42752026-08-20T20:53:10.103Z
42762026-08-20T20:53:10.103Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-20T20:53:10.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-20T20:53:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-20T20:53:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-20T20:53:10.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42812026-08-20T20:53:10.733Z
42822026-08-20T20:53:10.733Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-20T20:53:11.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-20T20:53:11.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-20T20:53:11.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-20T20:53:11.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-20T20:53:11.295Z
42882026-08-20T20:53:11.295Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-20T20:53:11.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-20T20:53:11.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-20T20:53:11.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-20T20:53:11.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42932026-08-20T20:53:11.859Z
42942026-08-20T20:53:11.859Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-20T20:53:12.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-20T20:53:12.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-20T20:53:12.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-20T20:53:12.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42992026-08-20T20:53:12.483Z
43002026-08-20T20:53:12.483Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-20T20:53:12.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-20T20:53:12.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-20T20:53:12.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-20T20:53:12.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43052026-08-20T20:53:13.041Z
43062026-08-20T20:53:13.041Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-20T20:53:13.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-20T20:53:13.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-20T20:53:13.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-20T20:53:13.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43112026-08-20T20:53:13.641Z
43122026-08-20T20:53:13.641Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-20T20:53:14.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-20T20:53:14.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-20T20:53:14.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-20T20:53:14.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43172026-08-20T20:53:14.247Z
43182026-08-20T20:53:14.247Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-20T20:53:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-20T20:53:14.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-20T20:53:14.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-20T20:53:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-20T20:53:14.798Z
43242026-08-20T20:53:14.798Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-20T20:53:15.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-20T20:53:15.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-20T20:53:15.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-20T20:53:15.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-20T20:53:15.364Z
43302026-08-20T20:53:15.364Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-20T20:53:15.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-20T20:53:15.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-20T20:53:15.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-20T20:53:15.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43352026-08-20T20:53:15.914Z
43362026-08-20T20:53:15.914Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-20T20:53:16.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-20T20:53:16.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-20T20:53:16.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-20T20:53:16.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43412026-08-20T20:53:16.527Z
43422026-08-20T20:53:16.527Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-20T20:53:17.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-20T20:53:17.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-20T20:53:17.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-20T20:53:17.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-20T20:53:17.142Z
43482026-08-20T20:53:17.142Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-20T20:53:17.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-20T20:53:17.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-20T20:53:17.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-20T20:53:17.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43532026-08-20T20:53:17.758Z
43542026-08-20T20:53:17.758Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-20T20:53:18.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-20T20:53:18.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-20T20:53:18.464Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-20T20:53:18.467Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-20T20:53:19.127Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-20T20:53:20.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
43612026-08-20T20:53:21.005Z
43622026-08-20T20:53:21.005Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-20T20:53:21.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-20T20:53:21.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-20T20:53:21.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-20T20:53:21.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43672026-08-20T20:53:21.567Z
43682026-08-20T20:53:21.567Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-20T20:53:22.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-20T20:53:22.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-20T20:53:22.160Z Checking yasna v0.5.2
43722026-08-20T20:53:22.555Z Checking rcgen v0.12.1
43732026-08-20T20:53:22.802Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-20T20:53:23.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43752026-08-20T20:53:23.159Z
43762026-08-20T20:53:23.159Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-20T20:53:23.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-20T20:53:23.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-20T20:53:23.790Z Compiling instability v0.3.11
43802026-08-20T20:53:23.790Z Checking castaway v0.2.4
43812026-08-20T20:53:23.793Z Compiling indoc v2.0.7
43822026-08-20T20:53:23.793Z Checking unicode-truncate v1.1.0
43832026-08-20T20:53:23.793Z Checking lru v0.12.5
43842026-08-20T20:53:23.793Z Checking cassowary v0.3.0
43852026-08-20T20:53:24.012Z Checking compact_str v0.8.1
43862026-08-20T20:53:24.773Z Checking ratatui v0.29.0
43872026-08-20T20:53:25.823Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-20T20:53:26.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
43892026-08-20T20:53:26.709Z
43902026-08-20T20:53:26.709Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-20T20:53:27.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-20T20:53:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-20T20:53:27.423Z Checking headers-core v0.3.0
43942026-08-20T20:53:27.423Z Checking port-file v0.1.0
43952026-08-20T20:53:27.426Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-20T20:53:27.619Z Checking headers v0.4.1
43972026-08-20T20:53:27.982Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-20T20:53:28.933Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-20T20:53:29.452Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-20T20:53:29.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
44012026-08-20T20:53:30.075Z
44022026-08-20T20:53:30.075Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-20T20:53:30.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-20T20:53:30.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-20T20:53:30.790Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-20T20:53:31.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44072026-08-20T20:53:31.724Z
44082026-08-20T20:53:31.724Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-20T20:53:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-20T20:53:32.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-20T20:53:32.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-20T20:53:32.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-20T20:53:32.140Z
44142026-08-20T20:53:32.141Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-20T20:53:32.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-20T20:53:32.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-20T20:53:32.759Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-20T20:53:33.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
44192026-08-20T20:53:33.295Z
44202026-08-20T20:53:33.295Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-20T20:53:33.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-20T20:53:33.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-20T20:53:34.004Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-20T20:53:35.083Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-20T20:53:35.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44262026-08-20T20:53:35.620Z
44272026-08-20T20:53:35.620Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-20T20:53:36.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-20T20:53:36.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-20T20:53:36.337Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-20T20:53:37.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44322026-08-20T20:53:37.267Z
44332026-08-20T20:53:37.267Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-20T20:53:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-20T20:53:37.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-20T20:53:37.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-20T20:53:37.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-08-20T20:53:37.880Z
44392026-08-20T20:53:37.880Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-20T20:53:38.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-20T20:53:38.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-20T20:53:38.494Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-20T20:53:39.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
44442026-08-20T20:53:39.329Z
44452026-08-20T20:53:39.330Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-20T20:53:39.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-20T20:53:39.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-20T20:53:40.071Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-20T20:53:40.071Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-20T20:53:40.076Z Checking git-stub v1.0.0
44512026-08-20T20:53:40.076Z Compiling trait-variant v0.1.2
44522026-08-20T20:53:40.187Z Checking maplit v1.0.2
44532026-08-20T20:53:40.217Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-20T20:53:40.221Z Checking drift v0.2.0
44552026-08-20T20:53:40.221Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-20T20:53:40.266Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44572026-08-20T20:53:40.325Z Checking git-stub-vcs v0.1.0
44582026-08-20T20:53:40.395Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44592026-08-20T20:53:40.411Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-20T20:53:40.513Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-20T20:53:40.566Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44622026-08-20T20:53:40.585Z Checking dropshot-api-manager v0.8.0
44632026-08-20T20:53:40.722Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-20T20:53:40.912Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-20T20:53:41.425Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-20T20:53:42.338Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-20T20:53:43.336Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-20T20:53:44.168Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-20T20:53:44.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
44702026-08-20T20:53:44.801Z
44712026-08-20T20:53:44.801Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-20T20:53:45.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-20T20:53:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-20T20:53:45.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-20T20:53:45.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-20T20:53:45.371Z
44772026-08-20T20:53:45.371Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-20T20:53:45.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-20T20:53:45.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-20T20:53:45.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-20T20:53:45.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-08-20T20:53:45.968Z
44832026-08-20T20:53:45.968Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-20T20:53:46.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-20T20:53:46.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-20T20:53:46.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-20T20:53:46.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-20T20:53:46.575Z
44892026-08-20T20:53:46.575Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-20T20:53:47.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-20T20:53:47.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-20T20:53:47.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-20T20:53:47.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44942026-08-20T20:53:47.173Z
44952026-08-20T20:53:47.173Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-20T20:53:47.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-20T20:53:47.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-20T20:53:47.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-20T20:53:47.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-20T20:53:47.739Z
45012026-08-20T20:53:47.740Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-20T20:53:48.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-20T20:53:48.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-20T20:53:48.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-20T20:53:48.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-20T20:53:48.298Z
45072026-08-20T20:53:48.298Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-20T20:53:48.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-20T20:53:48.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-20T20:53:48.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-20T20:53:48.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-20T20:53:48.872Z
45132026-08-20T20:53:48.872Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-20T20:53:49.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-20T20:53:49.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-20T20:53:49.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-20T20:53:49.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45182026-08-20T20:53:49.442Z
45192026-08-20T20:53:49.442Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-20T20:53:49.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-20T20:53:49.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-20T20:53:50.049Z Compiling blake3 v1.8.5
45232026-08-20T20:53:50.158Z Checking constant_time_eq v0.4.2
45242026-08-20T20:53:50.158Z Checking arrayvec v0.7.6
45252026-08-20T20:53:50.173Z Checking arrayref v0.3.9
45262026-08-20T20:53:50.182Z Checking cargo-platform v0.3.2
45272026-08-20T20:53:50.185Z Checking topological-sort v0.2.2
45282026-08-20T20:53:50.185Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-20T20:53:50.328Z Checking cargo_metadata v0.23.1
45302026-08-20T20:53:51.050Z Checking omicron-zone-package v0.12.3
45312026-08-20T20:53:51.744Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-20T20:53:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
45332026-08-20T20:53:52.725Z
45342026-08-20T20:53:52.725Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-20T20:53:53.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-20T20:53:53.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-20T20:53:53.407Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-20T20:53:54.033Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-20T20:53:54.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
45402026-08-20T20:53:54.731Z
45412026-08-20T20:53:54.731Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-20T20:53:55.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-20T20:53:55.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-20T20:53:55.681Z Compiling darling_core v0.21.3
45452026-08-20T20:53:55.681Z Compiling vergen-lib v0.1.6
45462026-08-20T20:53:55.681Z Compiling diesel_derives v2.3.7
45472026-08-20T20:53:55.684Z Checking scheduled-thread-pool v0.2.7
45482026-08-20T20:53:55.684Z Compiling vergen-gitcl v1.0.8
45492026-08-20T20:53:55.685Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-20T20:53:55.685Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-20T20:53:55.685Z Compiling dirs-sys-next v0.1.2
45522026-08-20T20:53:56.002Z Compiling glob v0.3.3
45532026-08-20T20:53:56.022Z Compiling crunchy v0.2.4
45542026-08-20T20:53:56.057Z Checking r2d2 v0.8.10
45552026-08-20T20:53:56.079Z Compiling dirs-next v2.0.0
45562026-08-20T20:53:56.197Z Compiling tiny-keccak v2.0.2
45572026-08-20T20:53:56.237Z Checking downcast-rs v2.0.2
45582026-08-20T20:53:56.254Z Compiling term v0.7.0
45592026-08-20T20:53:56.332Z Compiling bit-vec v0.6.3
45602026-08-20T20:53:56.391Z Compiling clang-sys v1.8.1
45612026-08-20T20:53:56.528Z Compiling ascii-canvas v3.0.0
45622026-08-20T20:53:56.549Z Compiling bit-set v0.5.3
45632026-08-20T20:53:56.708Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45642026-08-20T20:53:56.759Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-20T20:53:56.775Z Compiling itertools v0.10.5
45662026-08-20T20:53:56.795Z Compiling ena v0.14.4
45672026-08-20T20:53:56.842Z Compiling libloading v0.8.9
45682026-08-20T20:53:56.888Z Compiling diff v0.1.13
45692026-08-20T20:53:56.911Z Compiling regex-syntax v0.6.29
45702026-08-20T20:53:56.941Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45712026-08-20T20:53:57.054Z Compiling bindgen v0.71.1
45722026-08-20T20:53:57.168Z Compiling cexpr v0.6.0
45732026-08-20T20:53:57.404Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-20T20:53:57.540Z Compiling rustc-hash v2.1.1
45752026-08-20T20:53:57.589Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-20T20:53:57.831Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-20T20:53:57.855Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-20T20:53:57.874Z Compiling libxml v0.3.3
45792026-08-20T20:53:57.939Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-20T20:53:58.123Z Compiling strum_macros v0.24.3
45812026-08-20T20:53:58.139Z Compiling indoc v1.0.9
45822026-08-20T20:53:58.316Z Compiling darling_macro v0.21.3
45832026-08-20T20:53:58.575Z Compiling lalrpop v0.19.12
45842026-08-20T20:53:58.827Z Compiling darling v0.21.3
45852026-08-20T20:53:58.920Z Compiling dsl_auto_type v0.2.0
45862026-08-20T20:53:58.987Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-20T20:53:59.073Z Checking derive_builder v0.20.2
45882026-08-20T20:53:59.174Z Compiling oso-derive v0.27.3
45892026-08-20T20:53:59.190Z Checking quick-xml v0.37.5
45902026-08-20T20:53:59.462Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-20T20:53:59.668Z Checking openssl-probe v0.1.6
45922026-08-20T20:53:59.808Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-20T20:54:00.061Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-20T20:54:00.250Z Checking bb8 v0.8.6
45952026-08-20T20:54:00.531Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-20T20:54:00.568Z Checking nonempty v0.12.0
45972026-08-20T20:54:00.594Z Compiling libz-sys v1.1.24
45982026-08-20T20:54:00.729Z Compiling strsim v0.10.0
45992026-08-20T20:54:00.770Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-20T20:54:01.001Z Compiling darling_core v0.13.4
46012026-08-20T20:54:01.062Z Compiling vergen-git2 v9.1.0
46022026-08-20T20:54:01.156Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-20T20:54:01.287Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-20T20:54:01.412Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-20T20:54:01.627Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46062026-08-20T20:54:01.837Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46072026-08-20T20:54:01.995Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46082026-08-20T20:54:02.189Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46092026-08-20T20:54:02.266Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-20T20:54:02.368Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46112026-08-20T20:54:02.553Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46122026-08-20T20:54:02.739Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46132026-08-20T20:54:02.915Z Compiling darling_macro v0.13.4
46142026-08-20T20:54:02.936Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46152026-08-20T20:54:03.313Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46162026-08-20T20:54:03.392Z Compiling darling v0.13.4
46172026-08-20T20:54:03.487Z Compiling serde_with_macros v1.5.2
46182026-08-20T20:54:03.681Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-20T20:54:04.254Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46202026-08-20T20:54:04.317Z Compiling serde_with v1.14.0
46212026-08-20T20:54:04.440Z Checking twox-hash v2.1.2
46222026-08-20T20:54:04.635Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-20T20:54:04.743Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46242026-08-20T20:54:04.827Z Checking diesel v2.3.7
46252026-08-20T20:54:05.436Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-20T20:54:06.370Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-20T20:54:06.531Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-20T20:54:07.103Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46292026-08-20T20:54:07.238Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46302026-08-20T20:54:07.745Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46312026-08-20T20:54:07.765Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-08-20T20:54:08.014Z Checking libsw-core v0.3.2
46332026-08-20T20:54:08.172Z Checking atty v0.2.14
46342026-08-20T20:54:08.279Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-20T20:54:08.606Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46362026-08-20T20:54:08.806Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46372026-08-20T20:54:08.865Z Checking libsw v3.5.0
46382026-08-20T20:54:08.956Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-20T20:54:09.026Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46402026-08-20T20:54:10.217Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46412026-08-20T20:54:10.256Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46422026-08-20T20:54:10.930Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-20T20:54:10.988Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-20T20:54:11.111Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-20T20:54:11.293Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-20T20:54:11.440Z Checking fatfs v0.3.6
46472026-08-20T20:54:11.894Z Checking console v0.16.2
46482026-08-20T20:54:11.972Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-20T20:54:12.207Z Compiling seq-macro v0.3.6
46502026-08-20T20:54:12.703Z Checking unit-prefix v0.5.2
46512026-08-20T20:54:12.838Z Checking indicatif v0.18.4
46522026-08-20T20:54:13.250Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-20T20:54:13.273Z Checking oxide-update-engine-display v0.1.2
46542026-08-20T20:54:13.578Z Checking support-bundle-viewer v0.1.2
46552026-08-20T20:54:13.830Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-20T20:54:13.917Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-20T20:54:14.236Z Checking multimap v0.10.1
46582026-08-20T20:54:19.910Z Checking async-bb8-diesel v0.2.1
46592026-08-20T20:54:20.272Z Checking diesel-dtrace v0.5.0
46602026-08-20T20:54:23.141Z Compiling samael v0.0.19
46612026-08-20T20:54:26.779Z Compiling git2 v0.20.4
46622026-08-20T20:54:29.495Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-20T20:54:29.930Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-08-20T20:54:30.903Z Compiling polar-core v0.27.3
46652026-08-20T20:54:35.327Z Checking oso v0.27.3
46662026-08-20T20:55:07.414Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-20T20:56:22.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-20T20:56:22.914Z
46692026-08-20T20:56:22.914Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-20T20:56:23.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-20T20:56:23.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-20T20:56:23.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-20T20:56:23.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46742026-08-20T20:56:23.571Z
46752026-08-20T20:56:23.571Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-20T20:56:24.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-20T20:56:24.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-20T20:56:24.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-20T20:56:24.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46802026-08-20T20:56:24.194Z
46812026-08-20T20:56:24.194Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-20T20:56:24.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-20T20:56:24.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-20T20:56:24.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-20T20:56:24.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46862026-08-20T20:56:24.814Z
46872026-08-20T20:56:24.814Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-20T20:56:25.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-20T20:56:25.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-20T20:56:25.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-20T20:56:25.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46922026-08-20T20:56:25.363Z
46932026-08-20T20:56:25.363Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-20T20:56:25.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-20T20:56:25.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-20T20:56:26.186Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-20T20:56:26.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46982026-08-20T20:56:27.154Z
46992026-08-20T20:56:27.154Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-20T20:56:27.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-20T20:56:27.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-20T20:56:27.963Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-20T20:57:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
47042026-08-20T20:57:07.086Z
47052026-08-20T20:57:07.086Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-20T20:57:07.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-20T20:57:07.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-20T20:57:07.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-20T20:57:07.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-20T20:57:07.644Z
47112026-08-20T20:57:07.644Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-20T20:57:08.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-20T20:57:08.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-20T20:57:08.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-20T20:57:08.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47162026-08-20T20:57:08.206Z
47172026-08-20T20:57:08.206Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-20T20:57:08.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-20T20:57:08.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-20T20:57:08.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-20T20:57:08.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-20T20:57:08.826Z
47232026-08-20T20:57:08.826Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-20T20:57:09.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-20T20:57:09.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-20T20:57:09.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-20T20:57:09.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-20T20:57:09.450Z
47292026-08-20T20:57:09.450Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-20T20:57:09.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-20T20:57:09.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-20T20:57:09.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-20T20:57:09.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-20T20:57:10.076Z
47352026-08-20T20:57:10.077Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-20T20:57:10.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-20T20:57:10.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-20T20:57:10.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-20T20:57:10.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-20T20:57:10.691Z
47412026-08-20T20:57:10.691Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-20T20:57:11.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-20T20:57:11.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-20T20:57:11.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-20T20:57:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-20T20:57:11.315Z
47472026-08-20T20:57:11.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-20T20:57:11.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-20T20:57:11.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-20T20:57:11.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-20T20:57:11.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47522026-08-20T20:57:11.937Z
47532026-08-20T20:57:11.937Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-20T20:57:12.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-20T20:57:12.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-20T20:57:12.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-20T20:57:12.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47582026-08-20T20:57:12.544Z
47592026-08-20T20:57:12.544Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-20T20:57:13.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-20T20:57:13.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-20T20:57:13.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-20T20:57:13.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47642026-08-20T20:57:13.168Z
47652026-08-20T20:57:13.168Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-20T20:57:13.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-20T20:57:13.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-20T20:57:13.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-20T20:57:13.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47702026-08-20T20:57:13.794Z
47712026-08-20T20:57:13.794Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-20T20:57:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-20T20:57:14.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-20T20:57:14.689Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-20T20:57:14.693Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-20T20:57:14.896Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-20T20:57:14.915Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-20T20:57:14.925Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-20T20:57:14.942Z Checking diff v0.1.13
47802026-08-20T20:57:14.952Z Checking yansi v1.0.1
47812026-08-20T20:57:14.952Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-20T20:57:15.015Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-20T20:57:15.188Z Checking pretty_assertions v1.4.1
47842026-08-20T20:57:15.951Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-20T20:57:15.982Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-20T20:57:41.305Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-20T20:57:41.308Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47882026-08-20T20:57:41.308Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-20T20:57:41.308Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47902026-08-20T20:57:41.308Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47912026-08-20T20:57:41.308Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47922026-08-20T20:57:41.308Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47932026-08-20T20:57:42.186Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47942026-08-20T20:57:42.186Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-20T20:57:43.491Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-20T20:58:22.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
47972026-08-20T20:58:22.898Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-20T20:58:22.898Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-20T20:58:23.108Z
48002026-08-20T20:58:23.109Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-20T20:58:23.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-20T20:58:23.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-20T20:58:23.821Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-20T20:58:24.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
48052026-08-20T20:58:24.664Z
48062026-08-20T20:58:24.664Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-20T20:58:25.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-20T20:58:25.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-20T20:58:25.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-20T20:58:25.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-20T20:58:25.226Z
48122026-08-20T20:58:25.226Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-20T20:58:25.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-20T20:58:25.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-20T20:58:25.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-20T20:58:25.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-20T20:58:25.808Z
48182026-08-20T20:58:25.808Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-20T20:58:26.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-20T20:58:26.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-20T20:58:26.600Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-20T20:58:26.724Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-20T20:58:26.732Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-20T20:58:53.905Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-20T20:58:54.312Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-20T20:58:56.086Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-20T20:58:56.564Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-20T20:58:59.687Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-20T20:59:23.859Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-20T20:59:24.599Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-20T20:59:26.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48322026-08-20T20:59:26.535Z
48332026-08-20T20:59:26.535Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-20T20:59:27.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-20T20:59:27.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-20T20:59:27.257Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-20T20:59:27.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48382026-08-20T20:59:28.168Z
48392026-08-20T20:59:28.169Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-20T20:59:28.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-20T20:59:28.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-20T20:59:28.800Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-20T20:59:28.803Z Compiling fs-err v2.11.0
48442026-08-20T20:59:28.920Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-20T20:59:28.930Z Checking parse-size v1.1.0
48462026-08-20T20:59:28.939Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-20T20:59:28.939Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-20T20:59:28.943Z Checking shell-words v1.1.1
48492026-08-20T20:59:29.029Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-20T20:59:29.363Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-20T20:59:29.541Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-20T20:59:30.215Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-20T20:59:31.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
48542026-08-20T20:59:31.375Z
48552026-08-20T20:59:31.375Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-20T20:59:31.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-20T20:59:31.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-20T20:59:32.015Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-20T20:59:32.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
48602026-08-20T20:59:32.694Z
48612026-08-20T20:59:32.694Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-20T20:59:33.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-20T20:59:33.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-20T20:59:33.418Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-20T20:59:34.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48662026-08-20T20:59:34.346Z
48672026-08-20T20:59:34.346Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-20T20:59:34.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-20T20:59:34.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-20T20:59:34.727Z Checking serde_core v1.0.228
48712026-08-20T20:59:34.727Z Checking libc v0.2.185
48722026-08-20T20:59:34.808Z Checking bitflags v2.11.0
48732026-08-20T20:59:34.814Z Checking scroll v0.12.0
48742026-08-20T20:59:34.818Z Checking thiserror v1.0.69
48752026-08-20T20:59:34.827Z Checking log v0.4.33
48762026-08-20T20:59:34.834Z Checking zerocopy v0.7.35
48772026-08-20T20:59:34.842Z Checking indexmap v2.14.0
48782026-08-20T20:59:34.905Z Checking syn v2.0.117
48792026-08-20T20:59:34.948Z Checking dtrace-parser v0.2.0
48802026-08-20T20:59:34.966Z Checking once_cell v1.21.3
48812026-08-20T20:59:35.024Z Checking goblin v0.8.2
48822026-08-20T20:59:35.082Z Checking errno v0.3.14
48832026-08-20T20:59:35.138Z Checking getrandom v0.3.4
48842026-08-20T20:59:35.173Z Checking thread-id v4.2.2
48852026-08-20T20:59:35.198Z Checking rustix v1.1.4
48862026-08-20T20:59:35.250Z Checking memmap v0.7.0
48872026-08-20T20:59:35.267Z Checking thiserror v2.0.18
48882026-08-20T20:59:35.302Z Checking fs-err v3.3.0
48892026-08-20T20:59:35.366Z Checking tabled v0.15.0
48902026-08-20T20:59:35.376Z Checking anyhow v1.0.104
48912026-08-20T20:59:35.961Z Checking terminal_size v0.4.3
48922026-08-20T20:59:35.961Z Checking tempfile v3.27.0
48932026-08-20T20:59:36.077Z Checking clap_builder v4.6.0
48942026-08-20T20:59:36.077Z Checking textwrap v0.16.2
48952026-08-20T20:59:36.273Z Checking serde v1.0.228
48962026-08-20T20:59:36.276Z Checking serde_json v1.0.151
48972026-08-20T20:59:36.276Z Checking camino v1.2.5
48982026-08-20T20:59:36.300Z Checking semver v1.0.28
48992026-08-20T20:59:36.477Z Checking cargo-platform v0.3.2
49002026-08-20T20:59:36.517Z Checking camino-tempfile v1.4.1
49012026-08-20T20:59:36.673Z Checking toml_datetime v0.6.11
49022026-08-20T20:59:36.677Z Checking serde_spanned v0.6.9
49032026-08-20T20:59:36.678Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49042026-08-20T20:59:36.678Z Checking macaddr v1.0.1
49052026-08-20T20:59:36.865Z Checking toml_edit v0.22.27
49062026-08-20T20:59:36.889Z Checking dof v0.3.0
49072026-08-20T20:59:36.892Z Checking cargo_metadata v0.23.1
49082026-08-20T20:59:37.152Z Checking usdt-impl v0.5.0
49092026-08-20T20:59:37.275Z Checking clap v4.6.1
49102026-08-20T20:59:37.410Z Checking usdt v0.5.0
49112026-08-20T20:59:37.843Z Checking toml v0.8.23
49122026-08-20T20:59:38.098Z Checking cargo_toml v0.21.0
49132026-08-20T20:59:38.736Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-20T20:59:39.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
49152026-08-20T20:59:39.231Z
49162026-08-20T20:59:39.231Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-20T20:59:39.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-20T20:59:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-20T20:59:39.869Z Checking arc-swap v1.8.2
49202026-08-20T20:59:40.147Z Checking slog-scope v4.4.1
49212026-08-20T20:59:40.258Z Checking slog-stdlog v4.1.1
49222026-08-20T20:59:40.354Z Checking slog-envlogger v2.2.0
49232026-08-20T20:59:40.473Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-20T20:59:40.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49252026-08-20T20:59:41.074Z
49262026-08-20T20:59:41.074Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-20T20:59:41.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-20T20:59:41.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-20T20:59:41.882Z Checking cpubits v0.1.1
49302026-08-20T20:59:42.010Z Checking pem-rfc7468 v1.0.0
49312026-08-20T20:59:42.021Z Checking hmac v0.13.0
49322026-08-20T20:59:42.024Z Checking universal-hash v0.6.1
49332026-08-20T20:59:42.045Z Checking ctr v0.10.1
49342026-08-20T20:59:42.045Z Checking aead v0.6.1
49352026-08-20T20:59:42.072Z Checking crypto-bigint v0.7.5
49362026-08-20T20:59:42.072Z Checking aes v0.9.1
49372026-08-20T20:59:42.099Z Checking salsa20 v0.11.0
49382026-08-20T20:59:42.147Z Checking der v0.8.0
49392026-08-20T20:59:42.150Z Checking polyval v0.7.1
49402026-08-20T20:59:42.175Z Checking pbkdf2 v0.13.0
49412026-08-20T20:59:42.192Z Checking cbc v0.2.1
49422026-08-20T20:59:42.258Z Checking ff v0.14.0
49432026-08-20T20:59:42.279Z Checking signature v3.0.0
49442026-08-20T20:59:42.295Z Checking scrypt v0.12.0
49452026-08-20T20:59:42.328Z Checking ghash v0.6.0
49462026-08-20T20:59:42.368Z Checking base16ct v1.0.0
49472026-08-20T20:59:42.391Z Checking group v0.14.0
49482026-08-20T20:59:42.428Z Checking hkdf v0.13.0
49492026-08-20T20:59:42.452Z Compiling curve25519-dalek v5.0.0
49502026-08-20T20:59:42.468Z Checking keccak v0.2.0
49512026-08-20T20:59:42.483Z Checking aes-gcm v0.11.0
49522026-08-20T20:59:42.497Z Checking poly1305 v0.9.0
49532026-08-20T20:59:42.535Z Checking wnaf v0.14.0
49542026-08-20T20:59:42.561Z Checking blowfish v0.10.0
49552026-08-20T20:59:42.624Z Checking blake2 v0.11.0-rc.6
49562026-08-20T20:59:42.642Z Checking sha3 v0.11.0
49572026-08-20T20:59:42.707Z Checking kem v0.3.0
49582026-08-20T20:59:42.721Z Checking bcrypt-pbkdf v0.11.0
49592026-08-20T20:59:42.764Z Checking module-lattice v0.2.3
49602026-08-20T20:59:42.824Z Checking sponge-cursor v0.1.0
49612026-08-20T20:59:42.875Z Checking argon2 v0.6.0-rc.8
49622026-08-20T20:59:42.892Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49632026-08-20T20:59:42.947Z Checking sha3 v0.12.0
49642026-08-20T20:59:42.951Z Checking spki v0.8.0
49652026-08-20T20:59:42.985Z Checking sec1 v0.8.1
49662026-08-20T20:59:42.989Z Checking ml-kem v0.3.2
49672026-08-20T20:59:43.069Z Checking internal-russh-num-bigint v0.5.0
49682026-08-20T20:59:43.122Z Checking pkcs5 v0.8.1
49692026-08-20T20:59:43.160Z Checking pkcs1 v0.8.0-rc.4
49702026-08-20T20:59:43.191Z Checking num-bigint v0.4.6
49712026-08-20T20:59:43.191Z Checking generic-array v1.4.3
49722026-08-20T20:59:43.366Z Checking russh-util v0.52.0
49732026-08-20T20:59:43.412Z Checking pkcs8 v0.11.0
49742026-08-20T20:59:43.490Z Compiling enum_dispatch v0.3.13
49752026-08-20T20:59:43.601Z Compiling delegate v0.13.5
49762026-08-20T20:59:43.617Z Checking ed25519 v3.0.0
49772026-08-20T20:59:43.741Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-20T20:59:43.782Z Checking hex-literal v1.1.0
49792026-08-20T20:59:43.818Z Checking ed25519-dalek v3.0.0
49802026-08-20T20:59:43.886Z Checking md5 v0.8.0
49812026-08-20T20:59:43.942Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-20T20:59:44.051Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-20T20:59:44.067Z Checking socket2 v0.5.10
49842026-08-20T20:59:44.138Z Checking internet-checksum v0.2.1
49852026-08-20T20:59:44.153Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-20T20:59:44.298Z Checking elliptic-curve v0.14.1
49872026-08-20T20:59:44.298Z Checking primefield v0.14.0
49882026-08-20T20:59:44.301Z Checking rfc6979 v0.6.0
49892026-08-20T20:59:44.342Z Checking ssh-encoding v0.3.0
49902026-08-20T20:59:44.445Z Checking crypto-primes v0.7.2
49912026-08-20T20:59:44.561Z Checking ssh-cipher v0.3.0
49922026-08-20T20:59:44.561Z Checking russh-cryptovec v0.62.0
49932026-08-20T20:59:44.717Z Checking primeorder v0.14.0
49942026-08-20T20:59:44.728Z Checking ecdsa v0.17.0
49952026-08-20T20:59:45.094Z Checking p256 v0.14.0
49962026-08-20T20:59:45.094Z Checking p521 v0.14.0
49972026-08-20T20:59:45.097Z Checking p384 v0.14.0
49982026-08-20T20:59:45.382Z Checking rsa v0.10.0-rc.18
49992026-08-20T20:59:47.993Z Checking ssh-key v0.7.0-rc.11
50002026-08-20T20:59:48.769Z Checking russh v0.62.4
50012026-08-20T21:00:02.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
50022026-08-20T21:00:02.369Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-20T21:00:02.369Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-20T21:00:02.571Z
50052026-08-20T21:00:02.571Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-20T21:00:03.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-20T21:00:03.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-20T21:00:03.217Z Checking termios v0.3.3
50092026-08-20T21:00:03.414Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-20T21:00:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
50112026-08-20T21:00:04.192Z
50122026-08-20T21:00:04.192Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-20T21:00:04.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-20T21:00:04.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-20T21:00:04.882Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-20T21:00:05.600Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-20T21:00:07.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
50182026-08-20T21:00:07.418Z
50192026-08-20T21:00:07.418Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-20T21:00:07.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-20T21:00:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-20T21:00:08.069Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-20T21:00:08.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
50242026-08-20T21:00:08.695Z
50252026-08-20T21:00:08.695Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-20T21:00:09.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-20T21:00:09.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-20T21:00:09.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-20T21:00:09.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50302026-08-20T21:00:09.263Z
50312026-08-20T21:00:09.263Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-20T21:00:09.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-20T21:00:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-20T21:00:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-20T21:00:09.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50362026-08-20T21:00:09.838Z
50372026-08-20T21:00:09.838Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-20T21:00:10.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-20T21:00:10.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-20T21:00:10.587Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-20T21:00:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50422026-08-20T21:00:11.382Z
50432026-08-20T21:00:11.382Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-20T21:00:11.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-20T21:00:11.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-20T21:00:12.031Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-20T21:00:12.034Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-20T21:00:12.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
50492026-08-20T21:00:13.148Z
50502026-08-20T21:00:13.148Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-20T21:00:13.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-20T21:00:13.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-20T21:00:13.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-20T21:00:13.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50552026-08-20T21:00:13.716Z
50562026-08-20T21:00:13.716Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-20T21:00:14.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-20T21:00:14.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-20T21:00:14.397Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-20T21:00:15.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
50612026-08-20T21:00:15.707Z
50622026-08-20T21:00:15.707Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-20T21:00:16.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-20T21:00:16.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-20T21:00:16.508Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-20T21:00:16.875Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-20T21:00:17.410Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-20T21:00:17.414Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-20T21:00:24.229Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-20T21:00:24.233Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-20T21:00:24.233Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-20T21:00:24.867Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-20T21:00:24.870Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-20T21:00:24.870Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-20T21:00:24.870Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-20T21:00:25.651Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-20T21:00:26.306Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-20T21:00:26.545Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-20T21:00:26.789Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-20T21:00:27.662Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-20T21:00:28.323Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-20T21:00:33.273Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-20T21:00:40.569Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50842026-08-20T21:00:40.573Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50852026-08-20T21:00:40.573Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50862026-08-20T21:00:40.573Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50872026-08-20T21:00:42.082Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-20T21:00:43.393Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-20T21:00:44.085Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-20T21:00:45.394Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-20T21:00:45.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.24s
50922026-08-20T21:00:46.158Z
50932026-08-20T21:00:46.159Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-20T21:00:46.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-20T21:00:46.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-20T21:00:46.879Z Checking rtoolbox v0.0.3
50972026-08-20T21:00:46.879Z Checking tui-tree-widget v0.23.1
50982026-08-20T21:00:46.883Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-20T21:00:47.010Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-20T21:00:47.104Z Checking rpassword v7.5.4
51012026-08-20T21:00:49.921Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-20T21:00:51.806Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-20T21:00:52.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
51042026-08-20T21:00:52.932Z
51052026-08-20T21:00:52.932Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-20T21:00:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-20T21:00:53.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-20T21:00:53.621Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-20T21:00:53.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
51102026-08-20T21:00:54.175Z
51112026-08-20T21:00:54.175Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-20T21:00:54.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-20T21:00:54.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-20T21:00:54.874Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-20T21:00:58.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
51162026-08-20T21:00:58.635Z
51172026-08-20T21:00:58.635Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-20T21:00:59.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-20T21:00:59.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-20T21:00:59.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-20T21:00:59.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51222026-08-20T21:00:59.192Z
51232026-08-20T21:00:59.192Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-20T21:00:59.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-20T21:00:59.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-20T21:00:59.850Z Checking uzers v0.12.2
51272026-08-20T21:01:00.119Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-20T21:01:00.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51292026-08-20T21:01:01.105Z
51302026-08-20T21:01:01.105Zreal 14:10.234727708
51312026-08-20T21:01:01.105Zuser 21:33.063322468
51322026-08-20T21:01:01.105Zsys 4:21.309277299
51332026-08-20T21:01:01.105Ztrap 0.346209871
51342026-08-20T21:01:01.105Ztflt 0.561324715
51352026-08-20T21:01:01.105Zdflt 0.805104911
51362026-08-20T21:01:01.105Zkflt 0.003864642
51372026-08-20T21:01:01.105Zlock 1:30:26.115913876
51382026-08-20T21:01:01.105Zslp 1:41:53.744867395
51392026-08-20T21:01:01.105Zlat 57.209012047
51402026-08-20T21:01:01.105Zstop 4:03.808949379
51412026-08-20T21:01:01.109Zprocess exited: duration 985445 ms, exit code 0
 
51422026-08-20T21:01:01.115Zfound 0 output files