01KWD12H5JWMHPV8ZZF6MNESXN: 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: 01KWD130C35G2VG2F526SKXFQY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T19:47:08.604Zjob assigned to worker 01KWD135FCBBXV168Y1YQRXA5G [factory aws, i-01853fef8c0ca57a1] (queued for 45 s)
 
22026-06-30T19:47:15.622Zstarting task 0: "setup"
32026-06-30T19:47:15.628Z++ uname -s
42026-06-30T19:47:15.632Z+ kern=SunOS
52026-06-30T19:47:15.633Z+ build_user=build
62026-06-30T19:47:15.633Z+ build_uid=12345
72026-06-30T19:47:15.633Z+ work_dir=/work
82026-06-30T19:47:15.633Z+ input_dir=/input
92026-06-30T19:47:15.633Z+ [[ 0 == 12345 ]]
102026-06-30T19:47:15.633Z+ case "$kern" in
112026-06-30T19:47:15.633Z+ groupadd -g 12345 build
122026-06-30T19:47:15.636Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T19:47:17.638Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T19:47:17.747Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T19:47:17.752Z+ home_fs=zfs
162026-06-30T19:47:17.752Z+ [[ zfs == autofs ]]
172026-06-30T19:47:17.752Z+ mkdir -p /home/build
182026-06-30T19:47:17.752Z+ chown build:build /home/build /work
192026-06-30T19:47:19.751Z+ chmod 0700 /home/build /work
202026-06-30T19:47:19.755Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-30T19:47:19.763Zstarting task 1: "rust-toolchain"
222026-06-30T19:47:19.766Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T19:47:19.767Z * rust toolchain channel = "1.96.0"
242026-06-30T19:47:19.767Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-30T19:47:19.767Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-30T19:47:19.767Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T19:47:19.767Z * rust toolchain profile = "default"
282026-06-30T19:47:19.776Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T19:47:19.776Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T19:47:19.824Zinfo: downloading installer
312026-06-30T19:47:21.139Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T19:47:21.139Zwarn: /home/build/.rustup/settings.toml
332026-06-30T19:47:21.139Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T19:47:21.139Zwarn: instead of the one inferred from the default host triple.
352026-06-30T19:47:21.151Zinfo: profile set to default
362026-06-30T19:47:21.152Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T19:47:21.155Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T19:47:21.288Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T19:47:21.291Zinfo: downloading 6 components
402026-06-30T19:47:35.728Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T19:47:35.729Z
422026-06-30T19:47:35.772Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T19:47:35.772Z
442026-06-30T19:47:35.772Z
452026-06-30T19:47:35.772ZRust is installed now. Great!
462026-06-30T19:47:35.772Z
472026-06-30T19:47:35.772ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T19:47:35.772Zenvironment variable. This has not been done automatically.
492026-06-30T19:47:35.773Z
502026-06-30T19:47:35.773ZTo configure your current shell, you need to source
512026-06-30T19:47:35.773Zthe corresponding env file under $HOME/.cargo.
522026-06-30T19:47:35.773Z
532026-06-30T19:47:35.773ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T19:47:35.777Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T19:47:35.777Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T19:47:35.777Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T19:47:35.777Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T19:47:35.777Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T19:47:35.777Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T19:47:35.777Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T19:47:35.777Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T19:47:35.873Z+ rustup --version
632026-06-30T19:47:35.882Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T19:47:35.885Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T19:47:35.904Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T19:47:35.907Z+ cargo --version
672026-06-30T19:47:35.921Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T19:47:35.924Z+ rustc --version
692026-06-30T19:47:35.943Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T19:47:35.947Zprocess exited: duration 16182 ms, exit code 0
 
712026-06-30T19:47:35.955Zstarting task 2: "authentication"
722026-06-30T19:47:35.972Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T19:47:35.980Zstarting task 3: "clone repository"
742026-06-30T19:47:35.983Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-30T19:47:35.986Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-30T19:47:36.012ZCloning into '/work/oxidecomputer/omicron'...
772026-06-30T19:47:46.287Z+ cd /work/oxidecomputer/omicron
782026-06-30T19:47:46.288Z+ git fetch origin e3b4fdade6e88d8deae0a8116e6ab656177d113f
792026-06-30T19:47:46.576ZFrom https://github.com/oxidecomputer/omicron
802026-06-30T19:47:46.576Z * branch e3b4fdade6e88d8deae0a8116e6ab656177d113f -> FETCH_HEAD
812026-06-30T19:47:46.586Z+ [[ -n jmcarp/oximeter-lazy-regex ]]
822026-06-30T19:47:46.593Z++ git branch --show-current
832026-06-30T19:47:46.593Z+ current=main
842026-06-30T19:47:46.593Z+ [[ main != jmcarp/oximeter-lazy-regex ]]
852026-06-30T19:47:46.593Z+ git branch -f jmcarp/oximeter-lazy-regex e3b4fdade6e88d8deae0a8116e6ab656177d113f
862026-06-30T19:47:46.596Z+ git checkout -f jmcarp/oximeter-lazy-regex
872026-06-30T19:47:46.837ZSwitched to branch 'jmcarp/oximeter-lazy-regex'
882026-06-30T19:47:46.840Z+ git reset --hard e3b4fdade6e88d8deae0a8116e6ab656177d113f
892026-06-30T19:47:47.083ZHEAD is now at e3b4fdade Oximeter: cache compiled regex.
902026-06-30T19:47:47.086Zprocess exited: duration 11104 ms, exit code 0
 
912026-06-30T19:47:47.092Zstarting task 4: "build"
922026-06-30T19:47:47.096Z+ source .github/buildomat/ci-env.sh
932026-06-30T19:47:47.099Z++ export CARGO_TERM_COLOR=always
942026-06-30T19:47:47.099Z++ CARGO_TERM_COLOR=always
952026-06-30T19:47:47.099Z+ cargo --version
962026-06-30T19:47:47.106Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-30T19:47:47.109Z+ rustc --version
982026-06-30T19:47:47.129Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-30T19:47:47.132Z+ source ./env.sh
1002026-06-30T19:47:47.132Z++ OLD_SHELL_OPTS=ehxB
1012026-06-30T19:47:47.132Z++ set -o xtrace
1022026-06-30T19:47:47.135Z++++ dirname ./env.sh
1032026-06-30T19:47:47.138Z+++ readlink -f .
1042026-06-30T19:47:47.138Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-30T19:47:47.138Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-30T19:47:47.138Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-30T19:47:47.138Z++ 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
1082026-06-30T19:47:47.138Z++ 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
1092026-06-30T19:47:47.138Z++ 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
1102026-06-30T19:47:47.138Z++ 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
1112026-06-30T19:47:47.138Z++ 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
1122026-06-30T19:47:47.138Z++ 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
1132026-06-30T19:47:47.138Z++ 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
1142026-06-30T19:47:47.138Z++ 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
1152026-06-30T19:47:47.138Z++ case $OLD_SHELL_OPTS in
1162026-06-30T19:47:47.138Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-30T19:47:47.138Z+ 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
1182026-06-30T19:47:47.138Z+ 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
1192026-06-30T19:47:47.138Z+ banner prerequisites
1202026-06-30T19:47:47.142Z
1212026-06-30T19:47:47.142Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-30T19:47:47.142Z # # # # # # # # # # # # # # #
1232026-06-30T19:47:47.142Z # # # # ##### # # ##### # # # # # #### #
1242026-06-30T19:47:47.142Z ##### ##### # ##### # # # # # # # # #
1252026-06-30T19:47:47.142Z # # # # # # # # # # # # # # #
1262026-06-30T19:47:47.142Z # # # ###### # # ###### ### # #### # #### #
1272026-06-30T19:47:47.142Z
1282026-06-30T19:47:47.142Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-30T19:47:48.637Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-30T19:47:48.748Z Startup: Caching catalogs ... Done
1312026-06-30T19:47:49.262ZPlanning: Solver setup ... Done (0.469s)
1322026-06-30T19:47:49.288ZPlanning: Running solver ... Done (0.026s)
1332026-06-30T19:47:49.302ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-30T19:47:49.313ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-30T19:47:49.327ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-30T19:47:49.341ZPlanning: Package planning ... Done (0.014s)
1372026-06-30T19:47:49.344ZPlanning: Merging actions ... Done (0.002s)
1382026-06-30T19:47:49.511ZPlanning: Checking for conflicting actions ... Done (0.168s)
1392026-06-30T19:47:49.515ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-30T19:47:50.322ZPlanning: Evaluating mediators ... Done (0.810s)
1412026-06-30T19:47:50.325ZPlanning: Planning completed in 1.55 seconds
1422026-06-30T19:47:50.330Z Packages to install: 2
1432026-06-30T19:47:50.333Z Estimated space available: 156.06 GB
1442026-06-30T19:47:50.334ZEstimated space to be consumed: 30.97 MB
1452026-06-30T19:47:50.334Z Create boot environment: No
1462026-06-30T19:47:50.334ZCreate backup boot environment: No
1472026-06-30T19:47:50.334Z Rebuild boot archive: No
1482026-06-30T19:47:50.334Z
1492026-06-30T19:47:50.334ZChanged packages:
1502026-06-30T19:47:50.334Zhelios
1512026-06-30T19:47:50.334Z developer/build-essential
1522026-06-30T19:47:50.334Z None -> 11-3.0
1532026-06-30T19:47:50.334Z library/libxmlsec1
1542026-06-30T19:47:50.334Z None -> 1.2.35-3.0
1552026-06-30T19:47:50.355Z
1562026-06-30T19:47:50.355ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-30T19:47:51.026ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1582026-06-30T19:47:51.087Z Actions: 1/268 actions (Installing new actions)
1592026-06-30T19:47:51.127Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-30T19:47:51.138ZFinalize: Updating package state database ... Done (0.011s)
1612026-06-30T19:47:51.138ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-30T19:47:51.169ZFinalize: Updating image state ... Done (0.029s)
1632026-06-30T19:47:53.593ZFinalize: Creating fast lookup database ... Done (2.400s)
1642026-06-30T19:47:53.660ZFinalize: Reading search index ... Done (0.012s)
1652026-06-30T19:47:53.663ZFinalize: Updating search index ... Done (0.000s)
1662026-06-30T19:47:53.741ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-30T19:47:54.066ZPlanning: Evaluating mediator changes ... Done
1682026-06-30T19:47:54.175ZPlanning: Checking for conflicting actions ... Done
1692026-06-30T19:47:54.178ZPlanning: Consolidating action changes ... Done
1702026-06-30T19:47:54.336ZPlanning: Evaluating mediators ... Done
1712026-06-30T19:47:54.340ZPlanning: Planning completed in 0.27 seconds
1722026-06-30T19:47:54.359Z Mediators to change: 2
1732026-06-30T19:47:54.359Z Create boot environment: No
1742026-06-30T19:47:54.359ZCreate backup boot environment: No
1752026-06-30T19:47:54.415ZFinalize: Updating package state database ... Done
1762026-06-30T19:47:54.415ZFinalize: Updating package cache ... Done
1772026-06-30T19:47:54.431ZFinalize: Updating image state ... Done
1782026-06-30T19:47:56.413ZFinalize: Creating fast lookup database ... Done
1792026-06-30T19:47:56.474ZFinalize: Reading search index ... Done
1802026-06-30T19:47:56.478ZFinalize: Updating search index ... Done
1812026-06-30T19:47:56.558ZFinalize: Updating package cache ... Done
1822026-06-30T19:47:56.853ZPlanning: Evaluating mediator changes ... Done
1832026-06-30T19:47:56.962ZPlanning: Checking for conflicting actions ... Done
1842026-06-30T19:47:56.966ZPlanning: Consolidating action changes ... Done
1852026-06-30T19:47:57.122ZPlanning: Evaluating mediators ... Done
1862026-06-30T19:47:57.125ZPlanning: Planning completed in 0.27 seconds
1872026-06-30T19:47:57.145Z Mediators to change: 1
1882026-06-30T19:47:57.145Z Create boot environment: No
1892026-06-30T19:47:57.145ZCreate backup boot environment: No
1902026-06-30T19:47:57.200ZFinalize: Updating package state database ... Done
1912026-06-30T19:47:57.200ZFinalize: Updating package cache ... Done
1922026-06-30T19:47:57.216ZFinalize: Updating image state ... Done
1932026-06-30T19:47:59.194ZFinalize: Creating fast lookup database ... Done
1942026-06-30T19:47:59.257ZFinalize: Reading search index ... Done
1952026-06-30T19:47:59.260ZFinalize: Updating search index ... Done
1962026-06-30T19:47:59.335ZFinalize: Updating package cache ... Done
1972026-06-30T19:47:59.654ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-30T19:47:59.654Zapache system 2.4 system
1992026-06-30T19:47:59.654Zclang system 15 system
2002026-06-30T19:47:59.654Zcsh system system illumos
2012026-06-30T19:47:59.654Zctags system system illumos
2022026-06-30T19:47:59.654Zfile vendor vendor darwinsys
2032026-06-30T19:47:59.654Zfile system system illumos
2042026-06-30T19:47:59.654Zgcc vendor 14 vendor
2052026-06-30T19:47:59.654Zgcc system 13 system
2062026-06-30T19:47:59.654Zgcc system 10 system
2072026-06-30T19:47:59.654Zgo system 1.25 system
2082026-06-30T19:47:59.654Zllvm system 15 system
2092026-06-30T19:47:59.655Zmariadb system 11.4 system
2102026-06-30T19:47:59.655Zmta vendor vendor dma
2112026-06-30T19:47:59.655Zopenjdk system 17 system
2122026-06-30T19:47:59.655Zopenjdk system 11 system
2132026-06-30T19:47:59.655Zopenssl vendor 3 vendor
2142026-06-30T19:47:59.655Zperl system 5.40 system
2152026-06-30T19:47:59.655Zpostgresql system 18 system
2162026-06-30T19:47:59.655Zpostgresql system 17 system
2172026-06-30T19:47:59.655Zpython vendor 3 vendor
2182026-06-30T19:47:59.655Zpython system 2 system
2192026-06-30T19:47:59.655Zpython3 vendor 3.13 vendor
2202026-06-30T19:47:59.655Zruby system 3.4 system
2212026-06-30T19:47:59.655Zruby system 3.0 system
2222026-06-30T19:47:59.655Zwords vendor vendor american-english
2232026-06-30T19:47:59.655Zwords system system australian-english
2242026-06-30T19:47:59.655Zwords system system british-english
2252026-06-30T19:47:59.655Zwords system system canadian-english
2262026-06-30T19:47:59.655Zwords system system french
2272026-06-30T19:47:59.655Zwords system system italian
2282026-06-30T19:47:59.655Zwords system system ngerman
2292026-06-30T19:47:59.655Zwords system system ogerman
2302026-06-30T19:47:59.655Zwords system system spanish
2312026-06-30T19:47:59.910ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-30T19:47:59.910Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-30T19:48:00.218ZFMRI IFO
2342026-06-30T19:48:00.218Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-30T19:48:00.218Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-30T19:48:00.218Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-30T19:48:00.218Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-30T19:48:00.219Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-30T19:48:00.219Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-30T19:48:00.219Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-30T19:48:00.219Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-30T19:48:00.219Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-30T19:48:00.482Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-30T19:48:00.792Z Updating crates.io index
2452026-06-30T19:48:00.797Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-30T19:48:01.058Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-30T19:48:01.399Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-30T19:48:01.716Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-30T19:48:02.613Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-30T19:48:03.143Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-30T19:48:04.678Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-30T19:48:05.445Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-30T19:48:05.695Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-30T19:48:06.707Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-30T19:48:07.016Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-30T19:48:07.342Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-30T19:48:07.608Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-30T19:48:08.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-30T19:48:08.530Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-30T19:48:08.939Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-30T19:48:09.183Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-30T19:48:09.450Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-30T19:48:09.737Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-30T19:48:10.122Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-30T19:48:10.389Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-30T19:48:10.623Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-30T19:48:11.005Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-30T19:48:11.342Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-30T19:48:11.601Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-30T19:48:12.014Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-30T19:48:12.443Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-30T19:48:12.803Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-30T19:48:13.035Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-30T19:48:13.323Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-30T19:48:13.597Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-30T19:48:14.001Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-30T19:48:14.217Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-30T19:48:14.482Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-30T19:48:14.742Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-30T19:48:15.028Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-30T19:48:15.464Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-30T19:48:15.714Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-30T19:48:15.982Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-30T19:48:16.215Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-30T19:48:18.693Z Downloading crates ...
2862026-06-30T19:48:18.746Z Downloaded bitflags v2.11.0
2872026-06-30T19:48:18.749Z Downloaded cargo-platform v0.2.0
2882026-06-30T19:48:18.752Z Downloaded anstream v1.0.0
2892026-06-30T19:48:18.755Z Downloaded semver v1.0.28
2902026-06-30T19:48:18.759Z Downloaded tempfile v3.25.0
2912026-06-30T19:48:18.763Z Downloaded ordered-float v2.10.1
2922026-06-30T19:48:18.763Z Downloaded memmap v0.7.0
2932026-06-30T19:48:18.763Z Downloaded equivalent v1.0.2
2942026-06-30T19:48:18.767Z Downloaded camino-tempfile v1.4.1
2952026-06-30T19:48:18.770Z Downloaded indexmap v2.14.0
2962026-06-30T19:48:18.773Z Downloaded tinystr v0.8.2
2972026-06-30T19:48:18.776Z Downloaded heck v0.4.1
2982026-06-30T19:48:18.781Z Downloaded fastrand v2.3.0
2992026-06-30T19:48:18.781Z Downloaded thiserror-impl v2.0.18
3002026-06-30T19:48:18.781Z Downloaded thiserror-impl v1.0.69
3012026-06-30T19:48:18.784Z Downloaded thread-id v4.2.2
3022026-06-30T19:48:18.784Z Downloaded usdt-attr-macro v0.5.0
3032026-06-30T19:48:18.784Z Downloaded anstyle v1.0.14
3042026-06-30T19:48:18.784Z Downloaded autocfg v1.5.0
3052026-06-30T19:48:18.788Z Downloaded yoke-derive v0.8.1
3062026-06-30T19:48:18.788Z Downloaded clap v4.6.1
3072026-06-30T19:48:18.790Z Downloaded utf8_iter v1.0.4
3082026-06-30T19:48:18.793Z Downloaded idna_adapter v1.2.1
3092026-06-30T19:48:18.793Z Downloaded anyhow v1.0.102
3102026-06-30T19:48:18.797Z Downloaded unicode-ident v1.0.24
3112026-06-30T19:48:18.797Z Downloaded idna v1.1.0
3122026-06-30T19:48:18.800Z Downloaded version_check v0.9.5
3132026-06-30T19:48:18.800Z Downloaded utf8parse v0.2.2
3142026-06-30T19:48:18.800Z Downloaded usdt-macro v0.5.0
3152026-06-30T19:48:18.801Z Downloaded usdt v0.5.0
3162026-06-30T19:48:18.801Z Downloaded unicode-xid v0.2.6
3172026-06-30T19:48:18.804Z Downloaded form_urlencoded v1.2.2
3182026-06-30T19:48:18.804Z Downloaded fnv v1.0.7
3192026-06-30T19:48:18.804Z Downloaded toml_datetime v0.6.11
3202026-06-30T19:48:18.804Z Downloaded errno v0.3.14
3212026-06-30T19:48:18.804Z Downloaded cpufeatures v0.2.17
3222026-06-30T19:48:18.807Z Downloaded fs-err v3.3.0
3232026-06-30T19:48:18.807Z Downloaded unicode-linebreak v0.1.5
3242026-06-30T19:48:18.807Z Downloaded heck v0.5.0
3252026-06-30T19:48:18.807Z Downloaded generic-array v0.14.7
3262026-06-30T19:48:18.810Z Downloaded bytecount v0.6.9
3272026-06-30T19:48:18.810Z Downloaded zmij v1.0.21
3282026-06-30T19:48:18.813Z Downloaded anstyle-query v1.1.5
3292026-06-30T19:48:18.813Z Downloaded typeid v1.0.3
3302026-06-30T19:48:18.816Z Downloaded icu_locale_core v2.1.1
3312026-06-30T19:48:18.821Z Downloaded zerofrom-derive v0.1.6
3322026-06-30T19:48:18.824Z Downloaded zerofrom v0.1.6
3332026-06-30T19:48:18.824Z Downloaded zerovec-derive v0.11.2
3342026-06-30T19:48:18.827Z Downloaded crypto-common v0.1.7
3352026-06-30T19:48:18.827Z Downloaded block-buffer v0.10.4
3362026-06-30T19:48:18.833Z Downloaded toml_write v0.1.2
3372026-06-30T19:48:18.836Z Downloaded strsim v0.11.1
3382026-06-30T19:48:18.836Z Downloaded yoke v0.8.1
3392026-06-30T19:48:18.836Z Downloaded thiserror v1.0.69
3402026-06-30T19:48:18.839Z Downloaded dtrace-parser v0.2.0
3412026-06-30T19:48:18.839Z Downloaded colorchoice v1.0.4
3422026-06-30T19:48:18.841Z Downloaded usdt-impl v0.5.0
3432026-06-30T19:48:18.844Z Downloaded toml v0.8.23
3442026-06-30T19:48:18.844Z Downloaded plain v0.2.3
3452026-06-30T19:48:18.844Z Downloaded proc-macro-error-attr v1.0.4
3462026-06-30T19:48:18.847Z Downloaded itoa v1.0.17
3472026-06-30T19:48:18.847Z Downloaded serde-value v0.7.0
3482026-06-30T19:48:18.847Z Downloaded percent-encoding v2.3.2
3492026-06-30T19:48:18.850Z Downloaded thiserror v2.0.18
3502026-06-30T19:48:18.853Z Downloaded writeable v0.6.2
3512026-06-30T19:48:18.853Z Downloaded macaddr v1.0.1
3522026-06-30T19:48:18.853Z Downloaded zerocopy-derive v0.7.35
3532026-06-30T19:48:18.856Z Downloaded is_terminal_polyfill v1.70.2
3542026-06-30T19:48:18.856Z Downloaded potential_utf v0.1.4
3552026-06-30T19:48:18.856Z Downloaded textwrap v0.16.2
3562026-06-30T19:48:18.859Z Downloaded dof v0.3.0
3572026-06-30T19:48:18.862Z Downloaded typenum v1.19.0
3582026-06-30T19:48:18.862Z Downloaded toml_edit v0.22.27
3592026-06-30T19:48:18.865Z Downloaded ucd-trie v0.1.7
3602026-06-30T19:48:18.865Z Downloaded erased-serde v0.4.9
3612026-06-30T19:48:18.868Z Downloaded cargo_toml v0.21.0
3622026-06-30T19:48:18.868Z Downloaded anstyle-parse v1.0.0
3632026-06-30T19:48:18.868Z Downloaded stable_deref_trait v1.2.1
3642026-06-30T19:48:18.873Z Downloaded clap_lex v1.0.0
3652026-06-30T19:48:18.876Z Downloaded zerotrie v0.2.3
3662026-06-30T19:48:18.876Z Downloaded tabled_derive v0.7.0
3672026-06-30T19:48:18.879Z Downloaded scroll_derive v0.12.1
3682026-06-30T19:48:18.882Z Downloaded swrite v0.1.0
3692026-06-30T19:48:18.889Z Downloaded url v2.5.8
3702026-06-30T19:48:18.891Z Downloaded smawk v0.3.2
3712026-06-30T19:48:18.903Z Downloaded zerovec v0.11.5
3722026-06-30T19:48:18.907Z Downloaded zerocopy v0.7.35
3732026-06-30T19:48:18.918Z Downloaded terminal_size v0.4.3
3742026-06-30T19:48:18.923Z Downloaded serde_tokenstream v0.2.3
3752026-06-30T19:48:18.923Z Downloaded serde_spanned v0.6.9
3762026-06-30T19:48:18.923Z Downloaded cfg-if v1.0.4
3772026-06-30T19:48:18.923Z Downloaded winnow v0.7.14
3782026-06-30T19:48:18.925Z Downloaded digest v0.10.7
3792026-06-30T19:48:18.929Z Downloaded displaydoc v0.2.5
3802026-06-30T19:48:18.931Z Downloaded unicode-width v0.2.0
3812026-06-30T19:48:18.934Z Downloaded pretty-hex v0.4.1
3822026-06-30T19:48:18.934Z Downloaded unicode-width v0.1.14
3832026-06-30T19:48:18.937Z Downloaded proc-macro-error v1.0.4
3842026-06-30T19:48:18.941Z Downloaded sha2 v0.10.9
3852026-06-30T19:48:18.944Z Downloaded serde-untagged v0.1.9
3862026-06-30T19:48:18.944Z Downloaded scroll v0.12.0
3872026-06-30T19:48:18.944Z Downloaded quote v1.0.45
3882026-06-30T19:48:18.947Z Downloaded synstructure v0.13.2
3892026-06-30T19:48:18.960Z Downloaded pest_derive v2.8.6
3902026-06-30T19:48:18.963Z Downloaded cargo_metadata v0.21.0
3912026-06-30T19:48:18.972Z Downloaded smallvec v1.15.1
3922026-06-30T19:48:18.975Z Downloaded litemap v0.8.1
3932026-06-30T19:48:18.975Z Downloaded cargo-util-schemas v0.8.2
3942026-06-30T19:48:18.978Z Downloaded clap_derive v4.6.1
3952026-06-30T19:48:18.983Z Downloaded once_cell v1.21.3
3962026-06-30T19:48:18.986Z Downloaded byteorder v1.5.0
3972026-06-30T19:48:18.989Z Downloaded pest_generator v2.8.6
3982026-06-30T19:48:18.992Z Downloaded getrandom v0.4.1
3992026-06-30T19:48:18.996Z Downloaded icu_properties v2.1.2
4002026-06-30T19:48:18.998Z Downloaded proc-macro2 v1.0.106
4012026-06-30T19:48:19.004Z Downloaded num-traits v0.2.19
4022026-06-30T19:48:19.008Z Downloaded camino v1.2.2
4032026-06-30T19:48:19.014Z Downloaded papergrid v0.11.0
4042026-06-30T19:48:19.017Z Downloaded serde_derive v1.0.228
4052026-06-30T19:48:19.019Z Downloaded serde_core v1.0.228
4062026-06-30T19:48:19.019Z Downloaded icu_provider v2.1.1
4072026-06-30T19:48:19.022Z Downloaded icu_normalizer v2.1.1
4082026-06-30T19:48:19.025Z Downloaded log v0.4.29
4092026-06-30T19:48:19.025Z Downloaded pest_meta v2.8.6
4102026-06-30T19:48:19.029Z Downloaded icu_collections v2.1.1
4112026-06-30T19:48:19.029Z Downloaded icu_normalizer_data v2.1.1
4122026-06-30T19:48:19.032Z Downloaded hashbrown v0.17.0
4132026-06-30T19:48:19.049Z Downloaded serde v1.0.228
4142026-06-30T19:48:19.057Z Downloaded memchr v2.8.0
4152026-06-30T19:48:19.093Z Downloaded pest v2.8.6
4162026-06-30T19:48:19.100Z Downloaded clap_builder v4.6.0
4172026-06-30T19:48:19.104Z Downloaded icu_properties_data v2.1.2
4182026-06-30T19:48:19.108Z Downloaded serde_json v1.0.150
4192026-06-30T19:48:19.112Z Downloaded goblin v0.8.2
4202026-06-30T19:48:19.132Z Downloaded tabled v0.15.0
4212026-06-30T19:48:19.140Z Downloaded syn v1.0.109
4222026-06-30T19:48:19.162Z Downloaded syn v2.0.117
4232026-06-30T19:48:19.175Z Downloaded rustix v1.1.3
4242026-06-30T19:48:19.207Z Downloaded libc v0.2.185
4252026-06-30T19:48:19.276Z Compiling proc-macro2 v1.0.106
4262026-06-30T19:48:19.276Z Compiling quote v1.0.45
4272026-06-30T19:48:19.276Z Compiling unicode-ident v1.0.24
4282026-06-30T19:48:19.276Z Compiling serde_core v1.0.228
4292026-06-30T19:48:19.283Z Compiling libc v0.2.185
4302026-06-30T19:48:19.283Z Compiling version_check v0.9.5
4312026-06-30T19:48:19.283Z Compiling serde v1.0.228
4322026-06-30T19:48:19.283Z Compiling stable_deref_trait v1.2.1
4332026-06-30T19:48:19.583Z Compiling memchr v2.8.0
4342026-06-30T19:48:19.603Z Compiling zmij v1.0.21
4352026-06-30T19:48:19.859Z Compiling thiserror v1.0.69
4362026-06-30T19:48:19.868Z Compiling itoa v1.0.17
4372026-06-30T19:48:19.910Z Compiling ucd-trie v0.1.7
4382026-06-30T19:48:20.073Z Compiling autocfg v1.5.0
4392026-06-30T19:48:20.227Z Compiling pest v2.8.6
4402026-06-30T19:48:20.236Z Compiling writeable v0.6.2
4412026-06-30T19:48:20.343Z Compiling litemap v0.8.1
4422026-06-30T19:48:20.372Z Compiling icu_properties_data v2.1.2
4432026-06-30T19:48:20.460Z Compiling icu_normalizer_data v2.1.1
4442026-06-30T19:48:20.552Z Compiling rustix v1.1.3
4452026-06-30T19:48:20.617Z Compiling byteorder v1.5.0
4462026-06-30T19:48:20.824Z Compiling syn v2.0.117
4472026-06-30T19:48:20.894Z Compiling errno v0.3.14
4482026-06-30T19:48:20.909Z Compiling serde_json v1.0.150
4492026-06-30T19:48:20.932Z Compiling bitflags v2.11.0
4502026-06-30T19:48:21.155Z Compiling num-traits v0.2.19
4512026-06-30T19:48:21.174Z Compiling equivalent v1.0.2
4522026-06-30T19:48:21.277Z Compiling pest_meta v2.8.6
4532026-06-30T19:48:21.351Z Compiling smallvec v1.15.1
4542026-06-30T19:48:21.446Z Compiling typeid v1.0.3
4552026-06-30T19:48:21.478Z Compiling hashbrown v0.17.0
4562026-06-30T19:48:21.754Z Compiling thread-id v4.2.2
4572026-06-30T19:48:21.772Z Compiling usdt-impl v0.5.0
4582026-06-30T19:48:21.789Z Compiling proc-macro-error-attr v1.0.4
4592026-06-30T19:48:21.840Z Compiling syn v1.0.109
4602026-06-30T19:48:21.969Z Compiling indexmap v2.14.0
4612026-06-30T19:48:21.985Z Compiling erased-serde v0.4.9
4622026-06-30T19:48:22.026Z Compiling toml_write v0.1.2
4632026-06-30T19:48:22.146Z Compiling winnow v0.7.14
4642026-06-30T19:48:22.463Z Compiling proc-macro-error v1.0.4
4652026-06-30T19:48:22.629Z Compiling getrandom v0.4.1
4662026-06-30T19:48:22.648Z Compiling utf8_iter v1.0.4
4672026-06-30T19:48:22.804Z Compiling utf8parse v0.2.2
4682026-06-30T19:48:22.909Z Compiling plain v0.2.3
4692026-06-30T19:48:22.933Z Compiling camino v1.2.2
4702026-06-30T19:48:22.964Z Compiling log v0.4.29
4712026-06-30T19:48:22.978Z Compiling percent-encoding v2.3.2
4722026-06-30T19:48:23.015Z Compiling thiserror v2.0.18
4732026-06-30T19:48:23.166Z Compiling form_urlencoded v1.2.2
4742026-06-30T19:48:23.201Z Compiling anstyle-parse v1.0.0
4752026-06-30T19:48:23.219Z Compiling ordered-float v2.10.1
4762026-06-30T19:48:23.386Z Compiling synstructure v0.13.2
4772026-06-30T19:48:23.406Z Compiling pest_generator v2.8.6
4782026-06-30T19:48:23.567Z Compiling terminal_size v0.4.3
4792026-06-30T19:48:23.721Z Compiling anstyle v1.0.14
4802026-06-30T19:48:23.821Z Compiling colorchoice v1.0.4
4812026-06-30T19:48:23.826Z Compiling anstyle-query v1.1.5
4822026-06-30T19:48:23.862Z Compiling is_terminal_polyfill v1.70.2
4832026-06-30T19:48:23.942Z Compiling cfg-if v1.0.4
4842026-06-30T19:48:23.960Z Compiling pretty-hex v0.4.1
4852026-06-30T19:48:23.965Z Compiling anstream v1.0.0
4862026-06-30T19:48:23.998Z Compiling serde-untagged v0.1.9
4872026-06-30T19:48:24.128Z Compiling semver v1.0.28
4882026-06-30T19:48:24.204Z Compiling fs-err v3.3.0
4892026-06-30T19:48:24.246Z Compiling unicode-xid v0.2.6
4902026-06-30T19:48:24.296Z Compiling heck v0.5.0
4912026-06-30T19:48:24.435Z Compiling once_cell v1.21.3
4922026-06-30T19:48:24.455Z Compiling clap_lex v1.0.0
4932026-06-30T19:48:24.474Z Compiling heck v0.4.1
4942026-06-30T19:48:24.542Z Compiling anyhow v1.0.102
4952026-06-30T19:48:24.575Z Compiling bytecount v0.6.9
4962026-06-30T19:48:24.691Z Compiling strsim v0.11.1
4972026-06-30T19:48:24.709Z Compiling fnv v1.0.7
4982026-06-30T19:48:24.724Z Compiling unicode-width v0.1.14
4992026-06-30T19:48:24.813Z Compiling fastrand v2.3.0
5002026-06-30T19:48:24.977Z Compiling papergrid v0.11.0
5012026-06-30T19:48:25.014Z Compiling tempfile v3.25.0
5022026-06-30T19:48:25.053Z Compiling clap_builder v4.6.0
5032026-06-30T19:48:25.098Z Compiling serde_derive v1.0.228
5042026-06-30T19:48:25.101Z Compiling zerofrom-derive v0.1.6
5052026-06-30T19:48:25.181Z Compiling yoke-derive v0.8.1
5062026-06-30T19:48:25.398Z Compiling zerovec-derive v0.11.2
5072026-06-30T19:48:25.576Z Compiling displaydoc v0.2.5
5082026-06-30T19:48:26.347Z Compiling thiserror-impl v1.0.69
5092026-06-30T19:48:26.372Z Compiling zerocopy-derive v0.7.35
5102026-06-30T19:48:26.408Z Compiling pest_derive v2.8.6
5112026-06-30T19:48:26.552Z Compiling zerofrom v0.1.6
5122026-06-30T19:48:26.610Z Compiling scroll_derive v0.12.1
5132026-06-30T19:48:26.675Z Compiling yoke v0.8.1
5142026-06-30T19:48:26.849Z Compiling zerovec v0.11.5
5152026-06-30T19:48:26.866Z Compiling zerotrie v0.2.3
5162026-06-30T19:48:27.180Z Compiling thiserror-impl v2.0.18
5172026-06-30T19:48:27.232Z Compiling scroll v0.12.0
5182026-06-30T19:48:27.260Z Compiling zerocopy v0.7.35
5192026-06-30T19:48:27.378Z Compiling tinystr v0.8.2
5202026-06-30T19:48:27.507Z Compiling potential_utf v0.1.4
5212026-06-30T19:48:27.595Z Compiling icu_locale_core v2.1.1
5222026-06-30T19:48:27.697Z Compiling icu_collections v2.1.1
5232026-06-30T19:48:27.731Z Compiling dtrace-parser v0.2.0
5242026-06-30T19:48:27.828Z Compiling goblin v0.8.2
5252026-06-30T19:48:28.115Z Compiling tabled_derive v0.7.0
5262026-06-30T19:48:28.169Z Compiling clap_derive v4.6.1
5272026-06-30T19:48:28.522Z Compiling icu_provider v2.1.1
5282026-06-30T19:48:28.559Z Compiling memmap v0.7.0
5292026-06-30T19:48:28.614Z Compiling serde_spanned v0.6.9
5302026-06-30T19:48:28.618Z Compiling toml_datetime v0.6.11
5312026-06-30T19:48:28.621Z Compiling dof v0.3.0
5322026-06-30T19:48:28.680Z Compiling serde_tokenstream v0.2.3
5332026-06-30T19:48:28.779Z Compiling icu_normalizer v2.1.1
5342026-06-30T19:48:28.811Z Compiling icu_properties v2.1.2
5352026-06-30T19:48:28.868Z Compiling toml_edit v0.22.27
5362026-06-30T19:48:29.017Z Compiling serde-value v0.7.0
5372026-06-30T19:48:29.040Z Compiling cargo-platform v0.2.0
5382026-06-30T19:48:29.390Z Compiling smawk v0.3.2
5392026-06-30T19:48:29.409Z Compiling unicode-width v0.2.0
5402026-06-30T19:48:29.447Z Compiling unicode-linebreak v0.1.5
5412026-06-30T19:48:29.538Z Compiling tabled v0.15.0
5422026-06-30T19:48:29.689Z Compiling usdt-macro v0.5.0
5432026-06-30T19:48:29.708Z Compiling usdt-attr-macro v0.5.0
5442026-06-30T19:48:29.708Z Compiling textwrap v0.16.2
5452026-06-30T19:48:29.991Z Compiling idna_adapter v1.2.1
5462026-06-30T19:48:30.009Z Compiling clap v4.6.1
5472026-06-30T19:48:30.136Z Compiling idna v1.1.0
5482026-06-30T19:48:30.200Z Compiling macaddr v1.0.1
5492026-06-30T19:48:30.337Z Compiling camino-tempfile v1.4.1
5502026-06-30T19:48:30.411Z Compiling toml v0.8.23
5512026-06-30T19:48:30.601Z Compiling url v2.5.8
5522026-06-30T19:48:30.842Z Compiling cargo_toml v0.21.0
5532026-06-30T19:48:31.049Z Compiling cargo-util-schemas v0.8.2
5542026-06-30T19:48:31.208Z Compiling usdt v0.5.0
5552026-06-30T19:48:31.368Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-30T19:48:31.399Z Compiling swrite v0.1.0
5572026-06-30T19:48:31.993Z Compiling cargo_metadata v0.21.0
5582026-06-30T19:48:32.876Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-30T19:48:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s
5602026-06-30T19:48:35.201Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-30T19:48:35.703Z Downloading crates ...
5622026-06-30T19:48:35.797Z Downloaded ahash v0.8.12
5632026-06-30T19:48:35.801Z Downloaded bit-set v0.5.3
5642026-06-30T19:48:35.801Z Downloaded async-stream v0.3.6
5652026-06-30T19:48:35.804Z Downloaded bit-vec v0.6.3
5662026-06-30T19:48:35.804Z Downloaded bcrypt-pbkdf v0.10.0
5672026-06-30T19:48:35.807Z Downloaded block-buffer v0.12.1
5682026-06-30T19:48:35.810Z Downloaded cfg_aliases v0.1.1
5692026-06-30T19:48:35.813Z Downloaded camino-tempfile-ext v0.3.3
5702026-06-30T19:48:35.816Z Downloaded argon2 v0.5.3
5712026-06-30T19:48:35.820Z Downloaded backon v1.6.0
5722026-06-30T19:48:35.822Z Downloaded crossbeam-utils v0.8.21
5732026-06-30T19:48:35.825Z Downloaded fixedbitset v0.4.2
5742026-06-30T19:48:35.825Z Downloaded arrayref v0.3.9
5752026-06-30T19:48:35.828Z Downloaded critical-section v1.2.0
5762026-06-30T19:48:35.828Z Downloaded cbc v0.1.2
5772026-06-30T19:48:35.828Z Downloaded adler2 v2.0.1
5782026-06-30T19:48:35.831Z Downloaded async-stream-impl v0.3.6
5792026-06-30T19:48:35.834Z Downloaded crossbeam-epoch v0.9.18
5802026-06-30T19:48:35.837Z Downloaded async-bb8-diesel v0.2.1
5812026-06-30T19:48:35.839Z Downloaded darling_core v0.23.0
5822026-06-30T19:48:35.842Z Downloaded darling_macro v0.20.11
5832026-06-30T19:48:35.842Z Downloaded darling v0.13.4
5842026-06-30T19:48:35.845Z Downloaded debug-ignore v1.0.5
5852026-06-30T19:48:35.845Z Downloaded crossbeam-deque v0.8.6
5862026-06-30T19:48:35.845Z Downloaded csv-core v0.1.13
5872026-06-30T19:48:35.848Z Downloaded console v0.16.2
5882026-06-30T19:48:35.848Z Downloaded anstyle-parse v0.2.7
5892026-06-30T19:48:35.851Z Downloaded daft-derive v0.1.7
5902026-06-30T19:48:35.854Z Downloaded crypto-bigint v0.5.5
5912026-06-30T19:48:35.857Z Downloaded darling_core v0.13.4
5922026-06-30T19:48:35.860Z Downloaded float-cmp v0.10.0
5932026-06-30T19:48:35.860Z Downloaded ascii-canvas v3.0.0
5942026-06-30T19:48:35.860Z Downloaded darling v0.21.3
5952026-06-30T19:48:35.863Z Downloaded bit-set v0.8.0
5962026-06-30T19:48:35.868Z Downloaded aead v0.5.2
5972026-06-30T19:48:35.868Z Downloaded block-padding v0.3.3
5982026-06-30T19:48:35.868Z Downloaded cpufeatures v0.3.0
5992026-06-30T19:48:35.871Z Downloaded darling_macro v0.23.0
6002026-06-30T19:48:35.871Z Downloaded crc32fast v1.5.0
6012026-06-30T19:48:35.871Z Downloaded crc-catalog v2.4.0
6022026-06-30T19:48:35.871Z Downloaded base64 v0.22.1
6032026-06-30T19:48:35.874Z Downloaded base16ct v0.2.0
6042026-06-30T19:48:35.874Z Downloaded derive_builder_core v0.20.2
6052026-06-30T19:48:35.877Z Downloaded crossterm v0.28.1
6062026-06-30T19:48:35.881Z Downloaded der_derive v0.7.3
6072026-06-30T19:48:35.881Z Downloaded cargo-platform v0.3.2
6082026-06-30T19:48:35.886Z Downloaded crc-any v2.5.0
6092026-06-30T19:48:35.886Z Downloaded crc8 v0.1.1
6102026-06-30T19:48:35.886Z Downloaded crc v3.4.0
6112026-06-30T19:48:35.886Z Downloaded atomic-waker v1.1.2
6122026-06-30T19:48:35.887Z Downloaded crucible-workspace-hack v0.1.0
6132026-06-30T19:48:35.887Z Downloaded bitfield-struct v0.6.2
6142026-06-30T19:48:35.892Z Downloaded ar_archive_writer v0.5.1
6152026-06-30T19:48:35.892Z Downloaded crypto-common v0.2.2
6162026-06-30T19:48:35.892Z Downloaded atty v0.2.14
6172026-06-30T19:48:35.892Z Downloaded atomicwrites v0.4.4
6182026-06-30T19:48:35.892Z Downloaded array-init v0.0.4
6192026-06-30T19:48:35.895Z Downloaded cfg_aliases v0.2.1
6202026-06-30T19:48:35.896Z Downloaded dunce v1.0.5
6212026-06-30T19:48:35.896Z Downloaded cstr-argument v0.1.2
6222026-06-30T19:48:35.896Z Downloaded compression-core v0.4.31
6232026-06-30T19:48:35.899Z Downloaded bb8 v0.8.6
6242026-06-30T19:48:35.899Z Downloaded async-recursion v1.1.1
6252026-06-30T19:48:35.902Z Downloaded crossbeam-channel v0.5.15
6262026-06-30T19:48:35.902Z Downloaded embedded-io v0.4.0
6272026-06-30T19:48:35.904Z Downloaded dropshot-api-manager-types v0.7.2
6282026-06-30T19:48:35.904Z Downloaded dirs-sys-next v0.1.2
6292026-06-30T19:48:35.907Z Downloaded document-features v0.2.12
6302026-06-30T19:48:35.907Z Downloaded defmt-parser v1.0.0
6312026-06-30T19:48:35.907Z Downloaded darling_macro v0.13.4
6322026-06-30T19:48:35.907Z Downloaded castaway v0.2.4
6332026-06-30T19:48:35.910Z Downloaded bitfield-macros v0.19.4
6342026-06-30T19:48:35.910Z Downloaded assert_matches v1.5.0
6352026-06-30T19:48:35.910Z Downloaded daft v0.1.7
6362026-06-30T19:48:35.914Z Downloaded ctr v0.9.2
6372026-06-30T19:48:35.914Z Downloaded ciborium-ll v0.2.2
6382026-06-30T19:48:35.917Z Downloaded dtrace-parser v0.3.0
6392026-06-30T19:48:35.917Z Downloaded arc-swap v1.8.2
6402026-06-30T19:48:35.917Z Downloaded endian-type v0.1.2
6412026-06-30T19:48:35.920Z Downloaded defmt v0.3.100
6422026-06-30T19:48:35.920Z Downloaded foreign-types v0.3.2
6432026-06-30T19:48:35.920Z Downloaded deranged v0.5.8
6442026-06-30T19:48:35.920Z Downloaded crunchy v0.2.4
6452026-06-30T19:48:35.923Z Downloaded convert_case v0.4.0
6462026-06-30T19:48:35.926Z Downloaded float-ord v0.3.2
6472026-06-30T19:48:35.926Z Downloaded darling v0.20.11
6482026-06-30T19:48:35.928Z Downloaded filetime v0.2.27
6492026-06-30T19:48:35.931Z Downloaded defmt v1.0.1
6502026-06-30T19:48:35.934Z Downloaded env_filter v1.0.0
6512026-06-30T19:48:35.934Z Downloaded foreign-types v0.5.0
6522026-06-30T19:48:35.934Z Downloaded fd-lock v4.0.4
6532026-06-30T19:48:35.937Z Downloaded embedded-io v0.6.1
6542026-06-30T19:48:35.937Z Downloaded bitfield v0.19.4
6552026-06-30T19:48:35.940Z Downloaded backoff v0.4.0
6562026-06-30T19:48:35.940Z Downloaded dyn-clone v1.0.20
6572026-06-30T19:48:35.943Z Downloaded anstream v0.6.21
6582026-06-30T19:48:35.943Z Downloaded difflib v0.4.0
6592026-06-30T19:48:35.943Z Downloaded curve25519-dalek-derive v0.1.1
6602026-06-30T19:48:35.946Z Downloaded display-error-chain v0.2.2
6612026-06-30T19:48:35.946Z Downloaded downcast-rs v2.0.2
6622026-06-30T19:48:35.946Z Downloaded dof v0.4.0
6632026-06-30T19:48:35.946Z Downloaded foreign-types-shared v0.1.1
6642026-06-30T19:48:35.949Z Downloaded funty v2.0.0
6652026-06-30T19:48:35.949Z Downloaded foreign-types-macros v0.2.3
6662026-06-30T19:48:35.949Z Downloaded foreign-types-shared v0.3.1
6672026-06-30T19:48:35.949Z Downloaded futures-macro v0.3.32
6682026-06-30T19:48:35.952Z Downloaded diesel_table_macro_syntax v0.3.0
6692026-06-30T19:48:35.952Z Downloaded enum-as-inner v0.6.1
6702026-06-30T19:48:35.952Z Downloaded futures-task v0.3.32
6712026-06-30T19:48:35.955Z Downloaded gethostname v0.5.0
6722026-06-30T19:48:35.955Z Downloaded hash32 v0.2.1
6732026-06-30T19:48:35.955Z Downloaded derive_builder_macro v0.20.2
6742026-06-30T19:48:35.955Z Downloaded hash32 v0.3.1
6752026-06-30T19:48:35.959Z Downloaded futures-io v0.3.32
6762026-06-30T19:48:35.959Z Downloaded dsl_auto_type v0.2.0
6772026-06-30T19:48:35.959Z Downloaded ciborium-io v0.2.2
6782026-06-30T19:48:35.959Z Downloaded ff v0.13.1
6792026-06-30T19:48:35.961Z Downloaded bcs v0.1.6
6802026-06-30T19:48:35.961Z Downloaded async-trait v0.1.89
6812026-06-30T19:48:35.964Z Downloaded cassowary v0.3.0
6822026-06-30T19:48:35.964Z Downloaded erased-serde v0.3.31
6832026-06-30T19:48:35.967Z Downloaded globwalk v0.9.1
6842026-06-30T19:48:35.967Z Downloaded cexpr v0.6.0
6852026-06-30T19:48:35.970Z Downloaded cmake v0.1.57
6862026-06-30T19:48:35.970Z Downloaded buf-list v1.1.2
6872026-06-30T19:48:35.973Z Downloaded env_logger v0.11.9
6882026-06-30T19:48:35.973Z Downloaded ecdsa v0.16.9
6892026-06-30T19:48:35.976Z Downloaded derive-ex v0.1.8
6902026-06-30T19:48:35.976Z Downloaded flagset v0.4.7
6912026-06-30T19:48:35.976Z Downloaded compression-codecs v0.4.37
6922026-06-30T19:48:35.979Z Downloaded chacha20 v0.9.1
6932026-06-30T19:48:35.982Z Downloaded byte-wrapper v0.1.0
6942026-06-30T19:48:35.982Z Downloaded headers-core v0.3.0
6952026-06-30T19:48:35.982Z Downloaded corncobs v0.1.4
6962026-06-30T19:48:35.985Z Downloaded futures-sink v0.3.32
6972026-06-30T19:48:35.985Z Downloaded foldhash v0.1.5
6982026-06-30T19:48:35.985Z Downloaded cipher v0.4.4
6992026-06-30T19:48:35.988Z Downloaded cobs v0.3.0
7002026-06-30T19:48:35.988Z Downloaded bitflags v1.3.2
7012026-06-30T19:48:35.991Z Downloaded hex-literal v0.4.1
7022026-06-30T19:48:35.991Z Downloaded base64ct v1.8.3
7032026-06-30T19:48:35.991Z Downloaded http-range v0.1.5
7042026-06-30T19:48:35.994Z Downloaded hostname v0.3.1
7052026-06-30T19:48:35.994Z Downloaded home v0.5.12
7062026-06-30T19:48:35.994Z Downloaded http-body v1.0.1
7072026-06-30T19:48:35.999Z Downloaded constant_time_eq v0.4.2
7082026-06-30T19:48:35.999Z Downloaded blowfish v0.9.1
7092026-06-30T19:48:35.999Z Downloaded ed25519 v2.2.3
7102026-06-30T19:48:36.002Z Downloaded ena v0.14.4
7112026-06-30T19:48:36.002Z Downloaded data-encoding v2.10.0
7122026-06-30T19:48:36.002Z Downloaded ghash v0.5.1
7132026-06-30T19:48:36.003Z Downloaded fxhash v0.2.1
7142026-06-30T19:48:36.003Z Downloaded futures-core v0.3.32
7152026-06-30T19:48:36.006Z Downloaded fixedbitset v0.5.7
7162026-06-30T19:48:36.006Z Downloaded hubpack_derive v0.1.1
7172026-06-30T19:48:36.006Z Downloaded hubpack v0.1.2
7182026-06-30T19:48:36.006Z Downloaded convert_case v0.10.0
7192026-06-30T19:48:36.008Z Downloaded bit-vec v0.8.0
7202026-06-30T19:48:36.008Z Downloaded dirs-next v2.0.0
7212026-06-30T19:48:36.013Z Downloaded defmt-macros v1.0.1
7222026-06-30T19:48:36.013Z Downloaded ident_case v1.0.1
7232026-06-30T19:48:36.013Z Downloaded either v1.15.0
7242026-06-30T19:48:36.016Z Downloaded fallible-iterator v0.2.0
7252026-06-30T19:48:36.016Z Downloaded hostname v0.4.2
7262026-06-30T19:48:36.016Z Downloaded group v0.13.0
7272026-06-30T19:48:36.019Z Downloaded git-stub-vcs v0.1.0
7282026-06-30T19:48:36.019Z Downloaded git-stub v1.0.0
7292026-06-30T19:48:36.019Z Downloaded illumos-nvpair-sys v0.2.0
7302026-06-30T19:48:36.019Z Downloaded hex v0.4.3
7312026-06-30T19:48:36.024Z Downloaded hyper-tls v0.6.0
7322026-06-30T19:48:36.024Z Downloaded httpdate v1.0.3
7332026-06-30T19:48:36.025Z Downloaded globset v0.4.18
7342026-06-30T19:48:36.025Z Downloaded is-terminal v0.4.17
7352026-06-30T19:48:36.030Z Downloaded instant v0.1.13
7362026-06-30T19:48:36.030Z Downloaded indent_write v2.2.0
7372026-06-30T19:48:36.030Z Downloaded drift v0.2.0
7382026-06-30T19:48:36.036Z Downloaded internet-checksum v0.2.1
7392026-06-30T19:48:36.036Z Downloaded instability v0.3.11
7402026-06-30T19:48:36.036Z Downloaded is_ci v1.2.0
7412026-06-30T19:48:36.036Z Downloaded arrayvec v0.7.6
7422026-06-30T19:48:36.037Z Downloaded console v0.15.11
7432026-06-30T19:48:36.039Z Downloaded const_format_proc_macros v0.2.34
7442026-06-30T19:48:36.042Z Downloaded foldhash v0.2.0
7452026-06-30T19:48:36.043Z Downloaded ciborium v0.2.2
7462026-06-30T19:48:36.043Z Downloaded blake2 v0.10.6
7472026-06-30T19:48:36.045Z Downloaded bzip2 v0.6.1
7482026-06-30T19:48:36.045Z Downloaded bzip2 v0.4.4
7492026-06-30T19:48:36.048Z Downloaded glob v0.3.3
7502026-06-30T19:48:36.048Z Downloaded futures-executor v0.3.32
7512026-06-30T19:48:36.051Z Downloaded fs-err v2.11.0
7522026-06-30T19:48:36.051Z Downloaded diesel-dtrace v0.5.0
7532026-06-30T19:48:36.051Z Downloaded const-oid v0.9.6
7542026-06-30T19:48:36.054Z Downloaded clang-sys v1.8.1
7552026-06-30T19:48:36.054Z Downloaded inout v0.1.4
7562026-06-30T19:48:36.057Z Downloaded indoc v1.0.9
7572026-06-30T19:48:36.057Z Downloaded humantime v2.3.0
7582026-06-30T19:48:36.059Z Downloaded cookie_store v0.22.1
7592026-06-30T19:48:36.060Z Downloaded futures-channel v0.3.32
7602026-06-30T19:48:36.062Z Downloaded const-oid v0.10.2
7612026-06-30T19:48:36.062Z Downloaded base64 v0.21.7
7622026-06-30T19:48:36.065Z Downloaded find-msvc-tools v0.1.9
7632026-06-30T19:48:36.068Z Downloaded des v0.8.1
7642026-06-30T19:48:36.068Z Downloaded darling v0.23.0
7652026-06-30T19:48:36.071Z Downloaded lru-slab v0.1.2
7662026-06-30T19:48:36.071Z Downloaded lalrpop-util v0.19.12
7672026-06-30T19:48:36.074Z Downloaded maplit v1.0.2
7682026-06-30T19:48:36.074Z Downloaded derive_more v0.99.20
7692026-06-30T19:48:36.077Z Downloaded lzss v0.8.2
7702026-06-30T19:48:36.077Z Downloaded md5 v0.7.0
7712026-06-30T19:48:36.080Z Downloaded maybe-uninit v2.0.0
7722026-06-30T19:48:36.080Z Downloaded match_cfg v0.1.0
7732026-06-30T19:48:36.080Z Downloaded libscf-sys v1.1.0
7742026-06-30T19:48:36.080Z Downloaded lazy_static v1.5.0
7752026-06-30T19:48:36.083Z Downloaded linked-hash-map v0.5.6
7762026-06-30T19:48:36.083Z Downloaded kstat-rs v0.2.4
7772026-06-30T19:48:36.083Z Downloaded memoffset v0.9.1
7782026-06-30T19:48:36.086Z Downloaded impl-trait-for-tuples v0.2.3
7792026-06-30T19:48:36.086Z Downloaded lru-cache v0.1.2
7802026-06-30T19:48:36.086Z Downloaded md-5 v0.10.6
7812026-06-30T19:48:36.090Z Downloaded lru v0.12.5
7822026-06-30T19:48:36.090Z Downloaded illumos-nvpair v0.3.0
7832026-06-30T19:48:36.090Z Downloaded hyper-staticfile v0.10.1
7842026-06-30T19:48:36.094Z Downloaded newtype-uuid-macros v0.1.0
7852026-06-30T19:48:36.094Z Downloaded multimap v0.10.1
7862026-06-30T19:48:36.094Z Downloaded new_debug_unreachable v1.0.6
7872026-06-30T19:48:36.094Z Downloaded allocator-api2 v0.2.21
7882026-06-30T19:48:36.097Z Downloaded colored v2.2.0
7892026-06-30T19:48:36.097Z Downloaded chacha20 v0.10.0
7902026-06-30T19:48:36.100Z Downloaded cancel-safe-futures v0.1.5
7912026-06-30T19:48:36.100Z Downloaded ingot-types v0.1.2
7922026-06-30T19:48:36.103Z Downloaded colored v3.1.1
7932026-06-30T19:48:36.103Z Downloaded ingot v0.1.1
7942026-06-30T19:48:36.106Z Downloaded newline-converter v0.3.0
7952026-06-30T19:48:36.106Z Downloaded cookie v0.18.1
7962026-06-30T19:48:36.106Z Downloaded cargo_metadata v0.23.1
7972026-06-30T19:48:36.110Z Downloaded diff v0.1.13
7982026-06-30T19:48:36.111Z Downloaded num-derive v0.4.2
7992026-06-30T19:48:36.113Z Downloaded ipnetwork v0.21.1
8002026-06-30T19:48:36.114Z Downloaded ipnet v2.11.0
8012026-06-30T19:48:36.114Z Downloaded half v1.8.3
8022026-06-30T19:48:36.117Z Downloaded httparse v1.10.1
8032026-06-30T19:48:36.117Z Downloaded hmac v0.12.1
8042026-06-30T19:48:36.120Z Downloaded indoc v2.0.7
8052026-06-30T19:48:36.120Z Downloaded http-body-util v0.1.3
8062026-06-30T19:48:36.122Z Downloaded highway v1.3.0
8072026-06-30T19:48:36.123Z Downloaded num-derive v0.3.3
8082026-06-30T19:48:36.126Z Downloaded num-iter v0.1.45
8092026-06-30T19:48:36.126Z Downloaded hyper-rustls v0.27.7
8102026-06-30T19:48:36.129Z Downloaded managed v0.8.0
8112026-06-30T19:48:36.129Z Downloaded libsw-core v0.3.2
8122026-06-30T19:48:36.129Z Downloaded hybrid-array v0.4.10
8132026-06-30T19:48:36.132Z Downloaded num_threads v0.1.7
8142026-06-30T19:48:36.132Z Downloaded openssl-macros v0.1.1
8152026-06-30T19:48:36.132Z Downloaded dropshot_endpoint v0.17.1
8162026-06-30T19:48:36.135Z Downloaded mime_guess v2.0.5
8172026-06-30T19:48:36.135Z Downloaded futures v0.3.32
8182026-06-30T19:48:36.138Z Downloaded mime v0.3.17
8192026-06-30T19:48:36.141Z Downloaded libsw v3.5.0
8202026-06-30T19:48:36.141Z Downloaded libloading v0.8.9
8212026-06-30T19:48:36.144Z Downloaded openssl-probe v0.2.1
8222026-06-30T19:48:36.144Z Downloaded openssl-probe v0.1.6
8232026-06-30T19:48:36.144Z Downloaded nanorand v0.7.0
8242026-06-30T19:48:36.147Z Downloaded nodrop v0.1.14
8252026-06-30T19:48:36.147Z Downloaded oso-derive v0.27.3
8262026-06-30T19:48:36.147Z Downloaded nibble_vec v0.1.0
8272026-06-30T19:48:36.150Z Downloaded keccak v0.1.6
8282026-06-30T19:48:36.150Z Downloaded ingot-macros v0.1.1
8292026-06-30T19:48:36.150Z Downloaded iana-time-zone v0.1.65
8302026-06-30T19:48:36.153Z Downloaded opaque-debug v0.3.1
8312026-06-30T19:48:36.153Z Downloaded native-tls v0.2.18
8322026-06-30T19:48:36.156Z Downloaded olpc-cjson v0.1.4
8332026-06-30T19:48:36.156Z Downloaded bytes v1.11.1
8342026-06-30T19:48:36.158Z Downloaded num_enum_derive v0.5.11
8352026-06-30T19:48:36.158Z Downloaded multer v3.1.0
8362026-06-30T19:48:36.163Z Downloaded flume v0.11.1
8372026-06-30T19:48:36.163Z Downloaded chacha20poly1305 v0.10.1
8382026-06-30T19:48:36.163Z Downloaded num v0.4.3
8392026-06-30T19:48:36.168Z Downloaded packed_struct_codegen v0.10.1
8402026-06-30T19:48:36.168Z Downloaded half v2.7.1
8412026-06-30T19:48:36.168Z Downloaded nonempty v0.12.0
8422026-06-30T19:48:36.169Z Downloaded normalize-line-endings v0.3.0
8432026-06-30T19:48:36.172Z Downloaded linear-map v1.2.0
8442026-06-30T19:48:36.172Z Downloaded getrandom v0.3.4
8452026-06-30T19:48:36.172Z Downloaded path-slash v0.1.5
8462026-06-30T19:48:36.181Z Downloaded parse-size v1.1.0
8472026-06-30T19:48:36.181Z Downloaded fs_extra v1.3.0
8482026-06-30T19:48:36.181Z Downloaded fatfs v0.3.6
8492026-06-30T19:48:36.185Z Downloaded digest v0.11.3
8502026-06-30T19:48:36.185Z Downloaded newtype-uuid v1.3.2
8512026-06-30T19:48:36.185Z Downloaded darling_core v0.21.3
8522026-06-30T19:48:36.185Z Downloaded const_format v0.2.35
8532026-06-30T19:48:36.191Z Downloaded peg-runtime v0.8.5
8542026-06-30T19:48:36.191Z Downloaded bumpalo v3.20.2
8552026-06-30T19:48:36.191Z Downloaded phf_shared v0.11.3
8562026-06-30T19:48:36.191Z Downloaded pbkdf2 v0.11.0
8572026-06-30T19:48:36.195Z Downloaded phf_shared v0.13.1
8582026-06-30T19:48:36.195Z Downloaded num-integer v0.1.46
8592026-06-30T19:48:36.195Z Downloaded nu-ansi-term v0.50.3
8602026-06-30T19:48:36.195Z Downloaded num_enum v0.7.6
8612026-06-30T19:48:36.199Z Downloaded darling_core v0.20.11
8622026-06-30T19:48:36.202Z Downloaded phf_shared v0.12.1
8632026-06-30T19:48:36.202Z Downloaded num_enum v0.5.11
8642026-06-30T19:48:36.205Z Downloaded num-rational v0.4.2
8652026-06-30T19:48:36.205Z Downloaded memmap2 v0.9.10
8662026-06-30T19:48:36.208Z Downloaded lock_api v0.4.14
8672026-06-30T19:48:36.208Z Downloaded powerfmt v0.2.0
8682026-06-30T19:48:36.208Z Downloaded getrandom v0.2.17
8692026-06-30T19:48:36.211Z Downloaded litrs v1.0.0
8702026-06-30T19:48:36.211Z Downloaded ed25519-dalek v2.2.0
8712026-06-30T19:48:36.214Z Downloaded derive_builder v0.20.2
8722026-06-30T19:48:36.216Z Downloaded packed_struct v0.10.1
8732026-06-30T19:48:36.219Z Downloaded ignore v0.4.25
8742026-06-30T19:48:36.219Z Downloaded derive-where v1.6.0
8752026-06-30T19:48:36.222Z Downloaded num_enum_derive v0.7.6
8762026-06-30T19:48:36.222Z Downloaded proc-macro-crate v1.3.1
8772026-06-30T19:48:36.225Z Downloaded precomputed-hash v0.1.1
8782026-06-30T19:48:36.225Z Downloaded predicates-core v1.0.10
8792026-06-30T19:48:36.225Z Downloaded oxide-tokio-rt v0.1.4
8802026-06-30T19:48:36.228Z Downloaded num-conv v0.2.0
8812026-06-30T19:48:36.228Z Downloaded der v0.7.10
8822026-06-30T19:48:36.231Z Downloaded progenitor-client v0.14.0
8832026-06-30T19:48:36.231Z Downloaded oxnet v0.1.6
8842026-06-30T19:48:36.234Z Downloaded flate2 v1.1.9
8852026-06-30T19:48:36.237Z Downloaded headers v0.4.1
8862026-06-30T19:48:36.239Z Downloaded heapless v0.7.17
8872026-06-30T19:48:36.242Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-06-30T19:48:36.242Z Downloaded proc-macro-crate v3.4.0
8892026-06-30T19:48:36.242Z Downloaded password-hash v0.5.0
8902026-06-30T19:48:36.245Z Downloaded quick-error v1.2.3
8912026-06-30T19:48:36.245Z Downloaded derive_more v2.1.1
8922026-06-30T19:48:36.251Z Downloaded progenitor-macro v0.14.0
8932026-06-30T19:48:36.254Z Downloaded radium v0.7.0
8942026-06-30T19:48:36.254Z Downloaded progenitor-macro v0.13.0
8952026-06-30T19:48:36.254Z Downloaded psl-types v2.0.11
8962026-06-30T19:48:36.257Z Downloaded paste v1.0.15
8972026-06-30T19:48:36.257Z Downloaded pem-rfc7468 v0.7.0
8982026-06-30T19:48:36.260Z Downloaded diesel_derives v2.3.7
8992026-06-30T19:48:36.263Z Downloaded peg v0.8.5
9002026-06-30T19:48:36.266Z Downloaded pkcs8 v0.10.2
9012026-06-30T19:48:36.269Z Downloaded peg-macros v0.8.5
9022026-06-30T19:48:36.269Z Downloaded pin-project-lite v0.2.17
9032026-06-30T19:48:36.283Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-06-30T19:48:36.286Z Downloaded rand_xorshift v0.4.0
9052026-06-30T19:48:36.286Z Downloaded rand_chacha v0.3.1
9062026-06-30T19:48:36.286Z Downloaded ppv-lite86 v0.2.21
9072026-06-30T19:48:36.289Z Downloaded pin-project-internal v1.1.11
9082026-06-30T19:48:36.289Z Downloaded libbz2-rs-sys v0.2.2
9092026-06-30T19:48:36.289Z Downloaded indexmap v1.9.3
9102026-06-30T19:48:36.294Z Downloaded rfc6979 v0.4.0
9112026-06-30T19:48:36.297Z Downloaded ref-cast-impl v1.0.25
9122026-06-30T19:48:36.297Z Downloaded ref-cast v1.0.25
9132026-06-30T19:48:36.297Z Downloaded proc-macro-error2 v2.0.1
9142026-06-30T19:48:36.297Z Downloaded progenitor v0.13.0
9152026-06-30T19:48:36.303Z Downloaded progenitor v0.14.0
9162026-06-30T19:48:36.303Z Downloaded pkg-config v0.3.32
9172026-06-30T19:48:36.303Z Downloaded owo-colors v4.3.0
9182026-06-30T19:48:36.303Z Downloaded phf v0.13.1
9192026-06-30T19:48:36.303Z Downloaded phf v0.12.1
9202026-06-30T19:48:36.308Z Downloaded recursive v0.1.1
9212026-06-30T19:48:36.308Z Downloaded postgres-protocol v0.6.10
9222026-06-30T19:48:36.308Z Downloaded parse-display-derive v0.10.0
9232026-06-30T19:48:36.308Z Downloaded parking_lot_core v0.9.12
9242026-06-30T19:48:36.311Z Downloaded polyval v0.6.2
9252026-06-30T19:48:36.311Z Downloaded russh-cryptovec v0.7.3
9262026-06-30T19:48:36.311Z Downloaded rtoolbox v0.0.3
9272026-06-30T19:48:36.314Z Downloaded rustc_version v0.1.7
9282026-06-30T19:48:36.314Z Downloaded cc v1.2.56
9292026-06-30T19:48:36.317Z Downloaded progenitor-client v0.13.0
9302026-06-30T19:48:36.317Z Downloaded derive_more-impl v2.1.1
9312026-06-30T19:48:36.320Z Downloaded rand_chacha v0.9.0
9322026-06-30T19:48:36.320Z Downloaded progenitor-extras v0.2.0
9332026-06-30T19:48:36.323Z Downloaded primeorder v0.13.6
9342026-06-30T19:48:36.323Z Downloaded parking_lot v0.12.5
9352026-06-30T19:48:36.326Z Downloaded rustc-hash v2.1.1
9362026-06-30T19:48:36.326Z Downloaded rustc_version v0.4.1
9372026-06-30T19:48:36.328Z Downloaded expectorate v1.2.0
9382026-06-30T19:48:36.328Z Downloaded rand_core v0.6.4
9392026-06-30T19:48:36.329Z Downloaded psm v0.1.30
9402026-06-30T19:48:36.332Z Downloaded jiff-static v0.2.21
9412026-06-30T19:48:36.334Z Downloaded indicatif v0.18.4
9422026-06-30T19:48:36.338Z Downloaded parking_lot v0.11.2
9432026-06-30T19:48:36.339Z Downloaded hickory-resolver v0.25.2
9442026-06-30T19:48:36.341Z Downloaded r2d2 v0.8.10
9452026-06-30T19:48:36.341Z Downloaded poly1305 v0.8.0
9462026-06-30T19:48:36.344Z Downloaded hickory-resolver v0.24.4
9472026-06-30T19:48:36.347Z Downloaded salsa20 v0.10.2
9482026-06-30T19:48:36.347Z Downloaded heapless v0.8.0
9492026-06-30T19:48:36.350Z Downloaded pkcs5 v0.7.1
9502026-06-30T19:48:36.353Z Downloaded same-file v1.0.6
9512026-06-30T19:48:36.353Z Downloaded sapling-renderdag v0.1.0
9522026-06-30T19:48:36.353Z Downloaded postgres-types v0.2.12
9532026-06-30T19:48:36.356Z Downloaded rand_seeder v0.4.0
9542026-06-30T19:48:36.356Z Downloaded rand_core v0.9.5
9552026-06-30T19:48:36.361Z Downloaded pbkdf2 v0.12.2
9562026-06-30T19:48:36.361Z Downloaded miniz_oxide v0.8.9
9572026-06-30T19:48:36.364Z Downloaded p256 v0.13.2
9582026-06-30T19:48:36.364Z Downloaded oso v0.27.3
9592026-06-30T19:48:36.367Z Downloaded seq-macro v0.3.6
9602026-06-30T19:48:36.367Z Downloaded predicates v3.1.4
9612026-06-30T19:48:36.370Z Downloaded postcard v1.1.3
9622026-06-30T19:48:36.370Z Downloaded serde_bytes v0.11.19
9632026-06-30T19:48:36.373Z Downloaded serde_spanned v1.1.1
9642026-06-30T19:48:36.373Z Downloaded aes-gcm v0.10.3
9652026-06-30T19:48:36.375Z Downloaded secrecy v0.8.0
9662026-06-30T19:48:36.375Z Downloaded scroll_derive v0.13.1
9672026-06-30T19:48:36.376Z Downloaded secrecy v0.10.3
9682026-06-30T19:48:36.378Z Downloaded scrypt v0.11.0
9692026-06-30T19:48:36.379Z Downloaded serde_repr v0.1.20
9702026-06-30T19:48:36.379Z Downloaded serde-big-array v0.5.1
9712026-06-30T19:48:36.381Z Downloaded serde_plain v1.0.2
9722026-06-30T19:48:36.381Z Downloaded scopeguard v1.2.0
9732026-06-30T19:48:36.381Z Downloaded semver v0.1.20
9742026-06-30T19:48:36.385Z Downloaded omicron-zone-package v0.12.3
9752026-06-30T19:48:36.385Z Downloaded hyper-util v0.1.20
9762026-06-30T19:48:36.388Z Downloaded sha1 v0.11.0
9772026-06-30T19:48:36.391Z Downloaded serde_urlencoded v0.7.1
9782026-06-30T19:48:36.391Z Downloaded hashbrown v0.12.3
9792026-06-30T19:48:36.394Z Downloaded sha1 v0.10.6
9802026-06-30T19:48:36.397Z Downloaded rustls-pemfile v2.2.0
9812026-06-30T19:48:36.397Z Downloaded num-complex v0.4.6
9822026-06-30T19:48:36.400Z Downloaded rustls-native-certs v0.8.3
9832026-06-30T19:48:36.400Z Downloaded rand_core v0.10.0
9842026-06-30T19:48:36.400Z Downloaded quinn-udp v0.5.14
9852026-06-30T19:48:36.403Z Downloaded crossterm v0.29.0
9862026-06-30T19:48:36.406Z Downloaded signature v2.2.0
9872026-06-30T19:48:36.409Z Downloaded prefix-trie v0.7.0
9882026-06-30T19:48:36.409Z Downloaded compact_str v0.8.1
9892026-06-30T19:48:36.412Z Downloaded rusty-fork v0.3.1
9902026-06-30T19:48:36.412Z Downloaded scheduled-thread-pool v0.2.7
9912026-06-30T19:48:36.426Z Downloaded pkcs1 v0.7.5
9922026-06-30T19:48:36.426Z Downloaded slog-bunyan v2.5.0
9932026-06-30T19:48:36.426Z Downloaded sigpipe v0.1.3
9942026-06-30T19:48:36.426Z Downloaded slog-envlogger v2.2.0
9952026-06-30T19:48:36.426Z Downloaded signal-hook-tokio v0.3.1
9962026-06-30T19:48:36.426Z Downloaded async-compression v0.4.41
9972026-06-30T19:48:36.426Z Downloaded hashbrown v0.13.2
9982026-06-30T19:48:36.427Z Downloaded pem v3.0.6
9992026-06-30T19:48:36.427Z Downloaded openssl-sys v0.9.115
10002026-06-30T19:48:36.431Z Downloaded siphasher v1.0.2
10012026-06-30T19:48:36.431Z Downloaded resolv-conf v0.7.6
10022026-06-30T19:48:36.434Z Downloaded parse-display v0.10.0
10032026-06-30T19:48:36.434Z Downloaded elliptic-curve v0.13.8
10042026-06-30T19:48:36.437Z Downloaded serde-hex v0.1.0
10052026-06-30T19:48:36.437Z Downloaded password-hash v0.4.2
10062026-06-30T19:48:36.437Z Downloaded parking_lot_core v0.8.6
10072026-06-30T19:48:36.440Z Downloaded papergrid v0.17.0
10082026-06-30T19:48:36.443Z Downloaded predicates-tree v1.0.13
10092026-06-30T19:48:36.443Z Downloaded aes v0.8.4
10102026-06-30T19:48:36.446Z Downloaded newtype_derive v0.1.6
10112026-06-30T19:48:36.446Z Downloaded libefi-sys v0.1.0
10122026-06-30T19:48:36.449Z Downloaded rustversion v1.0.22
10132026-06-30T19:48:36.449Z Downloaded progenitor-impl v0.13.0
10142026-06-30T19:48:36.454Z Downloaded serde_derive_internals v0.29.1
10152026-06-30T19:48:36.454Z Downloaded sec1 v0.7.3
10162026-06-30T19:48:36.454Z Downloaded scroll v0.13.0
10172026-06-30T19:48:36.457Z Downloaded hickory-server v0.25.2
10182026-06-30T19:48:36.457Z Downloaded ssh-cipher v0.2.0
10192026-06-30T19:48:36.457Z Downloaded schemars_derive v0.8.22
10202026-06-30T19:48:36.460Z Downloaded jobserver v0.1.34
10212026-06-30T19:48:36.460Z Downloaded darling_macro v0.21.3
10222026-06-30T19:48:36.464Z Downloaded http v1.4.2
10232026-06-30T19:48:36.470Z Downloaded shell-words v1.1.1
10242026-06-30T19:48:36.470Z Downloaded serde_with_macros v1.5.2
10252026-06-30T19:48:36.470Z Downloaded rcgen v0.12.1
10262026-06-30T19:48:36.470Z Downloaded signal-hook-mio v0.2.5
10272026-06-30T19:48:36.470Z Downloaded shlex v1.3.0
10282026-06-30T19:48:36.471Z Downloaded sqlparser_derive v0.5.0
10292026-06-30T19:48:36.474Z Downloaded simd-adler32 v0.3.8
10302026-06-30T19:48:36.474Z Downloaded strum v0.26.3
10312026-06-30T19:48:36.474Z Downloaded structmeta v0.3.0
10322026-06-30T19:48:36.478Z Downloaded itertools v0.10.5
10332026-06-30T19:48:36.481Z Downloaded pretty_assertions v1.4.1
10342026-06-30T19:48:36.481Z Downloaded subtle v2.6.1
10352026-06-30T19:48:36.481Z Downloaded structmeta-derive v0.3.0
10362026-06-30T19:48:36.484Z Downloaded sync_wrapper v1.0.2
10372026-06-30T19:48:36.484Z Downloaded supports-color v3.0.2
10382026-06-30T19:48:36.484Z Downloaded strip-ansi-escapes v0.2.1
10392026-06-30T19:48:36.484Z Downloaded strsim v0.10.0
10402026-06-30T19:48:36.487Z Downloaded dropshot-api-manager v0.7.2
10412026-06-30T19:48:36.490Z Downloaded tagptr v0.2.0
10422026-06-30T19:48:36.490Z Downloaded smf v0.2.3
10432026-06-30T19:48:36.493Z Downloaded slog-stdlog v4.1.1
10442026-06-30T19:48:36.493Z Downloaded slog-scope v4.4.1
10452026-06-30T19:48:36.493Z Downloaded slog-term v2.9.2
10462026-06-30T19:48:36.496Z Downloaded rustls-pki-types v1.14.0
10472026-06-30T19:48:36.499Z Downloaded slog-json v2.6.1
10482026-06-30T19:48:36.499Z Downloaded pin-project v1.1.11
10492026-06-30T19:48:36.503Z Downloaded minimal-lexical v0.2.1
10502026-06-30T19:48:36.506Z Downloaded slog-dtrace v0.3.0
10512026-06-30T19:48:36.509Z Downloaded take_mut v0.2.2
10522026-06-30T19:48:36.509Z Downloaded tabled_derive v0.11.0
10532026-06-30T19:48:36.509Z Downloaded termtree v0.5.1
10542026-06-30T19:48:36.512Z Downloaded tap v1.0.1
10552026-06-30T19:48:36.512Z Downloaded aws-lc-rs v1.16.3
10562026-06-30T19:48:36.517Z Downloaded testing_table v0.3.0
10572026-06-30T19:48:36.520Z Downloaded ron v0.8.1
10582026-06-30T19:48:36.523Z Downloaded serde_path_to_error v0.1.20
10592026-06-30T19:48:36.523Z Downloaded progenitor-impl v0.14.0
10602026-06-30T19:48:36.526Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-30T19:48:36.526Z Downloaded sync-ptr v0.1.4
10622026-06-30T19:48:36.526Z Downloaded snafu-derive v0.8.9
10632026-06-30T19:48:36.529Z Downloaded sqlformat v0.3.5
10642026-06-30T19:48:36.529Z Downloaded slog-async v2.8.0
10652026-06-30T19:48:36.529Z Downloaded slab v0.4.12
10662026-06-30T19:48:36.534Z Downloaded serde_cbor v0.11.2
10672026-06-30T19:48:36.534Z Downloaded tinyvec_macros v0.1.1
10682026-06-30T19:48:36.537Z Downloaded time-core v0.1.8
10692026-06-30T19:48:36.537Z Downloaded russh-keys v0.45.0
10702026-06-30T19:48:36.537Z Downloaded prettyplease v0.2.37
10712026-06-30T19:48:36.539Z Downloaded thread-id v5.1.0
10722026-06-30T19:48:36.539Z Downloaded signal-hook-registry v1.4.8
10732026-06-30T19:48:36.539Z Downloaded static_assertions v1.1.0
10742026-06-30T19:48:36.542Z Downloaded stacker v0.1.23
10752026-06-30T19:48:36.542Z Downloaded ssh-encoding v0.2.0
10762026-06-30T19:48:36.545Z Downloaded strum v0.27.2
10772026-06-30T19:48:36.545Z Downloaded stringprep v0.1.5
10782026-06-30T19:48:36.545Z Downloaded string_cache v0.8.9
10792026-06-30T19:48:36.548Z Downloaded tokio-macros v2.7.0
10802026-06-30T19:48:36.550Z Downloaded serde_with_macros v3.17.0
10812026-06-30T19:48:36.553Z Downloaded tabwriter v1.4.1
10822026-06-30T19:48:36.553Z Downloaded support-bundle-viewer v0.1.2
10832026-06-30T19:48:36.556Z Downloaded strum_macros v0.27.2
10842026-06-30T19:48:36.558Z Downloaded strum_macros v0.24.3
10852026-06-30T19:48:36.559Z Downloaded strum_macros v0.26.4
10862026-06-30T19:48:36.561Z Downloaded smallvec v0.6.14
10872026-06-30T19:48:36.561Z Downloaded hashbrown v0.15.5
10882026-06-30T19:48:36.564Z Downloaded mio v1.2.0
10892026-06-30T19:48:36.568Z Downloaded termios v0.3.3
10902026-06-30T19:48:36.571Z Downloaded hashbrown v0.16.1
10912026-06-30T19:48:36.575Z Downloaded topological-sort v0.2.2
10922026-06-30T19:48:36.575Z Downloaded tokio-test v0.4.5
10932026-06-30T19:48:36.579Z Downloaded rustls-platform-verifier v0.6.2
10942026-06-30T19:48:36.582Z Downloaded schemars v0.8.22
10952026-06-30T19:48:36.590Z Downloaded tower-service v0.3.3
10962026-06-30T19:48:36.596Z Downloaded try-lock v0.2.5
10972026-06-30T19:48:36.596Z Downloaded spki v0.7.3
10982026-06-30T19:48:36.596Z Downloaded trait-variant v0.1.2
10992026-06-30T19:48:36.596Z Downloaded tower-layer v0.3.3
11002026-06-30T19:48:36.596Z Downloaded time-macros v0.2.27
11012026-06-30T19:48:36.600Z Downloaded thread_local v1.1.9
11022026-06-30T19:48:36.600Z Downloaded thiserror-no-std v2.0.2
11032026-06-30T19:48:36.600Z Downloaded bitvec v1.0.1
11042026-06-30T19:48:36.607Z Downloaded unarray v0.1.4
11052026-06-30T19:48:36.615Z Downloaded typify-macro v0.6.2
11062026-06-30T19:48:36.615Z Downloaded tiny-keccak v2.0.2
11072026-06-30T19:48:36.615Z Downloaded tls_codec_derive v0.4.2
11082026-06-30T19:48:36.615Z Downloaded rayon-core v1.13.0
11092026-06-30T19:48:36.619Z Downloaded libxml v0.3.3
11102026-06-30T19:48:36.619Z Downloaded universal-hash v0.5.1
11112026-06-30T19:48:36.619Z Downloaded ryu v1.0.23
11122026-06-30T19:48:36.622Z Downloaded unit-prefix v0.5.2
11132026-06-30T19:48:36.622Z Downloaded unicode-truncate v1.1.0
11142026-06-30T19:48:36.622Z Downloaded untrusted v0.7.1
11152026-06-30T19:48:36.624Z Downloaded num-bigint v0.4.6
11162026-06-30T19:48:36.627Z Downloaded tokio-tungstenite v0.23.1
11172026-06-30T19:48:36.627Z Downloaded similar v2.7.0
11182026-06-30T19:48:36.630Z Downloaded signal-hook v0.3.18
11192026-06-30T19:48:36.633Z Downloaded quinn v0.11.9
11202026-06-30T19:48:36.636Z Downloaded slog v2.8.2
11212026-06-30T19:48:36.636Z Downloaded term v0.7.0
11222026-06-30T19:48:36.639Z Downloaded utf-8 v0.7.6
11232026-06-30T19:48:36.639Z Downloaded usdt-macro v0.6.0
11242026-06-30T19:48:36.642Z Downloaded void v1.0.2
11252026-06-30T19:48:36.642Z Downloaded usdt-attr-macro v0.6.0
11262026-06-30T19:48:36.642Z Downloaded spin v0.9.8
11272026-06-30T19:48:36.642Z Downloaded wait-timeout v0.2.1
11282026-06-30T19:48:36.645Z Downloaded waitgroup v0.1.2
11292026-06-30T19:48:36.645Z Downloaded tokio-tungstenite v0.21.0
11302026-06-30T19:48:36.645Z Downloaded rsa v0.9.10
11312026-06-30T19:48:36.648Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-06-30T19:48:36.650Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11332026-06-30T19:48:36.650Z Downloaded itertools v0.13.0
11342026-06-30T19:48:36.655Z Downloaded want v0.3.1
11352026-06-30T19:48:36.658Z Downloaded aho-corasick v1.1.4
11362026-06-30T19:48:36.658Z Downloaded futures-util v0.3.32
11372026-06-30T19:48:36.666Z Downloaded serde_yaml v0.9.34+deprecated
11382026-06-30T19:48:36.669Z Downloaded tui-tree-widget v0.23.1
11392026-06-30T19:48:36.669Z Downloaded hyper v1.10.1
11402026-06-30T19:48:36.672Z Downloaded tls_codec v0.4.2
11412026-06-30T19:48:36.674Z Downloaded term v1.2.1
11422026-06-30T19:48:36.676Z Downloaded untrusted v0.9.0
11432026-06-30T19:48:36.676Z Downloaded tokio-dtrace v0.1.1
11442026-06-30T19:48:36.679Z Downloaded socket2 v0.6.3
11452026-06-30T19:48:36.679Z Downloaded subprocess v0.2.15
11462026-06-30T19:48:36.683Z Downloaded rustls-webpki v0.103.9
11472026-06-30T19:48:36.683Z Downloaded xattr v1.6.1
11482026-06-30T19:48:36.686Z Downloaded rand v0.9.2
11492026-06-30T19:48:36.689Z Downloaded nom v7.1.3
11502026-06-30T19:48:36.691Z Downloaded unicase v2.9.0
11512026-06-30T19:48:36.691Z Downloaded hkdf v0.12.4
11522026-06-30T19:48:36.694Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11532026-06-30T19:48:36.694Z Downloaded tokio-rustls v0.26.4
11542026-06-30T19:48:36.694Z Downloaded xshell-macros v0.2.7
11552026-06-30T19:48:36.694Z Downloaded zeroize_derive v1.4.3
11562026-06-30T19:48:36.697Z Downloaded usdt v0.6.0
11572026-06-30T19:48:36.697Z Downloaded samael v0.0.19
11582026-06-30T19:48:36.699Z Downloaded usdt-impl v0.6.0
11592026-06-30T19:48:36.702Z Downloaded tokio-native-tls v0.3.1
11602026-06-30T19:48:36.702Z Downloaded h2 v0.4.15
11612026-06-30T19:48:36.706Z Downloaded vergen-git2 v9.1.0
11622026-06-30T19:48:36.709Z Downloaded snafu v0.8.9
11632026-06-30T19:48:36.712Z Downloaded socket2 v0.5.10
11642026-06-30T19:48:36.712Z Downloaded vergen-lib v0.1.6
11652026-06-30T19:48:36.714Z Downloaded vergen-gitcl v1.0.8
11662026-06-30T19:48:36.714Z Downloaded zone_cfg_derive v0.3.1
11672026-06-30T19:48:36.714Z Downloaded schemars v0.9.0
11682026-06-30T19:48:36.720Z Downloaded walkdir v2.5.0
11692026-06-30T19:48:36.723Z Downloaded libm v0.2.16
11702026-06-30T19:48:36.727Z Downloaded vergen-lib v9.1.0
11712026-06-30T19:48:36.730Z Downloaded twox-hash v2.1.2
11722026-06-30T19:48:36.730Z Downloaded whoami v1.6.1
11732026-06-30T19:48:36.733Z Downloaded wyz v0.5.1
11742026-06-30T19:48:36.733Z Downloaded tinyvec v1.10.0
11752026-06-30T19:48:36.733Z Downloaded vsss-rs v3.3.4
11762026-06-30T19:48:36.736Z Downloaded rand v0.10.0
11772026-06-30T19:48:36.739Z Downloaded unicode-properties v0.1.4
11782026-06-30T19:48:36.739Z Downloaded num-bigint-dig v0.8.6
11792026-06-30T19:48:36.742Z Downloaded nom v8.0.0
11802026-06-30T19:48:36.745Z Downloaded iri-string v0.7.10
11812026-06-30T19:48:36.748Z Downloaded itertools v0.12.1
11822026-06-30T19:48:36.752Z Downloaded xshell v0.2.7
11832026-06-30T19:48:36.755Z Downloaded tracing-attributes v0.1.31
11842026-06-30T19:48:36.755Z Downloaded tokio-stream v0.1.18
11852026-06-30T19:48:36.758Z Downloaded tar v0.4.45
11862026-06-30T19:48:36.763Z Downloaded schemars v1.2.1
11872026-06-30T19:48:36.767Z Downloaded zone v0.3.1
11882026-06-30T19:48:36.770Z Downloaded zeroize v1.8.2
11892026-06-30T19:48:36.770Z Downloaded steno v0.4.1
11902026-06-30T19:48:36.772Z Downloaded tungstenite v0.21.0
11912026-06-30T19:48:36.776Z Downloaded vergen v9.1.0
11922026-06-30T19:48:36.776Z Downloaded toml v0.7.8
11932026-06-30T19:48:36.779Z Downloaded zstd-safe v7.2.4
11942026-06-30T19:48:36.779Z Downloaded uzers v0.12.2
11952026-06-30T19:48:36.779Z Downloaded toml_parser v1.1.2+spec-1.1.0
11962026-06-30T19:48:36.782Z Downloaded test-strategy v0.4.5
11972026-06-30T19:48:36.782Z Downloaded itertools v0.14.0
11982026-06-30T19:48:36.786Z Downloaded zerocopy v0.6.6
11992026-06-30T19:48:36.789Z Downloaded yasna v0.5.2
12002026-06-30T19:48:36.789Z Downloaded typify v0.6.2
12012026-06-30T19:48:36.792Z Downloaded publicsuffix v2.3.0
12022026-06-30T19:48:36.794Z Downloaded qorb v0.4.1
12032026-06-30T19:48:36.797Z Downloaded whoami v2.1.0
12042026-06-30T19:48:36.797Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-06-30T19:48:36.801Z Downloaded toml v1.1.2+spec-1.1.0
12062026-06-30T19:48:36.803Z Downloaded zstd v0.13.3
12072026-06-30T19:48:36.804Z Downloaded russh v0.45.0
12082026-06-30T19:48:36.806Z Downloaded rustyline v14.0.0
12092026-06-30T19:48:36.809Z Downloaded rpassword v7.4.0
12102026-06-30T19:48:36.809Z Downloaded unsafe-libyaml v0.2.11
12112026-06-30T19:48:36.812Z Downloaded iddqd v0.4.2
12122026-06-30T19:48:36.816Z Downloaded p521 v0.13.3
12132026-06-30T19:48:36.819Z Downloaded curve25519-dalek v4.1.3
12142026-06-30T19:48:36.823Z Downloaded uuid v1.23.4
12152026-06-30T19:48:36.826Z Downloaded unicode-bidi v0.3.18
12162026-06-30T19:48:36.829Z Downloaded reqwest v0.13.2
12172026-06-30T19:48:36.832Z Downloaded blake3 v1.8.5
12182026-06-30T19:48:36.835Z Downloaded zopfli v0.8.3
12192026-06-30T19:48:36.838Z Downloaded vte v0.14.1
12202026-06-30T19:48:36.838Z Downloaded tracing-core v0.1.36
12212026-06-30T19:48:36.840Z Downloaded rand v0.8.6
12222026-06-30T19:48:36.843Z Downloaded tungstenite v0.23.0
12232026-06-30T19:48:36.850Z Downloaded regex v1.12.3
12242026-06-30T19:48:36.854Z Downloaded tokio-postgres v0.7.16
12252026-06-30T19:48:36.865Z Downloaded toml_edit v0.19.15
12262026-06-30T19:48:36.878Z Downloaded yansi v1.0.1
12272026-06-30T19:48:36.884Z Downloaded serde_with v1.14.0
12282026-06-30T19:48:36.893Z Downloaded ssh-key v0.6.7
12292026-06-30T19:48:36.904Z Downloaded unicode_categories v0.1.1
12302026-06-30T19:48:36.906Z Downloaded goblin v0.10.5
12312026-06-30T19:48:36.910Z Downloaded unicode-segmentation v1.12.0
12322026-06-30T19:48:36.912Z Downloaded zip v0.6.6
12332026-06-30T19:48:36.915Z Downloaded reedline v0.40.0
12342026-06-30T19:48:36.919Z Downloaded p384 v0.13.1
12352026-06-30T19:48:36.923Z Downloaded proptest v1.10.0
12362026-06-30T19:48:36.929Z Downloaded lalrpop v0.19.12
12372026-06-30T19:48:36.934Z Downloaded unicode-normalization v0.1.25
12382026-06-30T19:48:36.937Z Downloaded chrono v0.4.44
12392026-06-30T19:48:36.941Z Downloaded zerocopy-derive v0.8.40
12402026-06-30T19:48:36.946Z Downloaded bindgen v0.71.1
12412026-06-30T19:48:36.949Z Downloaded zip v4.6.1
12422026-06-30T19:48:36.952Z Downloaded tower v0.5.3
12432026-06-30T19:48:36.957Z Downloaded typed-path v0.9.3
12442026-06-30T19:48:36.960Z Downloaded reqwest v0.12.28
12452026-06-30T19:48:36.965Z Downloaded x509-cert v0.2.5
12462026-06-30T19:48:36.968Z Downloaded salty v0.3.0
12472026-06-30T19:48:36.971Z Downloaded rayon v1.11.0
12482026-06-30T19:48:36.976Z Downloaded portable-atomic v1.13.1
12492026-06-30T19:48:36.981Z Downloaded moka v0.12.13
12502026-06-30T19:48:37.002Z Downloaded tokio-util v0.7.18
12512026-06-30T19:48:37.011Z Downloaded git2 v0.20.4
12522026-06-30T19:48:37.025Z Downloaded quick-xml v0.37.5
12532026-06-30T19:48:37.028Z Downloaded nix v0.27.1
12542026-06-30T19:48:37.033Z Downloaded petname v2.0.2
12552026-06-30T19:48:37.033Z Downloaded radix_trie v0.2.1
12562026-06-30T19:48:37.033Z Downloaded tower-http v0.6.8
12572026-06-30T19:48:37.039Z Downloaded polar-core v0.27.3
12582026-06-30T19:48:37.050Z Downloaded tough v0.22.0
12592026-06-30T19:48:37.056Z Downloaded serde_with v3.17.0
12602026-06-30T19:48:37.062Z Downloaded openssl v0.10.79
12612026-06-30T19:48:37.068Z Downloaded winnow v0.6.26
12622026-06-30T19:48:37.074Z Downloaded winnow v0.5.40
12632026-06-30T19:48:37.077Z Downloaded quinn-proto v0.11.13
12642026-06-30T19:48:37.081Z Downloaded object v0.30.4
12652026-06-30T19:48:37.086Z Downloaded zlib-rs v0.6.2
12662026-06-30T19:48:37.089Z Downloaded tabled v0.20.0
12672026-06-30T19:48:37.099Z Downloaded smoltcp v0.9.1
12682026-06-30T19:48:37.105Z Downloaded winnow v1.0.3
12692026-06-30T19:48:37.109Z Downloaded nix v0.28.0
12702026-06-30T19:48:37.116Z Downloaded hickory-proto v0.24.4
12712026-06-30T19:48:37.124Z Downloaded dropshot v0.17.1
12722026-06-30T19:48:37.136Z Downloaded time v0.3.47
12732026-06-30T19:48:37.144Z Downloaded nix v0.31.2
12742026-06-30T19:48:37.151Z Downloaded bstr v1.12.1
12752026-06-30T19:48:37.155Z Downloaded regex-syntax v0.6.29
12762026-06-30T19:48:37.159Z Downloaded openapiv3 v2.2.0
12772026-06-30T19:48:37.166Z Downloaded vcpkg v0.2.15
12782026-06-30T19:48:37.188Z Downloaded rustls v0.23.41
12792026-06-30T19:48:37.195Z Downloaded smoltcp v0.11.0
12802026-06-30T19:48:37.201Z Downloaded diesel v2.3.7
12812026-06-30T19:48:37.213Z Downloaded regress v0.10.5
12822026-06-30T19:48:37.218Z Downloaded rustix v0.38.44
12832026-06-30T19:48:37.230Z Downloaded zerocopy v0.8.40
12842026-06-30T19:48:37.237Z Downloaded regress v0.11.1
12852026-06-30T19:48:37.241Z Downloaded regex-syntax v0.8.10
12862026-06-30T19:48:37.246Z Downloaded object v0.37.3
12872026-06-30T19:48:37.251Z Downloaded hickory-proto v0.25.2
12882026-06-30T19:48:37.260Z Downloaded sqlparser v0.61.0
12892026-06-30T19:48:37.278Z Downloaded tracing v0.1.44
12902026-06-30T19:48:37.292Z Downloaded sled v0.34.7
12912026-06-30T19:48:37.305Z Downloaded zerocopy-derive v0.6.6
12922026-06-30T19:48:37.326Z Downloaded jiff v0.2.21
12932026-06-30T19:48:37.344Z Downloaded typify-impl v0.6.2
12942026-06-30T19:48:37.351Z Downloaded ratatui v0.29.0
12952026-06-30T19:48:37.363Z Downloaded csv v1.4.0
12962026-06-30T19:48:37.374Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-30T19:48:37.389Z Downloaded sha3 v0.10.8
12982026-06-30T19:48:37.409Z Downloaded regex-automata v0.4.14
12992026-06-30T19:48:37.417Z Downloaded petgraph v0.6.5
13002026-06-30T19:48:37.428Z Downloaded encoding_rs v0.8.35
13012026-06-30T19:48:37.442Z Downloaded chrono-tz v0.10.4
13022026-06-30T19:48:37.452Z Downloaded petgraph v0.8.3
13032026-06-30T19:48:37.474Z Downloaded libz-sys v1.1.24
13042026-06-30T19:48:37.486Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-06-30T19:48:37.498Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-06-30T19:48:37.528Z Downloaded tokio v1.52.1
13072026-06-30T19:48:37.600Z Downloaded ring v0.17.14
13082026-06-30T19:48:38.089Z Downloaded aws-lc-sys v0.40.0
13092026-06-30T19:48:38.343Z Compiling libc v0.2.185
13102026-06-30T19:48:38.343Z Compiling serde v1.0.228
13112026-06-30T19:48:38.347Z Compiling log v0.4.29
13122026-06-30T19:48:38.482Z Compiling smallvec v1.15.1
13132026-06-30T19:48:38.485Z Compiling shlex v1.3.0
13142026-06-30T19:48:38.485Z Compiling find-msvc-tools v0.1.9
13152026-06-30T19:48:38.496Z Compiling syn v2.0.117
13162026-06-30T19:48:38.505Z Compiling typenum v1.19.0
13172026-06-30T19:48:38.740Z Compiling generic-array v0.14.7
13182026-06-30T19:48:38.753Z Compiling subtle v2.6.1
13192026-06-30T19:48:38.759Z Compiling scopeguard v1.2.0
13202026-06-30T19:48:38.801Z Compiling const-oid v0.9.6
13212026-06-30T19:48:38.872Z Compiling lock_api v0.4.14
13222026-06-30T19:48:38.902Z Compiling serde_json v1.0.150
13232026-06-30T19:48:38.930Z Compiling zerocopy v0.8.40
13242026-06-30T19:48:39.001Z Compiling pin-project-lite v0.2.17
13252026-06-30T19:48:39.117Z Compiling portable-atomic v1.13.1
13262026-06-30T19:48:39.131Z Compiling parking_lot_core v0.9.12
13272026-06-30T19:48:39.505Z Compiling jobserver v0.1.34
13282026-06-30T19:48:39.518Z Compiling getrandom v0.2.17
13292026-06-30T19:48:39.569Z Compiling errno v0.3.14
13302026-06-30T19:48:39.656Z Compiling rand_core v0.6.4
13312026-06-30T19:48:39.733Z Compiling cc v1.2.56
13322026-06-30T19:48:39.744Z Compiling pkg-config v0.3.32
13332026-06-30T19:48:39.770Z Compiling signal-hook-registry v1.4.8
13342026-06-30T19:48:39.956Z Compiling bitflags v2.11.0
13352026-06-30T19:48:40.058Z Compiling libm v0.2.16
13362026-06-30T19:48:40.204Z Compiling futures-core v0.3.32
13372026-06-30T19:48:40.208Z Compiling critical-section v1.2.0
13382026-06-30T19:48:40.300Z Compiling parking_lot v0.12.5
13392026-06-30T19:48:40.335Z Compiling once_cell v1.21.3
13402026-06-30T19:48:40.349Z Compiling mio v1.2.0
13412026-06-30T19:48:40.370Z Compiling num-traits v0.2.19
13422026-06-30T19:48:40.455Z Compiling percent-encoding v2.3.2
13432026-06-30T19:48:40.559Z Compiling socket2 v0.6.3
13442026-06-30T19:48:40.668Z Compiling futures-sink v0.3.32
13452026-06-30T19:48:40.690Z Compiling cpufeatures v0.2.17
13462026-06-30T19:48:40.762Z Compiling futures-channel v0.3.32
13472026-06-30T19:48:40.777Z Compiling slab v0.4.12
13482026-06-30T19:48:40.790Z Compiling futures-task v0.3.32
13492026-06-30T19:48:40.832Z Compiling getrandom v0.4.1
13502026-06-30T19:48:40.969Z Compiling futures-io v0.3.32
13512026-06-30T19:48:40.983Z Compiling rand_core v0.10.0
13522026-06-30T19:48:40.998Z Compiling indexmap v2.14.0
13532026-06-30T19:48:41.008Z Compiling rustversion v1.0.22
13542026-06-30T19:48:41.156Z Compiling getrandom v0.3.4
13552026-06-30T19:48:41.163Z Compiling form_urlencoded v1.2.2
13562026-06-30T19:48:41.380Z Compiling cmake v0.1.57
13572026-06-30T19:48:41.472Z Compiling synstructure v0.13.2
13582026-06-30T19:48:41.644Z Compiling fs_extra v1.3.0
13592026-06-30T19:48:41.703Z Compiling base64ct v1.8.3
13602026-06-30T19:48:41.814Z Compiling ident_case v1.0.1
13612026-06-30T19:48:41.895Z Compiling dunce v1.0.5
13622026-06-30T19:48:41.929Z Compiling iana-time-zone v0.1.65
13632026-06-30T19:48:41.948Z Compiling pem-rfc7468 v0.7.0
13642026-06-30T19:48:41.993Z Compiling aws-lc-sys v0.40.0
13652026-06-30T19:48:42.017Z Compiling rustix v1.1.3
13662026-06-30T19:48:42.107Z Compiling flagset v0.4.7
13672026-06-30T19:48:42.153Z Compiling regex-syntax v0.8.10
13682026-06-30T19:48:42.167Z Compiling rand_core v0.9.5
13692026-06-30T19:48:42.201Z Compiling vcpkg v0.2.15
13702026-06-30T19:48:42.267Z Compiling uuid v1.23.4
13712026-06-30T19:48:42.275Z Compiling rustc_version v0.4.1
13722026-06-30T19:48:42.468Z Compiling tracing-core v0.1.36
13732026-06-30T19:48:42.617Z Compiling base64 v0.22.1
13742026-06-30T19:48:42.966Z Compiling openssl-sys v0.9.115
13752026-06-30T19:48:42.967Z Compiling aws-lc-rs v1.16.3
13762026-06-30T19:48:43.037Z Compiling tinyvec_macros v0.1.1
13772026-06-30T19:48:43.052Z Compiling openssl-probe v0.2.1
13782026-06-30T19:48:43.118Z Compiling httparse v1.10.1
13792026-06-30T19:48:43.206Z Compiling serde_derive v1.0.228
13802026-06-30T19:48:43.247Z Compiling zeroize_derive v1.4.3
13812026-06-30T19:48:43.294Z Compiling zerofrom-derive v0.1.6
13822026-06-30T19:48:43.483Z Compiling yoke-derive v0.8.1
13832026-06-30T19:48:43.566Z Compiling zerovec-derive v0.11.2
13842026-06-30T19:48:43.848Z Compiling zerocopy-derive v0.8.40
13852026-06-30T19:48:43.931Z Compiling zeroize v1.8.2
13862026-06-30T19:48:44.585Z Compiling displaydoc v0.2.5
13872026-06-30T19:48:44.712Z Compiling tokio-macros v2.7.0
13882026-06-30T19:48:44.728Z Compiling futures-macro v0.3.32
13892026-06-30T19:48:44.744Z Compiling crypto-common v0.1.7
13902026-06-30T19:48:44.777Z Compiling zerofrom v0.1.6
13912026-06-30T19:48:44.904Z Compiling yoke v0.8.1
13922026-06-30T19:48:44.919Z Compiling block-buffer v0.10.4
13932026-06-30T19:48:45.108Z Compiling zerovec v0.11.5
13942026-06-30T19:48:45.122Z Compiling digest v0.10.7
13952026-06-30T19:48:45.359Z Compiling zerotrie v0.2.3
13962026-06-30T19:48:45.393Z Compiling hmac v0.12.1
13972026-06-30T19:48:45.471Z Compiling block-padding v0.3.3
13982026-06-30T19:48:45.568Z Compiling sha2 v0.10.9
13992026-06-30T19:48:45.578Z Compiling futures-util v0.3.32
14002026-06-30T19:48:45.646Z Compiling tinystr v0.8.2
14012026-06-30T19:48:45.660Z Compiling potential_utf v0.1.4
14022026-06-30T19:48:45.674Z Compiling inout v0.1.4
14032026-06-30T19:48:45.832Z Compiling icu_locale_core v2.1.1
14042026-06-30T19:48:45.855Z Compiling icu_collections v2.1.1
14052026-06-30T19:48:45.855Z Compiling cipher v0.4.4
14062026-06-30T19:48:46.151Z Compiling der_derive v0.7.3
14072026-06-30T19:48:46.350Z Compiling salsa20 v0.10.2
14082026-06-30T19:48:46.513Z Compiling icu_provider v2.1.1
14092026-06-30T19:48:46.730Z Compiling bytes v1.11.1
14102026-06-30T19:48:46.789Z Compiling icu_normalizer v2.1.1
14112026-06-30T19:48:46.817Z Compiling icu_properties v2.1.2
14122026-06-30T19:48:46.974Z Compiling chrono v0.4.44
14132026-06-30T19:48:47.112Z Compiling der v0.7.10
14142026-06-30T19:48:47.345Z Compiling tokio v1.52.1
14152026-06-30T19:48:47.379Z Compiling http v1.4.2
14162026-06-30T19:48:47.906Z Compiling idna_adapter v1.2.1
14172026-06-30T19:48:47.940Z Compiling spki v0.7.3
14182026-06-30T19:48:48.018Z Compiling idna v1.1.0
14192026-06-30T19:48:48.157Z Compiling pbkdf2 v0.12.2
14202026-06-30T19:48:48.287Z Compiling ppv-lite86 v0.2.21
14212026-06-30T19:48:48.309Z Compiling thiserror-impl v2.0.18
14222026-06-30T19:48:48.334Z Compiling url v2.5.8
14232026-06-30T19:48:48.363Z Compiling tracing-attributes v0.1.31
14242026-06-30T19:48:48.450Z Compiling scrypt v0.11.0
14252026-06-30T19:48:48.611Z Compiling rand_chacha v0.9.0
14262026-06-30T19:48:48.702Z Compiling http-body v1.0.1
14272026-06-30T19:48:48.716Z Compiling aes v0.8.4
14282026-06-30T19:48:48.860Z Compiling cbc v0.1.2
14292026-06-30T19:48:49.025Z Compiling rustls-pki-types v1.14.0
14302026-06-30T19:48:49.190Z Compiling pkcs5 v0.7.1
14312026-06-30T19:48:49.312Z Compiling rand v0.9.2
14322026-06-30T19:48:49.582Z Compiling tinyvec v1.10.0
14332026-06-30T19:48:49.675Z Compiling thiserror v2.0.18
14342026-06-30T19:48:49.717Z Compiling tracing v0.1.44
14352026-06-30T19:48:49.732Z Compiling pest_generator v2.8.6
14362026-06-30T19:48:49.791Z Compiling serde_derive_internals v0.29.1
14372026-06-30T19:48:49.822Z Compiling aho-corasick v1.1.4
14382026-06-30T19:48:49.944Z Compiling atomic-waker v1.1.2
14392026-06-30T19:48:49.997Z Compiling tower-service v0.3.3
14402026-06-30T19:48:50.082Z Compiling try-lock v0.2.5
14412026-06-30T19:48:50.108Z Compiling schemars v0.8.22
14422026-06-30T19:48:50.169Z Compiling dyn-clone v1.0.20
14432026-06-30T19:48:50.202Z Compiling untrusted v0.7.1
14442026-06-30T19:48:50.315Z Compiling tower-layer v0.3.3
14452026-06-30T19:48:50.342Z Compiling want v0.3.1
14462026-06-30T19:48:50.443Z Compiling pest_derive v2.8.6
14472026-06-30T19:48:50.489Z Compiling pkcs8 v0.10.2
14482026-06-30T19:48:50.515Z Compiling ipnet v2.11.0
14492026-06-30T19:48:50.659Z Compiling regex-automata v0.4.14
14502026-06-30T19:48:50.697Z Compiling schemars_derive v0.8.22
14512026-06-30T19:48:50.812Z Compiling scroll_derive v0.13.1
14522026-06-30T19:48:50.881Z Compiling darling_core v0.20.11
14532026-06-30T19:48:51.028Z Compiling untrusted v0.9.0
14542026-06-30T19:48:51.162Z Compiling tokio-util v0.7.18
14552026-06-30T19:48:51.515Z Compiling foreign-types-shared v0.1.1
14562026-06-30T19:48:51.613Z Compiling rustls v0.23.41
14572026-06-30T19:48:51.630Z Compiling httpdate v1.0.3
14582026-06-30T19:48:51.795Z Compiling openssl v0.10.79
14592026-06-30T19:48:51.867Z Compiling h2 v0.4.15
14602026-06-30T19:48:51.931Z Compiling tempfile v3.25.0
14612026-06-30T19:48:52.189Z Compiling scroll v0.13.0
14622026-06-30T19:48:52.318Z Compiling foreign-types v0.3.2
14632026-06-30T19:48:52.403Z Compiling unicode-normalization v0.1.25
14642026-06-30T19:48:52.880Z Compiling openssl-macros v0.1.1
14652026-06-30T19:48:52.895Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-06-30T19:48:53.054Z Compiling spin v0.9.8
14672026-06-30T19:48:53.140Z Compiling darling_macro v0.20.11
14682026-06-30T19:48:53.274Z Compiling num-conv v0.2.0
14692026-06-30T19:48:53.287Z Compiling crc32fast v1.5.0
14702026-06-30T19:48:53.291Z Compiling time-core v0.1.8
14712026-06-30T19:48:53.338Z Compiling powerfmt v0.2.0
14722026-06-30T19:48:53.411Z Compiling native-tls v0.2.18
14732026-06-30T19:48:53.453Z Compiling time-macros v0.2.27
14742026-06-30T19:48:53.552Z Compiling deranged v0.5.8
14752026-06-30T19:48:53.628Z Compiling darling v0.20.11
14762026-06-30T19:48:53.716Z Compiling goblin v0.10.5
14772026-06-30T19:48:54.544Z Compiling sync_wrapper v1.0.2
14782026-06-30T19:48:54.593Z Compiling wait-timeout v0.2.1
14792026-06-30T19:48:54.665Z Compiling usdt-impl v0.6.0
14802026-06-30T19:48:54.775Z Compiling simd-adler32 v0.3.8
14812026-06-30T19:48:54.872Z Compiling quick-error v1.2.3
14822026-06-30T19:48:54.885Z Compiling syn v1.0.109
14832026-06-30T19:48:54.991Z Compiling bit-vec v0.8.0
14842026-06-30T19:48:55.028Z Compiling hyper v1.10.1
14852026-06-30T19:48:55.199Z Compiling crossbeam-utils v0.8.21
14862026-06-30T19:48:55.240Z Compiling siphasher v1.0.2
14872026-06-30T19:48:55.441Z Compiling num_threads v0.1.7
14882026-06-30T19:48:55.512Z Compiling bit-set v0.8.0
14892026-06-30T19:48:55.550Z Compiling time v0.3.47
14902026-06-30T19:48:55.740Z Compiling rusty-fork v0.3.1
14912026-06-30T19:48:56.088Z Compiling tower v0.5.3
14922026-06-30T19:48:56.380Z Compiling hyper-util v0.1.20
14932026-06-30T19:48:56.574Z Compiling dof v0.4.0
14942026-06-30T19:48:56.616Z Compiling derive_builder_core v0.20.2
14952026-06-30T19:48:56.889Z Compiling dtrace-parser v0.3.0
14962026-06-30T19:48:57.149Z Compiling http-body-util v0.1.3
14972026-06-30T19:48:57.414Z Compiling signature v2.2.0
14982026-06-30T19:48:57.497Z Compiling thiserror-impl v1.0.69
14992026-06-30T19:48:57.605Z Compiling scroll_derive v0.12.1
15002026-06-30T19:48:57.638Z Compiling heapless v0.7.17
15012026-06-30T19:48:57.745Z Compiling rand_xorshift v0.4.0
15022026-06-30T19:48:57.887Z Compiling slog v2.8.2
15032026-06-30T19:48:57.918Z Compiling darling_core v0.21.3
15042026-06-30T19:48:58.008Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-06-30T19:48:58.080Z Compiling thread-id v5.1.0
15062026-06-30T19:48:58.135Z Compiling cookie v0.18.1
15072026-06-30T19:48:58.171Z Compiling iri-string v0.7.10
15082026-06-30T19:48:58.266Z Compiling unicode-properties v0.1.4
15092026-06-30T19:48:58.291Z Compiling adler2 v2.0.1
15102026-06-30T19:48:58.326Z Compiling ryu v1.0.23
15112026-06-30T19:48:58.432Z Compiling allocator-api2 v0.2.21
15122026-06-30T19:48:58.488Z Compiling anyhow v1.0.102
15132026-06-30T19:48:58.525Z Compiling paste v1.0.15
15142026-06-30T19:48:58.767Z Compiling unicode-bidi v0.3.18
15152026-06-30T19:48:58.787Z Compiling zstd-safe v7.2.4
15162026-06-30T19:48:58.791Z Compiling signal-hook v0.3.18
15172026-06-30T19:48:58.801Z Compiling unarray v0.1.4
15182026-06-30T19:48:58.930Z Compiling proptest v1.10.0
15192026-06-30T19:48:59.048Z Compiling thiserror v1.0.69
15202026-06-30T19:48:59.164Z Compiling stringprep v0.1.5
15212026-06-30T19:48:59.211Z Compiling serde_urlencoded v0.7.1
15222026-06-30T19:48:59.291Z Compiling miniz_oxide v0.8.9
15232026-06-30T19:48:59.499Z Compiling tower-http v0.6.8
15242026-06-30T19:48:59.715Z Compiling scroll v0.12.0
15252026-06-30T19:48:59.991Z Compiling derive_builder_macro v0.20.2
15262026-06-30T19:49:00.018Z Compiling tokio-native-tls v0.3.1
15272026-06-30T19:49:00.452Z Compiling bstr v1.12.1
15282026-06-30T19:49:00.467Z Compiling ipnetwork v0.21.1
15292026-06-30T19:49:00.480Z Compiling darling_macro v0.21.3
15302026-06-30T19:49:00.500Z Compiling rustls-native-certs v0.8.3
15312026-06-30T19:49:00.767Z Compiling rand_chacha v0.3.1
15322026-06-30T19:49:00.798Z Compiling serde_spanned v0.6.9
15332026-06-30T19:49:00.868Z Compiling serde_tokenstream v0.2.3
15342026-06-30T19:49:00.955Z Compiling toml_datetime v0.6.11
15352026-06-30T19:49:00.968Z Compiling erased-serde v0.3.31
15362026-06-30T19:49:01.113Z Compiling md-5 v0.10.6
15372026-06-30T19:49:01.188Z Compiling zerocopy-derive v0.7.35
15382026-06-30T19:49:01.222Z Compiling pin-project-internal v1.1.11
15392026-06-30T19:49:01.286Z Compiling async-trait v0.1.89
15402026-06-30T19:49:01.461Z Compiling curve25519-dalek v4.1.3
15412026-06-30T19:49:01.571Z Compiling vergen-lib v9.1.0
15422026-06-30T19:49:01.768Z Compiling num-integer v0.1.46
15432026-06-30T19:49:01.803Z Compiling hash32 v0.2.1
15442026-06-30T19:49:02.011Z Compiling ff v0.13.1
15452026-06-30T19:49:02.064Z Compiling memoffset v0.9.1
15462026-06-30T19:49:02.096Z Compiling encoding_rs v0.8.35
15472026-06-30T19:49:02.157Z Compiling ref-cast v1.0.25
15482026-06-30T19:49:02.274Z Compiling num-bigint-dig v0.8.6
15492026-06-30T19:49:02.298Z Compiling cfg_aliases v0.2.1
15502026-06-30T19:49:02.332Z Compiling psl-types v2.0.11
15512026-06-30T19:49:02.378Z Compiling litrs v1.0.0
15522026-06-30T19:49:02.461Z Compiling base16ct v0.2.0
15532026-06-30T19:49:02.465Z Compiling mime v0.3.17
15542026-06-30T19:49:02.488Z Compiling zlib-rs v0.6.2
15552026-06-30T19:49:02.650Z Compiling smoltcp v0.9.1
15562026-06-30T19:49:02.741Z Compiling rustix v0.38.44
15572026-06-30T19:49:02.902Z Compiling fallible-iterator v0.2.0
15582026-06-30T19:49:03.011Z Compiling document-features v0.2.12
15592026-06-30T19:49:03.197Z Compiling postgres-protocol v0.6.10
15602026-06-30T19:49:03.229Z Compiling sec1 v0.7.3
15612026-06-30T19:49:03.591Z Compiling publicsuffix v2.3.0
15622026-06-30T19:49:03.605Z Compiling nix v0.31.2
15632026-06-30T19:49:03.617Z Compiling pin-project v1.1.11
15642026-06-30T19:49:03.762Z Compiling group v0.13.0
15652026-06-30T19:49:03.775Z Compiling zerocopy v0.7.35
15662026-06-30T19:49:03.834Z Compiling num-iter v0.1.45
15672026-06-30T19:49:04.013Z Compiling hubpack_derive v0.1.1
15682026-06-30T19:49:04.042Z Compiling newtype-uuid v1.3.2
15692026-06-30T19:49:04.344Z Compiling rand v0.8.6
15702026-06-30T19:49:04.423Z Compiling darling v0.21.3
15712026-06-30T19:49:04.437Z Compiling oxnet v0.1.6
15722026-06-30T19:49:04.461Z Compiling derive_builder v0.20.2
15732026-06-30T19:49:04.594Z Compiling hyper-tls v0.6.0
15742026-06-30T19:49:04.597Z Compiling goblin v0.8.2
15752026-06-30T19:49:05.212Z Compiling phf_shared v0.13.1
15762026-06-30T19:49:05.280Z Compiling lazy_static v1.5.0
15772026-06-30T19:49:05.385Z Compiling regex v1.12.3
15782026-06-30T19:49:05.401Z Compiling flate2 v1.1.9
15792026-06-30T19:49:05.454Z Compiling anstyle-parse v0.2.7
15802026-06-30T19:49:05.502Z Compiling futures-executor v0.3.32
15812026-06-30T19:49:05.652Z Compiling hex v0.4.3
15822026-06-30T19:49:05.776Z Compiling hkdf v0.12.4
15832026-06-30T19:49:05.788Z Compiling crypto-bigint v0.5.5
15842026-06-30T19:49:05.817Z Compiling terminal_size v0.4.3
15852026-06-30T19:49:05.832Z Compiling snafu-derive v0.8.9
15862026-06-30T19:49:05.930Z Compiling curve25519-dalek-derive v0.1.1
15872026-06-30T19:49:05.944Z Compiling strum_macros v0.27.2
15882026-06-30T19:49:05.964Z Compiling ref-cast-impl v1.0.25
15892026-06-30T19:49:06.537Z Compiling daft-derive v0.1.7
15902026-06-30T19:49:06.594Z Compiling vergen v9.1.0
15912026-06-30T19:49:06.786Z Compiling fs-err v3.3.0
15922026-06-30T19:49:06.986Z Compiling cargo-platform v0.3.2
15932026-06-30T19:49:07.271Z Compiling ahash v0.8.12
15942026-06-30T19:49:07.285Z Compiling libbz2-rs-sys v0.2.2
15952026-06-30T19:49:07.497Z Compiling object v0.37.3
15962026-06-30T19:49:07.717Z Compiling bitflags v1.3.2
15972026-06-30T19:49:07.778Z Compiling managed v0.8.0
15982026-06-30T19:49:07.809Z Compiling foldhash v0.2.0
15992026-06-30T19:49:07.893Z Compiling same-file v1.0.6
16002026-06-30T19:49:07.907Z Compiling unicode-segmentation v1.12.0
16012026-06-30T19:49:07.965Z Compiling winnow v0.5.40
16022026-06-30T19:49:08.001Z Compiling foldhash v0.1.5
16032026-06-30T19:49:08.038Z Compiling bumpalo v3.20.2
16042026-06-30T19:49:08.069Z Compiling walkdir v2.5.0
16052026-06-30T19:49:08.098Z Compiling hashbrown v0.16.1
16062026-06-30T19:49:08.182Z Compiling hashbrown v0.15.5
16072026-06-30T19:49:08.295Z Compiling zopfli v0.8.3
16082026-06-30T19:49:08.389Z Compiling strum v0.27.2
16092026-06-30T19:49:08.585Z Compiling bzip2 v0.6.1
16102026-06-30T19:49:08.693Z Compiling snafu v0.8.9
16112026-06-30T19:49:08.737Z Compiling clap_builder v4.6.0
16122026-06-30T19:49:08.851Z Compiling daft v0.1.7
16132026-06-30T19:49:08.962Z Compiling cargo_metadata v0.23.1
16142026-06-30T19:49:09.105Z Compiling dof v0.3.0
16152026-06-30T19:49:09.161Z Compiling elliptic-curve v0.13.8
16162026-06-30T19:49:09.415Z Compiling toml_edit v0.19.15
16172026-06-30T19:49:09.752Z Compiling futures v0.3.32
16182026-06-30T19:49:09.847Z Compiling anstream v0.6.21
16192026-06-30T19:49:09.883Z Compiling phf v0.13.1
16202026-06-30T19:49:09.976Z Compiling signal-hook-mio v0.2.5
16212026-06-30T19:49:10.166Z Compiling cookie_store v0.22.1
16222026-06-30T19:49:10.408Z Compiling reqwest v0.12.28
16232026-06-30T19:49:10.492Z Compiling zstd v0.13.3
16242026-06-30T19:49:10.774Z Compiling bzip2 v0.4.4
16252026-06-30T19:49:10.846Z Compiling serde_with_macros v3.17.0
16262026-06-30T19:49:10.996Z Compiling hubpack v0.1.2
16272026-06-30T19:49:11.349Z Compiling postgres-types v0.2.12
16282026-06-30T19:49:11.915Z Compiling usdt-attr-macro v0.6.0
16292026-06-30T19:49:11.969Z Compiling usdt-macro v0.6.0
16302026-06-30T19:49:12.094Z Compiling globset v0.4.18
16312026-06-30T19:49:12.278Z Compiling dtrace-parser v0.2.0
16322026-06-30T19:49:12.730Z Compiling ed25519 v2.2.3
16332026-06-30T19:49:12.743Z Compiling phf_shared v0.11.3
16342026-06-30T19:49:12.791Z Compiling olpc-cjson v0.1.4
16352026-06-30T19:49:12.915Z Compiling pkcs1 v0.7.5
16362026-06-30T19:49:12.934Z Compiling serde_plain v1.0.2
16372026-06-30T19:49:12.961Z Compiling serde-big-array v0.5.1
16382026-06-30T19:49:13.043Z Compiling rfc6979 v0.4.0
16392026-06-30T19:49:13.118Z Compiling serde_repr v0.1.20
16402026-06-30T19:49:13.143Z Compiling strum_macros v0.26.4
16412026-06-30T19:49:13.181Z Compiling clap_derive v4.6.1
16422026-06-30T19:49:13.318Z Compiling async-recursion v1.1.1
16432026-06-30T19:49:13.639Z Compiling enum-as-inner v0.6.1
16442026-06-30T19:49:13.667Z Compiling pem v3.0.6
16452026-06-30T19:49:13.982Z Compiling float-cmp v0.10.0
16462026-06-30T19:49:14.009Z Compiling memmap2 v0.9.10
16472026-06-30T19:49:14.144Z Compiling thread-id v4.2.2
16482026-06-30T19:49:14.159Z Compiling env_filter v1.0.0
16492026-06-30T19:49:14.172Z Compiling predicates-core v1.0.10
16502026-06-30T19:49:14.235Z Compiling normalize-line-endings v0.3.0
16512026-06-30T19:49:14.248Z Compiling fixedbitset v0.5.7
16522026-06-30T19:49:14.368Z Compiling keccak v0.1.6
16532026-06-30T19:49:14.398Z Compiling jiff v0.2.21
16542026-06-30T19:49:14.514Z Compiling data-encoding v2.10.0
16552026-06-30T19:49:14.591Z Compiling either v1.15.0
16562026-06-30T19:49:14.810Z Compiling winnow v1.0.3
16572026-06-30T19:49:14.949Z Compiling static_assertions v1.1.0
16582026-06-30T19:49:15.018Z Compiling new_debug_unreachable v1.0.6
16592026-06-30T19:49:15.036Z Compiling fixedbitset v0.4.2
16602026-06-30T19:49:15.104Z Compiling difflib v0.4.0
16612026-06-30T19:49:15.126Z Compiling precomputed-hash v0.1.1
16622026-06-30T19:49:15.190Z Compiling typed-path v0.9.3
16632026-06-30T19:49:15.224Z Compiling whoami v2.1.0
16642026-06-30T19:49:15.227Z Compiling string_cache v0.8.9
16652026-06-30T19:49:15.265Z Compiling petgraph v0.6.5
16662026-06-30T19:49:15.481Z Compiling tokio-postgres v0.7.16
16672026-06-30T19:49:15.617Z Compiling predicates v3.1.4
16682026-06-30T19:49:15.674Z Compiling toml_parser v1.1.2+spec-1.1.0
16692026-06-30T19:49:15.813Z Compiling clap v4.6.1
16702026-06-30T19:49:15.907Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16712026-06-30T19:49:16.279Z Compiling toml_edit v0.22.27
16722026-06-30T19:49:16.319Z Compiling strum v0.26.3
16732026-06-30T19:49:16.433Z Compiling hickory-proto v0.25.2
16742026-06-30T19:49:16.457Z Compiling itertools v0.13.0
16752026-06-30T19:49:16.779Z Compiling sha3 v0.10.8
16762026-06-30T19:49:17.266Z Compiling zip v4.6.1
16772026-06-30T19:49:17.705Z Compiling petgraph v0.8.3
16782026-06-30T19:49:17.730Z Compiling env_logger v0.11.9
16792026-06-30T19:49:18.096Z Compiling usdt-impl v0.5.0
16802026-06-30T19:49:18.269Z Compiling usdt v0.6.0
16812026-06-30T19:49:18.547Z Compiling ecdsa v0.16.9
16822026-06-30T19:49:18.629Z Compiling rsa v0.9.10
16832026-06-30T19:49:18.692Z Compiling ed25519-dalek v2.2.0
16842026-06-30T19:49:18.767Z Compiling crossterm v0.28.1
16852026-06-30T19:49:18.960Z Compiling serde_with v3.17.0
16862026-06-30T19:49:19.388Z Compiling zip v0.6.6
16872026-06-30T19:49:19.734Z Compiling toml v0.7.8
16882026-06-30T19:49:20.127Z Compiling iddqd v0.4.2
16892026-06-30T19:49:20.679Z Compiling similar v2.7.0
16902026-06-30T19:49:20.775Z Compiling heck v0.4.1
16912026-06-30T19:49:20.802Z Compiling crossbeam-epoch v0.9.18
16922026-06-30T19:49:21.039Z Compiling tokio-stream v0.1.18
16932026-06-30T19:49:21.152Z Compiling buf-list v1.1.2
16942026-06-30T19:49:21.220Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-30T19:49:21.439Z Compiling x509-cert v0.2.5
16962026-06-30T19:49:21.456Z Compiling openapiv3 v2.2.0
16972026-06-30T19:49:21.516Z Compiling sha1 v0.10.6
16982026-06-30T19:49:21.601Z Compiling lalrpop-util v0.19.12
16992026-06-30T19:49:21.627Z Compiling peg-runtime v0.8.5
17002026-06-30T19:49:21.764Z Compiling thread_local v1.1.9
17012026-06-30T19:49:21.800Z Compiling slog-async v2.8.0
17022026-06-30T19:49:21.859Z Compiling crossbeam-channel v0.5.15
17032026-06-30T19:49:22.032Z Compiling is-terminal v0.4.17
17042026-06-30T19:49:22.098Z Compiling filetime v0.2.27
17052026-06-30T19:49:22.110Z Compiling term v1.2.1
17062026-06-30T19:49:22.135Z Compiling take_mut v0.2.2
17072026-06-30T19:49:22.280Z Compiling xattr v1.6.1
17082026-06-30T19:49:22.458Z Compiling slog-term v2.9.2
17092026-06-30T19:49:22.711Z Compiling tar v0.4.45
17102026-06-30T19:49:33.404Z Compiling rustls-webpki v0.103.9
17112026-06-30T19:49:36.128Z Compiling tokio-rustls v0.26.4
17122026-06-30T19:49:36.128Z Compiling rustls-platform-verifier v0.6.2
17132026-06-30T19:49:36.128Z Compiling tough v0.22.0
17142026-06-30T19:49:36.332Z Compiling hyper-rustls v0.27.7
17152026-06-30T19:49:36.535Z Compiling reqwest v0.13.2
17162026-06-30T19:49:38.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-06-30T19:49:38.986Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-06-30T19:49:41.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17192026-06-30T19:49:41.972Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-06-30T19:49:42.005ZJun 30 19:49:40.971 INFO Starting download, target: Cockroach
17212026-06-30T19:49:42.005ZJun 30 19:49:40.971 INFO Starting download, target: Clickhouse
17222026-06-30T19:49:42.005ZJun 30 19:49:40.971 INFO Starting download, target: Console
17232026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Starting download, target: DendriteStub
17242026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Starting download, target: MaghemiteMgd
17252026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Starting download, target: MaghemiteDdmd
17262026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Starting download, target: TransceiverControl
17272026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-06-30T19:49:42.019ZJun 30 19:49:40.971 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-06-30T19:49:42.020ZJun 30 19:49:40.971 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-30T19:49:42.020ZJun 30 19:49:40.971 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-06-30T19:49:42.679ZJun 30 19:49:41.629 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-06-30T19:49:42.923ZJun 30 19:49:41.875 INFO Download complete, target: TransceiverControl
17362026-06-30T19:49:43.762ZJun 30 19:49:42.714 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-06-30T19:49:43.782ZJun 30 19:49:42.722 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-06-30T19:49:44.033ZJun 30 19:49:42.964 INFO Download complete, target: Console
17392026-06-30T19:49:44.120ZJun 30 19:49:43.066 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-30T19:49:44.430ZJun 30 19:49:43.386 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-30T19:49:44.816ZJun 30 19:49:43.779 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-30T19:49:44.816ZJun 30 19:49:43.779 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-30T19:49:44.836ZJun 30 19:49:43.803 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-30T19:49:46.065ZJun 30 19:49:45.031 INFO Download complete, target: MaghemiteDdmd
17452026-06-30T19:49:46.945ZJun 30 19:49:45.912 INFO Download complete, target: DendriteStub
17462026-06-30T19:49:47.408ZJun 30 19:49:46.374 INFO Download complete, target: MaghemiteMgd
17472026-06-30T19:49:49.652ZJun 30 19:49:48.618 INFO Checking that binary works, target: Cockroach
17482026-06-30T19:49:49.766ZJun 30 19:49:48.733 INFO Download complete, target: Cockroach
17492026-06-30T19:49:50.717ZJun 30 19:49:49.684 INFO Checking that binary works, target: Clickhouse
17502026-06-30T19:49:50.849ZJun 30 19:49:49.815 INFO Download complete, target: Clickhouse
17512026-06-30T19:49:50.865ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-30T19:49:50.869Z
17532026-06-30T19:49:50.869Zreal 2:03.723198338
17542026-06-30T19:49:50.869Zuser 6:53.731916125
17552026-06-30T19:49:50.869Zsys 1:27.670052386
17562026-06-30T19:49:50.869Ztrap 0.235549017
17572026-06-30T19:49:50.870Ztflt 0.757488816
17582026-06-30T19:49:50.870Zdflt 0.671549285
17592026-06-30T19:49:50.870Zkflt 0.026414964
17602026-06-30T19:49:50.870Zlock 22:54.882545248
17612026-06-30T19:49:50.870Zslp 21:09.940971298
17622026-06-30T19:49:50.870Zlat 46.367407072
17632026-06-30T19:49:50.870Zstop 2:07.760515645
17642026-06-30T19:49:50.870Z+ banner hack-check
17652026-06-30T19:49:50.870Z
17662026-06-30T19:49:50.870Z # # ## #### # # #### # # ###### #### # #
17672026-06-30T19:49:50.870Z # # # # # # # # # # # # # # # # #
17682026-06-30T19:49:50.870Z ###### # # # #### ##### # ###### ##### # ####
17692026-06-30T19:49:50.870Z # # ###### # # # # # # # # # #
17702026-06-30T19:49:50.870Z # # # # # # # # # # # # # # # # #
17712026-06-30T19:49:50.870Z # # # # #### # # #### # # ###### #### # #
17722026-06-30T19:49:50.870Z
17732026-06-30T19:49:50.870Z+ export CARGO_INCREMENTAL=0
17742026-06-30T19:49:50.870Z+ CARGO_INCREMENTAL=0
17752026-06-30T19:49:50.870Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-06-30T19:49:51.332Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-30T19:49:51.581Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-30T19:49:53.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17792026-06-30T19:49:53.477Z Running `target/debug/xtask check-features --ci`
17802026-06-30T19:49:53.503Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-06-30T19:49:53.506Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-06-30T19:49:53.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17832026-06-30T19:49:53.941Z Running `target/debug/xtask download cargo-hack`
17842026-06-30T19:49:54.673Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-06-30T19:49:54.982Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-06-30T19:49:57.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17872026-06-30T19:49:57.675Z Running `target/debug/xtask-downloader cargo-hack`
17882026-06-30T19:49:57.713ZJun 30 19:49:56.680 INFO Starting download, target: CargoHack
17892026-06-30T19:49:57.716ZJun 30 19:49:56.680 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-06-30T19:49:57.906ZJun 30 19:49:56.873 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-06-30T19:49:57.957ZJun 30 19:49:56.924 INFO Download complete, target: CargoHack
17922026-06-30T19:49:57.960Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17932026-06-30T19:49:57.972Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-06-30T19:49:58.131Zinfo: running `cargo check --bins` on api_identity (1/299)
17952026-06-30T19:49:58.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-06-30T19:49:58.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-06-30T19:49:58.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-06-30T19:49:58.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17992026-06-30T19:49:58.636Z
18002026-06-30T19:49:58.636Zinfo: running `cargo check --bins` on bootstore (2/299)
18012026-06-30T19:49:59.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-30T19:49:59.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-30T19:49:59.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-30T19:49:59.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18052026-06-30T19:49:59.151Z
18062026-06-30T19:49:59.151Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18072026-06-30T19:49:59.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-30T19:49:59.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-30T19:49:59.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-30T19:49:59.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-06-30T19:49:59.657Z
18122026-06-30T19:49:59.657Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18132026-06-30T19:50:00.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-30T19:50:00.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-30T19:50:00.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-30T19:50:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-06-30T19:50:00.164Z
18182026-06-30T19:50:00.164Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18192026-06-30T19:50:00.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-30T19:50:00.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-30T19:50:00.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-30T19:50:00.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18232026-06-30T19:50:00.677Z
18242026-06-30T19:50:00.678Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18252026-06-30T19:50:01.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-30T19:50:01.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-30T19:50:01.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-30T19:50:01.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18292026-06-30T19:50:01.217Z
18302026-06-30T19:50:01.217Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18312026-06-30T19:50:01.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-30T19:50:01.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-30T19:50:01.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-30T19:50:01.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-06-30T19:50:01.744Z
18362026-06-30T19:50:01.744Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18372026-06-30T19:50:02.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-30T19:50:02.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-30T19:50:02.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-30T19:50:02.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18412026-06-30T19:50:02.273Z
18422026-06-30T19:50:02.273Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18432026-06-30T19:50:02.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-30T19:50:02.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-30T19:50:02.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-30T19:50:02.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18472026-06-30T19:50:02.669Z
18482026-06-30T19:50:02.669Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18492026-06-30T19:50:03.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-30T19:50:03.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-30T19:50:03.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-30T19:50:03.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18532026-06-30T19:50:03.070Z
18542026-06-30T19:50:03.070Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18552026-06-30T19:50:03.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-30T19:50:03.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-30T19:50:03.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-30T19:50:03.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-06-30T19:50:03.462Z
18602026-06-30T19:50:03.462Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18612026-06-30T19:50:03.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-30T19:50:03.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-30T19:50:03.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-30T19:50:03.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-06-30T19:50:03.856Z
18662026-06-30T19:50:03.856Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18672026-06-30T19:50:04.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-30T19:50:04.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-30T19:50:04.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-30T19:50:04.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-06-30T19:50:04.250Z
18722026-06-30T19:50:04.250Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18732026-06-30T19:50:04.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-30T19:50:04.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-30T19:50:04.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-30T19:50:04.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-06-30T19:50:04.639Z
18782026-06-30T19:50:04.640Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18792026-06-30T19:50:04.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-30T19:50:04.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-30T19:50:04.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-30T19:50:04.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-06-30T19:50:05.039Z
18842026-06-30T19:50:05.039Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18852026-06-30T19:50:05.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-30T19:50:05.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-30T19:50:05.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-30T19:50:05.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-06-30T19:50:05.420Z
18902026-06-30T19:50:05.420Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18912026-06-30T19:50:05.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-30T19:50:05.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-30T19:50:05.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-30T19:50:05.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-06-30T19:50:05.814Z
18962026-06-30T19:50:05.814Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
18972026-06-30T19:50:06.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-30T19:50:06.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-30T19:50:06.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-30T19:50:06.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-06-30T19:50:06.208Z
19022026-06-30T19:50:06.208Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19032026-06-30T19:50:06.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-30T19:50:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-30T19:50:06.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-30T19:50:06.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-06-30T19:50:06.603Z
19082026-06-30T19:50:06.604Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19092026-06-30T19:50:06.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-30T19:50:06.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-30T19:50:06.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-30T19:50:06.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-06-30T19:50:06.999Z
19142026-06-30T19:50:06.999Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19152026-06-30T19:50:07.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-30T19:50:07.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-30T19:50:07.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-30T19:50:07.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-06-30T19:50:07.398Z
19202026-06-30T19:50:07.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19212026-06-30T19:50:07.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-30T19:50:07.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-30T19:50:07.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-30T19:50:07.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-30T19:50:07.795Z
19262026-06-30T19:50:07.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19272026-06-30T19:50:08.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-30T19:50:08.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-30T19:50:08.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-30T19:50:08.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-06-30T19:50:08.192Z
19322026-06-30T19:50:08.192Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19332026-06-30T19:50:08.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-30T19:50:08.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-30T19:50:08.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-30T19:50:08.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-30T19:50:08.588Z
19382026-06-30T19:50:08.588Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19392026-06-30T19:50:08.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-30T19:50:08.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-30T19:50:08.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-30T19:50:08.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-06-30T19:50:08.981Z
19442026-06-30T19:50:08.981Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19452026-06-30T19:50:09.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-30T19:50:09.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-30T19:50:09.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-30T19:50:09.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-06-30T19:50:09.375Z
19502026-06-30T19:50:09.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19512026-06-30T19:50:09.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-30T19:50:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-30T19:50:09.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-30T19:50:09.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-06-30T19:50:09.774Z
19562026-06-30T19:50:09.774Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19572026-06-30T19:50:10.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-30T19:50:10.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-30T19:50:10.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-30T19:50:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-06-30T19:50:10.165Z
19622026-06-30T19:50:10.165Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19632026-06-30T19:50:10.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-30T19:50:10.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-30T19:50:10.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-30T19:50:10.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-06-30T19:50:10.559Z
19682026-06-30T19:50:10.559Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19692026-06-30T19:50:10.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-30T19:50:10.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-30T19:50:10.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-30T19:50:10.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-06-30T19:50:10.955Z
19742026-06-30T19:50:10.955Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19752026-06-30T19:50:11.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-30T19:50:11.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-30T19:50:11.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-30T19:50:11.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-06-30T19:50:11.353Z
19802026-06-30T19:50:11.353Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19812026-06-30T19:50:11.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-30T19:50:11.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-30T19:50:11.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-30T19:50:11.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-06-30T19:50:11.752Z
19862026-06-30T19:50:11.752Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19872026-06-30T19:50:12.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-30T19:50:12.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-30T19:50:12.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-30T19:50:12.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-06-30T19:50:12.152Z
19922026-06-30T19:50:12.152Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
19932026-06-30T19:50:12.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-30T19:50:12.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-30T19:50:12.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-30T19:50:12.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-06-30T19:50:12.544Z
19982026-06-30T19:50:12.544Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
19992026-06-30T19:50:12.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-30T19:50:12.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-30T19:50:12.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-30T19:50:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-06-30T19:50:12.942Z
20042026-06-30T19:50:12.942Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20052026-06-30T19:50:13.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-30T19:50:13.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-30T19:50:13.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-30T19:50:13.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-06-30T19:50:13.341Z
20102026-06-30T19:50:13.341Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20112026-06-30T19:50:13.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-30T19:50:13.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-30T19:50:13.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-30T19:50:13.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-06-30T19:50:13.740Z
20162026-06-30T19:50:13.740Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20172026-06-30T19:50:14.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-30T19:50:14.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-30T19:50:14.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-30T19:50:14.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-06-30T19:50:14.136Z
20222026-06-30T19:50:14.136Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20232026-06-30T19:50:14.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-30T19:50:14.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-30T19:50:14.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-30T19:50:14.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-06-30T19:50:14.529Z
20282026-06-30T19:50:14.529Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20292026-06-30T19:50:14.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-30T19:50:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-30T19:50:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-30T19:50:14.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-06-30T19:50:14.926Z
20342026-06-30T19:50:14.926Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20352026-06-30T19:50:15.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-30T19:50:15.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-30T19:50:15.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-30T19:50:15.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-06-30T19:50:15.323Z
20402026-06-30T19:50:15.323Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20412026-06-30T19:50:15.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-30T19:50:15.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-30T19:50:15.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-30T19:50:15.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-06-30T19:50:15.720Z
20462026-06-30T19:50:15.720Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20472026-06-30T19:50:16.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-30T19:50:16.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-30T19:50:16.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-30T19:50:16.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-06-30T19:50:16.121Z
20522026-06-30T19:50:16.121Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20532026-06-30T19:50:16.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-30T19:50:16.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-30T19:50:16.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-30T19:50:16.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-06-30T19:50:16.517Z
20582026-06-30T19:50:16.517Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20592026-06-30T19:50:16.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-30T19:50:16.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-30T19:50:16.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-30T19:50:16.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-06-30T19:50:16.913Z
20642026-06-30T19:50:16.913Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20652026-06-30T19:50:17.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-30T19:50:17.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-30T19:50:17.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-30T19:50:17.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-06-30T19:50:17.310Z
20702026-06-30T19:50:17.310Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20712026-06-30T19:50:17.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-30T19:50:17.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-30T19:50:17.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-30T19:50:17.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-06-30T19:50:17.710Z
20762026-06-30T19:50:17.710Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20772026-06-30T19:50:18.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-30T19:50:18.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-30T19:50:18.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-30T19:50:18.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-06-30T19:50:18.111Z
20822026-06-30T19:50:18.111Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20832026-06-30T19:50:18.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-30T19:50:18.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-30T19:50:18.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-30T19:50:18.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20872026-06-30T19:50:18.672Z
20882026-06-30T19:50:18.672Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20892026-06-30T19:50:19.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-30T19:50:19.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-30T19:50:19.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-30T19:50:19.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-06-30T19:50:19.233Z
20942026-06-30T19:50:19.233Zinfo: running `cargo check --bins` on nexus-config (51/299)
20952026-06-30T19:50:19.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-30T19:50:19.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-30T19:50:19.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-30T19:50:19.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-06-30T19:50:19.797Z
21002026-06-30T19:50:19.797Zinfo: running `cargo check --bins` on nexus-types (52/299)
21012026-06-30T19:50:20.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-30T19:50:20.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-30T19:50:20.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-30T19:50:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21052026-06-30T19:50:20.366Z
21062026-06-30T19:50:20.366Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21072026-06-30T19:50:20.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-30T19:50:20.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-30T19:50:20.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-30T19:50:20.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21112026-06-30T19:50:20.899Z
21122026-06-30T19:50:20.899Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21132026-06-30T19:50:21.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-30T19:50:21.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-30T19:50:21.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-30T19:50:21.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21172026-06-30T19:50:21.411Z
21182026-06-30T19:50:21.411Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21192026-06-30T19:50:21.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-30T19:50:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-30T19:50:21.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-30T19:50:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21232026-06-30T19:50:21.946Z
21242026-06-30T19:50:21.946Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21252026-06-30T19:50:22.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-30T19:50:22.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-30T19:50:22.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-30T19:50:22.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21292026-06-30T19:50:22.486Z
21302026-06-30T19:50:22.486Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21312026-06-30T19:50:22.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-30T19:50:22.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-30T19:50:22.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-30T19:50:22.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21352026-06-30T19:50:23.032Z
21362026-06-30T19:50:23.032Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21372026-06-30T19:50:23.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-30T19:50:23.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-30T19:50:23.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-30T19:50:23.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21412026-06-30T19:50:23.576Z
21422026-06-30T19:50:23.576Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21432026-06-30T19:50:24.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-30T19:50:24.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-30T19:50:24.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-30T19:50:24.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21472026-06-30T19:50:24.096Z
21482026-06-30T19:50:24.096Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21492026-06-30T19:50:24.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-30T19:50:24.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-30T19:50:24.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-30T19:50:24.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-06-30T19:50:24.610Z
21542026-06-30T19:50:24.610Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21552026-06-30T19:50:25.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-30T19:50:25.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-30T19:50:25.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-30T19:50:25.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21592026-06-30T19:50:25.131Z
21602026-06-30T19:50:25.131Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21612026-06-30T19:50:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-30T19:50:25.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-30T19:50:25.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-30T19:50:25.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-06-30T19:50:25.646Z
21662026-06-30T19:50:25.646Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21672026-06-30T19:50:26.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-30T19:50:26.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-30T19:50:26.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-30T19:50:26.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21712026-06-30T19:50:26.176Z
21722026-06-30T19:50:26.177Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21732026-06-30T19:50:26.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-30T19:50:26.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-30T19:50:26.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-30T19:50:26.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21772026-06-30T19:50:26.708Z
21782026-06-30T19:50:26.708Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21792026-06-30T19:50:27.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-30T19:50:27.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-30T19:50:27.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-30T19:50:27.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-06-30T19:50:27.225Z
21842026-06-30T19:50:27.225Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21852026-06-30T19:50:27.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-30T19:50:27.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-30T19:50:27.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-30T19:50:27.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-06-30T19:50:27.739Z
21902026-06-30T19:50:27.739Zinfo: running `cargo check --bins` on ereport-types (67/299)
21912026-06-30T19:50:28.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-30T19:50:28.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-30T19:50:28.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-30T19:50:28.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21952026-06-30T19:50:28.259Z
21962026-06-30T19:50:28.259Zinfo: running `cargo check --bins` on gateway-client (68/299)
21972026-06-30T19:50:28.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-30T19:50:28.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-30T19:50:28.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-30T19:50:28.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22012026-06-30T19:50:28.783Z
22022026-06-30T19:50:28.783Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22032026-06-30T19:50:29.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-30T19:50:29.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-30T19:50:29.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-30T19:50:29.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-06-30T19:50:29.311Z
22082026-06-30T19:50:29.311Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22092026-06-30T19:50:29.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-30T19:50:29.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-30T19:50:29.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-30T19:50:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-06-30T19:50:29.835Z
22142026-06-30T19:50:29.835Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22152026-06-30T19:50:30.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-30T19:50:30.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-30T19:50:30.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-30T19:50:30.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-06-30T19:50:30.364Z
22202026-06-30T19:50:30.364Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22212026-06-30T19:50:30.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-30T19:50:30.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-30T19:50:30.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-30T19:50:30.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-06-30T19:50:30.893Z
22262026-06-30T19:50:30.893Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22272026-06-30T19:50:31.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-30T19:50:31.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-30T19:50:31.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-30T19:50:31.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22312026-06-30T19:50:31.432Z
22322026-06-30T19:50:31.432Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22332026-06-30T19:50:31.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-30T19:50:31.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-30T19:50:31.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-30T19:50:31.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-06-30T19:50:31.973Z
22382026-06-30T19:50:31.973Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22392026-06-30T19:50:32.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-30T19:50:32.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-30T19:50:32.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-30T19:50:32.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22432026-06-30T19:50:32.485Z
22442026-06-30T19:50:32.485Zinfo: running `cargo check --bins` on oxlog (76/299)
22452026-06-30T19:50:32.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-30T19:50:32.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-30T19:50:33.046Z Checking cfg-if v1.0.4
22482026-06-30T19:50:33.049Z Checking libc v0.2.185
22492026-06-30T19:50:33.049Z Checking serde_core v1.0.228
22502026-06-30T19:50:33.159Z Checking zeroize v1.8.2
22512026-06-30T19:50:33.166Z Checking memchr v2.8.0
22522026-06-30T19:50:33.174Z Checking log v0.4.29
22532026-06-30T19:50:33.182Z Checking smallvec v1.15.1
22542026-06-30T19:50:33.194Z Checking typenum v1.19.0
22552026-06-30T19:50:33.206Z Checking subtle v2.6.1
22562026-06-30T19:50:33.302Z Checking itoa v1.0.17
22572026-06-30T19:50:33.339Z Checking scopeguard v1.2.0
22582026-06-30T19:50:33.359Z Checking stable_deref_trait v1.2.1
22592026-06-30T19:50:33.363Z Checking const-oid v0.9.6
22602026-06-30T19:50:33.428Z Checking zerofrom v0.1.6
22612026-06-30T19:50:33.443Z Checking lock_api v0.4.14
22622026-06-30T19:50:33.457Z Checking pin-project-lite v0.2.17
22632026-06-30T19:50:33.542Z Checking yoke v0.8.1
22642026-06-30T19:50:33.555Z Checking getrandom v0.2.17
22652026-06-30T19:50:33.555Z Checking errno v0.3.14
22662026-06-30T19:50:33.576Z Checking parking_lot_core v0.9.12
22672026-06-30T19:50:33.638Z Checking portable-atomic v1.13.1
22682026-06-30T19:50:33.666Z Checking signal-hook-registry v1.4.8
22692026-06-30T19:50:33.700Z Checking rand_core v0.6.4
22702026-06-30T19:50:33.700Z Checking zerovec v0.11.5
22712026-06-30T19:50:33.796Z Checking critical-section v1.2.0
22722026-06-30T19:50:33.829Z Checking futures-core v0.3.32
22732026-06-30T19:50:33.885Z Checking generic-array v0.14.7
22742026-06-30T19:50:33.888Z Checking parking_lot v0.12.5
22752026-06-30T19:50:33.908Z Checking mio v1.2.0
22762026-06-30T19:50:33.951Z Checking zerocopy v0.8.40
22772026-06-30T19:50:34.047Z Checking once_cell v1.21.3
22782026-06-30T19:50:34.060Z Checking zmij v1.0.21
22792026-06-30T19:50:34.078Z Checking socket2 v0.6.3
22802026-06-30T19:50:34.154Z Checking tinystr v0.8.2
22812026-06-30T19:50:34.191Z Checking libm v0.2.16
22822026-06-30T19:50:34.223Z Checking litemap v0.8.1
22832026-06-30T19:50:34.273Z Checking percent-encoding v2.3.2
22842026-06-30T19:50:34.322Z Checking writeable v0.6.2
22852026-06-30T19:50:34.335Z Checking equivalent v1.0.2
22862026-06-30T19:50:34.357Z Checking crypto-common v0.1.7
22872026-06-30T19:50:34.397Z Checking block-buffer v0.10.4
22882026-06-30T19:50:34.413Z Checking potential_utf v0.1.4
22892026-06-30T19:50:34.425Z Checking zerotrie v0.2.3
22902026-06-30T19:50:34.494Z Checking icu_locale_core v2.1.1
22912026-06-30T19:50:34.498Z Checking futures-sink v0.3.32
22922026-06-30T19:50:34.535Z Checking digest v0.10.7
22932026-06-30T19:50:34.547Z Checking icu_collections v2.1.1
22942026-06-30T19:50:34.586Z Checking futures-channel v0.3.32
22952026-06-30T19:50:34.671Z Checking cpufeatures v0.2.17
22962026-06-30T19:50:34.687Z Checking serde v1.0.228
22972026-06-30T19:50:34.733Z Checking bitflags v2.11.0
22982026-06-30T19:50:34.745Z Checking serde_json v1.0.150
22992026-06-30T19:50:34.784Z Checking futures-task v0.3.32
23002026-06-30T19:50:34.861Z Checking slab v0.4.12
23012026-06-30T19:50:34.899Z Checking futures-io v0.3.32
23022026-06-30T19:50:34.912Z Checking num-traits v0.2.19
23032026-06-30T19:50:34.924Z Checking hmac v0.12.1
23042026-06-30T19:50:35.015Z Checking futures-util v0.3.32
23052026-06-30T19:50:35.027Z Checking icu_properties_data v2.1.2
23062026-06-30T19:50:35.044Z Checking icu_provider v2.1.1
23072026-06-30T19:50:35.056Z Checking icu_normalizer_data v2.1.1
23082026-06-30T19:50:35.095Z Checking bytes v1.11.1
23092026-06-30T19:50:35.124Z Checking hashbrown v0.17.0
23102026-06-30T19:50:35.151Z Checking rand_core v0.10.0
23112026-06-30T19:50:35.280Z Checking icu_normalizer v2.1.1
23122026-06-30T19:50:35.296Z Checking getrandom v0.4.1
23132026-06-30T19:50:35.428Z Checking icu_properties v2.1.2
23142026-06-30T19:50:35.442Z Checking block-padding v0.3.3
23152026-06-30T19:50:35.459Z Checking utf8_iter v1.0.4
23162026-06-30T19:50:35.542Z Checking tokio v1.52.1
23172026-06-30T19:50:35.574Z Checking inout v0.1.4
23182026-06-30T19:50:35.587Z Checking sha2 v0.10.9
23192026-06-30T19:50:35.598Z Checking form_urlencoded v1.2.2
23202026-06-30T19:50:35.610Z Checking indexmap v2.14.0
23212026-06-30T19:50:35.716Z Checking cipher v0.4.4
23222026-06-30T19:50:35.728Z Checking getrandom v0.3.4
23232026-06-30T19:50:35.875Z Checking fnv v1.0.7
23242026-06-30T19:50:35.888Z Checking base64ct v1.8.3
23252026-06-30T19:50:35.933Z Checking byteorder v1.5.0
23262026-06-30T19:50:35.972Z Checking flagset v0.4.7
23272026-06-30T19:50:36.099Z Checking rand_core v0.9.5
23282026-06-30T19:50:36.124Z Checking pem-rfc7468 v0.7.0
23292026-06-30T19:50:36.137Z Checking http v1.4.2
23302026-06-30T19:50:36.183Z Checking regex-syntax v0.8.10
23312026-06-30T19:50:36.276Z Checking salsa20 v0.10.2
23322026-06-30T19:50:36.289Z Checking der v0.7.10
23332026-06-30T19:50:36.300Z Checking idna_adapter v1.2.1
23342026-06-30T19:50:36.408Z Checking uuid v1.23.4
23352026-06-30T19:50:36.420Z Checking idna v1.1.0
23362026-06-30T19:50:36.666Z Checking url v2.5.8
23372026-06-30T19:50:36.712Z Checking pbkdf2 v0.12.2
23382026-06-30T19:50:36.729Z Checking rustix v1.1.3
23392026-06-30T19:50:36.828Z Checking tracing-core v0.1.36
23402026-06-30T19:50:36.835Z Checking ppv-lite86 v0.2.21
23412026-06-30T19:50:37.015Z Checking base64 v0.22.1
23422026-06-30T19:50:37.029Z Checking spki v0.7.3
23432026-06-30T19:50:37.110Z Checking iana-time-zone v0.1.65
23442026-06-30T19:50:37.134Z Checking tracing v0.1.44
23452026-06-30T19:50:37.137Z Checking rand_chacha v0.9.0
23462026-06-30T19:50:37.196Z Checking scrypt v0.11.0
23472026-06-30T19:50:37.219Z Checking chrono v0.4.44
23482026-06-30T19:50:37.257Z Checking http-body v1.0.1
23492026-06-30T19:50:37.343Z Checking cbc v0.1.2
23502026-06-30T19:50:37.352Z Checking aes v0.8.4
23512026-06-30T19:50:37.360Z Checking rustls-pki-types v1.14.0
23522026-06-30T19:50:37.390Z Checking tinyvec_macros v0.1.1
23532026-06-30T19:50:37.461Z Checking openssl-probe v0.2.1
23542026-06-30T19:50:37.484Z Checking tinyvec v1.10.0
23552026-06-30T19:50:37.539Z Checking rand v0.9.2
23562026-06-30T19:50:37.569Z Checking aws-lc-sys v0.40.0
23572026-06-30T19:50:37.596Z Checking tower-layer v0.3.3
23582026-06-30T19:50:37.662Z Checking atomic-waker v1.1.2
23592026-06-30T19:50:37.735Z Checking untrusted v0.7.1
23602026-06-30T19:50:37.746Z Checking pkcs5 v0.7.1
23612026-06-30T19:50:37.758Z Checking try-lock v0.2.5
23622026-06-30T19:50:37.782Z Checking tower-service v0.3.3
23632026-06-30T19:50:37.846Z Checking ipnet v2.11.0
23642026-06-30T19:50:37.870Z Checking want v0.3.1
23652026-06-30T19:50:37.918Z Checking httparse v1.10.1
23662026-06-30T19:50:37.982Z Checking aho-corasick v1.1.4
23672026-06-30T19:50:38.003Z Checking pkcs8 v0.10.2
23682026-06-30T19:50:38.028Z Checking fastrand v2.3.0
23692026-06-30T19:50:38.079Z Checking aws-lc-rs v1.16.3
23702026-06-30T19:50:38.092Z Checking untrusted v0.9.0
23712026-06-30T19:50:38.108Z Checking httpdate v1.0.3
23722026-06-30T19:50:38.124Z Checking foreign-types-shared v0.1.1
23732026-06-30T19:50:38.185Z Checking dyn-clone v1.0.20
23742026-06-30T19:50:38.198Z Checking plain v0.2.3
23752026-06-30T19:50:38.202Z Checking utf8parse v0.2.2
23762026-06-30T19:50:38.228Z Checking tempfile v3.25.0
23772026-06-30T19:50:38.256Z Checking foreign-types v0.3.2
23782026-06-30T19:50:38.285Z Checking unicode-normalization v0.1.25
23792026-06-30T19:50:38.309Z Checking semver v1.0.28
23802026-06-30T19:50:38.323Z Checking openssl-sys v0.9.115
23812026-06-30T19:50:38.327Z Checking spin v0.9.8
23822026-06-30T19:50:38.424Z Checking unicode-ident v1.0.24
23832026-06-30T19:50:38.518Z Checking anstyle v1.0.14
23842026-06-30T19:50:38.525Z Checking ucd-trie v0.1.7
23852026-06-30T19:50:38.542Z Checking proc-macro2 v1.0.106
23862026-06-30T19:50:38.666Z Checking pest v2.8.6
23872026-06-30T19:50:38.683Z Checking regex-automata v0.4.14
23882026-06-30T19:50:38.698Z Checking openssl v0.10.79
23892026-06-30T19:50:38.715Z Checking schemars v0.8.22
23902026-06-30T19:50:38.739Z Checking thiserror v2.0.18
23912026-06-30T19:50:38.827Z Checking sync_wrapper v1.0.2
23922026-06-30T19:50:38.860Z Checking wait-timeout v0.2.1
23932026-06-30T19:50:38.897Z Checking tokio-util v0.7.18
23942026-06-30T19:50:38.931Z Checking simd-adler32 v0.3.8
23952026-06-30T19:50:38.951Z Checking rustls-webpki v0.103.9
23962026-06-30T19:50:38.972Z Checking bit-vec v0.8.0
23972026-06-30T19:50:39.097Z Checking anstyle-query v1.1.5
23982026-06-30T19:50:39.172Z Checking quick-error v1.2.3
23992026-06-30T19:50:39.189Z Checking siphasher v1.0.2
24002026-06-30T19:50:39.277Z Checking is_terminal_polyfill v1.70.2
24012026-06-30T19:50:39.351Z Checking powerfmt v0.2.0
24022026-06-30T19:50:39.361Z Checking rustls v0.23.41
24032026-06-30T19:50:39.364Z Checking pretty-hex v0.4.1
24042026-06-30T19:50:39.384Z Checking colorchoice v1.0.4
24052026-06-30T19:50:39.481Z Checking rusty-fork v0.3.1
24062026-06-30T19:50:39.494Z Checking bit-set v0.8.0
24072026-06-30T19:50:39.507Z Checking deranged v0.5.8
24082026-06-30T19:50:39.510Z Checking h2 v0.4.15
24092026-06-30T19:50:39.641Z Checking tower v0.5.3
24102026-06-30T19:50:39.654Z Checking quote v1.0.45
24112026-06-30T19:50:39.752Z Compiling newtype-uuid v1.3.2
24122026-06-30T19:50:39.827Z Checking http-body-util v0.1.3
24132026-06-30T19:50:39.938Z Checking crossbeam-utils v0.8.21
24142026-06-30T19:50:40.027Z Checking rand_xorshift v0.4.0
24152026-06-30T19:50:40.050Z Checking crc32fast v1.5.0
24162026-06-30T19:50:40.153Z Checking scroll v0.13.0
24172026-06-30T19:50:40.195Z Checking signature v2.2.0
24182026-06-30T19:50:40.294Z Checking unarray v0.1.4
24192026-06-30T19:50:40.327Z Checking num_threads v0.1.7
24202026-06-30T19:50:40.385Z Checking unicode-bidi v0.3.18
24212026-06-30T19:50:40.397Z Checking num-conv v0.2.0
24222026-06-30T19:50:40.412Z Checking iri-string v0.7.10
24232026-06-30T19:50:40.468Z Checking unicode-properties v0.1.4
24242026-06-30T19:50:40.514Z Checking ryu v1.0.23
24252026-06-30T19:50:40.586Z Checking allocator-api2 v0.2.21
24262026-06-30T19:50:40.659Z Checking adler2 v2.0.1
24272026-06-30T19:50:40.676Z Checking time-core v0.1.8
24282026-06-30T19:50:40.706Z Checking stringprep v0.1.5
24292026-06-30T19:50:40.766Z Checking miniz_oxide v0.8.9
24302026-06-30T19:50:40.778Z Checking native-tls v0.2.18
24312026-06-30T19:50:40.818Z Checking time v0.3.47
24322026-06-30T19:50:40.861Z Checking serde_urlencoded v0.7.1
24332026-06-30T19:50:40.886Z Checking bstr v1.12.1
24342026-06-30T19:50:40.959Z Checking tokio-native-tls v0.3.1
24352026-06-30T19:50:41.071Z Checking proptest v1.10.0
24362026-06-30T19:50:41.123Z Checking goblin v0.10.5
24372026-06-30T19:50:41.135Z Checking crossbeam-epoch v0.9.18
24382026-06-30T19:50:41.290Z Compiling daft v0.1.7
24392026-06-30T19:50:41.360Z Checking syn v2.0.117
24402026-06-30T19:50:41.532Z Checking tower-http v0.6.8
24412026-06-30T19:50:41.577Z Checking ipnetwork v0.21.1
24422026-06-30T19:50:41.699Z Checking anstyle-parse v1.0.0
24432026-06-30T19:50:41.788Z Checking rustls-native-certs v0.8.3
24442026-06-30T19:50:41.801Z Checking rand_chacha v0.3.1
24452026-06-30T19:50:41.854Z Checking thiserror v1.0.69
24462026-06-30T19:50:41.921Z Checking scroll v0.12.0
24472026-06-30T19:50:41.952Z Checking hash32 v0.2.1
24482026-06-30T19:50:41.975Z Checking zstd-sys v2.0.16+zstd.1.5.7
24492026-06-30T19:50:42.012Z Checking num-integer v0.1.46
24502026-06-30T19:50:42.087Z Checking toml_datetime v0.6.11
24512026-06-30T19:50:42.109Z Checking serde_spanned v0.6.9
24522026-06-30T19:50:42.156Z Checking md-5 v0.10.6
24532026-06-30T19:50:42.234Z Checking ff v0.13.1
24542026-06-30T19:50:42.248Z Checking encoding_rs v0.8.35
24552026-06-30T19:50:42.274Z Checking mime v0.3.17
24562026-06-30T19:50:42.295Z Checking zlib-rs v0.6.2
24572026-06-30T19:50:42.366Z Checking psl-types v2.0.11
24582026-06-30T19:50:42.450Z Checking fallible-iterator v0.2.0
24592026-06-30T19:50:42.469Z Checking hyper v1.10.1
24602026-06-30T19:50:42.483Z Checking base16ct v0.2.0
24612026-06-30T19:50:42.607Z Checking sec1 v0.7.3
24622026-06-30T19:50:42.728Z Checking postgres-protocol v0.6.10
24632026-06-30T19:50:42.822Z Checking publicsuffix v2.3.0
24642026-06-30T19:50:42.987Z Checking group v0.13.0
24652026-06-30T19:50:43.050Z Checking num-iter v0.1.45
24662026-06-30T19:50:43.064Z Checking goblin v0.8.2
24672026-06-30T19:50:43.138Z Checking heapless v0.7.17
24682026-06-30T19:50:43.167Z Checking zstd-safe v7.2.4
24692026-06-30T19:50:43.190Z Checking flate2 v1.1.9
24702026-06-30T19:50:43.210Z Checking rand v0.8.6
24712026-06-30T19:50:43.334Z Checking cookie v0.18.1
24722026-06-30T19:50:43.443Z Checking hyper-util v0.1.20
24732026-06-30T19:50:43.481Z Checking dof v0.4.0
24742026-06-30T19:50:43.493Z Checking anstream v1.0.0
24752026-06-30T19:50:43.568Z Checking oxnet v0.1.6
24762026-06-30T19:50:43.571Z Compiling iddqd v0.4.2
24772026-06-30T19:50:43.693Z Checking tokio-rustls v0.26.4
24782026-06-30T19:50:43.712Z Checking dtrace-parser v0.3.0
24792026-06-30T19:50:43.744Z Checking phf_shared v0.13.1
24802026-06-30T19:50:43.841Z Checking lazy_static v1.5.0
24812026-06-30T19:50:43.924Z Checking anstyle-parse v0.2.7
24822026-06-30T19:50:43.936Z Checking pin-project v1.1.11
24832026-06-30T19:50:43.948Z Checking zerocopy v0.7.35
24842026-06-30T19:50:43.951Z Checking terminal_size v0.4.3
24852026-06-30T19:50:44.026Z Checking bzip2-sys v0.1.13+1.0.8
24862026-06-30T19:50:44.069Z Checking signal-hook v0.3.18
24872026-06-30T19:50:44.082Z Checking futures-executor v0.3.32
24882026-06-30T19:50:44.111Z Checking hex v0.4.3
24892026-06-30T19:50:44.130Z Checking hkdf v0.12.4
24902026-06-30T19:50:44.227Z Checking crypto-bigint v0.5.5
24912026-06-30T19:50:44.259Z Checking thread-id v5.1.0
24922026-06-30T19:50:44.272Z Checking either v1.15.0
24932026-06-30T19:50:44.333Z Checking same-file v1.0.6
24942026-06-30T19:50:44.346Z Checking foldhash v0.2.0
24952026-06-30T19:50:44.439Z Checking managed v0.8.0
24962026-06-30T19:50:44.453Z Checking winnow v0.5.40
24972026-06-30T19:50:44.465Z Checking foldhash v0.1.5
24982026-06-30T19:50:44.504Z Checking libbz2-rs-sys v0.2.2
24992026-06-30T19:50:44.599Z Compiling rayon-core v1.13.0
25002026-06-30T19:50:44.629Z Checking bumpalo v3.20.2
25012026-06-30T19:50:44.745Z Checking hyper-tls v0.6.0
25022026-06-30T19:50:44.783Z Checking strsim v0.11.1
25032026-06-30T19:50:44.836Z Checking clap_lex v1.0.0
25042026-06-30T19:50:44.899Z Checking bitflags v1.3.2
25052026-06-30T19:50:44.911Z Checking bzip2 v0.6.1
25062026-06-30T19:50:44.925Z Checking reqwest v0.12.28
25072026-06-30T19:50:44.947Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082026-06-30T19:50:44.977Z Checking smoltcp v0.9.1
25092026-06-30T19:50:44.989Z Checking clap_builder v4.6.0
25102026-06-30T19:50:45.016Z Checking dof v0.3.0
25112026-06-30T19:50:45.079Z Checking zopfli v0.8.3
25122026-06-30T19:50:45.150Z Checking hyper-rustls v0.27.7
25132026-06-30T19:50:45.171Z Checking elliptic-curve v0.13.8
25142026-06-30T19:50:45.305Z Checking hashbrown v0.15.5
25152026-06-30T19:50:45.356Z Checking hashbrown v0.16.1
25162026-06-30T19:50:45.410Z Checking walkdir v2.5.0
25172026-06-30T19:50:45.478Z Checking usdt-impl v0.6.0
25182026-06-30T19:50:45.577Z Checking signal-hook-mio v0.2.5
25192026-06-30T19:50:45.591Z Checking futures v0.3.32
25202026-06-30T19:50:45.667Z Checking toml_edit v0.19.15
25212026-06-30T19:50:45.679Z Checking bzip2 v0.4.4
25222026-06-30T19:50:45.690Z Checking anstream v0.6.21
25232026-06-30T19:50:45.710Z Checking snafu v0.8.9
25242026-06-30T19:50:45.790Z Checking phf v0.13.1
25252026-06-30T19:50:45.806Z Checking num-bigint-dig v0.8.6
25262026-06-30T19:50:45.893Z Checking cookie_store v0.22.1
25272026-06-30T19:50:45.906Z Checking zstd v0.13.3
25282026-06-30T19:50:45.940Z Checking postgres-types v0.2.12
25292026-06-30T19:50:45.960Z Checking dtrace-parser v0.2.0
25302026-06-30T19:50:46.096Z Checking rustls-platform-verifier v0.6.2
25312026-06-30T19:50:46.102Z Checking crossbeam-deque v0.8.6
25322026-06-30T19:50:46.202Z Checking globset v0.4.18
25332026-06-30T19:50:46.234Z Checking regex v1.12.3
25342026-06-30T19:50:46.246Z Checking ed25519 v2.2.3
25352026-06-30T19:50:46.264Z Checking phf_shared v0.11.3
25362026-06-30T19:50:46.283Z Checking olpc-cjson v0.1.4
25372026-06-30T19:50:46.296Z Checking curve25519-dalek v4.1.3
25382026-06-30T19:50:46.405Z Checking ref-cast v1.0.25
25392026-06-30T19:50:46.419Z Checking strum v0.27.2
25402026-06-30T19:50:46.430Z Checking hubpack v0.1.2
25412026-06-30T19:50:46.459Z Checking memoffset v0.9.1
25422026-06-30T19:50:46.502Z Checking rustix v0.38.44
25432026-06-30T19:50:46.516Z Checking pkcs1 v0.7.5
25442026-06-30T19:50:46.529Z Checking pem v3.0.6
25452026-06-30T19:50:46.541Z Checking float-cmp v0.10.0
25462026-06-30T19:50:46.595Z Checking erased-serde v0.3.31
25472026-06-30T19:50:46.653Z Checking serde-big-array v0.5.1
25482026-06-30T19:50:46.667Z Checking serde_plain v1.0.2
25492026-06-30T19:50:46.685Z Checking rfc6979 v0.4.0
25502026-06-30T19:50:46.727Z Checking memmap2 v0.9.10
25512026-06-30T19:50:46.769Z Checking thread-id v4.2.2
25522026-06-30T19:50:46.787Z Checking env_filter v1.0.0
25532026-06-30T19:50:46.804Z Checking keccak v0.1.6
25542026-06-30T19:50:46.815Z Checking normalize-line-endings v0.3.0
25552026-06-30T19:50:46.846Z Checking predicates-core v1.0.10
25562026-06-30T19:50:46.888Z Checking jiff v0.2.21
25572026-06-30T19:50:46.901Z Checking data-encoding v2.10.0
25582026-06-30T19:50:46.934Z Checking precomputed-hash v0.1.1
25592026-06-30T19:50:46.965Z Checking static_assertions v1.1.0
25602026-06-30T19:50:46.965Z Checking toml_write v0.1.2
25612026-06-30T19:50:46.995Z Checking whoami v2.1.0
25622026-06-30T19:50:47.013Z Checking difflib v0.4.0
25632026-06-30T19:50:47.035Z Checking typed-path v0.9.3
25642026-06-30T19:50:47.112Z Checking fixedbitset v0.5.7
25652026-06-30T19:50:47.144Z Checking new_debug_unreachable v1.0.6
25662026-06-30T19:50:47.184Z Checking fixedbitset v0.4.2
25672026-06-30T19:50:47.192Z Checking winnow v0.7.14
25682026-06-30T19:50:47.195Z Checking unicode-segmentation v1.12.0
25692026-06-30T19:50:47.216Z Checking winnow v1.0.3
25702026-06-30T19:50:47.312Z Checking petgraph v0.8.3
25712026-06-30T19:50:47.328Z Checking petgraph v0.6.5
25722026-06-30T19:50:47.331Z Checking crossterm v0.28.1
25732026-06-30T19:50:47.510Z Checking similar v2.7.0
25742026-06-30T19:50:47.523Z Checking toml_parser v1.1.2+spec-1.1.0
25752026-06-30T19:50:47.833Z Checking tough v0.22.0
25762026-06-30T19:50:47.853Z Checking string_cache v0.8.9
25772026-06-30T19:50:47.902Z Checking tokio-postgres v0.7.16
25782026-06-30T19:50:48.023Z Checking predicates v3.1.4
25792026-06-30T19:50:48.046Z Checking hickory-proto v0.25.2
25802026-06-30T19:50:48.331Z Checking ed25519-dalek v2.2.0
25812026-06-30T19:50:48.430Z Checking toml_edit v0.22.27
25822026-06-30T19:50:48.576Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25832026-06-30T19:50:48.624Z Checking slog v2.8.2
25842026-06-30T19:50:48.901Z Checking sha3 v0.10.8
25852026-06-30T19:50:48.922Z Checking env_logger v0.11.9
25862026-06-30T19:50:49.108Z Checking usdt v0.6.0
25872026-06-30T19:50:49.123Z Checking usdt-impl v0.5.0
25882026-06-30T19:50:49.193Z Checking ecdsa v0.16.9
25892026-06-30T19:50:49.207Z Checking zip v4.6.1
25902026-06-30T19:50:49.282Z Checking toml v0.7.8
25912026-06-30T19:50:49.410Z Checking rsa v0.9.10
25922026-06-30T19:50:49.540Z Checking nix v0.31.2
25932026-06-30T19:50:49.601Z Checking clap v4.6.1
25942026-06-30T19:50:49.797Z Checking reqwest v0.13.2
25952026-06-30T19:50:49.898Z Checking zip v0.6.6
25962026-06-30T19:50:49.942Z Checking itertools v0.13.0
25972026-06-30T19:50:50.019Z Checking serde_with v3.17.0
25982026-06-30T19:50:50.231Z Checking strum v0.26.3
25992026-06-30T19:50:50.348Z Checking fs-err v3.3.0
26002026-06-30T19:50:50.538Z Checking ahash v0.8.12
26012026-06-30T19:50:50.645Z Checking tokio-stream v0.1.18
26022026-06-30T19:50:50.671Z Checking object v0.37.3
26032026-06-30T19:50:50.690Z Checking buf-list v1.1.2
26042026-06-30T19:50:50.757Z Checking anyhow v1.0.102
26052026-06-30T19:50:50.879Z Checking camino v1.2.2
26062026-06-30T19:50:50.925Z Checking x509-cert v0.2.5
26072026-06-30T19:50:50.964Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26082026-06-30T19:50:50.976Z Checking openapiv3 v2.2.0
26092026-06-30T19:50:51.019Z Checking sha1 v0.10.6
26102026-06-30T19:50:51.052Z Checking lalrpop-util v0.19.12
26112026-06-30T19:50:51.142Z Checking peg-runtime v0.8.5
26122026-06-30T19:50:51.183Z Checking rayon v1.11.0
26132026-06-30T19:50:51.217Z Checking sigpipe v0.1.3
26142026-06-30T19:50:51.230Z Checking glob v0.3.3
26152026-06-30T19:50:52.921Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-06-30T19:50:53.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.71s
26172026-06-30T19:50:53.354Z
26182026-06-30T19:50:53.354Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26192026-06-30T19:50:53.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-06-30T19:50:53.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-06-30T19:50:53.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-06-30T19:50:53.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26232026-06-30T19:50:53.884Z
26242026-06-30T19:50:53.884Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26252026-06-30T19:50:54.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-06-30T19:50:54.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-06-30T19:50:54.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-06-30T19:50:54.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26292026-06-30T19:50:54.406Z
26302026-06-30T19:50:54.406Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26312026-06-30T19:50:54.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-06-30T19:50:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-06-30T19:50:54.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-06-30T19:50:54.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26352026-06-30T19:50:54.946Z
26362026-06-30T19:50:54.946Zinfo: running `cargo check --bins` on oxql-types (80/299)
26372026-06-30T19:50:55.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-06-30T19:50:55.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-06-30T19:50:55.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-06-30T19:50:55.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26412026-06-30T19:50:55.482Z
26422026-06-30T19:50:55.482Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26432026-06-30T19:50:55.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-06-30T19:50:55.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-06-30T19:50:55.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-06-30T19:50:55.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26472026-06-30T19:50:56.015Z
26482026-06-30T19:50:56.016Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26492026-06-30T19:50:56.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-06-30T19:50:56.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-06-30T19:50:56.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-06-30T19:50:56.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26532026-06-30T19:50:56.547Z
26542026-06-30T19:50:56.547Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26552026-06-30T19:50:56.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-06-30T19:50:56.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-06-30T19:50:56.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-06-30T19:50:56.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26592026-06-30T19:50:57.064Z
26602026-06-30T19:50:57.064Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26612026-06-30T19:50:57.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-06-30T19:50:57.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-06-30T19:50:57.702Z Compiling structmeta-derive v0.3.0
26642026-06-30T19:50:57.818Z Compiling multer v3.1.0
26652026-06-30T19:50:57.828Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26662026-06-30T19:50:57.828Z Compiling async-stream-impl v0.3.6
26672026-06-30T19:50:57.846Z Compiling dropshot v0.17.1
26682026-06-30T19:50:57.858Z Compiling dropshot_endpoint v0.17.1
26692026-06-30T19:50:57.861Z Compiling newtype-uuid-macros v0.1.0
26702026-06-30T19:50:57.883Z Checking newtype-uuid v1.3.2
26712026-06-30T19:50:58.047Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26722026-06-30T19:50:58.079Z Checking hybrid-array v0.4.10
26732026-06-30T19:50:58.093Z Checking daft v0.1.7
26742026-06-30T19:50:58.346Z Checking thread_local v1.1.9
26752026-06-30T19:50:58.426Z Checking match_cfg v0.1.0
26762026-06-30T19:50:58.455Z Checking const-oid v0.10.2
26772026-06-30T19:50:58.496Z Checking compression-core v0.4.31
26782026-06-30T19:50:58.514Z Checking hostname v0.3.1
26792026-06-30T19:50:58.529Z Checking crypto-common v0.2.2
26802026-06-30T19:50:58.605Z Checking block-buffer v0.12.1
26812026-06-30T19:50:58.620Z Checking iddqd v0.4.2
26822026-06-30T19:50:58.628Z Checking compression-codecs v0.4.37
26832026-06-30T19:50:58.647Z Checking crossbeam-channel v0.5.15
26842026-06-30T19:50:58.741Z Checking atomicwrites v0.4.4
26852026-06-30T19:50:58.754Z Checking slog-json v2.6.1
26862026-06-30T19:50:58.802Z Checking serde_spanned v1.1.1
26872026-06-30T19:50:58.870Z Checking is-terminal v0.4.17
26882026-06-30T19:50:58.910Z Checking toml_datetime v1.1.1+spec-1.1.0
26892026-06-30T19:50:58.923Z Compiling structmeta v0.3.0
26902026-06-30T19:50:58.937Z Checking term v1.2.1
26912026-06-30T19:50:58.960Z Checking cpufeatures v0.3.0
26922026-06-30T19:50:58.990Z Checking debug-ignore v1.0.5
26932026-06-30T19:50:59.031Z Checking toml_writer v1.1.1+spec-1.1.0
26942026-06-30T19:50:59.090Z Checking take_mut v0.2.2
26952026-06-30T19:50:59.113Z Checking digest v0.11.3
26962026-06-30T19:50:59.117Z Checking slog-bunyan v2.5.0
26972026-06-30T19:50:59.137Z Compiling derive-ex v0.1.8
26982026-06-30T19:50:59.163Z Compiling parse-display-derive v0.10.0
26992026-06-30T19:50:59.193Z Checking slog-async v2.8.0
27002026-06-30T19:50:59.217Z Checking toml v1.1.2+spec-1.1.0
27012026-06-30T19:50:59.231Z Checking slog-term v2.9.2
27022026-06-30T19:50:59.275Z Checking sha1 v0.11.0
27032026-06-30T19:50:59.374Z Checking async-compression v0.4.41
27042026-06-30T19:50:59.574Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-06-30T19:50:59.627Z Checking async-stream v0.3.6
27062026-06-30T19:50:59.649Z Checking progenitor-client v0.14.0
27072026-06-30T19:50:59.666Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-06-30T19:50:59.672Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27092026-06-30T19:50:59.778Z Checking waitgroup v0.1.2
27102026-06-30T19:50:59.810Z Checking rustls-pemfile v2.2.0
27112026-06-30T19:50:59.823Z Checking backon v1.6.0
27122026-06-30T19:50:59.873Z Checking serde_path_to_error v0.1.20
27132026-06-30T19:50:59.889Z Checking hostname v0.4.2
27142026-06-30T19:50:59.967Z Checking instant v0.1.13
27152026-06-30T19:51:00.040Z Checking backoff v0.4.0
27162026-06-30T19:51:00.213Z Checking progenitor-extras v0.2.0
27172026-06-30T19:51:00.227Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27182026-06-30T19:51:00.355Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27192026-06-30T19:51:00.437Z Checking itertools v0.14.0
27202026-06-30T19:51:00.440Z Checking regress v0.10.5
27212026-06-30T19:51:00.440Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27222026-06-30T19:51:00.886Z Compiling test-strategy v0.4.5
27232026-06-30T19:51:00.905Z Checking parse-display v0.10.0
27242026-06-30T19:51:00.979Z Checking macaddr v1.0.1
27252026-06-30T19:51:01.149Z Checking humantime v2.3.0
27262026-06-30T19:51:02.050Z Compiling prettyplease v0.2.37
27272026-06-30T19:51:02.351Z Checking num-rational v0.4.2
27282026-06-30T19:51:02.416Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27292026-06-30T19:51:02.806Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27302026-06-30T19:51:02.972Z Checking num-complex v0.4.6
27312026-06-30T19:51:03.453Z Compiling num v0.4.3
27322026-06-30T19:51:03.532Z Compiling usdt-macro v0.5.0
27332026-06-30T19:51:03.546Z Compiling usdt-attr-macro v0.5.0
27342026-06-30T19:51:03.591Z Checking memmap v0.7.0
27352026-06-30T19:51:03.709Z Checking float-ord v0.3.2
27362026-06-30T19:51:03.739Z Compiling convert_case v0.4.0
27372026-06-30T19:51:03.811Z Checking unicode-width v0.2.0
27382026-06-30T19:51:04.067Z Checking console v0.15.11
27392026-06-30T19:51:04.123Z Compiling derive_more v0.99.20
27402026-06-30T19:51:04.291Z Checking newline-converter v0.3.0
27412026-06-30T19:51:04.353Z Checking usdt v0.5.0
27422026-06-30T19:51:04.367Z Compiling toml v0.8.23
27432026-06-30T19:51:04.403Z Compiling minimal-lexical v0.2.1
27442026-06-30T19:51:04.526Z Checking linked-hash-map v0.5.6
27452026-06-30T19:51:04.659Z Compiling nom v7.1.3
27462026-06-30T19:51:04.709Z Checking lru-cache v0.1.2
27472026-06-30T19:51:04.835Z Checking expectorate v1.2.0
27482026-06-30T19:51:05.042Z Checking camino-tempfile v1.4.1
27492026-06-30T19:51:05.210Z Checking hickory-proto v0.24.4
27502026-06-30T19:51:05.496Z Checking phf_shared v0.12.1
27512026-06-30T19:51:05.652Z Compiling slog-dtrace v0.3.0
27522026-06-30T19:51:05.832Z Checking resolv-conf v0.7.6
27532026-06-30T19:51:05.855Z Checking heck v0.5.0
27542026-06-30T19:51:05.991Z Compiling chrono-tz v0.10.4
27552026-06-30T19:51:06.083Z Compiling const_format_proc_macros v0.2.34
27562026-06-30T19:51:06.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-30T19:51:06.197Z Checking phf v0.12.1
27582026-06-30T19:51:06.241Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-06-30T19:51:06.345Z Checking tokio-dtrace v0.1.1
27602026-06-30T19:51:06.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-06-30T19:51:06.621Z Compiling derive-where v1.6.0
27622026-06-30T19:51:06.812Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-06-30T19:51:07.087Z Checking highway v1.3.0
27642026-06-30T19:51:07.169Z Checking hickory-resolver v0.24.4
27652026-06-30T19:51:07.327Z Checking const_format v0.2.35
27662026-06-30T19:51:07.574Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-06-30T19:51:07.855Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-06-30T19:51:07.965Z Checking oxide-tokio-rt v0.1.4
27692026-06-30T19:51:07.979Z Checking qorb v0.4.1
27702026-06-30T19:51:08.117Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-06-30T19:51:08.135Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-06-30T19:51:08.292Z Checking gethostname v0.5.0
27732026-06-30T19:51:08.309Z Checking bcs v0.1.6
27742026-06-30T19:51:08.352Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-30T19:51:08.382Z Checking termtree v0.5.1
27762026-06-30T19:51:11.785Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-06-30T19:51:14.254Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-06-30T19:51:16.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
27792026-06-30T19:51:16.576Z
27802026-06-30T19:51:16.576Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27812026-06-30T19:51:17.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-06-30T19:51:17.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-06-30T19:51:17.197Z Compiling ar_archive_writer v0.5.1
27842026-06-30T19:51:17.306Z Compiling stacker v0.1.23
27852026-06-30T19:51:17.310Z Compiling cfg_aliases v0.1.1
27862026-06-30T19:51:17.315Z Compiling convert_case v0.10.0
27872026-06-30T19:51:17.318Z Checking unicode-width v0.1.14
27882026-06-30T19:51:17.329Z Compiling proc-macro-error v1.0.4
27892026-06-30T19:51:17.343Z Checking fd-lock v4.0.4
27902026-06-30T19:51:17.346Z Checking nibble_vec v0.1.0
27912026-06-30T19:51:17.362Z Compiling nix v0.28.0
27922026-06-30T19:51:17.459Z Checking vte v0.14.1
27932026-06-30T19:51:17.471Z Compiling recursive-proc-macro-impl v0.1.1
27942026-06-30T19:51:17.559Z Checking endian-type v0.1.2
27952026-06-30T19:51:17.569Z Checking bytecount v0.6.9
27962026-06-30T19:51:17.607Z Compiling derive_more-impl v2.1.1
27972026-06-30T19:51:17.607Z Checking strip-ansi-escapes v0.2.1
27982026-06-30T19:51:17.629Z Compiling tabled_derive v0.7.0
27992026-06-30T19:51:17.666Z Checking papergrid v0.11.0
28002026-06-30T19:51:17.681Z Checking radix_trie v0.2.1
28012026-06-30T19:51:17.725Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-06-30T19:51:17.887Z Compiling peg-macros v0.8.5
28032026-06-30T19:51:17.895Z Checking winnow v0.6.26
28042026-06-30T19:51:18.134Z Compiling psm v0.1.30
28052026-06-30T19:51:18.212Z Compiling sqlparser_derive v0.5.0
28062026-06-30T19:51:18.287Z Checking nu-ansi-term v0.50.3
28072026-06-30T19:51:18.425Z Checking derive_more v2.1.1
28082026-06-30T19:51:18.502Z Checking home v0.5.12
28092026-06-30T19:51:18.517Z Checking unicode_categories v0.1.1
28102026-06-30T19:51:18.604Z Checking crossterm v0.29.0
28112026-06-30T19:51:18.607Z Checking tabled v0.15.0
28122026-06-30T19:51:18.670Z Checking reedline v0.40.0
28132026-06-30T19:51:18.703Z Checking rustyline v14.0.0
28142026-06-30T19:51:18.922Z Checking recursive v0.1.1
28152026-06-30T19:51:19.005Z Checking display-error-chain v0.2.2
28162026-06-30T19:51:19.018Z Checking sqlparser v0.61.0
28172026-06-30T19:51:19.073Z Checking sqlformat v0.3.5
28182026-06-30T19:51:19.257Z Checking peg v0.8.5
28192026-06-30T19:51:30.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
28202026-06-30T19:51:30.723Z
28212026-06-30T19:51:30.723Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28222026-06-30T19:51:31.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-06-30T19:51:31.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-06-30T19:51:31.345Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-06-30T19:51:34.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28262026-06-30T19:51:35.024Z
28272026-06-30T19:51:35.024Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28282026-06-30T19:51:35.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-30T19:51:35.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-30T19:51:35.649Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-30T19:51:38.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28322026-06-30T19:51:38.314Z
28332026-06-30T19:51:38.314Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28342026-06-30T19:51:38.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-30T19:51:38.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-30T19:51:38.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-30T19:51:42.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28382026-06-30T19:51:42.391Z
28392026-06-30T19:51:42.391Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28402026-06-30T19:51:42.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-30T19:51:42.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-30T19:51:43.019Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-30T19:51:46.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28442026-06-30T19:51:46.505Z
28452026-06-30T19:51:46.505Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28462026-06-30T19:51:46.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-30T19:51:46.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-30T19:51:47.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-30T19:51:49.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28502026-06-30T19:51:49.897Z
28512026-06-30T19:51:49.897Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28522026-06-30T19:51:50.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-30T19:51:50.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-30T19:51:50.523Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-30T19:51:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28562026-06-30T19:51:53.347Z
28572026-06-30T19:51:53.347Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28582026-06-30T19:51:53.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-30T19:51:53.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-30T19:51:53.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-30T19:51:57.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28622026-06-30T19:51:57.616Z
28632026-06-30T19:51:57.616Zinfo: running `cargo check --bins` on oximeter (93/299)
28642026-06-30T19:51:58.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-30T19:51:58.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-30T19:51:58.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-06-30T19:51:58.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28682026-06-30T19:51:58.149Z
28692026-06-30T19:51:58.149Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28702026-06-30T19:51:58.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-30T19:51:58.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-30T19:51:58.737Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-06-30T19:51:58.898Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-06-30T19:51:58.901Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-06-30T19:51:59.246Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-06-30T19:52:01.953Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-06-30T19:52:03.174Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-06-30T19:52:03.381Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-06-30T19:52:04.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s
28802026-06-30T19:52:04.217Z
28812026-06-30T19:52:04.217Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28822026-06-30T19:52:04.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-30T19:52:04.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-30T19:52:04.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-06-30T19:52:04.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28862026-06-30T19:52:04.743Z
28872026-06-30T19:52:04.743Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28882026-06-30T19:52:05.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-30T19:52:05.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-30T19:52:05.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-30T19:52:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28922026-06-30T19:52:05.313Z
28932026-06-30T19:52:05.313Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28942026-06-30T19:52:05.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-30T19:52:05.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-30T19:52:05.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-30T19:52:05.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28982026-06-30T19:52:05.853Z
28992026-06-30T19:52:05.853Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29002026-06-30T19:52:06.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-30T19:52:06.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-30T19:52:06.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-30T19:52:06.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29042026-06-30T19:52:06.387Z
29052026-06-30T19:52:06.387Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29062026-06-30T19:52:06.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-30T19:52:06.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-30T19:52:06.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-30T19:52:06.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29102026-06-30T19:52:06.924Z
29112026-06-30T19:52:06.924Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29122026-06-30T19:52:07.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-30T19:52:07.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-30T19:52:07.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-30T19:52:07.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-06-30T19:52:07.456Z
29172026-06-30T19:52:07.456Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29182026-06-30T19:52:07.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-30T19:52:07.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-30T19:52:07.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-30T19:52:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29222026-06-30T19:52:07.973Z
29232026-06-30T19:52:07.973Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29242026-06-30T19:52:08.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-30T19:52:08.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-30T19:52:08.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-30T19:52:08.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29282026-06-30T19:52:08.511Z
29292026-06-30T19:52:08.511Zinfo: running `cargo check --bins` on update-engine (103/299)
29302026-06-30T19:52:08.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-30T19:52:08.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-30T19:52:08.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-30T19:52:08.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29342026-06-30T19:52:09.023Z
29352026-06-30T19:52:09.023Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29362026-06-30T19:52:09.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-30T19:52:09.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-30T19:52:09.689Z Compiling crucible-workspace-hack v0.1.0
29392026-06-30T19:52:09.805Z Checking secrecy v0.10.3
29402026-06-30T19:52:09.811Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-06-30T19:52:09.814Z Compiling heapless v0.8.0
29422026-06-30T19:52:09.822Z Compiling ingot-macros v0.1.1
29432026-06-30T19:52:09.831Z Checking hash32 v0.3.1
29442026-06-30T19:52:09.841Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-06-30T19:52:09.841Z Compiling smoltcp v0.11.0
29462026-06-30T19:52:09.903Z Checking cobs v0.3.0
29472026-06-30T19:52:09.948Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-06-30T19:52:10.032Z Compiling thiserror-impl-no-std v2.0.2
29492026-06-30T19:52:10.058Z Checking universal-hash v0.5.1
29502026-06-30T19:52:10.068Z Checking half v2.7.1
29512026-06-30T19:52:10.081Z Checking ciborium-io v0.2.2
29522026-06-30T19:52:10.177Z Checking opaque-debug v0.3.1
29532026-06-30T19:52:10.206Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29542026-06-30T19:52:10.221Z Checking postcard v1.1.3
29552026-06-30T19:52:10.248Z Checking poly1305 v0.8.0
29562026-06-30T19:52:10.322Z Checking ciborium-ll v0.2.2
29572026-06-30T19:52:10.399Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29582026-06-30T19:52:10.498Z Compiling proc-macro-crate v3.4.0
29592026-06-30T19:52:10.513Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29602026-06-30T19:52:10.516Z Checking password-hash v0.5.0
29612026-06-30T19:52:10.772Z Checking chacha20 v0.9.1
29622026-06-30T19:52:10.797Z Compiling proc-macro-crate v1.3.1
29632026-06-30T19:52:10.816Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29642026-06-30T19:52:10.972Z Checking blake2 v0.10.6
29652026-06-30T19:52:11.040Z Checking aead v0.5.2
29662026-06-30T19:52:11.058Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29672026-06-30T19:52:11.070Z Compiling num_enum_derive v0.7.6
29682026-06-30T19:52:11.184Z Compiling foreign-types-macros v0.2.3
29692026-06-30T19:52:11.208Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-30T19:52:11.210Z Checking foreign-types-shared v0.3.1
29712026-06-30T19:52:11.239Z Checking thiserror-no-std v2.0.2
29722026-06-30T19:52:11.265Z Checking argon2 v0.5.3
29732026-06-30T19:52:11.308Z Compiling num_enum_derive v0.5.11
29742026-06-30T19:52:11.326Z Checking vsss-rs v3.3.4
29752026-06-30T19:52:11.449Z Checking chacha20poly1305 v0.10.1
29762026-06-30T19:52:11.579Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-06-30T19:52:11.612Z Checking ciborium v0.2.2
29782026-06-30T19:52:11.772Z Checking foreign-types v0.5.0
29792026-06-30T19:52:11.957Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-30T19:52:11.996Z Checking tabwriter v1.4.1
29812026-06-30T19:52:12.047Z Checking chacha20 v0.10.0
29822026-06-30T19:52:12.109Z Checking num_enum v0.7.6
29832026-06-30T19:52:12.144Z Checking byte-wrapper v0.1.0
29842026-06-30T19:52:12.224Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-06-30T19:52:12.239Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29862026-06-30T19:52:12.261Z Checking cstr-argument v0.1.2
29872026-06-30T19:52:12.323Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-30T19:52:12.354Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-30T19:52:12.382Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-06-30T19:52:12.443Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-06-30T19:52:12.525Z Checking num_enum v0.5.11
29922026-06-30T19:52:12.555Z Checking rand v0.10.0
29932026-06-30T19:52:12.640Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-06-30T19:52:12.673Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-30T19:52:12.682Z Checking ingot-types v0.1.2
29962026-06-30T19:52:12.695Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29972026-06-30T19:52:12.756Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-30T19:52:12.805Z Checking indent_write v2.2.0
29992026-06-30T19:52:12.895Z Checking colored v3.1.1
30002026-06-30T19:52:12.935Z Compiling zone_cfg_derive v0.3.1
30012026-06-30T19:52:12.981Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-30T19:52:13.035Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30032026-06-30T19:52:13.050Z Checking ingot v0.1.1
30042026-06-30T19:52:13.066Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30052026-06-30T19:52:13.079Z Checking itertools v0.12.1
30062026-06-30T19:52:13.154Z Compiling num-derive v0.4.2
30072026-06-30T19:52:13.168Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-30T19:52:13.204Z Checking swrite v0.1.0
30092026-06-30T19:52:13.310Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-06-30T19:52:13.375Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-06-30T19:52:13.546Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-30T19:52:13.578Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-06-30T19:52:13.594Z Checking dropshot-api-manager-types v0.7.2
30142026-06-30T19:52:13.609Z Checking smf v0.2.3
30152026-06-30T19:52:13.653Z Checking nanorand v0.7.0
30162026-06-30T19:52:13.757Z Checking whoami v1.6.1
30172026-06-30T19:52:13.845Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-30T19:52:13.858Z Checking flume v0.11.1
30192026-06-30T19:52:14.084Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30202026-06-30T19:52:14.109Z Checking zone v0.3.1
30212026-06-30T19:52:14.617Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-30T19:52:15.595Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-30T19:52:16.509Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-30T19:52:19.783Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-30T19:52:21.873Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-30T19:52:22.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
30272026-06-30T19:52:23.148Z
30282026-06-30T19:52:23.148Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30292026-06-30T19:52:23.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-30T19:52:23.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-30T19:52:23.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-30T19:52:23.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30332026-06-30T19:52:23.676Z
30342026-06-30T19:52:23.676Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30352026-06-30T19:52:24.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-30T19:52:24.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-30T19:52:24.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-30T19:52:24.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30392026-06-30T19:52:24.210Z
30402026-06-30T19:52:24.210Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30412026-06-30T19:52:24.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-30T19:52:24.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-30T19:52:24.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-30T19:52:24.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30452026-06-30T19:52:24.742Z
30462026-06-30T19:52:24.742Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30472026-06-30T19:52:25.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-30T19:52:25.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-30T19:52:25.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-30T19:52:25.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30512026-06-30T19:52:25.281Z
30522026-06-30T19:52:25.281Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30532026-06-30T19:52:25.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-30T19:52:25.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-30T19:52:25.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-30T19:52:25.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30572026-06-30T19:52:25.821Z
30582026-06-30T19:52:25.821Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30592026-06-30T19:52:26.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-30T19:52:26.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-30T19:52:26.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-30T19:52:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30632026-06-30T19:52:26.346Z
30642026-06-30T19:52:26.346Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30652026-06-30T19:52:26.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-30T19:52:26.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-30T19:52:26.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-30T19:52:26.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30692026-06-30T19:52:26.878Z
30702026-06-30T19:52:26.878Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30712026-06-30T19:52:27.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-30T19:52:27.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-30T19:52:27.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-30T19:52:27.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30752026-06-30T19:52:27.388Z
30762026-06-30T19:52:27.388Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30772026-06-30T19:52:27.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-30T19:52:27.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-30T19:52:27.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-30T19:52:27.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30812026-06-30T19:52:27.918Z
30822026-06-30T19:52:27.918Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30832026-06-30T19:52:28.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-30T19:52:28.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-30T19:52:28.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-30T19:52:28.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30872026-06-30T19:52:28.454Z
30882026-06-30T19:52:28.455Zinfo: running `cargo check --bins` on installinator-client (115/299)
30892026-06-30T19:52:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-30T19:52:28.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-30T19:52:28.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-30T19:52:28.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-30T19:52:28.986Z
30942026-06-30T19:52:28.986Zinfo: running `cargo check --bins` on nexus-client (116/299)
30952026-06-30T19:52:29.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-30T19:52:29.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-30T19:52:29.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-30T19:52:29.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30992026-06-30T19:52:29.560Z
31002026-06-30T19:52:29.560Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31012026-06-30T19:52:30.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-30T19:52:30.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-30T19:52:30.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-30T19:52:30.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31052026-06-30T19:52:30.133Z
31062026-06-30T19:52:30.133Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31072026-06-30T19:52:30.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-30T19:52:30.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-30T19:52:30.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-30T19:52:30.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31112026-06-30T19:52:30.655Z
31122026-06-30T19:52:30.655Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31132026-06-30T19:52:31.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-30T19:52:31.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-30T19:52:31.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-30T19:52:31.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31172026-06-30T19:52:31.180Z
31182026-06-30T19:52:31.180Zinfo: running `cargo check --bins` on oxide-client (120/299)
31192026-06-30T19:52:31.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-30T19:52:31.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-30T19:52:31.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-30T19:52:31.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31232026-06-30T19:52:31.703Z
31242026-06-30T19:52:31.703Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31252026-06-30T19:52:32.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-30T19:52:32.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-30T19:52:32.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-30T19:52:32.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-06-30T19:52:32.230Z
31302026-06-30T19:52:32.231Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31312026-06-30T19:52:32.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-30T19:52:32.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-30T19:52:32.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-30T19:52:32.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31352026-06-30T19:52:32.746Z
31362026-06-30T19:52:32.747Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31372026-06-30T19:52:33.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-30T19:52:33.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-30T19:52:33.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-30T19:52:33.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31412026-06-30T19:52:33.293Z
31422026-06-30T19:52:33.293Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31432026-06-30T19:52:33.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-30T19:52:33.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-30T19:52:33.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-30T19:52:33.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31472026-06-30T19:52:33.850Z
31482026-06-30T19:52:33.850Zinfo: running `cargo check --bins` on installinator-common (125/299)
31492026-06-30T19:52:34.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-30T19:52:34.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-30T19:52:34.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-30T19:52:34.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31532026-06-30T19:52:34.410Z
31542026-06-30T19:52:34.410Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31552026-06-30T19:52:34.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-30T19:52:34.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-30T19:52:34.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-30T19:52:34.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31592026-06-30T19:52:34.918Z
31602026-06-30T19:52:34.918Zinfo: running `cargo check --bins` on wicket-common (127/299)
31612026-06-30T19:52:35.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-30T19:52:35.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-30T19:52:35.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-30T19:52:35.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31652026-06-30T19:52:35.465Z
31662026-06-30T19:52:35.466Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31672026-06-30T19:52:35.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-30T19:52:35.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-30T19:52:36.102Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-30T19:52:36.214Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-30T19:52:36.221Z Checking csv-core v0.1.13
31722026-06-30T19:52:36.228Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-30T19:52:36.230Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-30T19:52:36.235Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-06-30T19:52:36.254Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-30T19:52:36.265Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-30T19:52:36.377Z Checking csv v1.4.0
31782026-06-30T19:52:36.409Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-30T19:52:36.435Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-30T19:52:36.462Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-30T19:52:36.475Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-30T19:52:36.718Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-30T19:52:37.089Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-30T19:52:37.089Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-06-30T19:52:37.449Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-30T19:52:43.486Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-30T19:52:44.022Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-30T19:52:46.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s
31892026-06-30T19:52:46.582Z
31902026-06-30T19:52:46.582Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31912026-06-30T19:52:47.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-30T19:52:47.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-30T19:52:47.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-30T19:52:47.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31952026-06-30T19:52:47.116Z
31962026-06-30T19:52:47.116Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31972026-06-30T19:52:47.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-30T19:52:47.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-30T19:52:47.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-30T19:52:47.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32012026-06-30T19:52:47.736Z
32022026-06-30T19:52:47.736Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32032026-06-30T19:52:48.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-30T19:52:48.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-30T19:52:48.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-30T19:52:48.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32072026-06-30T19:52:48.356Z
32082026-06-30T19:52:48.356Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32092026-06-30T19:52:48.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-30T19:52:48.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-30T19:52:48.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-30T19:52:48.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32132026-06-30T19:52:48.944Z
32142026-06-30T19:52:48.945Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32152026-06-30T19:52:49.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-30T19:52:49.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-30T19:52:49.666Z Compiling regress v0.11.1
32182026-06-30T19:52:49.805Z Compiling unsafe-libyaml v0.2.11
32192026-06-30T19:52:49.815Z Compiling semver v0.1.20
32202026-06-30T19:52:49.819Z Compiling radium v0.7.0
32212026-06-30T19:52:49.835Z Checking nom v8.0.0
32222026-06-30T19:52:49.835Z Compiling maybe-uninit v2.0.0
32232026-06-30T19:52:49.840Z Checking tap v1.0.1
32242026-06-30T19:52:49.962Z Checking wyz v0.5.1
32252026-06-30T19:52:50.092Z Compiling rustc_version v0.1.7
32262026-06-30T19:52:50.166Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-06-30T19:52:50.192Z Compiling zerocopy-derive v0.6.6
32282026-06-30T19:52:50.328Z Compiling serde_yaml v0.9.34+deprecated
32292026-06-30T19:52:50.347Z Compiling newtype_derive v0.1.6
32302026-06-30T19:52:50.541Z Compiling cancel-safe-futures v0.1.5
32312026-06-30T19:52:50.556Z Checking funty v2.0.0
32322026-06-30T19:52:50.757Z Compiling owo-colors v4.3.0
32332026-06-30T19:52:50.886Z Compiling packed_struct v0.10.1
32342026-06-30T19:52:51.069Z Checking crc-catalog v2.4.0
32352026-06-30T19:52:51.138Z Checking zerocopy v0.6.6
32362026-06-30T19:52:51.163Z Checking crc v3.4.0
32372026-06-30T19:52:51.180Z Checking bitvec v1.0.1
32382026-06-30T19:52:51.320Z Checking typify-impl v0.6.2
32392026-06-30T19:52:51.520Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-30T19:52:51.706Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-06-30T19:52:51.849Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32422026-06-30T19:52:51.852Z Compiling packed_struct_codegen v0.10.1
32432026-06-30T19:52:52.071Z Checking libsw-core v0.3.2
32442026-06-30T19:52:52.074Z Compiling bitfield-macros v0.19.4
32452026-06-30T19:52:52.229Z Compiling indexmap v1.9.3
32462026-06-30T19:52:52.434Z Checking nodrop v0.1.14
32472026-06-30T19:52:52.519Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-30T19:52:52.533Z Checking array-init v0.0.4
32492026-06-30T19:52:52.582Z Checking libsw v3.5.0
32502026-06-30T19:52:52.595Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-06-30T19:52:52.740Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-30T19:52:52.828Z Checking bitfield v0.19.4
32532026-06-30T19:52:52.842Z Checking smallvec v0.6.14
32542026-06-30T19:52:52.924Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-06-30T19:52:53.109Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-06-30T19:52:53.126Z Checking smawk v0.3.2
32572026-06-30T19:52:53.236Z Checking base64 v0.21.7
32582026-06-30T19:52:53.258Z Checking linear-map v1.2.0
32592026-06-30T19:52:53.281Z Checking hashbrown v0.12.3
32602026-06-30T19:52:53.358Z Checking tagptr v0.2.0
32612026-06-30T19:52:53.433Z Checking unicode-linebreak v0.1.5
32622026-06-30T19:52:53.476Z Checking ron v0.8.1
32632026-06-30T19:52:53.504Z Checking moka v0.12.13
32642026-06-30T19:52:53.649Z Checking textwrap v0.16.2
32652026-06-30T19:52:53.663Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-06-30T19:52:53.873Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-06-30T19:52:54.013Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-06-30T19:52:54.027Z Checking steno v0.4.1
32692026-06-30T19:52:54.041Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-30T19:52:54.053Z Checking serde-hex v0.1.0
32712026-06-30T19:52:54.159Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-06-30T19:52:54.323Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-06-30T19:52:54.822Z Checking hashbrown v0.13.2
32742026-06-30T19:52:54.921Z Checking crc-any v2.5.0
32752026-06-30T19:52:54.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-06-30T19:52:55.032Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-30T19:52:55.108Z Checking hickory-resolver v0.25.2
32782026-06-30T19:52:55.188Z Checking void v1.0.2
32792026-06-30T19:52:55.200Z Checking utf-8 v0.7.6
32802026-06-30T19:52:55.251Z Checking object v0.30.4
32812026-06-30T19:52:55.292Z Checking path-slash v0.1.5
32822026-06-30T19:52:55.333Z Checking half v1.8.3
32832026-06-30T19:52:55.400Z Checking tungstenite v0.23.0
32842026-06-30T19:52:55.538Z Checking serde_cbor v0.11.2
32852026-06-30T19:52:55.571Z Checking lzss v0.8.2
32862026-06-30T19:52:55.871Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-06-30T19:52:55.874Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-06-30T19:52:55.927Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-06-30T19:52:55.943Z Checking nix v0.27.1
32902026-06-30T19:52:56.024Z Compiling typify-macro v0.6.2
32912026-06-30T19:52:56.032Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-06-30T19:52:56.047Z Checking kstat-rs v0.2.4
32932026-06-30T19:52:56.138Z Checking fxhash v0.2.1
32942026-06-30T19:52:56.178Z Checking serde_bytes v0.11.19
32952026-06-30T19:52:56.230Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-30T19:52:56.257Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-06-30T19:52:56.306Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-30T19:52:56.369Z Checking tokio-tungstenite v0.23.1
32992026-06-30T19:52:56.474Z Checking signal-hook-tokio v0.3.1
33002026-06-30T19:52:57.173Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-06-30T19:52:57.386Z Compiling typify v0.6.2
33022026-06-30T19:52:57.465Z Compiling progenitor-impl v0.14.0
33032026-06-30T19:52:58.089Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-06-30T19:52:58.393Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-06-30T19:52:58.919Z Compiling progenitor-macro v0.14.0
33062026-06-30T19:53:01.236Z Checking progenitor v0.14.0
33072026-06-30T19:53:01.355Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33082026-06-30T19:53:01.358Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-30T19:53:04.049Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-30T19:53:12.369Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-30T19:53:18.997Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-30T19:53:20.382Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-30T19:53:20.881Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-30T19:53:22.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.02s
33152026-06-30T19:53:23.159Z
33162026-06-30T19:53:23.159Zinfo: running `cargo check --bins` on gateway-api (134/299)
33172026-06-30T19:53:23.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-30T19:53:23.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-30T19:53:23.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-30T19:53:23.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33212026-06-30T19:53:23.688Z
33222026-06-30T19:53:23.688Zinfo: running `cargo check --bins` on ipcc (135/299)
33232026-06-30T19:53:24.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-30T19:53:24.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-30T19:53:24.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-30T19:53:24.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-06-30T19:53:24.223Z
33282026-06-30T19:53:24.223Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33292026-06-30T19:53:24.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-30T19:53:24.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-30T19:53:24.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-30T19:53:24.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33332026-06-30T19:53:24.743Z
33342026-06-30T19:53:24.743Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33352026-06-30T19:53:25.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-30T19:53:25.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-30T19:53:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-30T19:53:25.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33392026-06-30T19:53:25.297Z
33402026-06-30T19:53:25.297Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33412026-06-30T19:53:25.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-30T19:53:25.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-30T19:53:25.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-30T19:53:25.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33452026-06-30T19:53:25.838Z
33462026-06-30T19:53:25.838Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33472026-06-30T19:53:26.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-30T19:53:26.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-30T19:53:26.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-30T19:53:26.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-06-30T19:53:26.364Z
33522026-06-30T19:53:26.364Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33532026-06-30T19:53:26.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-30T19:53:26.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-30T19:53:26.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-30T19:53:26.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-06-30T19:53:26.893Z
33582026-06-30T19:53:26.893Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33592026-06-30T19:53:27.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-30T19:53:27.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-30T19:53:27.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-30T19:53:27.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33632026-06-30T19:53:27.441Z
33642026-06-30T19:53:27.441Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33652026-06-30T19:53:27.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-30T19:53:27.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-30T19:53:27.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-30T19:53:27.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-06-30T19:53:27.975Z
33702026-06-30T19:53:27.975Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33712026-06-30T19:53:28.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-30T19:53:28.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-30T19:53:28.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-30T19:53:28.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-06-30T19:53:28.507Z
33762026-06-30T19:53:28.508Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33772026-06-30T19:53:28.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-30T19:53:28.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-30T19:53:28.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-30T19:53:28.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33812026-06-30T19:53:29.037Z
33822026-06-30T19:53:29.037Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33832026-06-30T19:53:29.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-30T19:53:29.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-30T19:53:29.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-30T19:53:29.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-06-30T19:53:29.567Z
33882026-06-30T19:53:29.567Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33892026-06-30T19:53:30.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-30T19:53:30.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-30T19:53:30.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-30T19:53:30.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-06-30T19:53:30.111Z
33942026-06-30T19:53:30.111Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33952026-06-30T19:53:30.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-30T19:53:30.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-30T19:53:30.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-30T19:53:30.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-06-30T19:53:30.637Z
34002026-06-30T19:53:30.637Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34012026-06-30T19:53:31.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-30T19:53:31.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-30T19:53:31.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-30T19:53:31.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34052026-06-30T19:53:31.183Z
34062026-06-30T19:53:31.183Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34072026-06-30T19:53:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-30T19:53:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-30T19:53:31.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-30T19:53:31.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-06-30T19:53:31.732Z
34122026-06-30T19:53:31.732Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34132026-06-30T19:53:32.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-30T19:53:32.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-30T19:53:32.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-30T19:53:32.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-06-30T19:53:32.273Z
34182026-06-30T19:53:32.273Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34192026-06-30T19:53:32.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-30T19:53:32.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-30T19:53:32.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-30T19:53:32.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-06-30T19:53:32.820Z
34242026-06-30T19:53:32.820Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34252026-06-30T19:53:33.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-30T19:53:33.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-30T19:53:33.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-30T19:53:33.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-06-30T19:53:33.368Z
34302026-06-30T19:53:33.368Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34312026-06-30T19:53:33.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-30T19:53:33.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-30T19:53:33.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-30T19:53:33.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-06-30T19:53:33.916Z
34362026-06-30T19:53:33.916Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34372026-06-30T19:53:34.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-30T19:53:34.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-30T19:53:34.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-30T19:53:34.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-06-30T19:53:34.466Z
34422026-06-30T19:53:34.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34432026-06-30T19:53:34.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-30T19:53:34.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-30T19:53:34.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-30T19:53:34.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-06-30T19:53:35.016Z
34482026-06-30T19:53:35.016Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34492026-06-30T19:53:35.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-30T19:53:35.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-30T19:53:35.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-30T19:53:35.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-06-30T19:53:35.564Z
34542026-06-30T19:53:35.564Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34552026-06-30T19:53:36.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-30T19:53:36.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-30T19:53:36.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-30T19:53:36.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-06-30T19:53:36.114Z
34602026-06-30T19:53:36.114Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34612026-06-30T19:53:36.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-30T19:53:36.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-30T19:53:36.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-30T19:53:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34652026-06-30T19:53:36.642Z
34662026-06-30T19:53:36.642Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34672026-06-30T19:53:37.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-30T19:53:37.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-30T19:53:37.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-30T19:53:37.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-06-30T19:53:37.171Z
34722026-06-30T19:53:37.171Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34732026-06-30T19:53:37.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-30T19:53:37.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-30T19:53:37.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-30T19:53:37.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-06-30T19:53:37.697Z
34782026-06-30T19:53:37.698Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34792026-06-30T19:53:38.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-30T19:53:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-30T19:53:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-30T19:53:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-06-30T19:53:38.227Z
34842026-06-30T19:53:38.227Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34852026-06-30T19:53:38.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-30T19:53:38.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-30T19:53:38.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-30T19:53:38.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-30T19:53:38.755Z
34902026-06-30T19:53:38.755Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34912026-06-30T19:53:39.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-30T19:53:39.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-30T19:53:39.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-30T19:53:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-06-30T19:53:39.288Z
34962026-06-30T19:53:39.288Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
34972026-06-30T19:53:39.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-30T19:53:39.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-30T19:53:39.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-30T19:53:39.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-06-30T19:53:39.818Z
35022026-06-30T19:53:39.818Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35032026-06-30T19:53:40.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-30T19:53:40.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-30T19:53:40.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-30T19:53:40.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-06-30T19:53:40.349Z
35082026-06-30T19:53:40.350Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35092026-06-30T19:53:40.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-30T19:53:40.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-30T19:53:40.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-30T19:53:40.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35132026-06-30T19:53:40.899Z
35142026-06-30T19:53:40.899Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35152026-06-30T19:53:41.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-30T19:53:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-30T19:53:41.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-30T19:53:41.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-06-30T19:53:41.450Z
35202026-06-30T19:53:41.450Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35212026-06-30T19:53:41.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-30T19:53:41.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-30T19:53:41.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-30T19:53:41.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-06-30T19:53:41.998Z
35262026-06-30T19:53:41.998Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35272026-06-30T19:53:42.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-30T19:53:42.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-30T19:53:42.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-30T19:53:42.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-06-30T19:53:42.546Z
35322026-06-30T19:53:42.546Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35332026-06-30T19:53:43.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-30T19:53:43.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-30T19:53:43.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-30T19:53:43.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-06-30T19:53:43.099Z
35382026-06-30T19:53:43.099Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35392026-06-30T19:53:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-30T19:53:43.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-30T19:53:43.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-30T19:53:43.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-06-30T19:53:43.650Z
35442026-06-30T19:53:43.651Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35452026-06-30T19:53:44.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-30T19:53:44.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-30T19:53:44.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-30T19:53:44.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-06-30T19:53:44.209Z
35502026-06-30T19:53:44.210Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35512026-06-30T19:53:44.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-30T19:53:44.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-30T19:53:44.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-30T19:53:44.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35552026-06-30T19:53:44.766Z
35562026-06-30T19:53:44.766Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35572026-06-30T19:53:45.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-30T19:53:45.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-30T19:53:45.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-30T19:53:45.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35612026-06-30T19:53:45.306Z
35622026-06-30T19:53:45.306Zinfo: running `cargo check --bins` on dns-server (175/299)
35632026-06-30T19:53:45.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-30T19:53:45.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-30T19:53:45.906Z Compiling parking_lot_core v0.8.6
35662026-06-30T19:53:45.909Z Compiling git-stub v1.0.0
35672026-06-30T19:53:45.909Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-06-30T19:53:46.020Z Checking prefix-trie v0.7.0
35692026-06-30T19:53:46.134Z Compiling git-stub-vcs v0.1.0
35702026-06-30T19:53:46.306Z Checking hickory-server v0.25.2
35712026-06-30T19:53:46.412Z Checking parking_lot v0.11.2
35722026-06-30T19:53:46.415Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-30T19:53:46.482Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35742026-06-30T19:53:46.482Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-30T19:53:46.621Z Checking sled v0.34.7
35762026-06-30T19:53:48.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35772026-06-30T19:53:48.679Z
35782026-06-30T19:53:48.679Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35792026-06-30T19:53:49.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-06-30T19:53:49.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-06-30T19:53:49.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-06-30T19:53:49.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35832026-06-30T19:53:49.208Z
35842026-06-30T19:53:49.208Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35852026-06-30T19:53:49.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-30T19:53:49.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-30T19:53:49.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-30T19:53:49.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-06-30T19:53:49.736Z
35902026-06-30T19:53:49.736Zinfo: running `cargo check --bins` on sp-sim (178/299)
35912026-06-30T19:53:50.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-30T19:53:50.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-30T19:53:50.405Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-06-30T19:53:52.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
35952026-06-30T19:53:52.359Z
35962026-06-30T19:53:52.359Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
35972026-06-30T19:53:52.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-30T19:53:52.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-30T19:53:52.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-06-30T19:53:52.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36012026-06-30T19:53:52.947Z
36022026-06-30T19:53:52.947Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36032026-06-30T19:53:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-30T19:53:53.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-30T19:53:53.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-30T19:53:53.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-06-30T19:53:53.540Z
36082026-06-30T19:53:53.540Zinfo: running `cargo check --bins` on db-macros (181/299)
36092026-06-30T19:53:53.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-30T19:53:53.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-30T19:53:53.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-30T19:53:53.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36132026-06-30T19:53:54.062Z
36142026-06-30T19:53:54.062Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36152026-06-30T19:53:54.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-30T19:53:54.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-30T19:53:54.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-30T19:53:54.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-06-30T19:53:54.579Z
36202026-06-30T19:53:54.579Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36212026-06-30T19:53:55.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-30T19:53:55.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-30T19:53:55.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-30T19:53:55.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36252026-06-30T19:53:55.167Z
36262026-06-30T19:53:55.167Zinfo: running `cargo check --bins` on authz-macros (184/299)
36272026-06-30T19:53:55.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-30T19:53:55.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-30T19:53:55.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-30T19:53:55.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36312026-06-30T19:53:55.683Z
36322026-06-30T19:53:55.683Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36332026-06-30T19:53:56.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-30T19:53:56.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-30T19:53:56.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-30T19:53:56.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36372026-06-30T19:53:56.254Z
36382026-06-30T19:53:56.254Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36392026-06-30T19:53:56.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-30T19:53:56.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-30T19:53:56.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-30T19:53:56.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36432026-06-30T19:53:56.829Z
36442026-06-30T19:53:56.829Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36452026-06-30T19:53:57.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-30T19:53:57.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-30T19:53:57.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-30T19:53:57.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36492026-06-30T19:53:57.347Z
36502026-06-30T19:53:57.348Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36512026-06-30T19:53:57.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-30T19:53:57.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-30T19:53:57.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-30T19:53:57.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-06-30T19:53:57.861Z
36562026-06-30T19:53:57.861Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36572026-06-30T19:53:58.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-30T19:53:58.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-30T19:53:58.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-30T19:53:58.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-06-30T19:53:58.392Z
36622026-06-30T19:53:58.392Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36632026-06-30T19:53:58.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-30T19:53:58.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-30T19:53:58.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-30T19:53:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36672026-06-30T19:53:58.912Z
36682026-06-30T19:53:58.912Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36692026-06-30T19:53:59.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-30T19:53:59.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-30T19:53:59.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-30T19:53:59.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-06-30T19:53:59.428Z
36742026-06-30T19:53:59.428Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36752026-06-30T19:53:59.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-30T19:53:59.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-30T19:53:59.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-30T19:53:59.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-06-30T19:53:59.944Z
36802026-06-30T19:53:59.944Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36812026-06-30T19:54:00.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-30T19:54:00.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-30T19:54:00.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-30T19:54:00.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36852026-06-30T19:54:00.527Z
36862026-06-30T19:54:00.527Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36872026-06-30T19:54:01.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-30T19:54:01.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-30T19:54:01.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-30T19:54:01.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36912026-06-30T19:54:01.124Z
36922026-06-30T19:54:01.124Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36932026-06-30T19:54:01.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-30T19:54:01.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-30T19:54:01.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-30T19:54:01.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-06-30T19:54:01.697Z
36982026-06-30T19:54:01.697Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
36992026-06-30T19:54:02.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-30T19:54:02.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-30T19:54:02.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-30T19:54:02.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37032026-06-30T19:54:02.238Z
37042026-06-30T19:54:02.238Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37052026-06-30T19:54:02.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-30T19:54:02.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-30T19:54:02.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-30T19:54:02.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37092026-06-30T19:54:02.787Z
37102026-06-30T19:54:02.787Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37112026-06-30T19:54:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-30T19:54:03.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-30T19:54:03.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-30T19:54:03.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-06-30T19:54:03.337Z
37162026-06-30T19:54:03.337Zinfo: running `cargo check --bins` on key-manager (199/299)
37172026-06-30T19:54:03.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-30T19:54:03.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-30T19:54:03.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-30T19:54:03.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37212026-06-30T19:54:03.868Z
37222026-06-30T19:54:03.868Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37232026-06-30T19:54:04.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-30T19:54:04.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-30T19:54:04.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-30T19:54:04.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37272026-06-30T19:54:04.418Z
37282026-06-30T19:54:04.418Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37292026-06-30T19:54:04.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-30T19:54:04.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-30T19:54:04.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-30T19:54:04.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37332026-06-30T19:54:04.965Z
37342026-06-30T19:54:04.966Zinfo: running `cargo check --bins` on typed-rng (202/299)
37352026-06-30T19:54:05.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-30T19:54:05.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-30T19:54:05.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-30T19:54:05.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37392026-06-30T19:54:05.479Z
37402026-06-30T19:54:05.479Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37412026-06-30T19:54:05.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-30T19:54:05.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-30T19:54:06.266Z Compiling libefi-sys v0.1.0
37442026-06-30T19:54:06.268Z Compiling bitfield-struct v0.6.2
37452026-06-30T19:54:06.407Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-06-30T19:54:06.417Z Compiling xshell-macros v0.2.7
37472026-06-30T19:54:06.426Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-06-30T19:54:06.439Z Compiling salty v0.3.0
37492026-06-30T19:54:06.453Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-06-30T19:54:06.469Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37512026-06-30T19:54:06.481Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37522026-06-30T19:54:06.593Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-30T19:54:06.749Z Checking primeorder v0.13.6
37542026-06-30T19:54:06.765Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-06-30T19:54:06.782Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-30T19:54:06.796Z Checking xshell v0.2.7
37572026-06-30T19:54:06.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-30T19:54:06.954Z Checking tungstenite v0.21.0
37592026-06-30T19:54:06.984Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-06-30T19:54:06.986Z Checking p384 v0.13.1
37612026-06-30T19:54:07.018Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-06-30T19:54:07.118Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37632026-06-30T19:54:07.133Z Compiling num-derive v0.3.3
37642026-06-30T19:54:07.181Z Compiling proc-macro-error2 v2.0.1
37652026-06-30T19:54:07.262Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-30T19:54:07.389Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-30T19:54:07.389Z Checking tokio-tungstenite v0.21.0
37682026-06-30T19:54:07.419Z Checking papergrid v0.17.0
37692026-06-30T19:54:07.490Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37702026-06-30T19:54:07.493Z Compiling tabled_derive v0.11.0
37712026-06-30T19:54:07.493Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-06-30T19:54:07.622Z Compiling progenitor-impl v0.13.0
37732026-06-30T19:54:07.682Z Checking testing_table v0.3.0
37742026-06-30T19:54:07.760Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-06-30T19:54:07.775Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-06-30T19:54:07.778Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-30T19:54:07.971Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-06-30T19:54:08.001Z Compiling unicase v2.9.0
37792026-06-30T19:54:08.026Z Checking libscf-sys v1.1.0
37802026-06-30T19:54:08.164Z Checking corncobs v0.1.4
37812026-06-30T19:54:08.178Z Compiling illumos-nvpair-sys v0.2.0
37822026-06-30T19:54:08.206Z Compiling mime_guess v2.0.5
37832026-06-30T19:54:08.273Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-06-30T19:54:08.290Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-30T19:54:08.400Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-30T19:54:08.419Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37872026-06-30T19:54:08.485Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-30T19:54:08.564Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-06-30T19:54:08.684Z Checking tabled v0.20.0
37902026-06-30T19:54:08.750Z Checking progenitor-client v0.13.0
37912026-06-30T19:54:08.818Z Checking secrecy v0.8.0
37922026-06-30T19:54:08.947Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-06-30T19:54:09.011Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-06-30T19:54:09.083Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-06-30T19:54:09.187Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-06-30T19:54:09.445Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-06-30T19:54:09.462Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-30T19:54:09.494Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-06-30T19:54:09.540Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-06-30T19:54:09.577Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-30T19:54:09.733Z Checking filetime v0.2.27
38022026-06-30T19:54:09.749Z Checking http-range v0.1.5
38032026-06-30T19:54:09.875Z Checking crc8 v0.1.1
38042026-06-30T19:54:09.945Z Checking xattr v1.6.1
38052026-06-30T19:54:09.976Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-30T19:54:10.082Z Checking tar v0.4.45
38072026-06-30T19:54:10.159Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-30T19:54:10.180Z Checking illumos-nvpair v0.3.0
38092026-06-30T19:54:10.247Z Compiling progenitor-macro v0.13.0
38102026-06-30T19:54:10.262Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38112026-06-30T19:54:10.379Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38122026-06-30T19:54:10.471Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38132026-06-30T19:54:10.474Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38142026-06-30T19:54:10.789Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38152026-06-30T19:54:10.826Z Checking atty v0.2.14
38162026-06-30T19:54:10.861Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-06-30T19:54:10.928Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38182026-06-30T19:54:11.038Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-06-30T19:54:11.117Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-06-30T19:54:11.150Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-06-30T19:54:11.191Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38222026-06-30T19:54:11.244Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38232026-06-30T19:54:11.418Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-30T19:54:11.481Z Checking hyper-staticfile v0.10.1
38252026-06-30T19:54:11.522Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38262026-06-30T19:54:11.597Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38272026-06-30T19:54:11.783Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38282026-06-30T19:54:11.799Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-30T19:54:12.055Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38302026-06-30T19:54:12.076Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38312026-06-30T19:54:12.348Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38322026-06-30T19:54:12.626Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38332026-06-30T19:54:13.263Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-06-30T19:54:13.754Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-30T19:54:14.176Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38362026-06-30T19:54:14.480Z Checking progenitor v0.13.0
38372026-06-30T19:54:14.616Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38382026-06-30T19:54:16.627Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-06-30T19:54:20.056Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-06-30T19:54:31.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.57s
38412026-06-30T19:54:31.262Z
38422026-06-30T19:54:31.262Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38432026-06-30T19:54:31.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-06-30T19:54:31.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-06-30T19:54:31.988Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-06-30T19:54:42.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38472026-06-30T19:54:43.073Z
38482026-06-30T19:54:43.073Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38492026-06-30T19:54:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-30T19:54:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-30T19:54:43.794Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-30T19:54:54.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38532026-06-30T19:54:54.761Z
38542026-06-30T19:54:54.761Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38552026-06-30T19:54:55.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-30T19:54:55.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-30T19:54:55.480Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-30T19:55:06.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38592026-06-30T19:55:06.421Z
38602026-06-30T19:55:06.421Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38612026-06-30T19:55:06.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-30T19:55:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-30T19:55:07.146Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-30T19:55:17.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38652026-06-30T19:55:18.105Z
38662026-06-30T19:55:18.105Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38672026-06-30T19:55:18.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-30T19:55:18.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-30T19:55:18.827Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-30T19:55:29.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38712026-06-30T19:55:29.709Z
38722026-06-30T19:55:29.709Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38732026-06-30T19:55:30.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-30T19:55:30.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-30T19:55:30.430Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-30T19:55:41.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38772026-06-30T19:55:41.342Z
38782026-06-30T19:55:41.342Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38792026-06-30T19:55:41.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-30T19:55:41.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-30T19:55:42.063Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-30T19:55:52.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38832026-06-30T19:55:52.988Z
38842026-06-30T19:55:52.988Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38852026-06-30T19:55:53.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-30T19:55:53.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-30T19:55:53.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-06-30T19:55:53.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38892026-06-30T19:55:53.524Z
38902026-06-30T19:55:53.524Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38912026-06-30T19:55:53.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-30T19:55:53.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-30T19:55:53.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-30T19:55:53.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38952026-06-30T19:55:54.063Z
38962026-06-30T19:55:54.063Zinfo: running `cargo check --bins` on range-requests (213/299)
38972026-06-30T19:55:54.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-30T19:55:54.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-30T19:55:54.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-30T19:55:54.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39012026-06-30T19:55:54.585Z
39022026-06-30T19:55:54.585Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39032026-06-30T19:55:55.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-30T19:55:55.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-30T19:55:55.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-30T19:55:55.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39072026-06-30T19:55:55.111Z
39082026-06-30T19:55:55.111Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39092026-06-30T19:55:55.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-30T19:55:55.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-30T19:55:55.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-30T19:55:55.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39132026-06-30T19:55:55.674Z
39142026-06-30T19:55:55.674Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39152026-06-30T19:55:56.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-30T19:55:56.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-30T19:55:56.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-30T19:55:56.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-06-30T19:55:56.215Z
39202026-06-30T19:55:56.215Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39212026-06-30T19:55:56.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-30T19:55:56.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-30T19:55:56.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-30T19:55:56.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39252026-06-30T19:55:56.769Z
39262026-06-30T19:55:56.769Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39272026-06-30T19:55:57.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-30T19:55:57.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-30T19:55:57.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-30T19:55:57.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39312026-06-30T19:55:57.333Z
39322026-06-30T19:55:57.333Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39332026-06-30T19:55:57.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-30T19:55:57.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-30T19:55:57.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-30T19:55:57.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39372026-06-30T19:55:57.895Z
39382026-06-30T19:55:57.895Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39392026-06-30T19:55:58.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-30T19:55:58.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-30T19:55:58.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-30T19:55:58.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-06-30T19:55:58.451Z
39442026-06-30T19:55:58.451Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39452026-06-30T19:55:58.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-30T19:55:58.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-30T19:55:58.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-30T19:55:58.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39492026-06-30T19:55:59.005Z
39502026-06-30T19:55:59.005Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39512026-06-30T19:55:59.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-30T19:55:59.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-30T19:55:59.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-30T19:55:59.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39552026-06-30T19:55:59.565Z
39562026-06-30T19:55:59.565Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39572026-06-30T19:56:00.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-30T19:56:00.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-30T19:56:00.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-30T19:56:00.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-06-30T19:56:00.125Z
39622026-06-30T19:56:00.125Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39632026-06-30T19:56:00.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-30T19:56:00.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-30T19:56:00.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-30T19:56:00.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39672026-06-30T19:56:00.686Z
39682026-06-30T19:56:00.686Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39692026-06-30T19:56:01.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-30T19:56:01.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-30T19:56:01.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-30T19:56:01.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-06-30T19:56:01.268Z
39742026-06-30T19:56:01.268Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39752026-06-30T19:56:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-30T19:56:01.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-30T19:56:01.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-30T19:56:01.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-06-30T19:56:01.826Z
39802026-06-30T19:56:01.826Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39812026-06-30T19:56:02.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-30T19:56:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-30T19:56:02.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-30T19:56:02.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39852026-06-30T19:56:02.399Z
39862026-06-30T19:56:02.399Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39872026-06-30T19:56:02.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-30T19:56:02.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-30T19:56:02.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-30T19:56:02.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-06-30T19:56:02.988Z
39922026-06-30T19:56:02.988Zinfo: running `cargo check --bins` on update-common (229/299)
39932026-06-30T19:56:03.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-30T19:56:03.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-30T19:56:03.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-30T19:56:03.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39972026-06-30T19:56:03.530Z
39982026-06-30T19:56:03.530Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
39992026-06-30T19:56:04.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-30T19:56:04.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-30T19:56:04.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-30T19:56:04.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-06-30T19:56:04.123Z
40042026-06-30T19:56:04.123Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40052026-06-30T19:56:04.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-30T19:56:04.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-30T19:56:04.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-30T19:56:04.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40092026-06-30T19:56:04.643Z
40102026-06-30T19:56:04.643Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40112026-06-30T19:56:05.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-30T19:56:05.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-30T19:56:05.365Z Compiling fs-err v2.11.0
40142026-06-30T19:56:05.367Z Checking ignore v0.4.25
40152026-06-30T19:56:05.367Z Checking arc-swap v1.8.2
40162026-06-30T19:56:05.496Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40172026-06-30T19:56:05.496Z Checking predicates-tree v1.0.13
40182026-06-30T19:56:05.499Z Checking parse-size v1.1.0
40192026-06-30T19:56:05.525Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40202026-06-30T19:56:05.528Z Checking rand_seeder v0.4.0
40212026-06-30T19:56:05.605Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40222026-06-30T19:56:05.628Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40232026-06-30T19:56:05.678Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-06-30T19:56:05.695Z Checking slog-scope v4.4.1
40252026-06-30T19:56:05.731Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40262026-06-30T19:56:05.821Z Compiling petname v2.0.2
40272026-06-30T19:56:05.835Z Checking slog-stdlog v4.1.1
40282026-06-30T19:56:05.849Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40292026-06-30T19:56:05.872Z Checking globwalk v0.9.1
40302026-06-30T19:56:05.913Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40312026-06-30T19:56:05.951Z Checking slog-envlogger v2.2.0
40322026-06-30T19:56:06.048Z Checking camino-tempfile-ext v0.3.3
40332026-06-30T19:56:06.098Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40342026-06-30T19:56:06.129Z Checking sapling-renderdag v0.1.0
40352026-06-30T19:56:06.237Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40362026-06-30T19:56:06.286Z Checking subprocess v0.2.15
40372026-06-30T19:56:06.367Z Checking sync-ptr v0.1.4
40382026-06-30T19:56:06.456Z Checking colored v2.2.0
40392026-06-30T19:56:06.485Z Checking assert_matches v1.5.0
40402026-06-30T19:56:06.559Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40412026-06-30T19:56:06.730Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-30T19:56:06.733Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40432026-06-30T19:56:07.383Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40442026-06-30T19:56:08.703Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40452026-06-30T19:56:10.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
40462026-06-30T19:56:11.056Z
40472026-06-30T19:56:11.057Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40482026-06-30T19:56:11.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-06-30T19:56:11.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-06-30T19:56:11.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-06-30T19:56:11.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40522026-06-30T19:56:11.568Z
40532026-06-30T19:56:11.568Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40542026-06-30T19:56:12.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-30T19:56:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-30T19:56:12.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-30T19:56:12.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40582026-06-30T19:56:12.110Z
40592026-06-30T19:56:12.110Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40602026-06-30T19:56:12.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-30T19:56:12.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-30T19:56:12.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-30T19:56:12.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40642026-06-30T19:56:12.695Z
40652026-06-30T19:56:12.695Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40662026-06-30T19:56:13.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-30T19:56:13.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-30T19:56:13.368Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40692026-06-30T19:56:13.370Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40702026-06-30T19:56:14.015Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40712026-06-30T19:56:15.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
40722026-06-30T19:56:15.744Z
40732026-06-30T19:56:15.744Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40742026-06-30T19:56:16.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-30T19:56:16.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-30T19:56:16.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-30T19:56:16.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40782026-06-30T19:56:16.275Z
40792026-06-30T19:56:16.275Zinfo: running `cargo check --bins` on cert-dev (238/299)
40802026-06-30T19:56:16.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-30T19:56:16.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-30T19:56:16.824Z Checking yasna v0.5.2
40832026-06-30T19:56:17.228Z Checking rcgen v0.12.1
40842026-06-30T19:56:17.479Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40852026-06-30T19:56:17.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
40862026-06-30T19:56:17.814Z
40872026-06-30T19:56:17.814Zinfo: running `cargo check --bins` on clickana (239/299)
40882026-06-30T19:56:18.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-30T19:56:18.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-30T19:56:18.407Z Compiling darling_core v0.23.0
40912026-06-30T19:56:18.511Z Compiling instability v0.3.11
40922026-06-30T19:56:18.517Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40932026-06-30T19:56:18.520Z Checking castaway v0.2.4
40942026-06-30T19:56:18.520Z Compiling indoc v2.0.7
40952026-06-30T19:56:18.534Z Checking unicode-truncate v1.1.0
40962026-06-30T19:56:18.537Z Checking lru v0.12.5
40972026-06-30T19:56:18.537Z Checking cassowary v0.3.0
40982026-06-30T19:56:18.611Z Checking compact_str v0.8.1
40992026-06-30T19:56:19.813Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41002026-06-30T19:56:19.927Z Compiling darling_macro v0.23.0
41012026-06-30T19:56:19.985Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41022026-06-30T19:56:20.346Z Compiling darling v0.23.0
41032026-06-30T19:56:20.971Z Checking ratatui v0.29.0
41042026-06-30T19:56:22.026Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-06-30T19:56:22.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41062026-06-30T19:56:22.846Z
41072026-06-30T19:56:22.846Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41082026-06-30T19:56:23.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-06-30T19:56:23.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-06-30T19:56:23.509Z Checking headers-core v0.3.0
41112026-06-30T19:56:23.513Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41122026-06-30T19:56:23.700Z Checking headers v0.4.1
41132026-06-30T19:56:24.067Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41142026-06-30T19:56:24.931Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41152026-06-30T19:56:25.400Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41162026-06-30T19:56:25.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
41172026-06-30T19:56:25.982Z
41182026-06-30T19:56:25.982Zinfo: running `cargo check --bins` on ch-dev (241/299)
41192026-06-30T19:56:26.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-30T19:56:26.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-30T19:56:26.648Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41222026-06-30T19:56:27.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41232026-06-30T19:56:27.556Z
41242026-06-30T19:56:27.556Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41252026-06-30T19:56:27.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-30T19:56:27.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-30T19:56:27.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-06-30T19:56:27.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41292026-06-30T19:56:27.949Z
41302026-06-30T19:56:27.949Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41312026-06-30T19:56:28.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-30T19:56:28.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-30T19:56:28.613Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-06-30T19:56:29.615Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41352026-06-30T19:56:29.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
41362026-06-30T19:56:30.126Z
41372026-06-30T19:56:30.126Zinfo: running `cargo check --bins` on db-dev (244/299)
41382026-06-30T19:56:30.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-30T19:56:30.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-30T19:56:30.789Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41412026-06-30T19:56:31.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41422026-06-30T19:56:31.705Z
41432026-06-30T19:56:31.706Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41442026-06-30T19:56:32.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-30T19:56:32.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-30T19:56:32.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-06-30T19:56:32.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41482026-06-30T19:56:32.275Z
41492026-06-30T19:56:32.275Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41502026-06-30T19:56:32.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-30T19:56:32.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-30T19:56:32.827Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41532026-06-30T19:56:33.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41542026-06-30T19:56:33.672Z
41552026-06-30T19:56:33.672Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41562026-06-30T19:56:34.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-30T19:56:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-30T19:56:34.371Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-30T19:56:34.371Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-06-30T19:56:34.488Z Checking git-stub v1.0.0
41612026-06-30T19:56:34.490Z Compiling trait-variant v0.1.2
41622026-06-30T19:56:34.496Z Checking is_ci v1.2.0
41632026-06-30T19:56:34.498Z Checking maplit v1.0.2
41642026-06-30T19:56:34.518Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41652026-06-30T19:56:34.528Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41662026-06-30T19:56:34.580Z Checking drift v0.2.0
41672026-06-30T19:56:34.607Z Checking supports-color v3.0.2
41682026-06-30T19:56:34.627Z Checking git-stub-vcs v0.1.0
41692026-06-30T19:56:34.703Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41702026-06-30T19:56:34.728Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41712026-06-30T19:56:34.743Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41722026-06-30T19:56:34.819Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41732026-06-30T19:56:34.922Z Checking dropshot-api-manager v0.7.2
41742026-06-30T19:56:34.954Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41752026-06-30T19:56:34.986Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41762026-06-30T19:56:35.021Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-30T19:56:35.234Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-30T19:56:35.754Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41792026-06-30T19:56:36.710Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41802026-06-30T19:56:37.919Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41812026-06-30T19:56:38.511Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41822026-06-30T19:56:38.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
41832026-06-30T19:56:39.123Z
41842026-06-30T19:56:39.123Zinfo: running `cargo check --bins` on installinator-api (248/299)
41852026-06-30T19:56:39.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-06-30T19:56:39.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-06-30T19:56:39.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-06-30T19:56:39.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41892026-06-30T19:56:39.654Z
41902026-06-30T19:56:39.654Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41912026-06-30T19:56:40.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-06-30T19:56:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-06-30T19:56:40.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-06-30T19:56:40.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41952026-06-30T19:56:40.229Z
41962026-06-30T19:56:40.229Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
41972026-06-30T19:56:40.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-30T19:56:40.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-30T19:56:40.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-30T19:56:40.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42012026-06-30T19:56:40.802Z
42022026-06-30T19:56:40.802Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42032026-06-30T19:56:41.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-30T19:56:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-30T19:56:41.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-30T19:56:41.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42072026-06-30T19:56:41.371Z
42082026-06-30T19:56:41.371Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42092026-06-30T19:56:41.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-30T19:56:41.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-30T19:56:41.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-30T19:56:41.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42132026-06-30T19:56:41.905Z
42142026-06-30T19:56:41.905Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42152026-06-30T19:56:42.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-30T19:56:42.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-30T19:56:42.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-30T19:56:42.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42192026-06-30T19:56:42.423Z
42202026-06-30T19:56:42.423Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42212026-06-30T19:56:42.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-30T19:56:42.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-30T19:56:42.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-30T19:56:42.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42252026-06-30T19:56:42.971Z
42262026-06-30T19:56:42.971Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42272026-06-30T19:56:43.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-30T19:56:43.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-30T19:56:43.528Z Checking typeid v1.0.3
42302026-06-30T19:56:43.635Z Checking ordered-float v2.10.1
42312026-06-30T19:56:43.653Z Checking unicode-xid v0.2.6
42322026-06-30T19:56:43.664Z Checking cargo-platform v0.2.0
42332026-06-30T19:56:43.673Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-06-30T19:56:43.701Z Checking erased-serde v0.4.9
42352026-06-30T19:56:43.835Z Checking serde-value v0.7.0
42362026-06-30T19:56:44.010Z Checking serde-untagged v0.1.9
42372026-06-30T19:56:44.162Z Checking cargo-util-schemas v0.8.2
42382026-06-30T19:56:44.860Z Checking cargo_metadata v0.21.0
42392026-06-30T19:56:45.461Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42402026-06-30T19:56:46.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
42412026-06-30T19:56:46.356Z
42422026-06-30T19:56:46.356Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42432026-06-30T19:56:46.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-30T19:56:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-30T19:56:47.036Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42462026-06-30T19:56:47.630Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42472026-06-30T19:56:48.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42482026-06-30T19:56:48.300Z
42492026-06-30T19:56:48.300Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42502026-06-30T19:56:48.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-30T19:56:48.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-30T19:56:49.210Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42532026-06-30T19:56:49.210Z Compiling vergen-lib v0.1.6
42542026-06-30T19:56:49.210Z Compiling diesel_derives v2.3.7
42552026-06-30T19:56:49.213Z Compiling dsl_auto_type v0.2.0
42562026-06-30T19:56:49.213Z Checking scheduled-thread-pool v0.2.7
42572026-06-30T19:56:49.213Z Compiling vergen-gitcl v1.0.8
42582026-06-30T19:56:49.213Z Compiling diesel_table_macro_syntax v0.3.0
42592026-06-30T19:56:49.355Z Compiling dirs-sys-next v0.1.2
42602026-06-30T19:56:49.486Z Compiling crunchy v0.2.4
42612026-06-30T19:56:49.534Z Compiling glob v0.3.3
42622026-06-30T19:56:49.572Z Compiling dirs-next v2.0.0
42632026-06-30T19:56:49.594Z Checking r2d2 v0.8.10
42642026-06-30T19:56:49.641Z Checking downcast-rs v2.0.2
42652026-06-30T19:56:49.691Z Compiling tiny-keccak v2.0.2
42662026-06-30T19:56:49.734Z Compiling term v0.7.0
42672026-06-30T19:56:49.765Z Compiling bit-vec v0.6.3
42682026-06-30T19:56:49.922Z Compiling clang-sys v1.8.1
42692026-06-30T19:56:49.979Z Compiling bit-set v0.5.3
42702026-06-30T19:56:49.995Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42712026-06-30T19:56:50.137Z Compiling ascii-canvas v3.0.0
42722026-06-30T19:56:50.223Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42732026-06-30T19:56:50.290Z Compiling itertools v0.10.5
42742026-06-30T19:56:50.309Z Compiling ena v0.14.4
42752026-06-30T19:56:50.325Z Compiling libloading v0.8.9
42762026-06-30T19:56:50.376Z Compiling diff v0.1.13
42772026-06-30T19:56:50.392Z Compiling regex-syntax v0.6.29
42782026-06-30T19:56:50.422Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42792026-06-30T19:56:50.517Z Compiling bindgen v0.71.1
42802026-06-30T19:56:50.672Z Compiling cexpr v0.6.0
42812026-06-30T19:56:50.992Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42822026-06-30T19:56:51.049Z Compiling rustc-hash v2.1.1
42832026-06-30T19:56:51.220Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42842026-06-30T19:56:51.355Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42852026-06-30T19:56:51.377Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42862026-06-30T19:56:51.404Z Compiling libxml v0.3.3
42872026-06-30T19:56:51.644Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42882026-06-30T19:56:51.666Z Compiling strum_macros v0.24.3
42892026-06-30T19:56:51.683Z Compiling indoc v1.0.9
42902026-06-30T19:56:51.833Z Compiling lalrpop v0.19.12
42912026-06-30T19:56:52.535Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42922026-06-30T19:56:52.726Z Checking derive_builder v0.20.2
42932026-06-30T19:56:52.848Z Compiling oso-derive v0.27.3
42942026-06-30T19:56:53.019Z Checking quick-xml v0.37.5
42952026-06-30T19:56:53.081Z Compiling impl-trait-for-tuples v0.2.3
42962026-06-30T19:56:53.353Z Checking openssl-probe v0.1.6
42972026-06-30T19:56:53.495Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42982026-06-30T19:56:53.895Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42992026-06-30T19:56:54.099Z Checking bb8 v0.8.6
43002026-06-30T19:56:54.215Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43012026-06-30T19:56:54.235Z Checking nonempty v0.12.0
43022026-06-30T19:56:54.380Z Compiling libz-sys v1.1.24
43032026-06-30T19:56:54.402Z Compiling strsim v0.10.0
43042026-06-30T19:56:54.443Z Compiling libgit2-sys v0.18.3+1.9.2
43052026-06-30T19:56:54.622Z Compiling darling_core v0.13.4
43062026-06-30T19:56:54.735Z Compiling vergen-git2 v9.1.0
43072026-06-30T19:56:54.968Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43082026-06-30T19:56:54.989Z Compiling base64 v0.21.7
43092026-06-30T19:56:55.187Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43102026-06-30T19:56:55.319Z Compiling ron v0.8.1
43112026-06-30T19:56:55.336Z Checking diesel v2.3.7
43122026-06-30T19:56:56.207Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43132026-06-30T19:56:56.296Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43142026-06-30T19:56:56.419Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43152026-06-30T19:56:56.568Z Compiling darling_macro v0.13.4
43162026-06-30T19:56:56.610Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43172026-06-30T19:56:56.802Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43182026-06-30T19:56:56.998Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43192026-06-30T19:56:57.050Z Compiling darling v0.13.4
43202026-06-30T19:56:57.146Z Compiling serde_with_macros v1.5.2
43212026-06-30T19:56:57.185Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43222026-06-30T19:56:57.375Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43232026-06-30T19:56:57.538Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-30T19:56:57.562Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-30T19:56:57.994Z Compiling serde_with v1.14.0
43262026-06-30T19:56:59.126Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43272026-06-30T19:56:59.169Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43282026-06-30T19:56:59.325Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-30T19:56:59.964Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-06-30T19:57:00.160Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-06-30T19:57:00.429Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43322026-06-30T19:57:00.732Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-06-30T19:57:00.768Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-06-30T19:57:01.351Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43352026-06-30T19:57:01.665Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43362026-06-30T19:57:01.687Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-06-30T19:57:01.757Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43382026-06-30T19:57:01.874Z Checking twox-hash v2.1.2
43392026-06-30T19:57:02.127Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43402026-06-30T19:57:02.181Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43412026-06-30T19:57:02.274Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43422026-06-30T19:57:02.819Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-06-30T19:57:02.980Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43442026-06-30T19:57:03.938Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43452026-06-30T19:57:04.238Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43462026-06-30T19:57:04.293Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-06-30T19:57:04.897Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43482026-06-30T19:57:04.934Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43492026-06-30T19:57:05.124Z Checking console v0.16.2
43502026-06-30T19:57:05.440Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43512026-06-30T19:57:05.598Z Checking fatfs v0.3.6
43522026-06-30T19:57:05.899Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43532026-06-30T19:57:06.069Z Compiling seq-macro v0.3.6
43542026-06-30T19:57:06.590Z Checking unit-prefix v0.5.2
43552026-06-30T19:57:06.734Z Checking indicatif v0.18.4
43562026-06-30T19:57:07.079Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43572026-06-30T19:57:07.123Z Checking support-bundle-viewer v0.1.2
43582026-06-30T19:57:07.226Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43592026-06-30T19:57:07.371Z Checking multimap v0.10.1
43602026-06-30T19:57:13.060Z Checking async-bb8-diesel v0.2.1
43612026-06-30T19:57:13.435Z Checking diesel-dtrace v0.5.0
43622026-06-30T19:57:16.224Z Compiling samael v0.0.19
43632026-06-30T19:57:22.096Z Compiling git2 v0.20.4
43642026-06-30T19:57:22.940Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43652026-06-30T19:57:23.896Z Compiling polar-core v0.27.3
43662026-06-30T19:57:24.491Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43672026-06-30T19:57:28.440Z Checking oso v0.27.3
43682026-06-30T19:57:58.446Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-06-30T19:59:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43702026-06-30T19:59:11.692Z
43712026-06-30T19:59:11.694Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43722026-06-30T19:59:12.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-06-30T19:59:12.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-06-30T19:59:12.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-06-30T19:59:12.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43762026-06-30T19:59:12.322Z
43772026-06-30T19:59:12.322Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43782026-06-30T19:59:12.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-06-30T19:59:12.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-06-30T19:59:12.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-06-30T19:59:12.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43822026-06-30T19:59:12.914Z
43832026-06-30T19:59:12.914Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43842026-06-30T19:59:13.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-06-30T19:59:13.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-06-30T19:59:13.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-06-30T19:59:13.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43882026-06-30T19:59:13.506Z
43892026-06-30T19:59:13.506Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43902026-06-30T19:59:13.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-06-30T19:59:13.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-06-30T19:59:13.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-06-30T19:59:13.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43942026-06-30T19:59:14.026Z
43952026-06-30T19:59:14.026Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43962026-06-30T19:59:14.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-06-30T19:59:14.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-06-30T19:59:14.814Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-06-30T19:59:15.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44002026-06-30T19:59:15.742Z
44012026-06-30T19:59:15.742Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44022026-06-30T19:59:16.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-06-30T19:59:16.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-06-30T19:59:16.520Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-06-30T19:59:54.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.30s
44062026-06-30T19:59:54.254Z
44072026-06-30T19:59:54.254Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44082026-06-30T19:59:54.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-06-30T19:59:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-06-30T19:59:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-06-30T19:59:54.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44122026-06-30T19:59:54.776Z
44132026-06-30T19:59:54.777Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44142026-06-30T19:59:55.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-06-30T19:59:55.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-06-30T19:59:55.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-06-30T19:59:55.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44182026-06-30T19:59:55.302Z
44192026-06-30T19:59:55.302Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44202026-06-30T19:59:55.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-06-30T19:59:55.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-06-30T19:59:55.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-06-30T19:59:55.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44242026-06-30T19:59:55.885Z
44252026-06-30T19:59:55.885Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44262026-06-30T19:59:56.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-06-30T19:59:56.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-06-30T19:59:56.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-06-30T19:59:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44302026-06-30T19:59:56.476Z
44312026-06-30T19:59:56.476Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44322026-06-30T19:59:56.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-06-30T19:59:56.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-06-30T19:59:56.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-06-30T19:59:56.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44362026-06-30T19:59:57.065Z
44372026-06-30T19:59:57.065Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44382026-06-30T19:59:57.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-06-30T19:59:57.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-06-30T19:59:57.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-06-30T19:59:57.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-06-30T19:59:57.643Z
44432026-06-30T19:59:57.643Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44442026-06-30T19:59:58.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-06-30T19:59:58.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-06-30T19:59:58.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-06-30T19:59:58.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-06-30T19:59:58.234Z
44492026-06-30T19:59:58.234Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44502026-06-30T19:59:58.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-06-30T19:59:58.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-06-30T19:59:58.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-06-30T19:59:58.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44542026-06-30T19:59:58.835Z
44552026-06-30T19:59:58.835Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44562026-06-30T19:59:59.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-06-30T19:59:59.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-06-30T19:59:59.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-06-30T19:59:59.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44602026-06-30T19:59:59.893Z
44612026-06-30T19:59:59.893Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44622026-06-30T19:59:59.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-06-30T20:00:01.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-06-30T20:00:01.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-06-30T20:00:01.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44662026-06-30T20:00:01.812Z
44672026-06-30T20:00:01.812Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44682026-06-30T20:00:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-06-30T20:00:01.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-06-30T20:00:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-06-30T20:00:01.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44722026-06-30T20:00:01.813Z
44732026-06-30T20:00:01.813Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44742026-06-30T20:00:02.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-06-30T20:00:02.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-06-30T20:00:02.189Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-06-30T20:00:02.189Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-06-30T20:00:02.189Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44792026-06-30T20:00:02.189Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44802026-06-30T20:00:02.189Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44812026-06-30T20:00:02.189Z Checking yansi v1.0.1
44822026-06-30T20:00:02.189Z Checking diff v0.1.13
44832026-06-30T20:00:02.189Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44842026-06-30T20:00:02.189Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44852026-06-30T20:00:02.377Z Checking pretty_assertions v1.4.1
44862026-06-30T20:00:02.631Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44872026-06-30T20:00:02.816Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44882026-06-30T20:00:27.372Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44892026-06-30T20:00:27.374Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44902026-06-30T20:00:27.448Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44912026-06-30T20:00:27.448Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44922026-06-30T20:00:27.449Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44932026-06-30T20:00:27.449Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44942026-06-30T20:00:27.449Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44952026-06-30T20:00:28.150Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-06-30T20:00:28.175Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44972026-06-30T20:00:29.774Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-30T20:01:06.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44992026-06-30T20:01:07.021Z
45002026-06-30T20:01:07.021Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45012026-06-30T20:01:07.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-30T20:01:07.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-30T20:01:07.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-30T20:01:07.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45052026-06-30T20:01:07.558Z
45062026-06-30T20:01:07.558Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45072026-06-30T20:01:08.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-30T20:01:08.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-30T20:01:08.251Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-30T20:01:08.372Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45112026-06-30T20:01:08.372Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45122026-06-30T20:01:35.317Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-30T20:01:35.689Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-30T20:01:37.384Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-30T20:01:37.824Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-30T20:01:40.792Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-30T20:02:04.401Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-30T20:02:05.086Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-30T20:02:06.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.16s
45202026-06-30T20:02:06.882Z
45212026-06-30T20:02:06.882Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45222026-06-30T20:02:07.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-30T20:02:07.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-30T20:02:07.548Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-30T20:02:08.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45262026-06-30T20:02:08.403Z
45272026-06-30T20:02:08.403Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45282026-06-30T20:02:08.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-30T20:02:08.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-30T20:02:09.006Z Compiling blake3 v1.8.5
45312026-06-30T20:02:09.113Z Checking arrayref v0.3.9
45322026-06-30T20:02:09.116Z Checking arrayvec v0.7.6
45332026-06-30T20:02:09.125Z Checking constant_time_eq v0.4.2
45342026-06-30T20:02:09.131Z Checking topological-sort v0.2.2
45352026-06-30T20:02:09.136Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45362026-06-30T20:02:09.136Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45372026-06-30T20:02:09.136Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45382026-06-30T20:02:09.170Z Checking shell-words v1.1.1
45392026-06-30T20:02:10.003Z Checking omicron-zone-package v0.12.3
45402026-06-30T20:02:10.720Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-30T20:02:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
45422026-06-30T20:02:11.768Z
45432026-06-30T20:02:11.768Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45442026-06-30T20:02:12.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-30T20:02:12.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-30T20:02:12.359Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-30T20:02:12.676Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-30T20:02:13.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45492026-06-30T20:02:13.239Z
45502026-06-30T20:02:13.239Zinfo: running `cargo check --bins` on schema (281/299)
45512026-06-30T20:02:13.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-30T20:02:13.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-30T20:02:13.908Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-30T20:02:14.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45552026-06-30T20:02:14.759Z
45562026-06-30T20:02:14.759Zinfo: running `cargo check --bins` on xtask (282/299)
45572026-06-30T20:02:15.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-30T20:02:15.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-30T20:02:15.155Z Checking libc v0.2.185
45602026-06-30T20:02:15.225Z Checking serde v1.0.228
45612026-06-30T20:02:15.230Z Checking zerofrom v0.1.6
45622026-06-30T20:02:15.234Z Checking bitflags v2.11.0
45632026-06-30T20:02:15.239Z Checking smallvec v1.15.1
45642026-06-30T20:02:15.247Z Checking indexmap v2.14.0
45652026-06-30T20:02:15.254Z Checking serde_json v1.0.150
45662026-06-30T20:02:15.263Z Checking scroll v0.12.0
45672026-06-30T20:02:15.341Z Checking yoke v0.8.1
45682026-06-30T20:02:15.401Z Checking num-traits v0.2.19
45692026-06-30T20:02:15.407Z Checking thiserror v1.0.69
45702026-06-30T20:02:15.487Z Checking zerovec v0.11.5
45712026-06-30T20:02:15.487Z Checking zerotrie v0.2.3
45722026-06-30T20:02:15.513Z Checking log v0.4.29
45732026-06-30T20:02:15.531Z Checking errno v0.3.14
45742026-06-30T20:02:15.619Z Checking toml_datetime v0.6.11
45752026-06-30T20:02:15.632Z Checking rustix v1.1.3
45762026-06-30T20:02:16.183Z Checking serde_spanned v0.6.9
45772026-06-30T20:02:16.227Z Checking percent-encoding v2.3.2
45782026-06-30T20:02:16.227Z Checking zerocopy v0.7.35
45792026-06-30T20:02:16.228Z Checking toml_edit v0.22.27
45802026-06-30T20:02:16.228Z Checking goblin v0.8.2
45812026-06-30T20:02:16.228Z Checking getrandom v0.4.1
45822026-06-30T20:02:16.228Z Checking form_urlencoded v1.2.2
45832026-06-30T20:02:16.228Z Checking ordered-float v2.10.1
45842026-06-30T20:02:16.228Z Checking tinystr v0.8.2
45852026-06-30T20:02:16.228Z Checking potential_utf v0.1.4
45862026-06-30T20:02:16.228Z Checking thiserror v2.0.18
45872026-06-30T20:02:16.228Z Checking serde-value v0.7.0
45882026-06-30T20:02:16.228Z Checking icu_collections v2.1.1
45892026-06-30T20:02:16.228Z Checking syn v2.0.117
45902026-06-30T20:02:16.228Z Checking icu_locale_core v2.1.1
45912026-06-30T20:02:16.296Z Checking dtrace-parser v0.2.0
45922026-06-30T20:02:16.345Z Checking thread-id v4.2.2
45932026-06-30T20:02:16.415Z Checking once_cell v1.21.3
45942026-06-30T20:02:16.490Z Checking cargo-platform v0.2.0
45952026-06-30T20:02:16.490Z Checking terminal_size v0.4.3
45962026-06-30T20:02:16.567Z Checking memmap v0.7.0
45972026-06-30T20:02:16.609Z Checking tempfile v3.25.0
45982026-06-30T20:02:16.609Z Checking clap_builder v4.6.0
45992026-06-30T20:02:16.642Z Checking textwrap v0.16.2
46002026-06-30T20:02:16.642Z Checking fs-err v3.3.0
46012026-06-30T20:02:16.679Z Checking icu_provider v2.1.1
46022026-06-30T20:02:16.758Z Checking camino-tempfile v1.4.1
46032026-06-30T20:02:16.798Z Checking tabled v0.15.0
46042026-06-30T20:02:16.814Z Checking anyhow v1.0.102
46052026-06-30T20:02:16.914Z Checking icu_normalizer v2.1.1
46062026-06-30T20:02:16.921Z Checking icu_properties v2.1.2
46072026-06-30T20:02:16.921Z Checking toml v0.8.23
46082026-06-30T20:02:17.006Z Checking macaddr v1.0.1
46092026-06-30T20:02:17.187Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-30T20:02:17.234Z Checking cargo_toml v0.21.0
46112026-06-30T20:02:17.673Z Checking dof v0.3.0
46122026-06-30T20:02:17.732Z Checking idna_adapter v1.2.1
46132026-06-30T20:02:17.795Z Checking clap v4.6.1
46142026-06-30T20:02:17.848Z Checking idna v1.1.0
46152026-06-30T20:02:17.950Z Checking usdt-impl v0.5.0
46162026-06-30T20:02:18.079Z Checking url v2.5.8
46172026-06-30T20:02:18.196Z Checking usdt v0.5.0
46182026-06-30T20:02:18.422Z Checking cargo-util-schemas v0.8.2
46192026-06-30T20:02:19.120Z Checking cargo_metadata v0.21.0
46202026-06-30T20:02:19.720Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-30T20:02:20.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
46222026-06-30T20:02:20.262Z
46232026-06-30T20:02:20.262Zinfo: running `cargo check --bins` on dnsadm (283/299)
46242026-06-30T20:02:20.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-30T20:02:20.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-30T20:02:20.822Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-30T20:02:21.297Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-30T20:02:21.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46292026-06-30T20:02:21.847Z
46302026-06-30T20:02:21.847Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46312026-06-30T20:02:22.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-30T20:02:22.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-30T20:02:22.586Z Checking polyval v0.6.2
46342026-06-30T20:02:22.707Z Checking ctr v0.9.2
46352026-06-30T20:02:22.716Z Checking ssh-encoding v0.2.0
46362026-06-30T20:02:22.719Z Checking blowfish v0.9.1
46372026-06-30T20:02:22.737Z Checking password-hash v0.4.2
46382026-06-30T20:02:22.746Z Checking p521 v0.13.3
46392026-06-30T20:02:22.746Z Checking p256 v0.13.2
46402026-06-30T20:02:22.773Z Checking russh-cryptovec v0.7.3
46412026-06-30T20:02:22.844Z Checking ghash v0.5.1
46422026-06-30T20:02:22.847Z Checking bcrypt-pbkdf v0.10.0
46432026-06-30T20:02:22.871Z Checking md5 v0.7.0
46442026-06-30T20:02:22.924Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-30T20:02:22.937Z Checking num-bigint v0.4.6
46462026-06-30T20:02:22.963Z Checking pbkdf2 v0.11.0
46472026-06-30T20:02:22.979Z Checking aes-gcm v0.10.3
46482026-06-30T20:02:22.996Z Checking des v0.8.1
46492026-06-30T20:02:22.999Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-30T20:02:23.032Z Checking hex-literal v0.4.1
46512026-06-30T20:02:23.124Z Checking ssh-cipher v0.2.0
46522026-06-30T20:02:23.139Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46532026-06-30T20:02:23.142Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-30T20:02:23.153Z Checking socket2 v0.5.10
46552026-06-30T20:02:23.178Z Checking internet-checksum v0.2.1
46562026-06-30T20:02:23.291Z Checking ssh-key v0.6.7
46572026-06-30T20:02:23.402Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46582026-06-30T20:02:23.938Z Checking russh-keys v0.45.0
46592026-06-30T20:02:24.504Z Checking russh v0.45.0
46602026-06-30T20:02:40.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.05s
46612026-06-30T20:02:41.094Z
46622026-06-30T20:02:41.094Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46632026-06-30T20:02:41.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-06-30T20:02:41.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-06-30T20:02:41.680Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46662026-06-30T20:02:41.805Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46672026-06-30T20:02:41.857Z Checking termios v0.3.3
46682026-06-30T20:02:42.995Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46692026-06-30T20:02:43.144Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46702026-06-30T20:02:44.866Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46712026-06-30T20:02:45.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
46722026-06-30T20:02:45.598Z
46732026-06-30T20:02:45.598Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
46742026-06-30T20:02:46.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-30T20:02:46.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-30T20:02:46.254Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46772026-06-30T20:02:46.259Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46782026-06-30T20:02:46.373Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46792026-06-30T20:02:46.373Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46802026-06-30T20:02:46.383Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46812026-06-30T20:02:46.392Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46822026-06-30T20:02:47.121Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46832026-06-30T20:02:47.466Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46842026-06-30T20:02:47.470Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46852026-06-30T20:02:48.101Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46862026-06-30T20:02:49.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46872026-06-30T20:02:49.918Z
46882026-06-30T20:02:49.918Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
46892026-06-30T20:02:50.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-06-30T20:02:50.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-06-30T20:02:50.505Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46922026-06-30T20:02:50.949Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46932026-06-30T20:02:51.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46942026-06-30T20:02:51.429Z
46952026-06-30T20:02:51.429Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
46962026-06-30T20:02:51.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-30T20:02:51.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-30T20:02:51.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-30T20:02:51.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47002026-06-30T20:02:51.951Z
47012026-06-30T20:02:51.951Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47022026-06-30T20:02:52.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-30T20:02:52.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-30T20:02:52.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-30T20:02:52.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47062026-06-30T20:02:52.480Z
47072026-06-30T20:02:52.480Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47082026-06-30T20:02:52.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-30T20:02:52.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-30T20:02:53.191Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47112026-06-30T20:02:53.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47122026-06-30T20:02:53.956Z
47132026-06-30T20:02:53.956Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47142026-06-30T20:02:54.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-30T20:02:54.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-30T20:02:54.567Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47172026-06-30T20:02:54.573Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47182026-06-30T20:02:54.840Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-30T20:02:54.840Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47202026-06-30T20:02:55.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47212026-06-30T20:02:55.800Z
47222026-06-30T20:02:55.801Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47232026-06-30T20:02:56.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-30T20:02:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-30T20:02:56.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-06-30T20:02:56.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47272026-06-30T20:02:56.332Z
47282026-06-30T20:02:56.332Zinfo: running `cargo check --bins` on omicron-package (293/299)
47292026-06-30T20:02:56.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-30T20:02:56.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-30T20:02:56.960Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47322026-06-30T20:02:58.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47332026-06-30T20:02:58.200Z
47342026-06-30T20:02:58.200Zinfo: running `cargo check --bins` on tqdb (294/299)
47352026-06-30T20:02:58.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-30T20:02:58.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-30T20:02:58.933Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47382026-06-30T20:02:59.286Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47392026-06-30T20:02:59.796Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47402026-06-30T20:02:59.796Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47412026-06-30T20:03:05.767Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47422026-06-30T20:03:05.767Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47432026-06-30T20:03:06.337Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47442026-06-30T20:03:06.337Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47452026-06-30T20:03:06.340Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47462026-06-30T20:03:06.340Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47472026-06-30T20:03:07.115Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47482026-06-30T20:03:08.152Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47492026-06-30T20:03:08.968Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-06-30T20:03:09.697Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47512026-06-30T20:03:14.191Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47522026-06-30T20:03:20.795Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47532026-06-30T20:03:20.797Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47542026-06-30T20:03:20.797Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47552026-06-30T20:03:20.797Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47562026-06-30T20:03:22.265Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47572026-06-30T20:03:23.595Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47582026-06-30T20:03:24.266Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47592026-06-30T20:03:25.487Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47602026-06-30T20:03:26.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.81s
47612026-06-30T20:03:26.216Z
47622026-06-30T20:03:26.216Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47632026-06-30T20:03:26.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-06-30T20:03:26.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-06-30T20:03:26.880Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47662026-06-30T20:03:26.880Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47672026-06-30T20:03:26.883Z Checking rtoolbox v0.0.3
47682026-06-30T20:03:27.005Z Checking tui-tree-widget v0.23.1
47692026-06-30T20:03:27.101Z Checking rpassword v7.4.0
47702026-06-30T20:03:28.186Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47712026-06-30T20:03:31.338Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47722026-06-30T20:03:33.174Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47732026-06-30T20:03:34.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
47742026-06-30T20:03:34.244Z
47752026-06-30T20:03:34.244Zinfo: running `cargo check --bins` on wicket (296/299)
47762026-06-30T20:03:34.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-30T20:03:34.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-30T20:03:34.894Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-06-30T20:03:35.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47802026-06-30T20:03:35.420Z
47812026-06-30T20:03:35.420Zinfo: running `cargo check --bins` on wicketd (297/299)
47822026-06-30T20:03:35.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-30T20:03:35.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-30T20:03:36.094Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47852026-06-30T20:03:36.097Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47862026-06-30T20:03:36.097Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47872026-06-30T20:03:36.097Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47882026-06-30T20:03:37.080Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47892026-06-30T20:03:37.649Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-06-30T20:03:40.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47912026-06-30T20:03:40.862Z
47922026-06-30T20:03:40.862Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
47932026-06-30T20:03:41.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-30T20:03:41.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-30T20:03:41.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-06-30T20:03:41.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47972026-06-30T20:03:41.388Z
47982026-06-30T20:03:41.388Zinfo: running `cargo check --bins` on zone-setup (299/299)
47992026-06-30T20:03:41.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-30T20:03:41.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-30T20:03:42.010Z Checking uzers v0.12.2
48022026-06-30T20:03:42.279Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-06-30T20:03:43.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
48042026-06-30T20:03:43.216Z
48052026-06-30T20:03:43.216Zreal 13:52.344708186
48062026-06-30T20:03:43.216Zuser 20:56.441032272
48072026-06-30T20:03:43.216Zsys 4:11.641458306
48082026-06-30T20:03:43.216Ztrap 0.336458095
48092026-06-30T20:03:43.216Ztflt 0.704803047
48102026-06-30T20:03:43.217Zdflt 1.050492369
48112026-06-30T20:03:43.217Zkflt 0.004024012
48122026-06-30T20:03:43.217Zlock 1:18:54.820000172
48132026-06-30T20:03:43.217Zslp 1:40:23.288422593
48142026-06-30T20:03:43.217Zlat 56.339500495
48152026-06-30T20:03:43.217Zstop 3:33.050154270
48162026-06-30T20:03:43.220Zprocess exited: duration 956122 ms, exit code 0
 
48172026-06-30T20:03:43.225Zfound 0 output files