01KTYTM7150GCWN0DMJM3PB6SW: 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: 01KTYTMSPZTV17CVS85A9D1A2G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-12T21:09:27.930Zjob assigned to worker 01KTYTMZA05V0MZQX4V5AMC0F0 [factory aws, i-091a164e02e0be026] (queued for 46 s)
 
22026-06-12T21:09:34.834Zstarting task 0: "setup"
32026-06-12T21:09:34.841Z++ uname -s
42026-06-12T21:09:34.844Z+ kern=SunOS
52026-06-12T21:09:34.844Z+ build_user=build
62026-06-12T21:09:34.844Z+ build_uid=12345
72026-06-12T21:09:34.844Z+ work_dir=/work
82026-06-12T21:09:34.844Z+ input_dir=/input
92026-06-12T21:09:34.844Z+ [[ 0 == 12345 ]]
102026-06-12T21:09:34.844Z+ case "$kern" in
112026-06-12T21:09:34.844Z+ groupadd -g 12345 build
122026-06-12T21:09:34.847Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-12T21:09:36.853Z+ zfs create -o mountpoint=/work rpool/work
142026-06-12T21:09:36.910Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-12T21:09:36.913Z+ home_fs=zfs
162026-06-12T21:09:36.913Z+ [[ zfs == autofs ]]
172026-06-12T21:09:36.913Z+ mkdir -p /home/build
182026-06-12T21:09:36.913Z+ chown build:build /home/build /work
192026-06-12T21:09:38.914Z+ chmod 0700 /home/build /work
202026-06-12T21:09:38.917Zprocess exited: duration 4084 ms, exit code 0
 
212026-06-12T21:09:38.924Zstarting task 1: "rust-toolchain"
222026-06-12T21:09:38.927Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-12T21:09:38.927Z * rust toolchain channel = "1.94.0"
242026-06-12T21:09:38.927Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-12T21:09:38.927Z * rust toolchain profile = "default"
262026-06-12T21:09:38.927Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-12T21:09:38.927Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-12T21:09:38.930Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-12T21:09:38.930Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-12T21:09:39.007Zinfo: downloading installer
312026-06-12T21:09:40.435Zwarn: It looks like you have an existing rustup settings file at:
322026-06-12T21:09:40.435Zwarn: /home/build/.rustup/settings.toml
332026-06-12T21:09:40.435Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-12T21:09:40.435Zwarn: instead of the one inferred from the default host triple.
352026-06-12T21:09:40.451Zinfo: profile set to default
362026-06-12T21:09:40.451Zinfo: default host triple is x86_64-unknown-illumos
372026-06-12T21:09:40.454Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-12T21:09:40.590Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-12T21:09:40.593Zinfo: downloading 6 components
402026-06-12T21:09:56.293Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-12T21:09:56.293Z
422026-06-12T21:09:56.320Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-12T21:09:56.320Z
442026-06-12T21:09:56.320Z
452026-06-12T21:09:56.320ZRust is installed now. Great!
462026-06-12T21:09:56.320Z
472026-06-12T21:09:56.320ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-12T21:09:56.320Zenvironment variable. This has not been done automatically.
492026-06-12T21:09:56.320Z
502026-06-12T21:09:56.320ZTo configure your current shell, you need to source
512026-06-12T21:09:56.320Zthe corresponding env file under $HOME/.cargo.
522026-06-12T21:09:56.323Z
532026-06-12T21:09:56.323ZThis is usually done by running one of the following (note the leading DOT):
542026-06-12T21:09:56.323Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-12T21:09:56.323Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-12T21:09:56.324Zsource "~/.cargo/env.nu" # For nushell
572026-06-12T21:09:56.324Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-12T21:09:56.324Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-12T21:09:56.324Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-12T21:09:56.324Zwarn: no default linker (`cc`) was found in your PATH
612026-06-12T21:09:56.324Zwarn: many Rust crates require a system C toolchain to build
622026-06-12T21:09:56.410Z+ rustup --version
632026-06-12T21:09:56.418Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-12T21:09:56.421Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-12T21:09:56.440Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-12T21:09:56.443Z+ cargo --version
672026-06-12T21:09:56.455Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-12T21:09:56.458Z+ rustc --version
692026-06-12T21:09:56.479Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-12T21:09:56.482Zprocess exited: duration 17556 ms, exit code 0
 
712026-06-12T21:09:56.487Zstarting task 2: "authentication"
722026-06-12T21:09:56.503Zprocess exited: duration 15 ms, exit code 0
 
732026-06-12T21:09:56.510Zstarting task 3: "clone repository"
742026-06-12T21:09:56.514Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-12T21:09:56.514Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-12T21:09:56.544ZCloning into '/work/oxidecomputer/omicron'...
772026-06-12T21:10:05.608Z+ cd /work/oxidecomputer/omicron
782026-06-12T21:10:05.608Z+ git fetch origin 637a5c024717eef91af5b66f2b8102b00cac8593
792026-06-12T21:10:05.891ZFrom https://github.com/oxidecomputer/omicron
802026-06-12T21:10:05.891Z * branch 637a5c024717eef91af5b66f2b8102b00cac8593 -> FETCH_HEAD
812026-06-12T21:10:05.899Z+ [[ -n eliza/sitrep-reports ]]
822026-06-12T21:10:05.902Z++ git branch --show-current
832026-06-12T21:10:05.902Z+ current=main
842026-06-12T21:10:05.902Z+ [[ main != eliza/sitrep-reports ]]
852026-06-12T21:10:05.902Z+ git branch -f eliza/sitrep-reports 637a5c024717eef91af5b66f2b8102b00cac8593
862026-06-12T21:10:05.905Z+ git checkout -f eliza/sitrep-reports
872026-06-12T21:10:06.069ZSwitched to branch 'eliza/sitrep-reports'
882026-06-12T21:10:06.072Z+ git reset --hard 637a5c024717eef91af5b66f2b8102b00cac8593
892026-06-12T21:10:06.234ZHEAD is now at 637a5c024 more making plurals line up
902026-06-12T21:10:06.237Zprocess exited: duration 9725 ms, exit code 0
 
912026-06-12T21:10:06.242Zstarting task 4: "build"
922026-06-12T21:10:06.246Z+ source .github/buildomat/ci-env.sh
932026-06-12T21:10:06.246Z++ export CARGO_TERM_COLOR=always
942026-06-12T21:10:06.246Z++ CARGO_TERM_COLOR=always
952026-06-12T21:10:06.246Z+ cargo --version
962026-06-12T21:10:06.256Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-12T21:10:06.259Z+ rustc --version
982026-06-12T21:10:06.278Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-12T21:10:06.283Z+ source ./env.sh
1002026-06-12T21:10:06.283Z++ OLD_SHELL_OPTS=ehxB
1012026-06-12T21:10:06.283Z++ set -o xtrace
1022026-06-12T21:10:06.285Z++++ dirname ./env.sh
1032026-06-12T21:10:06.285Z+++ readlink -f .
1042026-06-12T21:10:06.288Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.288Z++ 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-12T21:10:06.289Z++ case $OLD_SHELL_OPTS in
1162026-06-12T21:10:06.289Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-12T21:10:06.289Z+ 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-12T21:10:06.289Z+ 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-12T21:10:06.289Z+ banner prerequisites
1202026-06-12T21:10:06.289Z
1212026-06-12T21:10:06.289Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-12T21:10:06.289Z # # # # # # # # # # # # # # #
1232026-06-12T21:10:06.289Z # # # # ##### # # ##### # # # # # #### #
1242026-06-12T21:10:06.289Z ##### ##### # ##### # # # # # # # # #
1252026-06-12T21:10:06.289Z # # # # # # # # # # # # # # #
1262026-06-12T21:10:06.289Z # # # ###### # # ###### ### # #### # #### #
1272026-06-12T21:10:06.289Z
1282026-06-12T21:10:06.292Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-12T21:10:07.762Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-12T21:10:07.845Z Startup: Caching catalogs ... Done
1312026-06-12T21:10:08.168ZPlanning: Solver setup ... Done (0.284s)
1322026-06-12T21:10:08.190ZPlanning: Running solver ... Done (0.021s)
1332026-06-12T21:10:08.197ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-12T21:10:08.206ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-12T21:10:08.225ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-12T21:10:08.239ZPlanning: Package planning ... Done (0.013s)
1372026-06-12T21:10:08.241ZPlanning: Merging actions ... Done (0.001s)
1382026-06-12T21:10:08.437ZPlanning: Checking for conflicting actions ... Done (0.196s)
1392026-06-12T21:10:08.439ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-12T21:10:09.227ZPlanning: Evaluating mediators ... Done (0.787s)
1412026-06-12T21:10:09.230ZPlanning: Planning completed in 1.36 seconds
1422026-06-12T21:10:09.234Z Packages to install: 2
1432026-06-12T21:10:09.234Z Estimated space available: 156.07 GB
1442026-06-12T21:10:09.237ZEstimated space to be consumed: 25.37 MB
1452026-06-12T21:10:09.237Z Create boot environment: No
1462026-06-12T21:10:09.237ZCreate backup boot environment: No
1472026-06-12T21:10:09.237Z Rebuild boot archive: No
1482026-06-12T21:10:09.237Z
1492026-06-12T21:10:09.237ZChanged packages:
1502026-06-12T21:10:09.237Zhelios
1512026-06-12T21:10:09.237Z developer/build-essential
1522026-06-12T21:10:09.237Z None -> 11-3.0
1532026-06-12T21:10:09.237Z library/libxmlsec1
1542026-06-12T21:10:09.237Z None -> 1.2.35-3.0
1552026-06-12T21:10:09.258Z
1562026-06-12T21:10:09.258ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-12T21:10:09.761ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1582026-06-12T21:10:09.825Z Actions: 1/268 actions (Installing new actions)
1592026-06-12T21:10:09.863Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-12T21:10:09.871ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-12T21:10:09.874ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-12T21:10:09.893ZFinalize: Updating image state ... Done (0.022s)
1632026-06-12T21:10:12.266ZFinalize: Creating fast lookup database ... Done (2.350s)
1642026-06-12T21:10:12.333ZFinalize: Reading search index ... Done (0.011s)
1652026-06-12T21:10:12.336ZFinalize: Updating search index ... Done (0.000s)
1662026-06-12T21:10:12.422ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-12T21:10:12.726ZPlanning: Evaluating mediator changes ... Done
1682026-06-12T21:10:12.834ZPlanning: Checking for conflicting actions ... Done
1692026-06-12T21:10:12.839ZPlanning: Consolidating action changes ... Done
1702026-06-12T21:10:12.992ZPlanning: Evaluating mediators ... Done
1712026-06-12T21:10:12.996ZPlanning: Planning completed in 0.27 seconds
1722026-06-12T21:10:13.014Z Mediators to change: 2
1732026-06-12T21:10:13.014Z Create boot environment: No
1742026-06-12T21:10:13.014ZCreate backup boot environment: No
1752026-06-12T21:10:13.057ZFinalize: Updating package state database ... Done
1762026-06-12T21:10:13.057ZFinalize: Updating package cache ... Done
1772026-06-12T21:10:13.069ZFinalize: Updating image state ... Done
1782026-06-12T21:10:15.025ZFinalize: Creating fast lookup database ... Done
1792026-06-12T21:10:15.088ZFinalize: Reading search index ... Done
1802026-06-12T21:10:15.091ZFinalize: Updating search index ... Done
1812026-06-12T21:10:15.143ZFinalize: Updating package cache ... Done
1822026-06-12T21:10:15.428ZPlanning: Evaluating mediator changes ... Done
1832026-06-12T21:10:15.535ZPlanning: Checking for conflicting actions ... Done
1842026-06-12T21:10:15.538ZPlanning: Consolidating action changes ... Done
1852026-06-12T21:10:15.693ZPlanning: Evaluating mediators ... Done
1862026-06-12T21:10:15.697ZPlanning: Planning completed in 0.27 seconds
1872026-06-12T21:10:15.716Z Mediators to change: 1
1882026-06-12T21:10:15.718Z Create boot environment: No
1892026-06-12T21:10:15.718ZCreate backup boot environment: No
1902026-06-12T21:10:15.753ZFinalize: Updating package state database ... Done
1912026-06-12T21:10:15.753ZFinalize: Updating package cache ... Done
1922026-06-12T21:10:15.765ZFinalize: Updating image state ... Done
1932026-06-12T21:10:17.714ZFinalize: Creating fast lookup database ... Done
1942026-06-12T21:10:17.779ZFinalize: Reading search index ... Done
1952026-06-12T21:10:17.782ZFinalize: Updating search index ... Done
1962026-06-12T21:10:17.844ZFinalize: Updating package cache ... Done
1972026-06-12T21:10:18.155ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-12T21:10:18.155Zapache system 2.4 system
1992026-06-12T21:10:18.155Zclang system 15 system
2002026-06-12T21:10:18.155Zcsh system system illumos
2012026-06-12T21:10:18.155Zctags system system illumos
2022026-06-12T21:10:18.155Zfile vendor vendor darwinsys
2032026-06-12T21:10:18.156Zfile system system illumos
2042026-06-12T21:10:18.156Zgcc vendor 14 vendor
2052026-06-12T21:10:18.156Zgcc system 13 system
2062026-06-12T21:10:18.156Zgcc system 10 system
2072026-06-12T21:10:18.156Zgo system 1.25 system
2082026-06-12T21:10:18.156Zllvm system 15 system
2092026-06-12T21:10:18.156Zmariadb system 11.4 system
2102026-06-12T21:10:18.156Zmta vendor vendor dma
2112026-06-12T21:10:18.156Zopenjdk system 17 system
2122026-06-12T21:10:18.156Zopenjdk system 11 system
2132026-06-12T21:10:18.156Zopenssl vendor 3 vendor
2142026-06-12T21:10:18.156Zperl system 5.40 system
2152026-06-12T21:10:18.156Zpostgresql system 18 system
2162026-06-12T21:10:18.156Zpostgresql system 17 system
2172026-06-12T21:10:18.156Zpython vendor 3 vendor
2182026-06-12T21:10:18.156Zpython system 2 system
2192026-06-12T21:10:18.156Zpython3 vendor 3.13 vendor
2202026-06-12T21:10:18.156Zruby system 3.4 system
2212026-06-12T21:10:18.156Zruby system 3.0 system
2222026-06-12T21:10:18.156Zwords vendor vendor american-english
2232026-06-12T21:10:18.157Zwords system system australian-english
2242026-06-12T21:10:18.157Zwords system system british-english
2252026-06-12T21:10:18.157Zwords system system canadian-english
2262026-06-12T21:10:18.157Zwords system system french
2272026-06-12T21:10:18.158Zwords system system italian
2282026-06-12T21:10:18.158Zwords system system ngerman
2292026-06-12T21:10:18.158Zwords system system ogerman
2302026-06-12T21:10:18.158Zwords system system spanish
2312026-06-12T21:10:18.408ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-12T21:10:18.408Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-12T21:10:18.694ZFMRI IFO
2342026-06-12T21:10:18.694Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-12T21:10:18.695Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-12T21:10:18.696Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-12T21:10:18.696Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-12T21:10:18.696Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-12T21:10:18.696Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-12T21:10:18.696Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-12T21:10:18.696Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-12T21:10:18.696Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-12T21:10:18.936Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-12T21:10:19.253Z Updating crates.io index
2452026-06-12T21:10:19.292Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-12T21:10:19.545Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-12T21:10:20.610Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-12T21:10:21.307Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-12T21:10:22.173Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-12T21:10:22.682Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-12T21:10:24.431Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-12T21:10:25.221Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-12T21:10:25.661Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-12T21:10:26.908Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-12T21:10:27.674Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-12T21:10:28.037Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-12T21:10:28.463Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-12T21:10:29.418Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-12T21:10:29.896Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-12T21:10:30.601Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-12T21:10:30.940Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-12T21:10:31.189Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-12T21:10:31.691Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-12T21:10:32.096Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-12T21:10:32.352Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-12T21:10:32.610Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-12T21:10:33.004Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-12T21:10:33.358Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-12T21:10:33.790Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-12T21:10:34.271Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-12T21:10:34.662Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-12T21:10:34.953Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-12T21:10:36.006Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-12T21:10:36.635Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-12T21:10:37.031Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-12T21:10:37.500Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-12T21:10:37.842Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-12T21:10:38.105Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-12T21:10:38.427Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-12T21:10:38.753Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-12T21:10:39.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-12T21:10:39.859Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-12T21:10:40.097Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-12T21:10:40.326Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-12T21:10:40.682Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-12T21:10:52.896Z Downloading crates ...
2872026-06-12T21:10:52.958Z Downloaded equivalent v1.0.2
2882026-06-12T21:10:52.961Z Downloaded bytecount v0.6.9
2892026-06-12T21:10:52.968Z Downloaded anstream v1.0.0
2902026-06-12T21:10:52.968Z Downloaded plain v0.2.3
2912026-06-12T21:10:52.973Z Downloaded cfg-if v1.0.4
2922026-06-12T21:10:52.973Z Downloaded anstyle-query v1.1.5
2932026-06-12T21:10:52.975Z Downloaded thiserror-impl v1.0.69
2942026-06-12T21:10:52.975Z Downloaded stable_deref_trait v1.2.1
2952026-06-12T21:10:52.984Z Downloaded block-buffer v0.10.4
2962026-06-12T21:10:52.995Z Downloaded getrandom v0.4.1
2972026-06-12T21:10:52.995Z Downloaded byteorder v1.5.0
2982026-06-12T21:10:52.995Z Downloaded textwrap v0.16.2
2992026-06-12T21:10:52.995Z Downloaded anstyle v1.0.14
3002026-06-12T21:10:52.995Z Downloaded autocfg v1.5.0
3012026-06-12T21:10:52.995Z Downloaded anyhow v1.0.102
3022026-06-12T21:10:52.995Z Downloaded anstyle-parse v1.0.0
3032026-06-12T21:10:52.995Z Downloaded zerofrom v0.1.6
3042026-06-12T21:10:52.995Z Downloaded utf8_iter v1.0.4
3052026-06-12T21:10:52.995Z Downloaded bitflags v2.11.0
3062026-06-12T21:10:53.011Z Downloaded toml_write v0.1.2
3072026-06-12T21:10:53.011Z Downloaded yoke-derive v0.8.1
3082026-06-12T21:10:53.011Z Downloaded unicode-linebreak v0.1.5
3092026-06-12T21:10:53.011Z Downloaded zerofrom-derive v0.1.6
3102026-06-12T21:10:53.012Z Downloaded usdt-macro v0.5.0
3112026-06-12T21:10:53.012Z Downloaded thiserror-impl v2.0.18
3122026-06-12T21:10:53.017Z Downloaded indexmap v2.14.0
3132026-06-12T21:10:53.017Z Downloaded typeid v1.0.3
3142026-06-12T21:10:53.017Z Downloaded usdt v0.5.0
3152026-06-12T21:10:53.017Z Downloaded thread-id v4.2.2
3162026-06-12T21:10:53.017Z Downloaded memmap v0.7.0
3172026-06-12T21:10:53.017Z Downloaded usdt-attr-macro v0.5.0
3182026-06-12T21:10:53.017Z Downloaded log v0.4.29
3192026-06-12T21:10:53.024Z Downloaded serde_core v1.0.228
3202026-06-12T21:10:53.024Z Downloaded version_check v0.9.5
3212026-06-12T21:10:53.024Z Downloaded digest v0.10.7
3222026-06-12T21:10:53.024Z Downloaded unicode-xid v0.2.6
3232026-06-12T21:10:53.024Z Downloaded idna v1.1.0
3242026-06-12T21:10:53.028Z Downloaded clap_lex v1.0.0
3252026-06-12T21:10:53.028Z Downloaded tinystr v0.8.2
3262026-06-12T21:10:53.028Z Downloaded zmij v1.0.21
3272026-06-12T21:10:53.028Z Downloaded fnv v1.0.7
3282026-06-12T21:10:53.028Z Downloaded cargo-platform v0.2.0
3292026-06-12T21:10:53.035Z Downloaded utf8parse v0.2.2
3302026-06-12T21:10:53.035Z Downloaded is_terminal_polyfill v1.70.2
3312026-06-12T21:10:53.041Z Downloaded zerovec-derive v0.11.2
3322026-06-12T21:10:53.041Z Downloaded yoke v0.8.1
3332026-06-12T21:10:53.041Z Downloaded thiserror v2.0.18
3342026-06-12T21:10:53.041Z Downloaded toml_datetime v0.6.11
3352026-06-12T21:10:53.042Z Downloaded writeable v0.6.2
3362026-06-12T21:10:53.045Z Downloaded dof v0.3.0
3372026-06-12T21:10:53.045Z Downloaded usdt-impl v0.5.0
3382026-06-12T21:10:53.045Z Downloaded thiserror v1.0.69
3392026-06-12T21:10:53.048Z Downloaded heck v0.4.1
3402026-06-12T21:10:53.048Z Downloaded ordered-float v2.10.1
3412026-06-12T21:10:53.051Z Downloaded toml v0.8.23
3422026-06-12T21:10:53.051Z Downloaded ucd-trie v0.1.7
3432026-06-12T21:10:53.056Z Downloaded errno v0.3.14
3442026-06-12T21:10:53.056Z Downloaded crypto-common v0.1.7
3452026-06-12T21:10:53.064Z Downloaded unicode-ident v1.0.24
3462026-06-12T21:10:53.065Z Downloaded zerocopy-derive v0.7.35
3472026-06-12T21:10:53.065Z Downloaded proc-macro-error-attr v1.0.4
3482026-06-12T21:10:53.065Z Downloaded percent-encoding v2.3.2
3492026-06-12T21:10:53.065Z Downloaded itoa v1.0.17
3502026-06-12T21:10:53.065Z Downloaded form_urlencoded v1.2.2
3512026-06-12T21:10:53.065Z Downloaded heck v0.5.0
3522026-06-12T21:10:53.068Z Downloaded typenum v1.19.0
3532026-06-12T21:10:53.068Z Downloaded toml_edit v0.22.27
3542026-06-12T21:10:53.072Z Downloaded fs-err v3.3.0
3552026-06-12T21:10:53.072Z Downloaded potential_utf v0.1.4
3562026-06-12T21:10:53.078Z Downloaded camino-tempfile v1.4.1
3572026-06-12T21:10:53.105Z Downloaded idna_adapter v1.2.1
3582026-06-12T21:10:53.106Z Downloaded smawk v0.3.2
3592026-06-12T21:10:53.106Z Downloaded generic-array v0.14.7
3602026-06-12T21:10:53.106Z Downloaded zerotrie v0.2.3
3612026-06-12T21:10:53.106Z Downloaded strsim v0.11.1
3622026-06-12T21:10:53.106Z Downloaded serde_spanned v0.6.9
3632026-06-12T21:10:53.106Z Downloaded pretty-hex v0.4.1
3642026-06-12T21:10:53.106Z Downloaded scroll_derive v0.12.1
3652026-06-12T21:10:53.113Z Downloaded url v2.5.8
3662026-06-12T21:10:53.113Z Downloaded macaddr v1.0.1
3672026-06-12T21:10:53.113Z Downloaded dtrace-parser v0.2.0
3682026-06-12T21:10:53.113Z Downloaded tabled_derive v0.7.0
3692026-06-12T21:10:53.113Z Downloaded serde-value v0.7.0
3702026-06-12T21:10:53.113Z Downloaded swrite v0.1.0
3712026-06-12T21:10:53.113Z Downloaded zerovec v0.11.5
3722026-06-12T21:10:53.113Z Downloaded cpufeatures v0.2.17
3732026-06-12T21:10:53.113Z Downloaded colorchoice v1.0.4
3742026-06-12T21:10:53.113Z Downloaded zerocopy v0.7.35
3752026-06-12T21:10:53.119Z Downloaded fastrand v2.3.0
3762026-06-12T21:10:53.122Z Downloaded winnow v0.7.14
3772026-06-12T21:10:53.125Z Downloaded terminal_size v0.4.3
3782026-06-12T21:10:53.128Z Downloaded synstructure v0.13.2
3792026-06-12T21:10:53.131Z Downloaded semver v1.0.28
3802026-06-12T21:10:53.131Z Downloaded unicode-width v0.2.0
3812026-06-12T21:10:53.135Z Downloaded unicode-width v0.1.14
3822026-06-12T21:10:53.139Z Downloaded pest_generator v2.8.6
3832026-06-12T21:10:53.139Z Downloaded cargo_metadata v0.21.0
3842026-06-12T21:10:53.139Z Downloaded erased-serde v0.4.9
3852026-06-12T21:10:53.139Z Downloaded displaydoc v0.2.5
3862026-06-12T21:10:53.142Z Downloaded cargo_toml v0.21.0
3872026-06-12T21:10:53.145Z Downloaded serde_tokenstream v0.2.3
3882026-06-12T21:10:53.148Z Downloaded sha2 v0.10.9
3892026-06-12T21:10:53.156Z Downloaded serde-untagged v0.1.9
3902026-06-12T21:10:53.158Z Downloaded once_cell v1.21.3
3912026-06-12T21:10:53.163Z Downloaded litemap v0.8.1
3922026-06-12T21:10:53.163Z Downloaded camino v1.2.2
3932026-06-12T21:10:53.166Z Downloaded tempfile v3.25.0
3942026-06-12T21:10:53.179Z Downloaded scroll v0.12.0
3952026-06-12T21:10:53.182Z Downloaded proc-macro-error v1.0.4
3962026-06-12T21:10:53.182Z Downloaded smallvec v1.15.1
3972026-06-12T21:10:53.192Z Downloaded pest_derive v2.8.6
3982026-06-12T21:10:53.197Z Downloaded quote v1.0.45
3992026-06-12T21:10:53.197Z Downloaded icu_provider v2.1.1
4002026-06-12T21:10:53.197Z Downloaded papergrid v0.11.0
4012026-06-12T21:10:53.197Z Downloaded clap_derive v4.6.1
4022026-06-12T21:10:53.197Z Downloaded num-traits v0.2.19
4032026-06-12T21:10:53.197Z Downloaded cargo-util-schemas v0.8.2
4042026-06-12T21:10:53.197Z Downloaded serde_derive v1.0.228
4052026-06-12T21:10:53.204Z Downloaded clap v4.6.1
4062026-06-12T21:10:53.231Z Downloaded proc-macro2 v1.0.106
4072026-06-12T21:10:53.238Z Downloaded icu_properties v2.1.2
4082026-06-12T21:10:53.238Z Downloaded icu_normalizer_data v2.1.1
4092026-06-12T21:10:53.238Z Downloaded icu_locale_core v2.1.1
4102026-06-12T21:10:53.243Z Downloaded serde v1.0.228
4112026-06-12T21:10:53.247Z Downloaded icu_collections v2.1.1
4122026-06-12T21:10:53.251Z Downloaded pest_meta v2.8.6
4132026-06-12T21:10:53.254Z Downloaded icu_normalizer v2.1.1
4142026-06-12T21:10:53.259Z Downloaded memchr v2.8.0
4152026-06-12T21:10:53.268Z Downloaded hashbrown v0.17.0
4162026-06-12T21:10:53.287Z Downloaded pest v2.8.6
4172026-06-12T21:10:53.317Z Downloaded icu_properties_data v2.1.2
4182026-06-12T21:10:53.321Z Downloaded serde_json v1.0.149
4192026-06-12T21:10:53.321Z Downloaded clap_builder v4.6.0
4202026-06-12T21:10:53.321Z Downloaded goblin v0.8.2
4212026-06-12T21:10:53.330Z Downloaded tabled v0.15.0
4222026-06-12T21:10:53.340Z Downloaded syn v1.0.109
4232026-06-12T21:10:53.356Z Downloaded syn v2.0.117
4242026-06-12T21:10:53.380Z Downloaded rustix v1.1.3
4252026-06-12T21:10:53.410Z Downloaded libc v0.2.185
4262026-06-12T21:10:53.476Z Compiling proc-macro2 v1.0.106
4272026-06-12T21:10:53.480Z Compiling quote v1.0.45
4282026-06-12T21:10:53.480Z Compiling unicode-ident v1.0.24
4292026-06-12T21:10:53.480Z Compiling serde_core v1.0.228
4302026-06-12T21:10:53.480Z Compiling libc v0.2.185
4312026-06-12T21:10:53.480Z Compiling version_check v0.9.5
4322026-06-12T21:10:53.480Z Compiling serde v1.0.228
4332026-06-12T21:10:53.480Z Compiling stable_deref_trait v1.2.1
4342026-06-12T21:10:53.799Z Compiling memchr v2.8.0
4352026-06-12T21:10:53.814Z Compiling zmij v1.0.21
4362026-06-12T21:10:53.994Z Compiling ucd-trie v0.1.7
4372026-06-12T21:10:54.054Z Compiling itoa v1.0.17
4382026-06-12T21:10:54.073Z Compiling autocfg v1.5.0
4392026-06-12T21:10:54.250Z Compiling thiserror v1.0.69
4402026-06-12T21:10:54.412Z Compiling pest v2.8.6
4412026-06-12T21:10:54.429Z Compiling litemap v0.8.1
4422026-06-12T21:10:54.504Z Compiling writeable v0.6.2
4432026-06-12T21:10:54.520Z Compiling byteorder v1.5.0
4442026-06-12T21:10:54.626Z Compiling icu_normalizer_data v2.1.1
4452026-06-12T21:10:54.756Z Compiling rustix v1.1.3
4462026-06-12T21:10:54.872Z Compiling icu_properties_data v2.1.2
4472026-06-12T21:10:54.999Z Compiling syn v2.0.117
4482026-06-12T21:10:55.115Z Compiling errno v0.3.14
4492026-06-12T21:10:55.172Z Compiling serde_json v1.0.149
4502026-06-12T21:10:55.172Z Compiling bitflags v2.11.0
4512026-06-12T21:10:55.319Z Compiling num-traits v0.2.19
4522026-06-12T21:10:55.352Z Compiling smallvec v1.15.1
4532026-06-12T21:10:55.478Z Compiling pest_meta v2.8.6
4542026-06-12T21:10:55.524Z Compiling equivalent v1.0.2
4552026-06-12T21:10:55.614Z Compiling typeid v1.0.3
4562026-06-12T21:10:55.633Z Compiling hashbrown v0.17.0
4572026-06-12T21:10:55.876Z Compiling thread-id v4.2.2
4582026-06-12T21:10:55.926Z Compiling proc-macro-error-attr v1.0.4
4592026-06-12T21:10:55.960Z Compiling usdt-impl v0.5.0
4602026-06-12T21:10:55.993Z Compiling toml_write v0.1.2
4612026-06-12T21:10:56.104Z Compiling syn v1.0.109
4622026-06-12T21:10:56.147Z Compiling indexmap v2.14.0
4632026-06-12T21:10:56.157Z Compiling winnow v0.7.14
4642026-06-12T21:10:56.181Z Compiling erased-serde v0.4.9
4652026-06-12T21:10:56.634Z Compiling proc-macro-error v1.0.4
4662026-06-12T21:10:56.757Z Compiling percent-encoding v2.3.2
4672026-06-12T21:10:56.820Z Compiling thiserror v2.0.18
4682026-06-12T21:10:56.961Z Compiling camino v1.2.2
4692026-06-12T21:10:57.103Z Compiling log v0.4.29
4702026-06-12T21:10:57.118Z Compiling utf8parse v0.2.2
4712026-06-12T21:10:57.147Z Compiling utf8_iter v1.0.4
4722026-06-12T21:10:57.228Z Compiling getrandom v0.4.1
4732026-06-12T21:10:57.273Z Compiling plain v0.2.3
4742026-06-12T21:10:57.286Z Compiling anstyle-parse v1.0.0
4752026-06-12T21:10:57.393Z Compiling ordered-float v2.10.1
4762026-06-12T21:10:57.414Z Compiling form_urlencoded v1.2.2
4772026-06-12T21:10:57.576Z Compiling synstructure v0.13.2
4782026-06-12T21:10:57.604Z Compiling pest_generator v2.8.6
4792026-06-12T21:10:57.648Z Compiling terminal_size v0.4.3
4802026-06-12T21:10:57.784Z Compiling anstyle-query v1.1.5
4812026-06-12T21:10:57.930Z Compiling colorchoice v1.0.4
4822026-06-12T21:10:57.960Z Compiling is_terminal_polyfill v1.70.2
4832026-06-12T21:10:58.098Z Compiling cfg-if v1.0.4
4842026-06-12T21:10:58.104Z Compiling anstyle v1.0.14
4852026-06-12T21:10:58.104Z Compiling pretty-hex v0.4.1
4862026-06-12T21:10:58.104Z Compiling serde-untagged v0.1.9
4872026-06-12T21:10:58.277Z Compiling anstream v1.0.0
4882026-06-12T21:10:58.290Z Compiling semver v1.0.28
4892026-06-12T21:10:58.323Z Compiling fs-err v3.3.0
4902026-06-12T21:10:58.336Z Compiling heck v0.5.0
4912026-06-12T21:10:58.515Z Compiling fnv v1.0.7
4922026-06-12T21:10:58.582Z Compiling anyhow v1.0.102
4932026-06-12T21:10:58.599Z Compiling strsim v0.11.1
4942026-06-12T21:10:58.608Z Compiling heck v0.4.1
4952026-06-12T21:10:58.628Z Compiling fastrand v2.3.0
4962026-06-12T21:10:58.642Z Compiling once_cell v1.21.3
4972026-06-12T21:10:58.863Z Compiling clap_lex v1.0.0
4982026-06-12T21:10:58.890Z Compiling unicode-xid v0.2.6
4992026-06-12T21:10:58.903Z Compiling unicode-width v0.1.14
5002026-06-12T21:10:58.972Z Compiling bytecount v0.6.9
5012026-06-12T21:10:59.018Z Compiling clap_builder v4.6.0
5022026-06-12T21:10:59.115Z Compiling tempfile v3.25.0
5032026-06-12T21:10:59.140Z Compiling papergrid v0.11.0
5042026-06-12T21:10:59.292Z Compiling memmap v0.7.0
5052026-06-12T21:10:59.324Z Compiling smawk v0.3.2
5062026-06-12T21:10:59.345Z Compiling serde_derive v1.0.228
5072026-06-12T21:10:59.464Z Compiling zerofrom-derive v0.1.6
5082026-06-12T21:10:59.473Z Compiling yoke-derive v0.8.1
5092026-06-12T21:10:59.499Z Compiling zerovec-derive v0.11.2
5102026-06-12T21:10:59.751Z Compiling displaydoc v0.2.5
5112026-06-12T21:11:00.586Z Compiling thiserror-impl v1.0.69
5122026-06-12T21:11:00.681Z Compiling zerocopy-derive v0.7.35
5132026-06-12T21:11:00.681Z Compiling pest_derive v2.8.6
5142026-06-12T21:11:00.688Z Compiling scroll_derive v0.12.1
5152026-06-12T21:11:00.894Z Compiling zerofrom v0.1.6
5162026-06-12T21:11:01.040Z Compiling yoke v0.8.1
5172026-06-12T21:11:01.112Z Compiling thiserror-impl v2.0.18
5182026-06-12T21:11:01.210Z Compiling zerovec v0.11.5
5192026-06-12T21:11:01.300Z Compiling zerotrie v0.2.3
5202026-06-12T21:11:01.461Z Compiling zerocopy v0.7.35
5212026-06-12T21:11:01.622Z Compiling scroll v0.12.0
5222026-06-12T21:11:01.751Z Compiling tinystr v0.8.2
5232026-06-12T21:11:01.847Z Compiling potential_utf v0.1.4
5242026-06-12T21:11:01.876Z Compiling icu_locale_core v2.1.1
5252026-06-12T21:11:01.907Z Compiling dtrace-parser v0.2.0
5262026-06-12T21:11:02.011Z Compiling goblin v0.8.2
5272026-06-12T21:11:02.024Z Compiling icu_collections v2.1.1
5282026-06-12T21:11:02.040Z Compiling tabled_derive v0.7.0
5292026-06-12T21:11:02.237Z Compiling clap_derive v4.6.1
5302026-06-12T21:11:02.499Z Compiling icu_provider v2.1.1
5312026-06-12T21:11:02.746Z Compiling icu_properties v2.1.2
5322026-06-12T21:11:02.772Z Compiling icu_normalizer v2.1.1
5332026-06-12T21:11:02.803Z Compiling toml_datetime v0.6.11
5342026-06-12T21:11:02.887Z Compiling serde_spanned v0.6.9
5352026-06-12T21:11:02.924Z Compiling dof v0.3.0
5362026-06-12T21:11:03.004Z Compiling serde_tokenstream v0.2.3
5372026-06-12T21:11:03.034Z Compiling serde-value v0.7.0
5382026-06-12T21:11:03.130Z Compiling toml_edit v0.22.27
5392026-06-12T21:11:03.320Z Compiling cargo-platform v0.2.0
5402026-06-12T21:11:03.378Z Compiling unicode-width v0.2.0
5412026-06-12T21:11:03.401Z Compiling unicode-linebreak v0.1.5
5422026-06-12T21:11:03.649Z Compiling tabled v0.15.0
5432026-06-12T21:11:03.706Z Compiling idna_adapter v1.2.1
5442026-06-12T21:11:03.751Z Compiling textwrap v0.16.2
5452026-06-12T21:11:03.831Z Compiling idna v1.1.0
5462026-06-12T21:11:03.907Z Compiling macaddr v1.0.1
5472026-06-12T21:11:03.976Z Compiling usdt-attr-macro v0.5.0
5482026-06-12T21:11:04.032Z Compiling usdt-macro v0.5.0
5492026-06-12T21:11:04.137Z Compiling url v2.5.8
5502026-06-12T21:11:04.156Z Compiling clap v4.6.1
5512026-06-12T21:11:04.603Z Compiling toml v0.8.23
5522026-06-12T21:11:04.631Z Compiling camino-tempfile v1.4.1
5532026-06-12T21:11:04.896Z Compiling swrite v0.1.0
5542026-06-12T21:11:04.939Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-12T21:11:04.994Z Compiling cargo-util-schemas v0.8.2
5562026-06-12T21:11:05.190Z Compiling usdt v0.5.0
5572026-06-12T21:11:05.193Z Compiling cargo_toml v0.21.0
5582026-06-12T21:11:05.898Z Compiling cargo_metadata v0.21.0
5592026-06-12T21:11:06.834Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-12T21:11:08.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.14s
5612026-06-12T21:11:09.182Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-12T21:11:09.771Z Downloading crates ...
5632026-06-12T21:11:09.843Z Downloaded adler2 v2.0.1
5642026-06-12T21:11:09.855Z Downloaded assert_matches v1.5.0
5652026-06-12T21:11:09.858Z Downloaded convert_case v0.4.0
5662026-06-12T21:11:09.865Z Downloaded crossbeam-deque v0.8.6
5672026-06-12T21:11:09.869Z Downloaded cargo_metadata v0.23.1
5682026-06-12T21:11:09.869Z Downloaded crc-catalog v2.4.0
5692026-06-12T21:11:09.869Z Downloaded backon v1.6.0
5702026-06-12T21:11:09.874Z Downloaded base64 v0.21.7
5712026-06-12T21:11:09.877Z Downloaded diff v0.1.13
5722026-06-12T21:11:09.877Z Downloaded chacha20poly1305 v0.10.1
5732026-06-12T21:11:09.877Z Downloaded crc-any v2.5.0
5742026-06-12T21:11:09.877Z Downloaded bit-set v0.5.3
5752026-06-12T21:11:09.883Z Downloaded bitfield v0.19.4
5762026-06-12T21:11:09.883Z Downloaded async-bb8-diesel v0.2.1
5772026-06-12T21:11:09.888Z Downloaded elliptic-curve v0.13.8
5782026-06-12T21:11:09.888Z Downloaded defmt-macros v1.0.1
5792026-06-12T21:11:09.888Z Downloaded const_format v0.2.35
5802026-06-12T21:11:09.892Z Downloaded atomic-waker v1.1.2
5812026-06-12T21:11:09.892Z Downloaded arrayvec v0.7.6
5822026-06-12T21:11:09.892Z Downloaded base64ct v1.8.3
5832026-06-12T21:11:09.898Z Downloaded cargo-platform v0.3.2
5842026-06-12T21:11:09.898Z Downloaded deranged v0.5.8
5852026-06-12T21:11:09.898Z Downloaded atty v0.2.14
5862026-06-12T21:11:09.898Z Downloaded cassowary v0.3.0
5872026-06-12T21:11:09.901Z Downloaded downcast-rs v2.0.2
5882026-06-12T21:11:09.901Z Downloaded colored v2.2.0
5892026-06-12T21:11:09.901Z Downloaded base16ct v0.2.0
5902026-06-12T21:11:09.901Z Downloaded defmt-parser v1.0.0
5912026-06-12T21:11:09.901Z Downloaded darling_macro v0.20.11
5922026-06-12T21:11:09.901Z Downloaded bb8 v0.8.6
5932026-06-12T21:11:09.901Z Downloaded bitfield-macros v0.19.4
5942026-06-12T21:11:09.905Z Downloaded backoff v0.4.0
5952026-06-12T21:11:09.905Z Downloaded darling v0.23.0
5962026-06-12T21:11:09.910Z Downloaded document-features v0.2.12
5972026-06-12T21:11:09.911Z Downloaded difflib v0.4.0
5982026-06-12T21:11:09.915Z Downloaded curve25519-dalek-derive v0.1.1
5992026-06-12T21:11:09.915Z Downloaded clang-sys v1.8.1
6002026-06-12T21:11:09.915Z Downloaded derive-ex v0.1.8
6012026-06-12T21:11:09.915Z Downloaded bzip2 v0.4.4
6022026-06-12T21:11:09.915Z Downloaded byte-wrapper v0.1.0
6032026-06-12T21:11:09.918Z Downloaded derive_builder_macro v0.20.2
6042026-06-12T21:11:09.918Z Downloaded darling v0.13.4
6052026-06-12T21:11:09.918Z Downloaded csv-core v0.1.13
6062026-06-12T21:11:09.918Z Downloaded embedded-io v0.6.1
6072026-06-12T21:11:09.921Z Downloaded bcrypt-pbkdf v0.10.0
6082026-06-12T21:11:09.921Z Downloaded dunce v1.0.5
6092026-06-12T21:11:09.921Z Downloaded bit-vec v0.6.3
6102026-06-12T21:11:09.925Z Downloaded async-stream-impl v0.3.6
6112026-06-12T21:11:09.926Z Downloaded atomicwrites v0.4.4
6122026-06-12T21:11:09.926Z Downloaded aes v0.8.4
6132026-06-12T21:11:09.928Z Downloaded enum-as-inner v0.6.1
6142026-06-12T21:11:09.929Z Downloaded cfg_aliases v0.1.1
6152026-06-12T21:11:09.929Z Downloaded des v0.8.1
6162026-06-12T21:11:09.929Z Downloaded fixedbitset v0.4.2
6172026-06-12T21:11:09.933Z Downloaded async-recursion v1.1.1
6182026-06-12T21:11:09.933Z Downloaded dof v0.4.0
6192026-06-12T21:11:09.937Z Downloaded dyn-clone v1.0.20
6202026-06-12T21:11:09.937Z Downloaded crc8 v0.1.1
6212026-06-12T21:11:09.937Z Downloaded dropshot-api-manager-types v0.7.2
6222026-06-12T21:11:09.937Z Downloaded defmt v0.3.100
6232026-06-12T21:11:09.937Z Downloaded cobs v0.3.0
6242026-06-12T21:11:09.940Z Downloaded ascii-canvas v3.0.0
6252026-06-12T21:11:09.941Z Downloaded aead v0.5.2
6262026-06-12T21:11:09.941Z Downloaded der_derive v0.7.3
6272026-06-12T21:11:09.941Z Downloaded darling_macro v0.21.3
6282026-06-12T21:11:09.941Z Downloaded compression-core v0.4.31
6292026-06-12T21:11:09.944Z Downloaded block-padding v0.3.3
6302026-06-12T21:11:09.947Z Downloaded async-stream v0.3.6
6312026-06-12T21:11:09.947Z Downloaded cpufeatures v0.3.0
6322026-06-12T21:11:09.953Z Downloaded ciborium-ll v0.2.2
6332026-06-12T21:11:09.953Z Downloaded float-ord v0.3.2
6342026-06-12T21:11:09.953Z Downloaded endian-type v0.1.2
6352026-06-12T21:11:09.953Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-06-12T21:11:09.958Z Downloaded bit-set v0.8.0
6372026-06-12T21:11:09.958Z Downloaded filetime v0.2.27
6382026-06-12T21:11:09.958Z Downloaded crc v3.4.0
6392026-06-12T21:11:09.958Z Downloaded cfg_aliases v0.2.1
6402026-06-12T21:11:09.958Z Downloaded arrayref v0.3.9
6412026-06-12T21:11:09.967Z Downloaded castaway v0.2.4
6422026-06-12T21:11:09.968Z Downloaded ctr v0.9.2
6432026-06-12T21:11:09.968Z Downloaded darling_macro v0.23.0
6442026-06-12T21:11:09.968Z Downloaded crucible-workspace-hack v0.1.0
6452026-06-12T21:11:09.972Z Downloaded const_format_proc_macros v0.2.34
6462026-06-12T21:11:09.972Z Downloaded blowfish v0.9.1
6472026-06-12T21:11:09.972Z Downloaded compression-codecs v0.4.37
6482026-06-12T21:11:09.972Z Downloaded darling_macro v0.13.4
6492026-06-12T21:11:09.972Z Downloaded cstr-argument v0.1.2
6502026-06-12T21:11:09.972Z Downloaded fd-lock v4.0.4
6512026-06-12T21:11:09.972Z Downloaded foreign-types-macros v0.2.3
6522026-06-12T21:11:09.976Z Downloaded display-error-chain v0.2.2
6532026-06-12T21:11:09.976Z Downloaded float-cmp v0.10.0
6542026-06-12T21:11:09.978Z Downloaded dirs-next v2.0.0
6552026-06-12T21:11:09.979Z Downloaded futures-task v0.3.32
6562026-06-12T21:11:09.979Z Downloaded dsl_auto_type v0.2.0
6572026-06-12T21:11:09.982Z Downloaded bitfield-struct v0.6.2
6582026-06-12T21:11:09.982Z Downloaded foreign-types-shared v0.3.1
6592026-06-12T21:11:09.982Z Downloaded futures-core v0.3.32
6602026-06-12T21:11:09.987Z Downloaded env_filter v1.0.0
6612026-06-12T21:11:09.987Z Downloaded debug-ignore v1.0.5
6622026-06-12T21:11:09.992Z Downloaded foreign-types-shared v0.1.1
6632026-06-12T21:11:09.992Z Downloaded dtrace-parser v0.3.0
6642026-06-12T21:11:09.992Z Downloaded crunchy v0.2.4
6652026-06-12T21:11:09.995Z Downloaded flagset v0.4.7
6662026-06-12T21:11:09.995Z Downloaded futures-sink v0.3.32
6672026-06-12T21:11:09.995Z Downloaded cbc v0.1.2
6682026-06-12T21:11:09.995Z Downloaded async-trait v0.1.89
6692026-06-12T21:11:09.998Z Downloaded foreign-types v0.3.2
6702026-06-12T21:11:10.001Z Downloaded either v1.15.0
6712026-06-12T21:11:10.001Z Downloaded daft-derive v0.1.7
6722026-06-12T21:11:10.004Z Downloaded git-stub v1.0.0
6732026-06-12T21:11:10.004Z Downloaded ciborium-io v0.2.2
6742026-06-12T21:11:10.004Z Downloaded ed25519 v2.2.3
6752026-06-12T21:11:10.007Z Downloaded fixedbitset v0.5.7
6762026-06-12T21:11:10.010Z Downloaded ff v0.13.1
6772026-06-12T21:11:10.010Z Downloaded gethostname v0.5.0
6782026-06-12T21:11:10.011Z Downloaded fxhash v0.2.1
6792026-06-12T21:11:10.011Z Downloaded derive_builder v0.20.2
6802026-06-12T21:11:10.015Z Downloaded bit-vec v0.8.0
6812026-06-12T21:11:10.018Z Downloaded flate2 v1.1.9
6822026-06-12T21:11:10.018Z Downloaded crypto-bigint v0.5.5
6832026-06-12T21:11:10.021Z Downloaded hex v0.4.3
6842026-06-12T21:11:10.026Z Downloaded hex-literal v0.4.1
6852026-06-12T21:11:10.026Z Downloaded headers-core v0.3.0
6862026-06-12T21:11:10.026Z Downloaded funty v2.0.0
6872026-06-12T21:11:10.030Z Downloaded hash32 v0.3.1
6882026-06-12T21:11:10.030Z Downloaded foldhash v0.2.0
6892026-06-12T21:11:10.030Z Downloaded anstyle-parse v0.2.7
6902026-06-12T21:11:10.030Z Downloaded hash32 v0.2.1
6912026-06-12T21:11:10.030Z Downloaded hostname v0.4.2
6922026-06-12T21:11:10.036Z Downloaded globwalk v0.9.1
6932026-06-12T21:11:10.036Z Downloaded ghash v0.5.1
6942026-06-12T21:11:10.037Z Downloaded futures-macro v0.3.32
6952026-06-12T21:11:10.037Z Downloaded futures-io v0.3.32
6962026-06-12T21:11:10.037Z Downloaded foreign-types v0.5.0
6972026-06-12T21:11:10.041Z Downloaded http-body v1.0.1
6982026-06-12T21:11:10.041Z Downloaded ena v0.14.4
6992026-06-12T21:11:10.041Z Downloaded console v0.16.2
7002026-06-12T21:11:10.041Z Downloaded env_logger v0.11.9
7012026-06-12T21:11:10.041Z Downloaded constant_time_eq v0.4.2
7022026-06-12T21:11:10.041Z Downloaded embedded-io v0.4.0
7032026-06-12T21:11:10.044Z Downloaded camino-tempfile-ext v0.3.3
7042026-06-12T21:11:10.044Z Downloaded argon2 v0.5.3
7052026-06-12T21:11:10.044Z Downloaded fallible-iterator v0.2.0
7062026-06-12T21:11:10.048Z Downloaded buf-list v1.1.2
7072026-06-12T21:11:10.048Z Downloaded daft v0.1.7
7082026-06-12T21:11:10.048Z Downloaded home v0.5.12
7092026-06-12T21:11:10.056Z Downloaded bzip2 v0.6.1
7102026-06-12T21:11:10.056Z Downloaded defmt v1.0.1
7112026-06-12T21:11:10.056Z Downloaded hyper-tls v0.6.0
7122026-06-12T21:11:10.056Z Downloaded cancel-safe-futures v0.1.5
7132026-06-12T21:11:10.056Z Downloaded foldhash v0.1.5
7142026-06-12T21:11:10.059Z Downloaded http-range v0.1.5
7152026-06-12T21:11:10.059Z Downloaded console v0.15.11
7162026-06-12T21:11:10.059Z Downloaded ident_case v1.0.1
7172026-06-12T21:11:10.059Z Downloaded glob v0.3.3
7182026-06-12T21:11:10.062Z Downloaded bitflags v1.3.2
7192026-06-12T21:11:10.062Z Downloaded hubpack_derive v0.1.1
7202026-06-12T21:11:10.063Z Downloaded httpdate v1.0.3
7212026-06-12T21:11:10.067Z Downloaded fs_extra v1.3.0
7222026-06-12T21:11:10.067Z Downloaded fs-err v2.11.0
7232026-06-12T21:11:10.067Z Downloaded hubpack v0.1.2
7242026-06-12T21:11:10.070Z Downloaded find-msvc-tools v0.1.9
7252026-06-12T21:11:10.070Z Downloaded crossbeam-utils v0.8.21
7262026-06-12T21:11:10.070Z Downloaded critical-section v1.2.0
7272026-06-12T21:11:10.070Z Downloaded illumos-nvpair-sys v0.2.0
7282026-06-12T21:11:10.073Z Downloaded illumos-nvpair v0.3.0
7292026-06-12T21:11:10.073Z Downloaded data-encoding v2.10.0
7302026-06-12T21:11:10.073Z Downloaded inout v0.1.4
7312026-06-12T21:11:10.073Z Downloaded indoc v1.0.9
7322026-06-12T21:11:10.076Z Downloaded ecdsa v0.16.9
7332026-06-12T21:11:10.079Z Downloaded indent_write v2.2.0
7342026-06-12T21:11:10.079Z Downloaded cipher v0.4.4
7352026-06-12T21:11:10.079Z Downloaded ed25519-dalek v2.2.0
7362026-06-12T21:11:10.083Z Downloaded internet-checksum v0.2.1
7372026-06-12T21:11:10.083Z Downloaded instant v0.1.13
7382026-06-12T21:11:10.083Z Downloaded derive-where v1.6.0
7392026-06-12T21:11:10.088Z Downloaded blake2 v0.10.6
7402026-06-12T21:11:10.091Z Downloaded corncobs v0.1.4
7412026-06-12T21:11:10.091Z Downloaded anstream v0.6.21
7422026-06-12T21:11:10.091Z Downloaded git-stub-vcs v0.1.0
7432026-06-12T21:11:10.091Z Downloaded bcs v0.1.6
7442026-06-12T21:11:10.091Z Downloaded array-init v0.0.4
7452026-06-12T21:11:10.095Z Downloaded cmake v0.1.57
7462026-06-12T21:11:10.095Z Downloaded colored v3.1.1
7472026-06-12T21:11:10.095Z Downloaded hostname v0.3.1
7482026-06-12T21:11:10.100Z Downloaded globset v0.4.18
7492026-06-12T21:11:10.100Z Downloaded ciborium v0.2.2
7502026-06-12T21:11:10.100Z Downloaded kstat-rs v0.2.4
7512026-06-12T21:11:10.104Z Downloaded is_ci v1.2.0
7522026-06-12T21:11:10.104Z Downloaded is-terminal v0.4.17
7532026-06-12T21:11:10.104Z Downloaded instability v0.3.11
7542026-06-12T21:11:10.104Z Downloaded derive_builder_core v0.20.2
7552026-06-12T21:11:10.104Z Downloaded chacha20 v0.9.1
7562026-06-12T21:11:10.107Z Downloaded darling v0.21.3
7572026-06-12T21:11:10.113Z Downloaded convert_case v0.10.0
7582026-06-12T21:11:10.113Z Downloaded const-oid v0.9.6
7592026-06-12T21:11:10.113Z Downloaded chacha20 v0.10.0
7602026-06-12T21:11:10.116Z Downloaded erased-serde v0.3.31
7612026-06-12T21:11:10.116Z Downloaded keccak v0.1.6
7622026-06-12T21:11:10.116Z Downloaded dirs-sys-next v0.1.2
7632026-06-12T21:11:10.116Z Downloaded cexpr v0.6.0
7642026-06-12T21:11:10.116Z Downloaded http-body-util v0.1.3
7652026-06-12T21:11:10.120Z Downloaded highway v1.3.0
7662026-06-12T21:11:10.120Z Downloaded cookie_store v0.22.1
7672026-06-12T21:11:10.120Z Downloaded lazy_static v1.5.0
7682026-06-12T21:11:10.128Z Downloaded crossbeam-epoch v0.9.18
7692026-06-12T21:11:10.128Z Downloaded getrandom v0.2.17
7702026-06-12T21:11:10.128Z Downloaded lru-cache v0.1.2
7712026-06-12T21:11:10.128Z Downloaded linked-hash-map v0.5.6
7722026-06-12T21:11:10.131Z Downloaded bytes v1.11.1
7732026-06-12T21:11:10.131Z Downloaded drift v0.2.0
7742026-06-12T21:11:10.134Z Downloaded md5 v0.7.0
7752026-06-12T21:11:10.137Z Downloaded lalrpop-util v0.19.12
7762026-06-12T21:11:10.137Z Downloaded lru v0.12.5
7772026-06-12T21:11:10.137Z Downloaded ingot-types v0.1.2
7782026-06-12T21:11:10.140Z Downloaded lzss v0.8.2
7792026-06-12T21:11:10.140Z Downloaded dropshot_endpoint v0.17.0
7802026-06-12T21:11:10.143Z Downloaded lru-slab v0.1.2
7812026-06-12T21:11:10.143Z Downloaded multimap v0.10.1
7822026-06-12T21:11:10.143Z Downloaded memoffset v0.9.1
7832026-06-12T21:11:10.143Z Downloaded md-5 v0.10.6
7842026-06-12T21:11:10.147Z Downloaded futures-channel v0.3.32
7852026-06-12T21:11:10.147Z Downloaded ipnet v2.11.0
7862026-06-12T21:11:10.147Z Downloaded indoc v2.0.7
7872026-06-12T21:11:10.150Z Downloaded ahash v0.8.12
7882026-06-12T21:11:10.153Z Downloaded cookie v0.18.1
7892026-06-12T21:11:10.153Z Downloaded async-compression v0.4.41
7902026-06-12T21:11:10.156Z Downloaded hmac v0.12.1
7912026-06-12T21:11:10.161Z Downloaded half v1.8.3
7922026-06-12T21:11:10.161Z Downloaded maybe-uninit v2.0.0
7932026-06-12T21:11:10.162Z Downloaded match_cfg v0.1.0
7942026-06-12T21:11:10.170Z Downloaded nibble_vec v0.1.0
7952026-06-12T21:11:10.170Z Downloaded newtype_derive v0.1.6
7962026-06-12T21:11:10.170Z Downloaded newline-converter v0.3.0
7972026-06-12T21:11:10.171Z Downloaded new_debug_unreachable v1.0.6
7982026-06-12T21:11:10.171Z Downloaded group v0.13.0
7992026-06-12T21:11:10.171Z Downloaded maplit v1.0.2
8002026-06-12T21:11:10.171Z Downloaded newtype-uuid-macros v0.1.0
8012026-06-12T21:11:10.175Z Downloaded ipnetwork v0.21.1
8022026-06-12T21:11:10.175Z Downloaded ingot v0.1.1
8032026-06-12T21:11:10.175Z Downloaded crc32fast v1.5.0
8042026-06-12T21:11:10.175Z Downloaded nonempty v0.12.0
8052026-06-12T21:11:10.175Z Downloaded darling v0.20.11
8062026-06-12T21:11:10.175Z Downloaded derive_more v0.99.20
8072026-06-12T21:11:10.178Z Downloaded nodrop v0.1.14
8082026-06-12T21:11:10.178Z Downloaded libefi-sys v0.1.0
8092026-06-12T21:11:10.178Z Downloaded num v0.4.3
8102026-06-12T21:11:10.179Z Downloaded fatfs v0.3.6
8112026-06-12T21:11:10.184Z Downloaded darling_core v0.13.4
8122026-06-12T21:11:10.184Z Downloaded hyper-staticfile v0.10.1
8132026-06-12T21:11:10.187Z Downloaded num_threads v0.1.7
8142026-06-12T21:11:10.187Z Downloaded humantime v2.3.0
8152026-06-12T21:11:10.187Z Downloaded futures-executor v0.3.32
8162026-06-12T21:11:10.187Z Downloaded diesel-dtrace v0.5.0
8172026-06-12T21:11:10.191Z Downloaded hyper-rustls v0.27.7
8182026-06-12T21:11:10.194Z Downloaded normalize-line-endings v0.3.0
8192026-06-12T21:11:10.194Z Downloaded managed v0.8.0
8202026-06-12T21:11:10.194Z Downloaded num-iter v0.1.45
8212026-06-12T21:11:10.198Z Downloaded iana-time-zone v0.1.65
8222026-06-12T21:11:10.198Z Downloaded num-derive v0.4.2
8232026-06-12T21:11:10.203Z Downloaded opaque-debug v0.3.1
8242026-06-12T21:11:10.203Z Downloaded httparse v1.10.1
8252026-06-12T21:11:10.203Z Downloaded diesel_derives v2.3.7
8262026-06-12T21:11:10.206Z Downloaded linear-map v1.2.0
8272026-06-12T21:11:10.206Z Downloaded libsw v3.5.0
8282026-06-12T21:11:10.206Z Downloaded libscf-sys v1.1.0
8292026-06-12T21:11:10.209Z Downloaded libloading v0.8.9
8302026-06-12T21:11:10.209Z Downloaded num_enum_derive v0.5.11
8312026-06-12T21:11:10.209Z Downloaded impl-trait-for-tuples v0.2.3
8322026-06-12T21:11:10.213Z Downloaded futures v0.3.32
8332026-06-12T21:11:10.217Z Downloaded olpc-cjson v0.1.4
8342026-06-12T21:11:10.217Z Downloaded nanorand v0.7.0
8352026-06-12T21:11:10.217Z Downloaded ingot-macros v0.1.1
8362026-06-12T21:11:10.220Z Downloaded half v2.7.1
8372026-06-12T21:11:10.221Z Downloaded compact_str v0.8.1
8382026-06-12T21:11:10.225Z Downloaded oso-derive v0.27.3
8392026-06-12T21:11:10.225Z Downloaded openssl-probe v0.1.6
8402026-06-12T21:11:10.225Z Downloaded openssl-macros v0.1.1
8412026-06-12T21:11:10.225Z Downloaded arc-swap v1.8.2
8422026-06-12T21:11:10.228Z Downloaded parse-display v0.10.0
8432026-06-12T21:11:10.228Z Downloaded allocator-api2 v0.2.21
8442026-06-12T21:11:10.228Z Downloaded nu-ansi-term v0.50.3
8452026-06-12T21:11:10.231Z Downloaded num-derive v0.3.3
8462026-06-12T21:11:10.231Z Downloaded num-conv v0.2.0
8472026-06-12T21:11:10.235Z Downloaded mime v0.3.17
8482026-06-12T21:11:10.238Z Downloaded native-tls v0.2.18
8492026-06-12T21:11:10.238Z Downloaded packed_struct_codegen v0.10.1
8502026-06-12T21:11:10.252Z Downloaded phf_shared v0.12.1
8512026-06-12T21:11:10.256Z Downloaded ar_archive_writer v0.5.1
8522026-06-12T21:11:10.256Z Downloaded peg-runtime v0.8.5
8532026-06-12T21:11:10.256Z Downloaded pbkdf2 v0.12.2
8542026-06-12T21:11:10.263Z Downloaded path-slash v0.1.5
8552026-06-12T21:11:10.263Z Downloaded parse-size v1.1.0
8562026-06-12T21:11:10.263Z Downloaded num-rational v0.4.2
8572026-06-12T21:11:10.263Z Downloaded num-integer v0.1.46
8582026-06-12T21:11:10.270Z Downloaded phf_shared v0.11.3
8592026-06-12T21:11:10.270Z Downloaded pbkdf2 v0.11.0
8602026-06-12T21:11:10.270Z Downloaded openssl-probe v0.2.1
8612026-06-12T21:11:10.270Z Downloaded num_enum_derive v0.7.6
8622026-06-12T21:11:10.270Z Downloaded newtype-uuid v1.3.2
8632026-06-12T21:11:10.270Z Downloaded jobserver v0.1.34
8642026-06-12T21:11:10.270Z Downloaded flume v0.11.1
8652026-06-12T21:11:10.273Z Downloaded mime_guess v2.0.5
8662026-06-12T21:11:10.273Z Downloaded memmap2 v0.9.10
8672026-06-12T21:11:10.273Z Downloaded litrs v1.0.0
8682026-06-12T21:11:10.273Z Downloaded libsw-core v0.3.2
8692026-06-12T21:11:10.277Z Downloaded darling_core v0.21.3
8702026-06-12T21:11:10.281Z Downloaded predicates-tree v1.0.13
8712026-06-12T21:11:10.281Z Downloaded predicates-core v1.0.10
8722026-06-12T21:11:10.281Z Downloaded precomputed-hash v0.1.1
8732026-06-12T21:11:10.281Z Downloaded num_enum v0.7.6
8742026-06-12T21:11:10.285Z Downloaded phf_shared v0.13.1
8752026-06-12T21:11:10.285Z Downloaded password-hash v0.4.2
8762026-06-12T21:11:10.289Z Downloaded num_enum v0.5.11
8772026-06-12T21:11:10.290Z Downloaded heapless v0.7.17
8782026-06-12T21:11:10.293Z Downloaded multer v3.1.0
8792026-06-12T21:11:10.293Z Downloaded powerfmt v0.2.0
8802026-06-12T21:11:10.293Z Downloaded proc-macro-crate v3.4.0
8812026-06-12T21:11:10.293Z Downloaded proc-macro-crate v1.3.1
8822026-06-12T21:11:10.297Z Downloaded crossbeam-channel v0.5.15
8832026-06-12T21:11:10.297Z Downloaded base64 v0.22.1
8842026-06-12T21:11:10.302Z Downloaded progenitor-client v0.11.2
8852026-06-12T21:11:10.302Z Downloaded heapless v0.8.0
8862026-06-12T21:11:10.305Z Downloaded bumpalo v3.20.2
8872026-06-12T21:11:10.305Z Downloaded getrandom v0.3.4
8882026-06-12T21:11:10.310Z Downloaded parking_lot_core v0.8.6
8892026-06-12T21:11:10.310Z Downloaded parse-display-derive v0.10.0
8902026-06-12T21:11:10.310Z Downloaded num-complex v0.4.6
8912026-06-12T21:11:10.313Z Downloaded packed_struct v0.10.1
8922026-06-12T21:11:10.313Z Downloaded oxnet v0.1.5
8932026-06-12T21:11:10.313Z Downloaded pin-utils v0.1.0
8942026-06-12T21:11:10.313Z Downloaded proc-macro-error-attr2 v2.0.0
8952026-06-12T21:11:10.317Z Downloaded psl-types v2.0.11
8962026-06-12T21:11:10.317Z Downloaded progenitor-macro v0.14.0
8972026-06-12T21:11:10.317Z Downloaded progenitor-macro v0.13.0
8982026-06-12T21:11:10.317Z Downloaded darling_core v0.23.0
8992026-06-12T21:11:10.322Z Downloaded libbz2-rs-sys v0.2.2
9002026-06-12T21:11:10.322Z Downloaded darling_core v0.20.11
9012026-06-12T21:11:10.327Z Downloaded pem-rfc7468 v0.7.0
9022026-06-12T21:11:10.327Z Downloaded pem v3.0.6
9032026-06-12T21:11:10.327Z Downloaded pin-project-lite v0.2.17
9042026-06-12T21:11:10.330Z Downloaded progenitor-macro v0.11.2
9052026-06-12T21:11:10.330Z Downloaded progenitor-client v0.14.0
9062026-06-12T21:11:10.336Z Downloaded paste v1.0.15
9072026-06-12T21:11:10.336Z Downloaded rand_chacha v0.3.1
9082026-06-12T21:11:10.336Z Downloaded password-hash v0.5.0
9092026-06-12T21:11:10.340Z Downloaded polyval v0.6.2
9102026-06-12T21:11:10.340Z Downloaded radium v0.7.0
9112026-06-12T21:11:10.340Z Downloaded poly1305 v0.8.0
9122026-06-12T21:11:10.340Z Downloaded quick-error v1.2.3
9132026-06-12T21:11:10.340Z Downloaded phf v0.13.1
9142026-06-12T21:11:10.340Z Downloaded phf v0.12.1
9152026-06-12T21:11:10.343Z Downloaded peg-macros v0.8.5
9162026-06-12T21:11:10.343Z Downloaded ppv-lite86 v0.2.21
9172026-06-12T21:11:10.343Z Downloaded expectorate v1.2.0
9182026-06-12T21:11:10.347Z Downloaded der v0.7.10
9192026-06-12T21:11:10.350Z Downloaded derive_more v2.1.1
9202026-06-12T21:11:10.354Z Downloaded pkcs8 v0.10.2
9212026-06-12T21:11:10.357Z Downloaded progenitor v0.11.2
9222026-06-12T21:11:10.357Z Downloaded oxide-tokio-rt v0.1.4
9232026-06-12T21:11:10.360Z Downloaded parking_lot v0.11.2
9242026-06-12T21:11:10.360Z Downloaded recursive v0.1.1
9252026-06-12T21:11:10.367Z Downloaded progenitor v0.14.0
9262026-06-12T21:11:10.367Z Downloaded progenitor v0.13.0
9272026-06-12T21:11:10.367Z Downloaded pkg-config v0.3.32
9282026-06-12T21:11:10.367Z Downloaded owo-colors v4.3.0
9292026-06-12T21:11:10.370Z Downloaded omicron-zone-package v0.12.2
9302026-06-12T21:11:10.370Z Downloaded indicatif v0.18.4
9312026-06-12T21:11:10.370Z Downloaded peg v0.8.5
9322026-06-12T21:11:10.375Z Downloaded parking_lot v0.12.5
9332026-06-12T21:11:10.375Z Downloaded cc v1.2.56
9342026-06-12T21:11:10.379Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-06-12T21:11:10.379Z Downloaded hickory-resolver v0.25.2
9362026-06-12T21:11:10.382Z Downloaded hickory-resolver v0.24.4
9372026-06-12T21:11:10.382Z Downloaded rfc6979 v0.4.0
9382026-06-12T21:11:10.386Z Downloaded rand_xorshift v0.4.0
9392026-06-12T21:11:10.386Z Downloaded parking_lot_core v0.9.12
9402026-06-12T21:11:10.386Z Downloaded primeorder v0.13.6
9412026-06-12T21:11:10.389Z Downloaded ref-cast v1.0.25
9422026-06-12T21:11:10.389Z Downloaded headers v0.4.1
9432026-06-12T21:11:10.393Z Downloaded postcard v1.1.3
9442026-06-12T21:11:10.393Z Downloaded derive_more-impl v2.1.1
9452026-06-12T21:11:10.396Z Downloaded psm v0.1.30
9462026-06-12T21:11:10.401Z Downloaded progenitor-client v0.13.0
9472026-06-12T21:11:10.401Z Downloaded lock_api v0.4.14
9482026-06-12T21:11:10.401Z Downloaded rustc_version v0.4.1
9492026-06-12T21:11:10.404Z Downloaded progenitor-extras v0.2.0
9502026-06-12T21:11:10.404Z Downloaded ignore v0.4.25
9512026-06-12T21:11:10.404Z Downloaded r2d2 v0.8.10
9522026-06-12T21:11:10.404Z Downloaded rustc_version v0.1.7
9532026-06-12T21:11:10.407Z Downloaded oso v0.27.3
9542026-06-12T21:11:10.407Z Downloaded predicates v3.1.4
9552026-06-12T21:11:10.410Z Downloaded rtoolbox v0.0.3
9562026-06-12T21:11:10.410Z Downloaded rustc-hash v2.1.1
9572026-06-12T21:11:10.414Z Downloaded postgres-protocol v0.6.10
9582026-06-12T21:11:10.414Z Downloaded russh-cryptovec v0.7.3
9592026-06-12T21:11:10.414Z Downloaded indexmap v1.9.3
9602026-06-12T21:11:10.421Z Downloaded rand_chacha v0.9.0
9612026-06-12T21:11:10.429Z Downloaded pin-project-internal v1.1.11
9622026-06-12T21:11:10.432Z Downloaded rand_core v0.9.5
9632026-06-12T21:11:10.438Z Downloaded scrypt v0.11.0
9642026-06-12T21:11:10.441Z Downloaded scroll_derive v0.13.1
9652026-06-12T21:11:10.444Z Downloaded rand_seeder v0.4.0
9662026-06-12T21:11:10.444Z Downloaded rand_core v0.10.0
9672026-06-12T21:11:10.447Z Downloaded pkcs1 v0.7.5
9682026-06-12T21:11:10.451Z Downloaded http v1.4.0
9692026-06-12T21:11:10.454Z Downloaded salsa20 v0.10.2
9702026-06-12T21:11:10.455Z Downloaded miniz_oxide v0.8.9
9712026-06-12T21:11:10.455Z Downloaded proc-macro-error2 v2.0.1
9722026-06-12T21:11:10.458Z Downloaded scheduled-thread-pool v0.2.7
9732026-06-12T21:11:10.458Z Downloaded sapling-renderdag v0.1.0
9742026-06-12T21:11:10.462Z Downloaded secrecy v0.8.0
9752026-06-12T21:11:10.508Z Downloaded scopeguard v1.2.0
9762026-06-12T21:11:10.508Z Downloaded jiff-static v0.2.21
9772026-06-12T21:11:10.508Z Downloaded secrecy v0.10.3
9782026-06-12T21:11:10.512Z Downloaded serde_bytes v0.11.19
9792026-06-12T21:11:10.512Z Downloaded resolv-conf v0.7.6
9802026-06-12T21:11:10.512Z Downloaded sha1 v0.10.6
9812026-06-12T21:11:10.513Z Downloaded postgres-types v0.2.12
9822026-06-12T21:11:10.513Z Downloaded crossterm v0.28.1
9832026-06-12T21:11:10.513Z Downloaded seq-macro v0.3.6
9842026-06-12T21:11:10.513Z Downloaded quinn-udp v0.5.14
9852026-06-12T21:11:10.513Z Downloaded serde_spanned v1.0.4
9862026-06-12T21:11:10.513Z Downloaded semver v0.1.20
9872026-06-12T21:11:10.513Z Downloaded rustls-pemfile v1.0.4
9882026-06-12T21:11:10.513Z Downloaded pkcs5 v0.7.1
9892026-06-12T21:11:10.513Z Downloaded shell-words v1.1.1
9902026-06-12T21:11:10.513Z Downloaded serde_plain v1.0.2
9912026-06-12T21:11:10.513Z Downloaded rustls-pemfile v2.2.0
9922026-06-12T21:11:10.513Z Downloaded rustls-native-certs v0.8.3
9932026-06-12T21:11:10.513Z Downloaded rand_core v0.6.4
9942026-06-12T21:11:10.513Z Downloaded openssl-sys v0.9.115
9952026-06-12T21:11:10.513Z Downloaded rustversion v1.0.22
9962026-06-12T21:11:10.513Z Downloaded rusty-fork v0.3.1
9972026-06-12T21:11:10.518Z Downloaded signal-hook-mio v0.2.5
9982026-06-12T21:11:10.518Z Downloaded same-file v1.0.6
9992026-06-12T21:11:10.518Z Downloaded p256 v0.13.2
10002026-06-12T21:11:10.518Z Downloaded signal-hook-tokio v0.3.1
10012026-06-12T21:11:10.522Z Downloaded slog-bunyan v2.5.0
10022026-06-12T21:11:10.522Z Downloaded sigpipe v0.1.3
10032026-06-12T21:11:10.522Z Downloaded signature v2.2.0
10042026-06-12T21:11:10.522Z Downloaded prefix-trie v0.7.0
10052026-06-12T21:11:10.525Z Downloaded sct v0.7.1
10062026-06-12T21:11:10.525Z Downloaded hickory-server v0.25.2
10072026-06-12T21:11:10.528Z Downloaded hashbrown v0.12.3
10082026-06-12T21:11:10.531Z Downloaded ref-cast-impl v1.0.25
10092026-06-12T21:11:10.531Z Downloaded papergrid v0.17.0
10102026-06-12T21:11:10.534Z Downloaded siphasher v1.0.2
10112026-06-12T21:11:10.538Z Downloaded minimal-lexical v0.2.1
10122026-06-12T21:11:10.541Z Downloaded scroll v0.13.0
10132026-06-12T21:11:10.544Z Downloaded slog-envlogger v2.2.0
10142026-06-12T21:11:10.544Z Downloaded schemars_derive v0.8.22
10152026-06-12T21:11:10.548Z Downloaded hyper-util v0.1.20
10162026-06-12T21:11:10.551Z Downloaded serde_derive_internals v0.29.1
10172026-06-12T21:11:10.551Z Downloaded sec1 v0.7.3
10182026-06-12T21:11:10.554Z Downloaded russh-keys v0.45.0
10192026-06-12T21:11:10.559Z Downloaded progenitor-impl v0.14.0
10202026-06-12T21:11:10.563Z Downloaded serde_path_to_error v0.1.20
10212026-06-12T21:11:10.566Z Downloaded serde_with_macros v1.5.2
10222026-06-12T21:11:10.570Z Downloaded dropshot-api-manager v0.7.2
10232026-06-12T21:11:10.573Z Downloaded serde-hex v0.1.0
10242026-06-12T21:11:10.573Z Downloaded crossterm v0.29.0
10252026-06-12T21:11:10.576Z Downloaded serde_repr v0.1.20
10262026-06-12T21:11:10.579Z Downloaded shlex v1.3.0
10272026-06-12T21:11:10.579Z Downloaded serde_urlencoded v0.7.1
10282026-06-12T21:11:10.580Z Downloaded rustls-pki-types v1.14.0
10292026-06-12T21:11:10.589Z Downloaded ssh-cipher v0.2.0
10302026-06-12T21:11:10.594Z Downloaded signal-hook-registry v1.4.8
10312026-06-12T21:11:10.594Z Downloaded ssh-encoding v0.2.0
10322026-06-12T21:11:10.597Z Downloaded sqlparser_derive v0.5.0
10332026-06-12T21:11:10.597Z Downloaded strip-ansi-escapes v0.2.1
10342026-06-12T21:11:10.597Z Downloaded structmeta-derive v0.3.0
10352026-06-12T21:11:10.600Z Downloaded strsim v0.10.0
10362026-06-12T21:11:10.603Z Downloaded smallvec v0.6.14
10372026-06-12T21:11:10.607Z Downloaded slog-scope v4.4.1
10382026-06-12T21:11:10.607Z Downloaded pretty_assertions v1.4.1
10392026-06-12T21:11:10.610Z Downloaded simd-adler32 v0.3.8
10402026-06-12T21:11:10.610Z Downloaded aes-gcm v0.10.3
10412026-06-12T21:11:10.613Z Downloaded slab v0.4.12
10422026-06-12T21:11:10.613Z Downloaded slog-stdlog v4.1.1
10432026-06-12T21:11:10.613Z Downloaded slog-async v2.8.0
10442026-06-12T21:11:10.616Z Downloaded structmeta v0.3.0
10452026-06-12T21:11:10.616Z Downloaded itertools v0.10.5
10462026-06-12T21:11:10.619Z Downloaded slog-json v2.6.1
10472026-06-12T21:11:10.623Z Downloaded strum v0.26.3
10482026-06-12T21:11:10.623Z Downloaded smf v0.2.3
10492026-06-12T21:11:10.628Z Downloaded slog-dtrace v0.3.0
10502026-06-12T21:11:10.628Z Downloaded progenitor-impl v0.11.2
10512026-06-12T21:11:10.628Z Downloaded slog-term v2.9.2
10522026-06-12T21:11:10.631Z Downloaded progenitor-impl v0.13.0
10532026-06-12T21:11:10.631Z Downloaded serde-big-array v0.5.1
10542026-06-12T21:11:10.635Z Downloaded sync-ptr v0.1.4
10552026-06-12T21:11:10.638Z Downloaded snafu-derive v0.8.9
10562026-06-12T21:11:10.638Z Downloaded ron v0.8.1
10572026-06-12T21:11:10.641Z Downloaded tabled_derive v0.11.0
10582026-06-12T21:11:10.641Z Downloaded subtle v2.6.1
10592026-06-12T21:11:10.646Z Downloaded tap v1.0.1
10602026-06-12T21:11:10.646Z Downloaded tabwriter v1.4.1
10612026-06-12T21:11:10.646Z Downloaded sync_wrapper v1.0.2
10622026-06-12T21:11:10.649Z Downloaded testing_table v0.3.0
10632026-06-12T21:11:10.649Z Downloaded take_mut v0.2.2
10642026-06-12T21:11:10.655Z Downloaded time-core v0.1.8
10652026-06-12T21:11:10.655Z Downloaded spki v0.7.3
10662026-06-12T21:11:10.660Z Downloaded termtree v0.5.1
10672026-06-12T21:11:10.660Z Downloaded serde_cbor v0.11.2
10682026-06-12T21:11:10.660Z Downloaded pin-project v1.1.11
10692026-06-12T21:11:10.664Z Downloaded tinyvec_macros v0.1.1
10702026-06-12T21:11:10.667Z Downloaded thiserror-impl-no-std v2.0.2
10712026-06-12T21:11:10.667Z Downloaded sqlformat v0.3.5
10722026-06-12T21:11:10.667Z Downloaded rustls-platform-verifier v0.6.2
10732026-06-12T21:11:10.670Z Downloaded thread-id v5.1.0
10742026-06-12T21:11:10.673Z Downloaded string_cache v0.8.9
10752026-06-12T21:11:10.673Z Downloaded prettyplease v0.2.37
10762026-06-12T21:11:10.676Z Downloaded hashbrown v0.16.1
10772026-06-12T21:11:10.680Z Downloaded hashbrown v0.15.5
10782026-06-12T21:11:10.683Z Downloaded strum v0.27.2
10792026-06-12T21:11:10.683Z Downloaded hashbrown v0.13.2
10802026-06-12T21:11:10.686Z Downloaded static_assertions v1.1.0
10812026-06-12T21:11:10.686Z Downloaded stacker v0.1.23
10822026-06-12T21:11:10.689Z Downloaded strum_macros v0.26.4
10832026-06-12T21:11:10.693Z Downloaded qorb v0.4.1
10842026-06-12T21:11:10.698Z Downloaded schemars v0.8.22
10852026-06-12T21:11:10.703Z Downloaded support-bundle-viewer v0.1.2
10862026-06-12T21:11:10.706Z Downloaded strum_macros v0.27.2
10872026-06-12T21:11:10.706Z Downloaded strum_macros v0.24.3
10882026-06-12T21:11:10.710Z Downloaded ryu v1.0.23
10892026-06-12T21:11:10.717Z Downloaded publicsuffix v2.3.0
10902026-06-12T21:11:10.720Z Downloaded supports-color v3.0.2
10912026-06-12T21:11:10.723Z Downloaded tagptr v0.2.0
10922026-06-12T21:11:10.726Z Downloaded spin v0.9.8
10932026-06-12T21:11:10.728Z Downloaded iri-string v0.7.10
10942026-06-12T21:11:10.731Z Downloaded serde_yaml v0.9.34+deprecated
10952026-06-12T21:11:10.735Z Downloaded rand v0.8.6
10962026-06-12T21:11:10.738Z Downloaded serde_with_macros v3.17.0
10972026-06-12T21:11:10.738Z Downloaded time-macros v0.2.27
10982026-06-12T21:11:10.742Z Downloaded tower-layer v0.3.3
10992026-06-12T21:11:10.742Z Downloaded termios v0.3.3
11002026-06-12T21:11:10.742Z Downloaded thread_local v1.1.9
11012026-06-12T21:11:10.745Z Downloaded try-lock v0.2.5
11022026-06-12T21:11:10.745Z Downloaded stringprep v0.1.5
11032026-06-12T21:11:10.745Z Downloaded similar v2.7.0
11042026-06-12T21:11:10.749Z Downloaded itertools v0.12.1
11052026-06-12T21:11:10.752Z Downloaded mio v1.2.0
11062026-06-12T21:11:10.755Z Downloaded tower-service v0.3.3
11072026-06-12T21:11:10.755Z Downloaded tokio-dtrace v0.1.1
11082026-06-12T21:11:10.755Z Downloaded tls_codec v0.4.2
11092026-06-12T21:11:10.758Z Downloaded rayon-core v1.13.0
11102026-06-12T21:11:10.758Z Downloaded tokio-macros v2.7.0
11112026-06-12T21:11:10.762Z Downloaded tls_codec_derive v0.4.2
11122026-06-12T21:11:10.762Z Downloaded tokio-native-tls v0.3.1
11132026-06-12T21:11:10.765Z Downloaded schemars v0.9.0
11142026-06-12T21:11:10.768Z Downloaded unarray v0.1.4
11152026-06-12T21:11:10.771Z Downloaded slog v2.8.2
11162026-06-12T21:11:10.774Z Downloaded rcgen v0.12.1
11172026-06-12T21:11:10.774Z Downloaded typify-macro v0.6.2
11182026-06-12T21:11:10.774Z Downloaded typify-macro v0.4.3
11192026-06-12T21:11:10.777Z Downloaded rsa v0.9.10
11202026-06-12T21:11:10.780Z Downloaded tokio-rustls v0.25.0
11212026-06-12T21:11:10.780Z Downloaded num-bigint v0.4.6
11222026-06-12T21:11:10.783Z Downloaded universal-hash v0.5.1
11232026-06-12T21:11:10.783Z Downloaded unit-prefix v0.5.2
11242026-06-12T21:11:10.783Z Downloaded futures-util v0.3.32
11252026-06-12T21:11:10.789Z Downloaded untrusted v0.7.1
11262026-06-12T21:11:10.792Z Downloaded tokio-tungstenite v0.21.0
11272026-06-12T21:11:10.792Z Downloaded socket2 v0.5.10
11282026-06-12T21:11:10.795Z Downloaded nom v7.1.3
11292026-06-12T21:11:10.798Z Downloaded term v1.2.1
11302026-06-12T21:11:10.798Z Downloaded unicode-truncate v1.1.0
11312026-06-12T21:11:10.801Z Downloaded usdt-attr-macro v0.6.0
11322026-06-12T21:11:10.802Z Downloaded untrusted v0.9.0
11332026-06-12T21:11:10.802Z Downloaded num-bigint-dig v0.8.6
11342026-06-12T21:11:10.807Z Downloaded term v0.7.0
11352026-06-12T21:11:10.815Z Downloaded schemars v1.2.1
11362026-06-12T21:11:10.820Z Downloaded utf-8 v0.7.6
11372026-06-12T21:11:10.820Z Downloaded usdt-macro v0.6.0
11382026-06-12T21:11:10.820Z Downloaded usdt v0.6.0
11392026-06-12T21:11:10.820Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-06-12T21:11:10.820Z Downloaded socket2 v0.6.3
11412026-06-12T21:11:10.820Z Downloaded quinn v0.11.9
11422026-06-12T21:11:10.824Z Downloaded hkdf v0.12.4
11432026-06-12T21:11:10.824Z Downloaded void v1.0.2
11442026-06-12T21:11:10.824Z Downloaded trait-variant v0.1.2
11452026-06-12T21:11:10.824Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-06-12T21:11:10.827Z Downloaded tiny-keccak v2.0.2
11472026-06-12T21:11:10.827Z Downloaded rustls-webpki v0.103.9
11482026-06-12T21:11:10.827Z Downloaded rand v0.9.2
11492026-06-12T21:11:10.830Z Downloaded samael v0.0.19
11502026-06-12T21:11:10.834Z Downloaded tui-tree-widget v0.23.1
11512026-06-12T21:11:10.837Z Downloaded h2 v0.4.13
11522026-06-12T21:11:10.841Z Downloaded unicase v2.9.0
11532026-06-12T21:11:10.841Z Downloaded itertools v0.13.0
11542026-06-12T21:11:10.844Z Downloaded want v0.3.1
11552026-06-12T21:11:10.844Z Downloaded waitgroup v0.1.2
11562026-06-12T21:11:10.844Z Downloaded libxml v0.3.3
11572026-06-12T21:11:10.847Z Downloaded signal-hook v0.3.18
11582026-06-12T21:11:10.850Z Downloaded itertools v0.14.0
11592026-06-12T21:11:10.853Z Downloaded wait-timeout v0.2.1
11602026-06-12T21:11:10.853Z Downloaded tokio-rustls v0.24.1
11612026-06-12T21:11:10.856Z Downloaded libm v0.2.16
11622026-06-12T21:11:10.860Z Downloaded tokio-tungstenite v0.23.1
11632026-06-12T21:11:10.863Z Downloaded tokio-rustls v0.26.4
11642026-06-12T21:11:10.863Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11652026-06-12T21:11:10.866Z Downloaded test-strategy v0.4.5
11662026-06-12T21:11:10.869Z Downloaded xattr v1.6.1
11672026-06-12T21:11:10.869Z Downloaded zone_cfg_derive v0.3.1
11682026-06-12T21:11:10.869Z Downloaded zone v0.3.1
11692026-06-12T21:11:10.869Z Downloaded bitvec v1.0.1
11702026-06-12T21:11:10.876Z Downloaded uzers v0.12.2
11712026-06-12T21:11:10.879Z Downloaded usdt-impl v0.6.0
11722026-06-12T21:11:10.879Z Downloaded snafu v0.8.9
11732026-06-12T21:11:10.882Z Downloaded zeroize_derive v1.4.3
11742026-06-12T21:11:10.885Z Downloaded xshell-macros v0.2.7
11752026-06-12T21:11:10.885Z Downloaded vergen-git2 v9.1.0
11762026-06-12T21:11:10.885Z Downloaded toml_parser v1.0.9+spec-1.1.0
11772026-06-12T21:11:10.888Z Downloaded rand v0.10.0
11782026-06-12T21:11:10.888Z Downloaded nom v8.0.0
11792026-06-12T21:11:10.891Z Downloaded topological-sort v0.2.2
11802026-06-12T21:11:10.894Z Downloaded thiserror-no-std v2.0.2
11812026-06-12T21:11:10.894Z Downloaded vergen-gitcl v1.0.8
11822026-06-12T21:11:10.897Z Downloaded vergen-lib v9.1.0
11832026-06-12T21:11:10.901Z Downloaded p521 v0.13.3
11842026-06-12T21:11:10.901Z Downloaded aho-corasick v1.1.4
11852026-06-12T21:11:10.903Z Downloaded vergen-lib v0.1.6
11862026-06-12T21:11:10.904Z Downloaded tracing-attributes v0.1.31
11872026-06-12T21:11:10.906Z Downloaded twox-hash v2.1.2
11882026-06-12T21:11:10.907Z Downloaded tinyvec v1.10.0
11892026-06-12T21:11:10.910Z Downloaded vsss-rs v3.3.4
11902026-06-12T21:11:10.912Z Downloaded whoami v2.1.0
11912026-06-12T21:11:10.921Z Downloaded whoami v1.6.1
11922026-06-12T21:11:10.925Z Downloaded subprocess v0.2.15
11932026-06-12T21:11:10.930Z Downloaded walkdir v2.5.0
11942026-06-12T21:11:10.930Z Downloaded unicode-properties v0.1.4
11952026-06-12T21:11:10.930Z Downloaded toml v1.0.6+spec-1.1.0
11962026-06-12T21:11:10.933Z Downloaded blake3 v1.8.3
11972026-06-12T21:11:10.936Z Downloaded toml v0.7.8
11982026-06-12T21:11:10.940Z Downloaded hyper v1.8.1
11992026-06-12T21:11:10.945Z Downloaded wyz v0.5.1
12002026-06-12T21:11:10.948Z Downloaded tar v0.4.45
12012026-06-12T21:11:10.953Z Downloaded zeroize v1.8.2
12022026-06-12T21:11:10.953Z Downloaded vergen v9.1.0
12032026-06-12T21:11:10.956Z Downloaded zstd-safe v7.2.4
12042026-06-12T21:11:10.956Z Downloaded tungstenite v0.23.0
12052026-06-12T21:11:10.959Z Downloaded typify v0.4.3
12062026-06-12T21:11:10.962Z Downloaded steno v0.4.1
12072026-06-12T21:11:10.965Z Downloaded rustyline v14.0.0
12082026-06-12T21:11:10.965Z Downloaded zstd v0.13.3
12092026-06-12T21:11:10.969Z Downloaded typify v0.6.2
12102026-06-12T21:11:10.972Z Downloaded tokio-stream v0.1.18
12112026-06-12T21:11:10.972Z Downloaded iddqd v0.4.2
12122026-06-12T21:11:10.977Z Downloaded russh v0.45.0
12132026-06-12T21:11:10.980Z Downloaded chrono v0.4.44
12142026-06-12T21:11:10.984Z Downloaded uuid v1.23.0
12152026-06-12T21:11:10.987Z Downloaded ssh-key v0.6.7
12162026-06-12T21:11:10.991Z Downloaded yasna v0.5.2
12172026-06-12T21:11:10.994Z Downloaded xshell v0.2.7
12182026-06-12T21:11:10.996Z Downloaded regex v1.12.3
12192026-06-12T21:11:10.999Z Downloaded rpassword v7.4.0
12202026-06-12T21:11:10.999Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-06-12T21:11:11.003Z Downloaded tracing-core v0.1.36
12222026-06-12T21:11:11.016Z Downloaded tungstenite v0.21.0
12232026-06-12T21:11:11.019Z Downloaded unicode-bidi v0.3.18
12242026-06-12T21:11:11.022Z Downloaded vte v0.14.1
12252026-06-12T21:11:11.025Z Downloaded serde_with v1.14.0
12262026-06-12T21:11:11.035Z Downloaded unsafe-libyaml v0.2.11
12272026-06-12T21:11:11.041Z Downloaded zerocopy v0.6.6
12282026-06-12T21:11:11.045Z Downloaded reedline v0.40.0
12292026-06-12T21:11:11.054Z Downloaded zopfli v0.8.3
12302026-06-12T21:11:11.064Z Downloaded tokio-postgres v0.7.16
12312026-06-12T21:11:11.067Z Downloaded bindgen v0.71.1
12322026-06-12T21:11:11.071Z Downloaded p384 v0.13.1
12332026-06-12T21:11:11.073Z Downloaded git2 v0.20.4
12342026-06-12T21:11:11.078Z Downloaded unicode_categories v0.1.1
12352026-06-12T21:11:11.081Z Downloaded toml_edit v0.19.15
12362026-06-12T21:11:11.091Z Downloaded zip v0.6.6
12372026-06-12T21:11:11.094Z Downloaded reqwest v0.13.2
12382026-06-12T21:11:11.096Z Downloaded reqwest v0.12.28
12392026-06-12T21:11:11.099Z Downloaded aws-lc-rs v1.16.3
12402026-06-12T21:11:11.105Z Downloaded rayon v1.11.0
12412026-06-12T21:11:11.111Z Downloaded yansi v1.0.1
12422026-06-12T21:11:11.114Z Downloaded lalrpop v0.19.12
12432026-06-12T21:11:11.131Z Downloaded rustls-webpki v0.101.7
12442026-06-12T21:11:11.138Z Downloaded moka v0.12.13
12452026-06-12T21:11:11.141Z Downloaded typed-path v0.9.3
12462026-06-12T21:11:11.144Z Downloaded salty v0.3.0
12472026-06-12T21:11:11.148Z Downloaded goblin v0.10.5
12482026-06-12T21:11:11.152Z Downloaded quick-xml v0.37.5
12492026-06-12T21:11:11.157Z Downloaded portable-atomic v1.13.1
12502026-06-12T21:11:11.160Z Downloaded x509-cert v0.2.5
12512026-06-12T21:11:11.163Z Downloaded tower v0.5.3
12522026-06-12T21:11:11.168Z Downloaded zerocopy-derive v0.8.40
12532026-06-12T21:11:11.180Z Downloaded tough v0.22.0
12542026-06-12T21:11:11.184Z Downloaded proptest v1.10.0
12552026-06-12T21:11:11.188Z Downloaded unicode-normalization v0.1.25
12562026-06-12T21:11:11.192Z Downloaded petname v2.0.2
12572026-06-12T21:11:11.200Z Downloaded zip v4.6.1
12582026-06-12T21:11:11.218Z Downloaded tower-http v0.6.8
12592026-06-12T21:11:11.221Z Downloaded unicode-segmentation v1.12.0
12602026-06-12T21:11:11.227Z Downloaded serde_with v3.17.0
12612026-06-12T21:11:11.230Z Downloaded object v0.30.4
12622026-06-12T21:11:11.236Z Downloaded tokio-util v0.7.18
12632026-06-12T21:11:11.239Z Downloaded quinn-proto v0.11.13
12642026-06-12T21:11:11.245Z Downloaded nix v0.27.1
12652026-06-12T21:11:11.256Z Downloaded rustls-webpki v0.102.8
12662026-06-12T21:11:11.267Z Downloaded polar-core v0.27.3
12672026-06-12T21:11:11.271Z Downloaded curve25519-dalek v4.1.3
12682026-06-12T21:11:11.280Z Downloaded radix_trie v0.2.1
12692026-06-12T21:11:11.283Z Downloaded openssl v0.10.79
12702026-06-12T21:11:11.294Z Downloaded winnow v0.5.40
12712026-06-12T21:11:11.298Z Downloaded winnow v0.6.26
12722026-06-12T21:11:11.311Z Downloaded tabled v0.20.0
12732026-06-12T21:11:11.322Z Downloaded bstr v1.12.1
12742026-06-12T21:11:11.331Z Downloaded regex-syntax v0.6.29
12752026-06-12T21:11:11.335Z Downloaded time v0.3.47
12762026-06-12T21:11:11.343Z Downloaded nix v0.31.2
12772026-06-12T21:11:11.350Z Downloaded smoltcp v0.9.1
12782026-06-12T21:11:11.358Z Downloaded nix v0.28.0
12792026-06-12T21:11:11.383Z Downloaded rustls v0.22.4
12802026-06-12T21:11:11.389Z Downloaded dropshot v0.17.0
12812026-06-12T21:11:11.402Z Downloaded rustls v0.21.12
12822026-06-12T21:11:11.407Z Downloaded smoltcp v0.11.0
12832026-06-12T21:11:11.415Z Downloaded regex-syntax v0.8.10
12842026-06-12T21:11:11.419Z Downloaded zlib-rs v0.6.2
12852026-06-12T21:11:11.422Z Downloaded vcpkg v0.2.15
12862026-06-12T21:11:11.444Z Downloaded webpki-roots v1.0.6
12872026-06-12T21:11:11.447Z Downloaded object v0.37.3
12882026-06-12T21:11:11.452Z Downloaded zerocopy v0.8.40
12892026-06-12T21:11:11.457Z Downloaded hickory-proto v0.24.4
12902026-06-12T21:11:11.467Z Downloaded rustls v0.23.37
12912026-06-12T21:11:11.472Z Downloaded regress v0.10.5
12922026-06-12T21:11:11.478Z Downloaded openapiv3 v2.2.0
12932026-06-12T21:11:11.485Z Downloaded rustix v0.38.44
12942026-06-12T21:11:11.497Z Downloaded diesel v2.3.7
12952026-06-12T21:11:11.509Z Downloaded regress v0.11.1
12962026-06-12T21:11:11.514Z Downloaded hickory-proto v0.25.2
12972026-06-12T21:11:11.531Z Downloaded sqlparser v0.61.0
12982026-06-12T21:11:11.546Z Downloaded sled v0.34.7
12992026-06-12T21:11:11.562Z Downloaded typify-impl v0.6.2
13002026-06-12T21:11:11.573Z Downloaded ratatui v0.29.0
13012026-06-12T21:11:11.582Z Downloaded tracing v0.1.44
13022026-06-12T21:11:11.594Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-06-12T21:11:11.601Z Downloaded typify-impl v0.4.3
13042026-06-12T21:11:11.619Z Downloaded zerocopy-derive v0.6.6
13052026-06-12T21:11:11.624Z Downloaded regex-automata v0.4.14
13062026-06-12T21:11:11.633Z Downloaded jiff v0.2.21
13072026-06-12T21:11:11.643Z Downloaded petgraph v0.6.5
13082026-06-12T21:11:11.663Z Downloaded csv v1.4.0
13092026-06-12T21:11:11.675Z Downloaded petgraph v0.8.3
13102026-06-12T21:11:11.688Z Downloaded chrono-tz v0.10.4
13112026-06-12T21:11:11.722Z Downloaded libz-sys v1.1.24
13122026-06-12T21:11:11.736Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-12T21:11:11.746Z Downloaded encoding_rs v0.8.35
13142026-06-12T21:11:11.759Z Downloaded sha3 v0.10.8
13152026-06-12T21:11:11.763Z Downloaded tokio v1.52.1
13162026-06-12T21:11:11.799Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-12T21:11:11.861Z Downloaded ring v0.17.14
13182026-06-12T21:11:12.420Z Downloaded aws-lc-sys v0.40.0
13192026-06-12T21:11:12.666Z Compiling libc v0.2.185
13202026-06-12T21:11:12.666Z Compiling serde v1.0.228
13212026-06-12T21:11:12.670Z Compiling log v0.4.29
13222026-06-12T21:11:12.670Z Compiling find-msvc-tools v0.1.9
13232026-06-12T21:11:12.882Z Compiling shlex v1.3.0
13242026-06-12T21:11:12.882Z Compiling syn v2.0.117
13252026-06-12T21:11:12.882Z Compiling smallvec v1.15.1
13262026-06-12T21:11:12.882Z Compiling typenum v1.19.0
13272026-06-12T21:11:13.096Z Compiling generic-array v0.14.7
13282026-06-12T21:11:13.111Z Compiling subtle v2.6.1
13292026-06-12T21:11:13.169Z Compiling scopeguard v1.2.0
13302026-06-12T21:11:13.182Z Compiling const-oid v0.9.6
13312026-06-12T21:11:13.208Z Compiling serde_json v1.0.149
13322026-06-12T21:11:13.272Z Compiling lock_api v0.4.14
13332026-06-12T21:11:13.300Z Compiling zerocopy v0.8.40
13342026-06-12T21:11:13.344Z Compiling pin-project-lite v0.2.17
13352026-06-12T21:11:13.439Z Compiling portable-atomic v1.13.1
13362026-06-12T21:11:13.504Z Compiling parking_lot_core v0.9.12
13372026-06-12T21:11:13.713Z Compiling getrandom v0.2.17
13382026-06-12T21:11:13.740Z Compiling jobserver v0.1.34
13392026-06-12T21:11:13.753Z Compiling errno v0.3.14
13402026-06-12T21:11:13.906Z Compiling rand_core v0.6.4
13412026-06-12T21:11:13.944Z Compiling cc v1.2.56
13422026-06-12T21:11:13.969Z Compiling pkg-config v0.3.32
13432026-06-12T21:11:14.155Z Compiling signal-hook-registry v1.4.8
13442026-06-12T21:11:14.207Z Compiling bitflags v2.11.0
13452026-06-12T21:11:14.309Z Compiling futures-core v0.3.32
13462026-06-12T21:11:14.450Z Compiling libm v0.2.16
13472026-06-12T21:11:14.475Z Compiling critical-section v1.2.0
13482026-06-12T21:11:14.481Z Compiling parking_lot v0.12.5
13492026-06-12T21:11:14.548Z Compiling mio v1.2.0
13502026-06-12T21:11:14.576Z Compiling once_cell v1.21.3
13512026-06-12T21:11:14.610Z Compiling num-traits v0.2.19
13522026-06-12T21:11:14.638Z Compiling percent-encoding v2.3.2
13532026-06-12T21:11:14.788Z Compiling socket2 v0.6.3
13542026-06-12T21:11:14.829Z Compiling futures-sink v0.3.32
13552026-06-12T21:11:14.871Z Compiling slab v0.4.12
13562026-06-12T21:11:14.936Z Compiling futures-channel v0.3.32
13572026-06-12T21:11:14.948Z Compiling futures-task v0.3.32
13582026-06-12T21:11:15.014Z Compiling futures-io v0.3.32
13592026-06-12T21:11:15.038Z Compiling cpufeatures v0.2.17
13602026-06-12T21:11:15.115Z Compiling getrandom v0.4.1
13612026-06-12T21:11:15.119Z Compiling rand_core v0.10.0
13622026-06-12T21:11:15.165Z Compiling indexmap v2.14.0
13632026-06-12T21:11:15.190Z Compiling getrandom v0.3.4
13642026-06-12T21:11:15.196Z Compiling rustversion v1.0.22
13652026-06-12T21:11:15.289Z Compiling form_urlencoded v1.2.2
13662026-06-12T21:11:15.490Z Compiling cmake v0.1.57
13672026-06-12T21:11:15.607Z Compiling fs_extra v1.3.0
13682026-06-12T21:11:15.699Z Compiling dunce v1.0.5
13692026-06-12T21:11:15.843Z Compiling base64ct v1.8.3
13702026-06-12T21:11:15.892Z Compiling ident_case v1.0.1
13712026-06-12T21:11:15.912Z Compiling aws-lc-sys v0.40.0
13722026-06-12T21:11:15.945Z Compiling synstructure v0.13.2
13732026-06-12T21:11:16.025Z Compiling rustix v1.1.3
13742026-06-12T21:11:16.142Z Compiling pem-rfc7468 v0.7.0
13752026-06-12T21:11:16.153Z Compiling flagset v0.4.7
13762026-06-12T21:11:16.244Z Compiling iana-time-zone v0.1.65
13772026-06-12T21:11:16.292Z Compiling regex-syntax v0.8.10
13782026-06-12T21:11:16.396Z Compiling rand_core v0.9.5
13792026-06-12T21:11:16.449Z Compiling ring v0.17.14
13802026-06-12T21:11:16.462Z Compiling vcpkg v0.2.15
13812026-06-12T21:11:16.572Z Compiling aws-lc-rs v1.16.3
13822026-06-12T21:11:16.681Z Compiling uuid v1.23.0
13832026-06-12T21:11:16.869Z Compiling rustc_version v0.4.1
13842026-06-12T21:11:17.195Z Compiling tracing-core v0.1.36
13852026-06-12T21:11:17.209Z Compiling openssl-sys v0.9.115
13862026-06-12T21:11:17.385Z Compiling base64 v0.22.1
13872026-06-12T21:11:17.752Z Compiling serde_derive v1.0.228
13882026-06-12T21:11:17.836Z Compiling zeroize_derive v1.4.3
13892026-06-12T21:11:17.836Z Compiling zerofrom-derive v0.1.6
13902026-06-12T21:11:17.836Z Compiling yoke-derive v0.8.1
13912026-06-12T21:11:17.836Z Compiling zerocopy-derive v0.8.40
13922026-06-12T21:11:18.427Z Compiling zeroize v1.8.2
13932026-06-12T21:11:18.721Z Compiling zerovec-derive v0.11.2
13942026-06-12T21:11:18.932Z Compiling displaydoc v0.2.5
13952026-06-12T21:11:19.179Z Compiling crypto-common v0.1.7
13962026-06-12T21:11:19.209Z Compiling zerofrom v0.1.6
13972026-06-12T21:11:19.290Z Compiling yoke v0.8.1
13982026-06-12T21:11:19.317Z Compiling block-buffer v0.10.4
13992026-06-12T21:11:19.467Z Compiling digest v0.10.7
14002026-06-12T21:11:19.467Z Compiling tokio-macros v2.7.0
14012026-06-12T21:11:19.655Z Compiling zerotrie v0.2.3
14022026-06-12T21:11:19.720Z Compiling futures-macro v0.3.32
14032026-06-12T21:11:19.925Z Compiling zerovec v0.11.5
14042026-06-12T21:11:20.010Z Compiling hmac v0.12.1
14052026-06-12T21:11:20.179Z Compiling block-padding v0.3.3
14062026-06-12T21:11:20.293Z Compiling sha2 v0.10.9
14072026-06-12T21:11:20.332Z Compiling tinystr v0.8.2
14082026-06-12T21:11:20.332Z Compiling potential_utf v0.1.4
14092026-06-12T21:11:20.478Z Compiling icu_locale_core v2.1.1
14102026-06-12T21:11:20.516Z Compiling icu_collections v2.1.1
14112026-06-12T21:11:20.516Z Compiling futures-util v0.3.32
14122026-06-12T21:11:20.994Z Compiling inout v0.1.4
14132026-06-12T21:11:21.180Z Compiling bytes v1.11.1
14142026-06-12T21:11:21.223Z Compiling icu_provider v2.1.1
14152026-06-12T21:11:21.223Z Compiling cipher v0.4.4
14162026-06-12T21:11:21.359Z Compiling der_derive v0.7.3
14172026-06-12T21:11:21.420Z Compiling icu_properties v2.1.2
14182026-06-12T21:11:21.449Z Compiling icu_normalizer v2.1.1
14192026-06-12T21:11:21.577Z Compiling chrono v0.4.44
14202026-06-12T21:11:21.738Z Compiling tokio v1.52.1
14212026-06-12T21:11:21.971Z Compiling http v1.4.0
14222026-06-12T21:11:22.239Z Compiling idna_adapter v1.2.1
14232026-06-12T21:11:22.274Z Compiling ppv-lite86 v0.2.21
14242026-06-12T21:11:22.382Z Compiling idna v1.1.0
14252026-06-12T21:11:22.489Z Compiling der v0.7.10
14262026-06-12T21:11:22.596Z Compiling salsa20 v0.10.2
14272026-06-12T21:11:22.731Z Compiling url v2.5.8
14282026-06-12T21:11:22.744Z Compiling pbkdf2 v0.12.2
14292026-06-12T21:11:22.866Z Compiling rustls-pki-types v1.14.0
14302026-06-12T21:11:22.912Z Compiling thiserror-impl v2.0.18
14312026-06-12T21:11:22.968Z Compiling tracing-attributes v0.1.31
14322026-06-12T21:11:23.086Z Compiling scrypt v0.11.0
14332026-06-12T21:11:23.317Z Compiling http-body v1.0.1
14342026-06-12T21:11:23.340Z Compiling rand_chacha v0.9.0
14352026-06-12T21:11:23.490Z Compiling spki v0.7.3
14362026-06-12T21:11:23.546Z Compiling aes v0.8.4
14372026-06-12T21:11:23.683Z Compiling cbc v0.1.2
14382026-06-12T21:11:23.805Z Compiling tinyvec_macros v0.1.1
14392026-06-12T21:11:23.836Z Compiling untrusted v0.9.0
14402026-06-12T21:11:23.875Z Compiling untrusted v0.7.1
14412026-06-12T21:11:23.953Z Compiling openssl-probe v0.2.1
14422026-06-12T21:11:24.002Z Compiling httparse v1.10.1
14432026-06-12T21:11:24.037Z Compiling pkcs5 v0.7.1
14442026-06-12T21:11:24.232Z Compiling thiserror v2.0.18
14452026-06-12T21:11:24.278Z Compiling tracing v0.1.44
14462026-06-12T21:11:24.337Z Compiling tinyvec v1.10.0
14472026-06-12T21:11:24.393Z Compiling pest_generator v2.8.6
14482026-06-12T21:11:24.515Z Compiling rand v0.9.2
14492026-06-12T21:11:24.544Z Compiling serde_derive_internals v0.29.1
14502026-06-12T21:11:24.606Z Compiling aho-corasick v1.1.4
14512026-06-12T21:11:24.671Z Compiling schemars v0.8.22
14522026-06-12T21:11:24.869Z Compiling tower-service v0.3.3
14532026-06-12T21:11:24.967Z Compiling tower-layer v0.3.3
14542026-06-12T21:11:25.080Z Compiling try-lock v0.2.5
14552026-06-12T21:11:25.128Z Compiling atomic-waker v1.1.2
14562026-06-12T21:11:25.188Z Compiling rustls v0.23.37
14572026-06-12T21:11:25.251Z Compiling dyn-clone v1.0.20
14582026-06-12T21:11:25.297Z Compiling want v0.3.1
14592026-06-12T21:11:25.356Z Compiling pest_derive v2.8.6
14602026-06-12T21:11:25.389Z Compiling regex-automata v0.4.14
14612026-06-12T21:11:25.422Z Compiling schemars_derive v0.8.22
14622026-06-12T21:11:25.462Z Compiling tokio-util v0.7.18
14632026-06-12T21:11:25.872Z Compiling pkcs8 v0.10.2
14642026-06-12T21:11:26.096Z Compiling ipnet v2.11.0
14652026-06-12T21:11:26.189Z Compiling h2 v0.4.13
14662026-06-12T21:11:26.272Z Compiling scroll_derive v0.13.1
14672026-06-12T21:11:26.495Z Compiling darling_core v0.20.11
14682026-06-12T21:11:26.577Z Compiling pin-utils v0.1.0
14692026-06-12T21:11:26.650Z Compiling foreign-types-shared v0.1.1
14702026-06-12T21:11:26.664Z Compiling httpdate v1.0.3
14712026-06-12T21:11:26.738Z Compiling openssl v0.10.79
14722026-06-12T21:11:26.882Z Compiling foreign-types v0.3.2
14732026-06-12T21:11:26.989Z Compiling tempfile v3.25.0
14742026-06-12T21:11:27.058Z Compiling scroll v0.13.0
14752026-06-12T21:11:27.322Z Compiling unicode-normalization v0.1.25
14762026-06-12T21:11:27.431Z Compiling openssl-macros v0.1.1
14772026-06-12T21:11:27.774Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-12T21:11:27.778Z Compiling spin v0.9.8
14792026-06-12T21:11:27.862Z Compiling crc32fast v1.5.0
14802026-06-12T21:11:28.031Z Compiling num-conv v0.2.0
14812026-06-12T21:11:28.131Z Compiling time-core v0.1.8
14822026-06-12T21:11:28.164Z Compiling powerfmt v0.2.0
14832026-06-12T21:11:28.209Z Compiling native-tls v0.2.18
14842026-06-12T21:11:28.283Z Compiling time-macros v0.2.27
14852026-06-12T21:11:28.302Z Compiling deranged v0.5.8
14862026-06-12T21:11:28.810Z Compiling darling_macro v0.20.11
14872026-06-12T21:11:29.270Z Compiling hyper v1.8.1
14882026-06-12T21:11:29.283Z Compiling darling v0.20.11
14892026-06-12T21:11:29.351Z Compiling goblin v0.10.5
14902026-06-12T21:11:29.366Z Compiling rustls-native-certs v0.8.3
14912026-06-12T21:11:29.478Z Compiling sync_wrapper v1.0.2
14922026-06-12T21:11:29.586Z Compiling wait-timeout v0.2.1
14932026-06-12T21:11:29.649Z Compiling num_threads v0.1.7
14942026-06-12T21:11:29.750Z Compiling siphasher v1.0.2
14952026-06-12T21:11:29.847Z Compiling quick-error v1.2.3
14962026-06-12T21:11:29.934Z Compiling usdt-impl v0.6.0
14972026-06-12T21:11:29.955Z Compiling syn v1.0.109
14982026-06-12T21:11:30.136Z Compiling crossbeam-utils v0.8.21
14992026-06-12T21:11:30.159Z Compiling unicode-segmentation v1.12.0
15002026-06-12T21:11:30.254Z Compiling bit-vec v0.8.0
15012026-06-12T21:11:30.415Z Compiling hyper-util v0.1.20
15022026-06-12T21:11:30.484Z Compiling simd-adler32 v0.3.8
15032026-06-12T21:11:30.533Z Compiling bit-set v0.8.0
15042026-06-12T21:11:30.811Z Compiling rusty-fork v0.3.1
15052026-06-12T21:11:30.824Z Compiling time v0.3.47
15062026-06-12T21:11:30.999Z Compiling tower v0.5.3
15072026-06-12T21:11:31.124Z Compiling derive_builder_core v0.20.2
15082026-06-12T21:11:31.471Z Compiling dtrace-parser v0.3.0
15092026-06-12T21:11:31.631Z Compiling http-body-util v0.1.3
15102026-06-12T21:11:31.880Z Compiling webpki-roots v1.0.6
15112026-06-12T21:11:31.990Z Compiling signature v2.2.0
15122026-06-12T21:11:32.006Z Compiling dof v0.4.0
15132026-06-12T21:11:32.117Z Compiling scroll_derive v0.12.1
15142026-06-12T21:11:32.166Z Compiling thiserror-impl v1.0.69
15152026-06-12T21:11:32.225Z Compiling heapless v0.7.17
15162026-06-12T21:11:32.385Z Compiling rand_xorshift v0.4.0
15172026-06-12T21:11:32.464Z Compiling slog v2.8.2
15182026-06-12T21:11:32.549Z Compiling darling_core v0.21.3
15192026-06-12T21:11:32.646Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-06-12T21:11:32.771Z Compiling thread-id v5.1.0
15212026-06-12T21:11:32.883Z Compiling cookie v0.18.1
15222026-06-12T21:11:32.965Z Compiling ryu v1.0.23
15232026-06-12T21:11:33.066Z Compiling zstd-safe v7.2.4
15242026-06-12T21:11:33.146Z Compiling iri-string v0.7.10
15252026-06-12T21:11:33.189Z Compiling adler2 v2.0.1
15262026-06-12T21:11:33.264Z Compiling unarray v0.1.4
15272026-06-12T21:11:33.320Z Compiling paste v1.0.15
15282026-06-12T21:11:33.376Z Compiling unicode-properties v0.1.4
15292026-06-12T21:11:33.462Z Compiling signal-hook v0.3.18
15302026-06-12T21:11:33.586Z Compiling unicode-bidi v0.3.18
15312026-06-12T21:11:33.600Z Compiling allocator-api2 v0.2.21
15322026-06-12T21:11:33.603Z Compiling anyhow v1.0.102
15332026-06-12T21:11:33.696Z Compiling thiserror v1.0.69
15342026-06-12T21:11:33.802Z Compiling proptest v1.10.0
15352026-06-12T21:11:33.926Z Compiling stringprep v0.1.5
15362026-06-12T21:11:34.116Z Compiling miniz_oxide v0.8.9
15372026-06-12T21:11:34.130Z Compiling serde_urlencoded v0.7.1
15382026-06-12T21:11:34.358Z Compiling tower-http v0.6.8
15392026-06-12T21:11:34.715Z Compiling scroll v0.12.0
15402026-06-12T21:11:34.826Z Compiling derive_builder_macro v0.20.2
15412026-06-12T21:11:34.986Z Compiling tokio-native-tls v0.3.1
15422026-06-12T21:11:35.118Z Compiling darling_macro v0.21.3
15432026-06-12T21:11:35.166Z Compiling heck v0.4.1
15442026-06-12T21:11:35.219Z Compiling ipnetwork v0.21.1
15452026-06-12T21:11:35.261Z Compiling bstr v1.12.1
15462026-06-12T21:11:35.386Z Compiling rand_chacha v0.3.1
15472026-06-12T21:11:35.588Z Compiling erased-serde v0.3.31
15482026-06-12T21:11:35.609Z Compiling serde_spanned v0.6.9
15492026-06-12T21:11:35.638Z Compiling serde_tokenstream v0.2.3
15502026-06-12T21:11:35.751Z Compiling toml_datetime v0.6.11
15512026-06-12T21:11:35.915Z Compiling md-5 v0.10.6
15522026-06-12T21:11:35.948Z Compiling zerocopy-derive v0.7.35
15532026-06-12T21:11:36.012Z Compiling async-trait v0.1.89
15542026-06-12T21:11:36.062Z Compiling pin-project-internal v1.1.11
15552026-06-12T21:11:36.076Z Compiling curve25519-dalek v4.1.3
15562026-06-12T21:11:36.187Z Compiling vergen-lib v9.1.0
15572026-06-12T21:11:36.374Z Compiling num-integer v0.1.46
15582026-06-12T21:11:36.426Z Compiling hash32 v0.2.1
15592026-06-12T21:11:36.607Z Compiling ff v0.13.1
15602026-06-12T21:11:36.689Z Compiling memoffset v0.9.1
15612026-06-12T21:11:36.745Z Compiling encoding_rs v0.8.35
15622026-06-12T21:11:36.803Z Compiling psl-types v2.0.11
15632026-06-12T21:11:36.885Z Compiling base16ct v0.2.0
15642026-06-12T21:11:36.929Z Compiling cfg_aliases v0.2.1
15652026-06-12T21:11:37.004Z Compiling ref-cast v1.0.25
15662026-06-12T21:11:37.033Z Compiling zlib-rs v0.6.2
15672026-06-12T21:11:37.063Z Compiling litrs v1.0.0
15682026-06-12T21:11:37.163Z Compiling rustix v0.38.44
15692026-06-12T21:11:37.309Z Compiling smoltcp v0.9.1
15702026-06-12T21:11:37.503Z Compiling num-bigint-dig v0.8.6
15712026-06-12T21:11:37.571Z Compiling mime v0.3.17
15722026-06-12T21:11:37.644Z Compiling fallible-iterator v0.2.0
15732026-06-12T21:11:37.730Z Compiling document-features v0.2.12
15742026-06-12T21:11:37.997Z Compiling postgres-protocol v0.6.10
15752026-06-12T21:11:38.071Z Compiling pin-project v1.1.11
15762026-06-12T21:11:38.174Z Compiling nix v0.31.2
15772026-06-12T21:11:38.318Z Compiling sec1 v0.7.3
15782026-06-12T21:11:38.333Z Compiling publicsuffix v2.3.0
15792026-06-12T21:11:38.541Z Compiling zerocopy v0.7.35
15802026-06-12T21:11:38.544Z Compiling group v0.13.0
15812026-06-12T21:11:38.589Z Compiling num-iter v0.1.45
15822026-06-12T21:11:38.747Z Compiling newtype-uuid v1.3.2
15832026-06-12T21:11:38.849Z Compiling hubpack_derive v0.1.1
15842026-06-12T21:11:39.105Z Compiling rand v0.8.6
15852026-06-12T21:11:39.109Z Compiling darling v0.21.3
15862026-06-12T21:11:39.109Z Compiling oxnet v0.1.5
15872026-06-12T21:11:39.167Z Compiling snafu-derive v0.8.9
15882026-06-12T21:11:39.181Z Compiling derive_builder v0.20.2
15892026-06-12T21:11:39.308Z Compiling hyper-tls v0.6.0
15902026-06-12T21:11:39.472Z Compiling goblin v0.8.2
15912026-06-12T21:11:39.896Z Compiling flate2 v1.1.9
15922026-06-12T21:11:40.260Z Compiling phf_shared v0.13.1
15932026-06-12T21:11:40.305Z Compiling lazy_static v1.5.0
15942026-06-12T21:11:40.396Z Compiling regex v1.12.3
15952026-06-12T21:11:40.413Z Compiling anstyle-parse v0.2.7
15962026-06-12T21:11:40.445Z Compiling strum_macros v0.27.2
15972026-06-12T21:11:40.502Z Compiling futures-executor v0.3.32
15982026-06-12T21:11:40.655Z Compiling hex v0.4.3
15992026-06-12T21:11:40.797Z Compiling hkdf v0.12.4
16002026-06-12T21:11:40.838Z Compiling crypto-bigint v0.5.5
16012026-06-12T21:11:40.874Z Compiling ref-cast-impl v1.0.25
16022026-06-12T21:11:40.920Z Compiling curve25519-dalek-derive v0.1.1
16032026-06-12T21:11:41.057Z Compiling daft-derive v0.1.7
16042026-06-12T21:11:41.397Z Compiling terminal_size v0.4.3
16052026-06-12T21:11:41.544Z Compiling vergen v9.1.0
16062026-06-12T21:11:41.568Z Compiling fs-err v3.3.0
16072026-06-12T21:11:41.731Z Compiling cargo-platform v0.3.2
16082026-06-12T21:11:41.752Z Compiling ahash v0.8.12
16092026-06-12T21:11:41.766Z Compiling object v0.37.3
16102026-06-12T21:11:41.956Z Compiling managed v0.8.0
16112026-06-12T21:11:42.002Z Compiling bumpalo v3.20.2
16122026-06-12T21:11:42.033Z Compiling bitflags v1.3.2
16132026-06-12T21:11:42.113Z Compiling foldhash v0.2.0
16142026-06-12T21:11:42.182Z Compiling winnow v0.5.40
16152026-06-12T21:11:42.250Z Compiling same-file v1.0.6
16162026-06-12T21:11:42.337Z Compiling libbz2-rs-sys v0.2.2
16172026-06-12T21:11:42.381Z Compiling foldhash v0.1.5
16182026-06-12T21:11:42.418Z Compiling strum v0.27.2
16192026-06-12T21:11:42.551Z Compiling hashbrown v0.15.5
16202026-06-12T21:11:42.558Z Compiling walkdir v2.5.0
16212026-06-12T21:11:42.896Z Compiling bzip2 v0.6.1
16222026-06-12T21:11:42.942Z Compiling hashbrown v0.16.1
16232026-06-12T21:11:43.014Z Compiling zopfli v0.8.3
16242026-06-12T21:11:43.146Z Compiling clap_builder v4.6.0
16252026-06-12T21:11:43.222Z Compiling cargo_metadata v0.23.1
16262026-06-12T21:11:43.541Z Compiling toml_edit v0.19.15
16272026-06-12T21:11:43.623Z Compiling daft v0.1.7
16282026-06-12T21:11:43.672Z Compiling elliptic-curve v0.13.8
16292026-06-12T21:11:43.969Z Compiling dof v0.3.0
16302026-06-12T21:11:44.179Z Compiling snafu v0.8.9
16312026-06-12T21:11:44.543Z Compiling futures v0.3.32
16322026-06-12T21:11:44.594Z Compiling anstream v0.6.21
16332026-06-12T21:11:44.618Z Compiling phf v0.13.1
16342026-06-12T21:11:44.785Z Compiling signal-hook-mio v0.2.5
16352026-06-12T21:11:44.861Z Compiling cookie_store v0.22.1
16362026-06-12T21:11:44.960Z Compiling zstd v0.13.3
16372026-06-12T21:11:45.163Z Compiling bzip2 v0.4.4
16382026-06-12T21:11:45.247Z Compiling hubpack v0.1.2
16392026-06-12T21:11:45.376Z Compiling serde_with_macros v3.17.0
16402026-06-12T21:11:45.514Z Compiling postgres-types v0.2.12
16412026-06-12T21:11:46.069Z Compiling usdt-attr-macro v0.6.0
16422026-06-12T21:11:46.150Z Compiling usdt-macro v0.6.0
16432026-06-12T21:11:46.189Z Compiling globset v0.4.18
16442026-06-12T21:11:46.489Z Compiling dtrace-parser v0.2.0
16452026-06-12T21:11:46.652Z Compiling ed25519 v2.2.3
16462026-06-12T21:11:46.855Z Compiling phf_shared v0.11.3
16472026-06-12T21:11:46.870Z Compiling olpc-cjson v0.1.4
16482026-06-12T21:11:46.885Z Compiling pkcs1 v0.7.5
16492026-06-12T21:11:46.943Z Compiling enum-as-inner v0.6.1
16502026-06-12T21:11:47.029Z Compiling clap_derive v4.6.1
16512026-06-12T21:11:47.046Z Compiling strum_macros v0.26.4
16522026-06-12T21:11:47.243Z Compiling serde_plain v1.0.2
16532026-06-12T21:11:47.273Z Compiling serde-big-array v0.5.1
16542026-06-12T21:11:47.424Z Compiling rfc6979 v0.4.0
16552026-06-12T21:11:47.432Z Compiling async-recursion v1.1.1
16562026-06-12T21:11:47.444Z Compiling serde_repr v0.1.20
16572026-06-12T21:11:47.548Z Compiling pem v3.0.6
16582026-06-12T21:11:47.557Z Compiling float-cmp v0.10.0
16592026-06-12T21:11:47.714Z Compiling thread-id v4.2.2
16602026-06-12T21:11:47.794Z Compiling memmap2 v0.9.10
16612026-06-12T21:11:47.911Z Compiling env_filter v1.0.0
16622026-06-12T21:11:48.019Z Compiling typed-path v0.9.3
16632026-06-12T21:11:48.028Z Compiling fixedbitset v0.4.2
16642026-06-12T21:11:48.116Z Compiling keccak v0.1.6
16652026-06-12T21:11:48.210Z Compiling whoami v2.1.0
16662026-06-12T21:11:48.244Z Compiling data-encoding v2.10.0
16672026-06-12T21:11:48.585Z Compiling difflib v0.4.0
16682026-06-12T21:11:48.788Z Compiling jiff v0.2.21
16692026-06-12T21:11:48.843Z Compiling new_debug_unreachable v1.0.6
16702026-06-12T21:11:48.920Z Compiling static_assertions v1.1.0
16712026-06-12T21:11:48.947Z Compiling either v1.15.0
16722026-06-12T21:11:48.951Z Compiling precomputed-hash v0.1.1
16732026-06-12T21:11:48.994Z Compiling normalize-line-endings v0.3.0
16742026-06-12T21:11:49.045Z Compiling fixedbitset v0.5.7
16752026-06-12T21:11:49.084Z Compiling predicates-core v1.0.10
16762026-06-12T21:11:49.158Z Compiling itertools v0.13.0
16772026-06-12T21:11:49.158Z Compiling string_cache v0.8.9
16782026-06-12T21:11:49.247Z Compiling petgraph v0.8.3
16792026-06-12T21:11:49.264Z Compiling predicates v3.1.4
16802026-06-12T21:11:49.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-12T21:11:49.393Z Compiling clap v4.6.1
16822026-06-12T21:11:49.555Z Compiling strum v0.26.3
16832026-06-12T21:11:49.615Z Compiling hickory-proto v0.25.2
16842026-06-12T21:11:49.919Z Compiling tokio-postgres v0.7.16
16852026-06-12T21:11:50.254Z Compiling sha3 v0.10.8
16862026-06-12T21:11:50.381Z Compiling petgraph v0.6.5
16872026-06-12T21:11:50.705Z Compiling toml_edit v0.22.27
16882026-06-12T21:11:51.193Z Compiling env_logger v0.11.9
16892026-06-12T21:11:51.553Z Compiling zip v4.6.1
16902026-06-12T21:11:51.829Z Compiling usdt v0.6.0
16912026-06-12T21:11:52.252Z Compiling usdt-impl v0.5.0
16922026-06-12T21:11:52.271Z Compiling ecdsa v0.16.9
16932026-06-12T21:11:52.271Z Compiling rsa v0.9.10
16942026-06-12T21:11:53.723Z Compiling ed25519-dalek v2.2.0
16952026-06-12T21:11:53.946Z Compiling serde_with v3.17.0
16962026-06-12T21:11:53.946Z Compiling crossterm v0.28.1
16972026-06-12T21:11:53.946Z Compiling zip v0.6.6
16982026-06-12T21:11:54.004Z Compiling toml v0.7.8
16992026-06-12T21:11:54.004Z Compiling iddqd v0.4.2
17002026-06-12T21:11:54.436Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-06-12T21:11:54.441Z Compiling similar v2.7.0
17022026-06-12T21:11:54.494Z Compiling crossbeam-epoch v0.9.18
17032026-06-12T21:11:54.518Z Compiling tokio-stream v0.1.18
17042026-06-12T21:11:56.914Z Compiling buf-list v1.1.2
17052026-06-12T21:11:56.944Z Compiling x509-cert v0.2.5
17062026-06-12T21:11:56.944Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-06-12T21:11:56.944Z Compiling openapiv3 v2.2.0
17082026-06-12T21:11:56.944Z Compiling sha1 v0.10.6
17092026-06-12T21:11:56.944Z Compiling peg-runtime v0.8.5
17102026-06-12T21:11:56.944Z Compiling lalrpop-util v0.19.12
17112026-06-12T21:11:56.944Z Compiling thread_local v1.1.9
17122026-06-12T21:11:56.944Z Compiling slog-async v2.8.0
17132026-06-12T21:11:56.944Z Compiling crossbeam-channel v0.5.15
17142026-06-12T21:11:56.944Z Compiling is-terminal v0.4.17
17152026-06-12T21:11:56.944Z Compiling filetime v0.2.27
17162026-06-12T21:11:56.944Z Compiling xattr v1.6.1
17172026-06-12T21:11:56.944Z Compiling take_mut v0.2.2
17182026-06-12T21:11:56.944Z Compiling term v1.2.1
17192026-06-12T21:11:56.944Z Compiling tar v0.4.45
17202026-06-12T21:11:56.944Z Compiling slog-term v2.9.2
17212026-06-12T21:12:06.390Z Compiling rustls-webpki v0.103.9
17222026-06-12T21:12:08.964Z Compiling tokio-rustls v0.26.4
17232026-06-12T21:12:08.964Z Compiling rustls-platform-verifier v0.6.2
17242026-06-12T21:12:09.173Z Compiling hyper-rustls v0.27.7
17252026-06-12T21:12:09.384Z Compiling reqwest v0.12.28
17262026-06-12T21:12:09.423Z Compiling reqwest v0.13.2
17272026-06-12T21:12:10.628Z Compiling tough v0.22.0
17282026-06-12T21:12:13.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-06-12T21:12:13.415Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-06-12T21:12:16.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17312026-06-12T21:12:16.432Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-06-12T21:12:16.482ZJun 12 21:12:15.059 INFO Starting download, target: DendriteStub
17332026-06-12T21:12:16.482ZJun 12 21:12:15.060 INFO Starting download, target: MaghemiteMgd
17342026-06-12T21:12:16.482ZJun 12 21:12:15.060 INFO Starting download, target: Cockroach
17352026-06-12T21:12:16.496ZJun 12 21:12:15.060 INFO Starting download, target: Clickhouse
17362026-06-12T21:12:16.496ZJun 12 21:12:15.060 INFO Starting download, target: Console
17372026-06-12T21:12:16.496ZJun 12 21:12:15.060 INFO Starting download, target: MaghemiteDdmd
17382026-06-12T21:12:16.496ZJun 12 21:12:15.060 INFO Starting download, target: TransceiverControl
17392026-06-12T21:12:16.496ZJun 12 21:12:15.060 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-06-12T21:12:16.496ZJun 12 21:12:15.060 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-06-12T21:12:16.497ZJun 12 21:12:15.060 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-06-12T21:12:16.497ZJun 12 21:12:15.060 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-06-12T21:12:16.497ZJun 12 21:12:15.060 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-06-12T21:12:16.497ZJun 12 21:12:15.060 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-06-12T21:12:16.497ZJun 12 21:12:15.060 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-06-12T21:12:17.727ZJun 12 21:12:15.947 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-06-12T21:12:17.760ZJun 12 21:12:16.189 INFO Download complete, target: Console
17482026-06-12T21:12:18.330ZJun 12 21:12:16.876 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-06-12T21:12:18.549ZJun 12 21:12:17.097 INFO Download complete, target: TransceiverControl
17502026-06-12T21:12:18.714ZJun 12 21:12:17.271 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-06-12T21:12:20.637ZJun 12 21:12:19.213 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17522026-06-12T21:12:20.656ZJun 12 21:12:19.230 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-12T21:12:20.733ZJun 12 21:12:19.309 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-06-12T21:12:21.094ZJun 12 21:12:19.672 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-06-12T21:12:21.094ZJun 12 21:12:19.672 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-06-12T21:12:22.542ZJun 12 21:12:21.120 INFO Download complete, target: MaghemiteDdmd
17572026-06-12T21:12:23.093ZJun 12 21:12:21.670 INFO Download complete, target: MaghemiteMgd
17582026-06-12T21:12:23.231ZJun 12 21:12:21.809 INFO Download complete, target: DendriteStub
17592026-06-12T21:12:25.681ZJun 12 21:12:24.247 INFO Checking that binary works, target: Clickhouse
17602026-06-12T21:12:25.808ZJun 12 21:12:24.385 INFO Download complete, target: Clickhouse
17612026-06-12T21:12:25.910ZJun 12 21:12:24.487 INFO Checking that binary works, target: Cockroach
17622026-06-12T21:12:26.023ZJun 12 21:12:24.601 INFO Download complete, target: Cockroach
17632026-06-12T21:12:26.107ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-06-12T21:12:26.112Z
17652026-06-12T21:12:26.112Zreal 2:19.746494458
17662026-06-12T21:12:26.112Zuser 7:00.125209091
17672026-06-12T21:12:26.112Zsys 1:23.915234381
17682026-06-12T21:12:26.112Ztrap 0.228799828
17692026-06-12T21:12:26.112Ztflt 0.717626816
17702026-06-12T21:12:26.112Zdflt 0.563445570
17712026-06-12T21:12:26.112Zkflt 0.021947154
17722026-06-12T21:12:26.112Zlock 21:53.243490883
17732026-06-12T21:12:26.112Zslp 21:41.558451102
17742026-06-12T21:12:26.112Zlat 43.834891775
17752026-06-12T21:12:26.112Zstop 1:50.463508160
17762026-06-12T21:12:26.112Z+ banner hack-check
17772026-06-12T21:12:26.112Z
17782026-06-12T21:12:26.112Z # # ## #### # # #### # # ###### #### # #
17792026-06-12T21:12:26.112Z # # # # # # # # # # # # # # # # #
17802026-06-12T21:12:26.112Z ###### # # # #### ##### # ###### ##### # ####
17812026-06-12T21:12:26.113Z # # ###### # # # # # # # # # #
17822026-06-12T21:12:26.113Z # # # # # # # # # # # # # # # # #
17832026-06-12T21:12:26.113Z # # # # #### # # #### # # ###### #### # #
17842026-06-12T21:12:26.113Z
17852026-06-12T21:12:26.113Z+ export CARGO_INCREMENTAL=0
17862026-06-12T21:12:26.113Z+ CARGO_INCREMENTAL=0
17872026-06-12T21:12:26.113Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-06-12T21:12:26.581Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-06-12T21:12:26.804Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-06-12T21:12:28.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17912026-06-12T21:12:28.855Z Running `target/debug/xtask check-features --ci`
17922026-06-12T21:12:28.884Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-06-12T21:12:28.885Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-06-12T21:12:29.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17952026-06-12T21:12:29.294Z Running `target/debug/xtask download cargo-hack`
17962026-06-12T21:12:30.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-06-12T21:12:30.399Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-06-12T21:12:32.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
17992026-06-12T21:12:33.147Z Running `target/debug/xtask-downloader cargo-hack`
18002026-06-12T21:12:33.189ZJun 12 21:12:31.768 INFO Starting download, target: CargoHack
18012026-06-12T21:12:33.194ZJun 12 21:12:31.768 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-06-12T21:12:33.405ZJun 12 21:12:31.982 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-06-12T21:12:33.454ZJun 12 21:12:32.033 INFO Download complete, target: CargoHack
18042026-06-12T21:12:33.457Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18052026-06-12T21:12:33.471Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-06-12T21:12:33.631Zinfo: running `cargo check --bins` on api_identity (1/296)
18072026-06-12T21:12:34.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-12T21:12:34.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-12T21:12:34.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-12T21:12:34.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18112026-06-12T21:12:34.225Z
18122026-06-12T21:12:34.225Zinfo: running `cargo check --bins` on bootstore (2/296)
18132026-06-12T21:12:34.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-12T21:12:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-12T21:12:34.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-12T21:12:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18172026-06-12T21:12:34.848Z
18182026-06-12T21:12:34.848Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18192026-06-12T21:12:35.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-12T21:12:35.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-12T21:12:35.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-12T21:12:35.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18232026-06-12T21:12:35.393Z
18242026-06-12T21:12:35.393Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18252026-06-12T21:12:35.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-12T21:12:35.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-12T21:12:35.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-12T21:12:35.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18292026-06-12T21:12:35.979Z
18302026-06-12T21:12:35.979Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18312026-06-12T21:12:36.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-12T21:12:36.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-12T21:12:36.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-12T21:12:36.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-06-12T21:12:36.567Z
18362026-06-12T21:12:36.567Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18372026-06-12T21:12:37.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-12T21:12:37.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-12T21:12:37.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-12T21:12:37.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18412026-06-12T21:12:37.172Z
18422026-06-12T21:12:37.172Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18432026-06-12T21:12:37.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-12T21:12:37.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-12T21:12:37.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-12T21:12:37.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18472026-06-12T21:12:37.783Z
18482026-06-12T21:12:37.783Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18492026-06-12T21:12:38.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-12T21:12:38.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-12T21:12:38.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-12T21:12:38.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18532026-06-12T21:12:38.380Z
18542026-06-12T21:12:38.380Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18552026-06-12T21:12:38.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-12T21:12:38.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-12T21:12:38.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-12T21:12:38.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18592026-06-12T21:12:38.852Z
18602026-06-12T21:12:38.852Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18612026-06-12T21:12:39.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-12T21:12:39.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-12T21:12:39.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-12T21:12:39.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-06-12T21:12:39.316Z
18662026-06-12T21:12:39.316Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18672026-06-12T21:12:39.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-12T21:12:39.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-12T21:12:39.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-12T21:12:39.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18712026-06-12T21:12:39.788Z
18722026-06-12T21:12:39.788Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18732026-06-12T21:12:40.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-12T21:12:40.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-12T21:12:40.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-12T21:12:40.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-06-12T21:12:40.276Z
18782026-06-12T21:12:40.276Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18792026-06-12T21:12:40.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-12T21:12:40.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-12T21:12:40.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-12T21:12:40.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-06-12T21:12:40.723Z
18842026-06-12T21:12:40.724Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18852026-06-12T21:12:41.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-12T21:12:41.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-12T21:12:41.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-12T21:12:41.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-06-12T21:12:41.189Z
18902026-06-12T21:12:41.189Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18912026-06-12T21:12:41.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-12T21:12:41.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-12T21:12:41.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-12T21:12:41.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-06-12T21:12:41.658Z
18962026-06-12T21:12:41.658Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18972026-06-12T21:12:42.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-12T21:12:42.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-12T21:12:42.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-12T21:12:42.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-06-12T21:12:42.129Z
19022026-06-12T21:12:42.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
19032026-06-12T21:12:42.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-12T21:12:42.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-12T21:12:42.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-12T21:12:42.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19072026-06-12T21:12:42.602Z
19082026-06-12T21:12:42.602Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19092026-06-12T21:12:43.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-12T21:12:43.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-12T21:12:43.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-12T21:12:43.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-06-12T21:12:43.074Z
19142026-06-12T21:12:43.074Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19152026-06-12T21:12:43.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-12T21:12:43.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-12T21:12:43.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-12T21:12:43.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-06-12T21:12:43.544Z
19202026-06-12T21:12:43.544Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19212026-06-12T21:12:43.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-12T21:12:43.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-12T21:12:43.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-12T21:12:43.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-06-12T21:12:44.013Z
19262026-06-12T21:12:44.014Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19272026-06-12T21:12:44.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-12T21:12:44.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-12T21:12:44.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-12T21:12:44.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-06-12T21:12:44.486Z
19322026-06-12T21:12:44.486Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19332026-06-12T21:12:44.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-12T21:12:44.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-12T21:12:44.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-12T21:12:44.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-06-12T21:12:44.956Z
19382026-06-12T21:12:44.956Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19392026-06-12T21:12:45.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-12T21:12:45.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-12T21:12:45.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-12T21:12:45.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-06-12T21:12:45.429Z
19442026-06-12T21:12:45.429Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19452026-06-12T21:12:45.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-12T21:12:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-12T21:12:45.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-12T21:12:45.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-06-12T21:12:45.901Z
19502026-06-12T21:12:45.901Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19512026-06-12T21:12:46.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-12T21:12:46.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-12T21:12:46.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-12T21:12:46.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-06-12T21:12:46.373Z
19562026-06-12T21:12:46.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19572026-06-12T21:12:46.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-12T21:12:46.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-12T21:12:46.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-12T21:12:46.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-06-12T21:12:46.844Z
19622026-06-12T21:12:46.844Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19632026-06-12T21:12:47.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-12T21:12:47.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-12T21:12:47.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-12T21:12:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-06-12T21:12:47.314Z
19682026-06-12T21:12:47.314Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19692026-06-12T21:12:47.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-12T21:12:47.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-12T21:12:47.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-12T21:12:47.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-06-12T21:12:47.791Z
19742026-06-12T21:12:47.791Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19752026-06-12T21:12:48.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-12T21:12:48.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-12T21:12:48.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-12T21:12:48.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-06-12T21:12:48.267Z
19802026-06-12T21:12:48.267Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19812026-06-12T21:12:48.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-12T21:12:48.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-12T21:12:48.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-12T21:12:48.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-06-12T21:12:48.793Z
19862026-06-12T21:12:48.793Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19872026-06-12T21:12:49.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-12T21:12:49.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-12T21:12:49.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-12T21:12:49.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19912026-06-12T21:12:49.214Z
19922026-06-12T21:12:49.215Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19932026-06-12T21:12:49.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-12T21:12:49.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-12T21:12:49.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-12T21:12:49.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-06-12T21:12:49.683Z
19982026-06-12T21:12:49.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19992026-06-12T21:12:51.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-12T21:12:51.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-12T21:12:51.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-12T21:12:51.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-06-12T21:12:51.094Z
20042026-06-12T21:12:51.095Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
20052026-06-12T21:12:51.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-12T21:12:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-12T21:12:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-12T21:12:51.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-06-12T21:12:51.095Z
20102026-06-12T21:12:51.095Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20112026-06-12T21:12:51.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-12T21:12:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-12T21:12:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-12T21:12:51.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20152026-06-12T21:12:51.095Z
20162026-06-12T21:12:51.095Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20172026-06-12T21:12:51.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-12T21:12:51.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-12T21:12:51.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-12T21:12:51.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20212026-06-12T21:12:51.561Z
20222026-06-12T21:12:51.561Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20232026-06-12T21:12:52.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-12T21:12:52.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-12T21:12:52.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-12T21:12:52.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20272026-06-12T21:12:52.031Z
20282026-06-12T21:12:52.031Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20292026-06-12T21:12:52.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-12T21:12:52.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-12T21:12:52.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-12T21:12:52.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20332026-06-12T21:12:52.502Z
20342026-06-12T21:12:52.502Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20352026-06-12T21:12:52.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-12T21:12:52.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-12T21:12:52.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-12T21:12:52.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20392026-06-12T21:12:52.972Z
20402026-06-12T21:12:52.972Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20412026-06-12T21:12:53.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-12T21:12:53.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-12T21:12:53.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-12T21:12:53.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-06-12T21:12:53.444Z
20462026-06-12T21:12:53.444Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20472026-06-12T21:12:53.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-12T21:12:53.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-12T21:12:53.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-12T21:12:53.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20512026-06-12T21:12:53.914Z
20522026-06-12T21:12:53.914Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20532026-06-12T21:12:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-12T21:12:54.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-12T21:12:54.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-12T21:12:54.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-06-12T21:12:54.384Z
20582026-06-12T21:12:54.384Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20592026-06-12T21:12:54.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-12T21:12:54.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-12T21:12:54.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-12T21:12:54.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20632026-06-12T21:12:54.856Z
20642026-06-12T21:12:54.856Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20652026-06-12T21:12:55.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-12T21:12:55.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-12T21:12:55.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-12T21:12:55.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20692026-06-12T21:12:55.327Z
20702026-06-12T21:12:55.327Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20712026-06-12T21:12:55.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-12T21:12:55.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-12T21:12:55.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-12T21:12:55.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-06-12T21:12:55.795Z
20762026-06-12T21:12:55.795Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20772026-06-12T21:12:56.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-12T21:12:56.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-12T21:12:56.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-12T21:12:56.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-06-12T21:12:56.267Z
20822026-06-12T21:12:56.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20832026-06-12T21:12:56.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-12T21:12:56.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-12T21:12:56.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-12T21:12:56.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-06-12T21:12:56.742Z
20882026-06-12T21:12:56.742Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20892026-06-12T21:12:57.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-12T21:12:57.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-12T21:12:57.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-12T21:12:57.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20932026-06-12T21:12:57.214Z
20942026-06-12T21:12:57.214Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20952026-06-12T21:12:58.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-12T21:12:58.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-12T21:12:58.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-12T21:12:58.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20992026-06-12T21:12:58.157Z
21002026-06-12T21:12:58.157Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
21012026-06-12T21:12:58.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-12T21:12:58.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-12T21:12:58.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-12T21:12:58.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-06-12T21:12:58.472Z
21062026-06-12T21:12:58.472Zinfo: running `cargo check --bins` on nexus-config (51/296)
21072026-06-12T21:12:59.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-12T21:12:59.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-12T21:12:59.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-12T21:12:59.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-06-12T21:12:59.101Z
21122026-06-12T21:12:59.102Zinfo: running `cargo check --bins` on nexus-types (52/296)
21132026-06-12T21:12:59.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-12T21:12:59.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-12T21:12:59.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-12T21:12:59.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-06-12T21:12:59.733Z
21182026-06-12T21:12:59.733Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21192026-06-12T21:13:00.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-12T21:13:00.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-12T21:13:00.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-12T21:13:00.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232026-06-12T21:13:00.336Z
21242026-06-12T21:13:00.337Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21252026-06-12T21:13:00.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-12T21:13:00.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-12T21:13:00.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-12T21:13:00.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21292026-06-12T21:13:00.917Z
21302026-06-12T21:13:00.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21312026-06-12T21:13:01.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-12T21:13:01.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-12T21:13:01.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-12T21:13:01.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-06-12T21:13:01.520Z
21362026-06-12T21:13:01.520Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21372026-06-12T21:13:02.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-12T21:13:02.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-12T21:13:02.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-12T21:13:02.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-06-12T21:13:02.127Z
21422026-06-12T21:13:02.127Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21432026-06-12T21:13:02.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-12T21:13:02.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-12T21:13:02.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-12T21:13:02.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21472026-06-12T21:13:02.738Z
21482026-06-12T21:13:02.738Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21492026-06-12T21:13:03.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-12T21:13:03.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-12T21:13:03.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-12T21:13:03.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21532026-06-12T21:13:03.343Z
21542026-06-12T21:13:03.343Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21552026-06-12T21:13:03.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-12T21:13:03.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-12T21:13:03.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-12T21:13:03.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-06-12T21:13:03.932Z
21602026-06-12T21:13:03.932Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21612026-06-12T21:13:04.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-12T21:13:04.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-12T21:13:04.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-12T21:13:04.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21652026-06-12T21:13:04.523Z
21662026-06-12T21:13:04.523Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21672026-06-12T21:13:05.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-12T21:13:05.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-12T21:13:05.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-12T21:13:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-06-12T21:13:05.112Z
21722026-06-12T21:13:05.112Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21732026-06-12T21:13:05.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-12T21:13:05.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-12T21:13:05.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-12T21:13:05.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-06-12T21:13:05.699Z
21782026-06-12T21:13:05.699Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21792026-06-12T21:13:06.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-12T21:13:06.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-12T21:13:06.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-12T21:13:06.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-06-12T21:13:06.294Z
21842026-06-12T21:13:06.294Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21852026-06-12T21:13:06.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-12T21:13:06.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-12T21:13:06.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-12T21:13:06.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21892026-06-12T21:13:06.889Z
21902026-06-12T21:13:06.889Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21912026-06-12T21:13:07.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-12T21:13:07.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-12T21:13:07.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-12T21:13:07.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21952026-06-12T21:13:07.477Z
21962026-06-12T21:13:07.477Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21972026-06-12T21:13:07.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-12T21:13:07.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-12T21:13:07.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-12T21:13:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-06-12T21:13:08.061Z
22022026-06-12T21:13:08.061Zinfo: running `cargo check --bins` on ereport-types (67/296)
22032026-06-12T21:13:08.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-12T21:13:08.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-12T21:13:08.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-12T21:13:08.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-06-12T21:13:08.649Z
22082026-06-12T21:13:08.649Zinfo: running `cargo check --bins` on gateway-client (68/296)
22092026-06-12T21:13:09.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-12T21:13:09.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-12T21:13:09.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-12T21:13:09.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-06-12T21:13:09.239Z
22142026-06-12T21:13:09.239Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22152026-06-12T21:13:09.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-12T21:13:09.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-12T21:13:09.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-12T21:13:09.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-06-12T21:13:09.826Z
22202026-06-12T21:13:09.826Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22212026-06-12T21:13:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-12T21:13:10.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-12T21:13:10.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-12T21:13:10.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-06-12T21:13:10.418Z
22262026-06-12T21:13:10.418Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22272026-06-12T21:13:10.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-12T21:13:10.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-12T21:13:10.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-12T21:13:10.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-06-12T21:13:11.010Z
22322026-06-12T21:13:11.010Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22332026-06-12T21:13:11.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-12T21:13:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-12T21:13:11.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-12T21:13:11.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22372026-06-12T21:13:11.608Z
22382026-06-12T21:13:11.608Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22392026-06-12T21:13:12.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-12T21:13:12.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-12T21:13:12.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-12T21:13:12.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22432026-06-12T21:13:12.224Z
22442026-06-12T21:13:12.224Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22452026-06-12T21:13:12.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-12T21:13:12.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-12T21:13:12.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-12T21:13:12.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22492026-06-12T21:13:12.836Z
22502026-06-12T21:13:12.836Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22512026-06-12T21:13:13.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-12T21:13:13.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-12T21:13:13.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-06-12T21:13:13.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22552026-06-12T21:13:13.413Z
22562026-06-12T21:13:13.413Zinfo: running `cargo check --bins` on oxlog (76/296)
22572026-06-12T21:13:13.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-06-12T21:13:13.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-06-12T21:13:14.029Z Checking cfg-if v1.0.4
22602026-06-12T21:13:14.033Z Checking libc v0.2.185
22612026-06-12T21:13:14.033Z Checking serde_core v1.0.228
22622026-06-12T21:13:14.148Z Checking zeroize v1.8.2
22632026-06-12T21:13:14.155Z Checking memchr v2.8.0
22642026-06-12T21:13:14.164Z Checking log v0.4.29
22652026-06-12T21:13:14.167Z Checking smallvec v1.15.1
22662026-06-12T21:13:14.185Z Checking typenum v1.19.0
22672026-06-12T21:13:14.185Z Checking subtle v2.6.1
22682026-06-12T21:13:14.290Z Checking itoa v1.0.17
22692026-06-12T21:13:14.321Z Checking scopeguard v1.2.0
22702026-06-12T21:13:14.343Z Checking stable_deref_trait v1.2.1
22712026-06-12T21:13:14.349Z Checking const-oid v0.9.6
22722026-06-12T21:13:14.410Z Checking zerofrom v0.1.6
22732026-06-12T21:13:14.423Z Checking lock_api v0.4.14
22742026-06-12T21:13:14.440Z Checking pin-project-lite v0.2.17
22752026-06-12T21:13:14.520Z Checking yoke v0.8.1
22762026-06-12T21:13:14.533Z Checking getrandom v0.2.17
22772026-06-12T21:13:14.533Z Checking errno v0.3.14
22782026-06-12T21:13:14.563Z Checking parking_lot_core v0.9.12
22792026-06-12T21:13:14.627Z Checking portable-atomic v1.13.1
22802026-06-12T21:13:14.665Z Checking signal-hook-registry v1.4.8
22812026-06-12T21:13:14.691Z Checking rand_core v0.6.4
22822026-06-12T21:13:14.708Z Checking zerovec v0.11.5
22832026-06-12T21:13:14.721Z Checking generic-array v0.14.7
22842026-06-12T21:13:14.756Z Checking futures-core v0.3.32
22852026-06-12T21:13:14.849Z Checking critical-section v1.2.0
22862026-06-12T21:13:14.852Z Checking parking_lot v0.12.5
22872026-06-12T21:13:14.878Z Checking mio v1.2.0
22882026-06-12T21:13:14.909Z Checking zerocopy v0.8.40
22892026-06-12T21:13:15.026Z Checking once_cell v1.21.3
22902026-06-12T21:13:15.040Z Checking zmij v1.0.21
22912026-06-12T21:13:15.052Z Checking socket2 v0.6.3
22922026-06-12T21:13:15.114Z Checking tinystr v0.8.2
22932026-06-12T21:13:15.148Z Checking libm v0.2.16
22942026-06-12T21:13:15.164Z Checking crypto-common v0.1.7
22952026-06-12T21:13:15.198Z Checking block-buffer v0.10.4
22962026-06-12T21:13:15.248Z Checking equivalent v1.0.2
22972026-06-12T21:13:15.286Z Checking percent-encoding v2.3.2
22982026-06-12T21:13:15.298Z Checking writeable v0.6.2
22992026-06-12T21:13:15.299Z Checking litemap v0.8.1
23002026-06-12T21:13:15.331Z Checking potential_utf v0.1.4
23012026-06-12T21:13:15.341Z Checking digest v0.10.7
23022026-06-12T21:13:15.427Z Checking zerotrie v0.2.3
23032026-06-12T21:13:15.458Z Checking futures-sink v0.3.32
23042026-06-12T21:13:15.473Z Checking icu_collections v2.1.1
23052026-06-12T21:13:15.483Z Checking icu_locale_core v2.1.1
23062026-06-12T21:13:15.538Z Checking futures-task v0.3.32
23072026-06-12T21:13:15.558Z Checking futures-channel v0.3.32
23082026-06-12T21:13:15.624Z Checking serde v1.0.228
23092026-06-12T21:13:15.675Z Checking bitflags v2.11.0
23102026-06-12T21:13:15.679Z Checking serde_json v1.0.149
23112026-06-12T21:13:15.751Z Checking slab v0.4.12
23122026-06-12T21:13:15.779Z Checking futures-io v0.3.32
23132026-06-12T21:13:15.844Z Checking cpufeatures v0.2.17
23142026-06-12T21:13:15.849Z Checking num-traits v0.2.19
23152026-06-12T21:13:15.928Z Checking hmac v0.12.1
23162026-06-12T21:13:15.933Z Checking icu_normalizer_data v2.1.1
23172026-06-12T21:13:15.933Z Checking futures-util v0.3.32
23182026-06-12T21:13:15.978Z Checking icu_properties_data v2.1.2
23192026-06-12T21:13:16.025Z Checking hashbrown v0.17.0
23202026-06-12T21:13:16.037Z Checking bytes v1.11.1
23212026-06-12T21:13:16.049Z Checking icu_provider v2.1.1
23222026-06-12T21:13:16.104Z Checking rand_core v0.10.0
23232026-06-12T21:13:16.248Z Checking getrandom v0.4.1
23242026-06-12T21:13:16.279Z Checking icu_properties v2.1.2
23252026-06-12T21:13:16.341Z Checking icu_normalizer v2.1.1
23262026-06-12T21:13:16.370Z Checking block-padding v0.3.3
23272026-06-12T21:13:16.392Z Checking utf8_iter v1.0.4
23282026-06-12T21:13:16.480Z Checking tokio v1.52.1
23292026-06-12T21:13:16.490Z Checking indexmap v2.14.0
23302026-06-12T21:13:16.504Z Checking inout v0.1.4
23312026-06-12T21:13:16.515Z Checking sha2 v0.10.9
23322026-06-12T21:13:16.642Z Checking cipher v0.4.4
23332026-06-12T21:13:16.653Z Checking form_urlencoded v1.2.2
23342026-06-12T21:13:16.778Z Checking getrandom v0.3.4
23352026-06-12T21:13:16.790Z Checking base64ct v1.8.3
23362026-06-12T21:13:16.850Z Checking fnv v1.0.7
23372026-06-12T21:13:16.924Z Checking byteorder v1.5.0
23382026-06-12T21:13:16.947Z Checking flagset v0.4.7
23392026-06-12T21:13:17.025Z Checking pem-rfc7468 v0.7.0
23402026-06-12T21:13:17.044Z Checking rand_core v0.9.5
23412026-06-12T21:13:17.071Z Checking http v1.4.0
23422026-06-12T21:13:17.107Z Checking idna_adapter v1.2.1
23432026-06-12T21:13:17.125Z Checking regex-syntax v0.8.10
23442026-06-12T21:13:17.183Z Checking der v0.7.10
23452026-06-12T21:13:17.225Z Checking idna v1.1.0
23462026-06-12T21:13:17.236Z Checking salsa20 v0.10.2
23472026-06-12T21:13:17.373Z Checking uuid v1.23.0
23482026-06-12T21:13:17.472Z Checking url v2.5.8
23492026-06-12T21:13:17.639Z Checking pbkdf2 v0.12.2
23502026-06-12T21:13:17.680Z Checking rustix v1.1.3
23512026-06-12T21:13:17.692Z Checking ppv-lite86 v0.2.21
23522026-06-12T21:13:17.753Z Checking tracing-core v0.1.36
23532026-06-12T21:13:17.825Z Checking rustls-pki-types v1.14.0
23542026-06-12T21:13:17.917Z Checking base64 v0.22.1
23552026-06-12T21:13:17.930Z Checking spki v0.7.3
23562026-06-12T21:13:17.984Z Checking iana-time-zone v0.1.65
23572026-06-12T21:13:18.051Z Checking tracing v0.1.44
23582026-06-12T21:13:18.094Z Checking chrono v0.4.44
23592026-06-12T21:13:18.108Z Checking rand_chacha v0.9.0
23602026-06-12T21:13:18.139Z Checking scrypt v0.11.0
23612026-06-12T21:13:18.158Z Checking http-body v1.0.1
23622026-06-12T21:13:18.261Z Checking aes v0.8.4
23632026-06-12T21:13:18.277Z Checking cbc v0.1.2
23642026-06-12T21:13:18.294Z Checking aws-lc-sys v0.40.0
23652026-06-12T21:13:18.308Z Checking untrusted v0.9.0
23662026-06-12T21:13:18.408Z Checking untrusted v0.7.1
23672026-06-12T21:13:18.421Z Checking tinyvec_macros v0.1.1
23682026-06-12T21:13:18.482Z Checking openssl-probe v0.2.1
23692026-06-12T21:13:18.495Z Checking tinyvec v1.10.0
23702026-06-12T21:13:18.522Z Checking ring v0.17.14
23712026-06-12T21:13:18.546Z Checking rand v0.9.2
23722026-06-12T21:13:18.593Z Checking tower-service v0.3.3
23732026-06-12T21:13:18.661Z Checking pkcs5 v0.7.1
23742026-06-12T21:13:18.685Z Checking try-lock v0.2.5
23752026-06-12T21:13:18.783Z Checking tower-layer v0.3.3
23762026-06-12T21:13:18.803Z Checking atomic-waker v1.1.2
23772026-06-12T21:13:18.816Z Checking aws-lc-rs v1.16.3
23782026-06-12T21:13:18.903Z Checking want v0.3.1
23792026-06-12T21:13:18.917Z Checking pkcs8 v0.10.2
23802026-06-12T21:13:18.933Z Checking ipnet v2.11.0
23812026-06-12T21:13:18.967Z Checking httparse v1.10.1
23822026-06-12T21:13:19.016Z Checking aho-corasick v1.1.4
23832026-06-12T21:13:19.030Z Checking plain v0.2.3
23842026-06-12T21:13:19.092Z Checking fastrand v2.3.0
23852026-06-12T21:13:19.132Z Checking utf8parse v0.2.2
23862026-06-12T21:13:19.171Z Checking foreign-types-shared v0.1.1
23872026-06-12T21:13:19.189Z Checking pin-utils v0.1.0
23882026-06-12T21:13:19.232Z Checking dyn-clone v1.0.20
23892026-06-12T21:13:19.253Z Checking httpdate v1.0.3
23902026-06-12T21:13:19.265Z Checking foreign-types v0.3.2
23912026-06-12T21:13:19.276Z Checking tempfile v3.25.0
23922026-06-12T21:13:19.334Z Checking unicode-normalization v0.1.25
23932026-06-12T21:13:19.347Z Checking semver v1.0.28
23942026-06-12T21:13:19.396Z Checking openssl-sys v0.9.115
23952026-06-12T21:13:19.469Z Checking spin v0.9.8
23962026-06-12T21:13:19.511Z Checking unicode-ident v1.0.24
23972026-06-12T21:13:19.554Z Checking ucd-trie v0.1.7
23982026-06-12T21:13:19.625Z Checking anstyle v1.0.14
23992026-06-12T21:13:19.650Z Checking rustls-webpki v0.103.9
24002026-06-12T21:13:19.664Z Checking proc-macro2 v1.0.106
24012026-06-12T21:13:19.690Z Checking pest v2.8.6
24022026-06-12T21:13:19.705Z Checking regex-automata v0.4.14
24032026-06-12T21:13:19.726Z Checking tokio-util v0.7.18
24042026-06-12T21:13:19.741Z Checking schemars v0.8.22
24052026-06-12T21:13:19.878Z Checking openssl v0.10.79
24062026-06-12T21:13:19.888Z Checking rustls-native-certs v0.8.3
24072026-06-12T21:13:19.942Z Checking thiserror v2.0.18
24082026-06-12T21:13:19.972Z Checking sync_wrapper v1.0.2
24092026-06-12T21:13:20.044Z Checking wait-timeout v0.2.1
24102026-06-12T21:13:20.074Z Checking rustls v0.23.37
24112026-06-12T21:13:20.088Z Checking anstyle-query v1.1.5
24122026-06-12T21:13:20.165Z Checking pretty-hex v0.4.1
24132026-06-12T21:13:20.179Z Checking is_terminal_polyfill v1.70.2
24142026-06-12T21:13:20.267Z Checking colorchoice v1.0.4
24152026-06-12T21:13:20.284Z Checking quick-error v1.2.3
24162026-06-12T21:13:20.333Z Checking h2 v0.4.13
24172026-06-12T21:13:20.371Z Checking bit-vec v0.8.0
24182026-06-12T21:13:20.385Z Checking powerfmt v0.2.0
24192026-06-12T21:13:20.397Z Checking siphasher v1.0.2
24202026-06-12T21:13:20.536Z Checking simd-adler32 v0.3.8
24212026-06-12T21:13:20.555Z Checking deranged v0.5.8
24222026-06-12T21:13:20.566Z Checking bit-set v0.8.0
24232026-06-12T21:13:20.705Z Checking rusty-fork v0.3.1
24242026-06-12T21:13:20.719Z Checking tower v0.5.3
24252026-06-12T21:13:20.752Z Checking quote v1.0.45
24262026-06-12T21:13:20.877Z Compiling newtype-uuid v1.3.2
24272026-06-12T21:13:20.928Z Checking http-body-util v0.1.3
24282026-06-12T21:13:21.062Z Checking webpki-roots v1.0.6
24292026-06-12T21:13:21.100Z Checking crossbeam-utils v0.8.21
24302026-06-12T21:13:21.144Z Checking rand_xorshift v0.4.0
24312026-06-12T21:13:21.177Z Checking crc32fast v1.5.0
24322026-06-12T21:13:21.265Z Checking scroll v0.13.0
24332026-06-12T21:13:21.318Z Checking signature v2.2.0
24342026-06-12T21:13:21.432Z Checking time-core v0.1.8
24352026-06-12T21:13:21.453Z Checking unicode-bidi v0.3.18
24362026-06-12T21:13:21.469Z Checking ryu v1.0.23
24372026-06-12T21:13:21.491Z Checking adler2 v2.0.1
24382026-06-12T21:13:21.517Z Checking allocator-api2 v0.2.21
24392026-06-12T21:13:21.574Z Checking unicode-properties v0.1.4
24402026-06-12T21:13:21.598Z Checking num-conv v0.2.0
24412026-06-12T21:13:21.611Z Checking unarray v0.1.4
24422026-06-12T21:13:21.716Z Checking iri-string v0.7.10
24432026-06-12T21:13:21.716Z Checking num_threads v0.1.7
24442026-06-12T21:13:21.743Z Checking proptest v1.10.0
24452026-06-12T21:13:21.761Z Checking stringprep v0.1.5
24462026-06-12T21:13:21.801Z Checking time v0.3.47
24472026-06-12T21:13:21.804Z Checking serde_urlencoded v0.7.1
24482026-06-12T21:13:21.825Z Checking native-tls v0.2.18
24492026-06-12T21:13:21.911Z Checking miniz_oxide v0.8.9
24502026-06-12T21:13:22.002Z Checking tokio-native-tls v0.3.1
24512026-06-12T21:13:22.014Z Checking bstr v1.12.1
24522026-06-12T21:13:22.162Z Checking goblin v0.10.5
24532026-06-12T21:13:22.267Z Checking crossbeam-epoch v0.9.18
24542026-06-12T21:13:22.401Z Compiling daft v0.1.7
24552026-06-12T21:13:22.457Z Checking tokio-rustls v0.26.4
24562026-06-12T21:13:22.498Z Checking syn v2.0.117
24572026-06-12T21:13:22.678Z Checking ipnetwork v0.21.1
24582026-06-12T21:13:22.692Z Checking anstyle-parse v1.0.0
24592026-06-12T21:13:22.735Z Checking tower-http v0.6.8
24602026-06-12T21:13:22.847Z Checking rand_chacha v0.3.1
24612026-06-12T21:13:22.892Z Checking scroll v0.12.0
24622026-06-12T21:13:22.938Z Checking thiserror v1.0.69
24632026-06-12T21:13:23.013Z Checking hyper v1.8.1
24642026-06-12T21:13:23.013Z Checking hash32 v0.2.1
24652026-06-12T21:13:23.048Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-06-12T21:13:23.070Z Checking num-integer v0.1.46
24672026-06-12T21:13:23.138Z Checking serde_spanned v0.6.9
24682026-06-12T21:13:23.159Z Checking toml_datetime v0.6.11
24692026-06-12T21:13:23.198Z Checking md-5 v0.10.6
24702026-06-12T21:13:23.266Z Checking ff v0.13.1
24712026-06-12T21:13:23.301Z Checking encoding_rs v0.8.35
24722026-06-12T21:13:23.339Z Checking base16ct v0.2.0
24732026-06-12T21:13:23.352Z Checking fallible-iterator v0.2.0
24742026-06-12T21:13:23.396Z Checking zlib-rs v0.6.2
24752026-06-12T21:13:23.471Z Checking psl-types v2.0.11
24762026-06-12T21:13:23.561Z Checking mime v0.3.17
24772026-06-12T21:13:23.590Z Checking publicsuffix v2.3.0
24782026-06-12T21:13:23.632Z Checking postgres-protocol v0.6.10
24792026-06-12T21:13:23.751Z Checking sec1 v0.7.3
24802026-06-12T21:13:23.892Z Checking group v0.13.0
24812026-06-12T21:13:23.944Z Checking hyper-util v0.1.20
24822026-06-12T21:13:23.959Z Checking num-iter v0.1.45
24832026-06-12T21:13:23.962Z Checking heapless v0.7.17
24842026-06-12T21:13:24.036Z Checking zstd-safe v7.2.4
24852026-06-12T21:13:24.071Z Checking goblin v0.8.2
24862026-06-12T21:13:24.203Z Checking rand v0.8.6
24872026-06-12T21:13:24.248Z Checking cookie v0.18.1
24882026-06-12T21:13:24.279Z Checking flate2 v1.1.9
24892026-06-12T21:13:24.375Z Checking oxnet v0.1.5
24902026-06-12T21:13:24.480Z Checking anstream v1.0.0
24912026-06-12T21:13:24.551Z Checking dof v0.4.0
24922026-06-12T21:13:24.577Z Compiling iddqd v0.4.2
24932026-06-12T21:13:24.614Z Checking dtrace-parser v0.3.0
24942026-06-12T21:13:24.687Z Checking phf_shared v0.13.1
24952026-06-12T21:13:24.732Z Checking lazy_static v1.5.0
24962026-06-12T21:13:24.814Z Checking anstyle-parse v0.2.7
24972026-06-12T21:13:24.826Z Checking zerocopy v0.7.35
24982026-06-12T21:13:24.851Z Checking pin-project v1.1.11
24992026-06-12T21:13:24.884Z Checking bzip2-sys v0.1.13+1.0.8
25002026-06-12T21:13:24.944Z Checking terminal_size v0.4.3
25012026-06-12T21:13:24.964Z Checking signal-hook v0.3.18
25022026-06-12T21:13:24.975Z Checking futures-executor v0.3.32
25032026-06-12T21:13:25.164Z Checking hex v0.4.3
25042026-06-12T21:13:25.176Z Checking hkdf v0.12.4
25052026-06-12T21:13:25.176Z Checking crypto-bigint v0.5.5
25062026-06-12T21:13:25.183Z Checking thread-id v5.1.0
25072026-06-12T21:13:25.218Z Checking hyper-rustls v0.27.7
25082026-06-12T21:13:25.251Z Checking hyper-tls v0.6.0
25092026-06-12T21:13:25.262Z Checking managed v0.8.0
25102026-06-12T21:13:25.284Z Checking winnow v0.7.14
25112026-06-12T21:13:25.311Z Checking bitflags v1.3.2
25122026-06-12T21:13:25.383Z Compiling rayon-core v1.13.0
25132026-06-12T21:13:25.419Z Checking libbz2-rs-sys v0.2.2
25142026-06-12T21:13:25.432Z Checking either v1.15.0
25152026-06-12T21:13:25.446Z Checking clap_lex v1.0.0
25162026-06-12T21:13:25.561Z Checking foldhash v0.2.0
25172026-06-12T21:13:25.597Z Checking winnow v0.5.40
25182026-06-12T21:13:25.619Z Checking foldhash v0.1.5
25192026-06-12T21:13:25.714Z Checking bumpalo v3.20.2
25202026-06-12T21:13:25.756Z Checking strsim v0.11.1
25212026-06-12T21:13:25.814Z Checking same-file v1.0.6
25222026-06-12T21:13:25.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-06-12T21:13:25.913Z Checking zopfli v0.8.3
25242026-06-12T21:13:25.916Z Checking clap_builder v4.6.0
25252026-06-12T21:13:25.937Z Checking walkdir v2.5.0
25262026-06-12T21:13:25.986Z Checking dof v0.3.0
25272026-06-12T21:13:26.033Z Checking bzip2 v0.6.1
25282026-06-12T21:13:26.054Z Checking elliptic-curve v0.13.8
25292026-06-12T21:13:26.096Z Checking hashbrown v0.15.5
25302026-06-12T21:13:26.193Z Checking hashbrown v0.16.1
25312026-06-12T21:13:26.262Z Checking smoltcp v0.9.1
25322026-06-12T21:13:26.274Z Checking reqwest v0.12.28
25332026-06-12T21:13:26.369Z Checking usdt-impl v0.6.0
25342026-06-12T21:13:26.478Z Checking signal-hook-mio v0.2.5
25352026-06-12T21:13:26.562Z Checking futures v0.3.32
25362026-06-12T21:13:26.583Z Checking bzip2 v0.4.4
25372026-06-12T21:13:26.641Z Checking anstream v0.6.21
25382026-06-12T21:13:26.654Z Checking snafu v0.8.9
25392026-06-12T21:13:26.697Z Checking phf v0.13.1
25402026-06-12T21:13:26.746Z Checking num-bigint-dig v0.8.6
25412026-06-12T21:13:26.749Z Checking toml_edit v0.19.15
25422026-06-12T21:13:26.852Z Checking cookie_store v0.22.1
25432026-06-12T21:13:26.857Z Checking zstd v0.13.3
25442026-06-12T21:13:26.886Z Checking postgres-types v0.2.12
25452026-06-12T21:13:27.053Z Checking dtrace-parser v0.2.0
25462026-06-12T21:13:27.073Z Checking crossbeam-deque v0.8.6
25472026-06-12T21:13:27.135Z Checking rustls-platform-verifier v0.6.2
25482026-06-12T21:13:27.178Z Checking globset v0.4.18
25492026-06-12T21:13:27.188Z Checking regex v1.12.3
25502026-06-12T21:13:27.203Z Checking ed25519 v2.2.3
25512026-06-12T21:13:27.261Z Checking phf_shared v0.11.3
25522026-06-12T21:13:27.272Z Checking olpc-cjson v0.1.4
25532026-06-12T21:13:27.287Z Checking curve25519-dalek v4.1.3
25542026-06-12T21:13:27.380Z Checking ref-cast v1.0.25
25552026-06-12T21:13:27.397Z Checking strum v0.27.2
25562026-06-12T21:13:27.411Z Checking hubpack v0.1.2
25572026-06-12T21:13:27.429Z Checking memoffset v0.9.1
25582026-06-12T21:13:27.464Z Checking rustix v0.38.44
25592026-06-12T21:13:27.476Z Checking pkcs1 v0.7.5
25602026-06-12T21:13:27.505Z Checking pem v3.0.6
25612026-06-12T21:13:27.508Z Checking float-cmp v0.10.0
25622026-06-12T21:13:27.564Z Checking erased-serde v0.3.31
25632026-06-12T21:13:27.576Z Checking serde_plain v1.0.2
25642026-06-12T21:13:27.642Z Checking serde-big-array v0.5.1
25652026-06-12T21:13:27.660Z Checking rfc6979 v0.4.0
25662026-06-12T21:13:27.684Z Checking thread-id v4.2.2
25672026-06-12T21:13:27.717Z Checking memmap2 v0.9.10
25682026-06-12T21:13:27.763Z Checking env_filter v1.0.0
25692026-06-12T21:13:27.858Z Checking fixedbitset v0.4.2
25702026-06-12T21:13:27.869Z Checking normalize-line-endings v0.3.0
25712026-06-12T21:13:27.869Z Checking static_assertions v1.1.0
25722026-06-12T21:13:27.875Z Checking whoami v2.1.0
25732026-06-12T21:13:27.880Z Checking typed-path v0.9.3
25742026-06-12T21:13:27.883Z Checking new_debug_unreachable v1.0.6
25752026-06-12T21:13:27.902Z Checking toml_write v0.1.2
25762026-06-12T21:13:27.919Z Checking precomputed-hash v0.1.1
25772026-06-12T21:13:27.947Z Checking keccak v0.1.6
25782026-06-12T21:13:27.958Z Checking difflib v0.4.0
25792026-06-12T21:13:28.001Z Checking data-encoding v2.10.0
25802026-06-12T21:13:28.075Z Checking unicode-segmentation v1.12.0
25812026-06-12T21:13:28.087Z Checking fixedbitset v0.5.7
25822026-06-12T21:13:28.091Z Checking jiff v0.2.21
25832026-06-12T21:13:28.120Z Checking predicates-core v1.0.10
25842026-06-12T21:13:28.155Z Checking sha3 v0.10.8
25852026-06-12T21:13:28.245Z Checking predicates v3.1.4
25862026-06-12T21:13:28.278Z Checking hickory-proto v0.25.2
25872026-06-12T21:13:28.290Z Checking petgraph v0.8.3
25882026-06-12T21:13:28.300Z Checking crossterm v0.28.1
25892026-06-12T21:13:28.369Z Checking ed25519-dalek v2.2.0
25902026-06-12T21:13:28.397Z Checking similar v2.7.0
25912026-06-12T21:13:28.560Z Checking toml_edit v0.22.27
25922026-06-12T21:13:28.605Z Checking tokio-postgres v0.7.16
25932026-06-12T21:13:28.694Z Checking tough v0.22.0
25942026-06-12T21:13:28.786Z Checking string_cache v0.8.9
25952026-06-12T21:13:28.959Z Checking slog v2.8.2
25962026-06-12T21:13:29.012Z Checking petgraph v0.6.5
25972026-06-12T21:13:29.231Z Checking env_logger v0.11.9
25982026-06-12T21:13:29.425Z Checking usdt v0.6.0
25992026-06-12T21:13:29.600Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-06-12T21:13:29.650Z Checking toml v0.7.8
26012026-06-12T21:13:29.856Z Checking ecdsa v0.16.9
26022026-06-12T21:13:29.870Z Checking usdt-impl v0.5.0
26032026-06-12T21:13:29.973Z Checking rsa v0.9.10
26042026-06-12T21:13:30.147Z Checking nix v0.31.2
26052026-06-12T21:13:30.282Z Checking reqwest v0.13.2
26062026-06-12T21:13:30.343Z Checking zip v4.6.1
26072026-06-12T21:13:30.716Z Checking clap v4.6.1
26082026-06-12T21:13:30.771Z Checking zip v0.6.6
26092026-06-12T21:13:30.800Z Checking toml_parser v1.0.9+spec-1.1.0
26102026-06-12T21:13:30.929Z Checking itertools v0.13.0
26112026-06-12T21:13:31.062Z Checking serde_with v3.17.0
26122026-06-12T21:13:31.098Z Checking strum v0.26.3
26132026-06-12T21:13:31.110Z Checking fs-err v3.3.0
26142026-06-12T21:13:31.128Z Checking ahash v0.8.12
26152026-06-12T21:13:31.142Z Checking object v0.37.3
26162026-06-12T21:13:31.205Z Checking tokio-stream v0.1.18
26172026-06-12T21:13:31.208Z Checking buf-list v1.1.2
26182026-06-12T21:13:31.323Z Checking anyhow v1.0.102
26192026-06-12T21:13:31.394Z Checking camino v1.2.2
26202026-06-12T21:13:31.406Z Checking x509-cert v0.2.5
26212026-06-12T21:13:31.527Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26222026-06-12T21:13:31.605Z Checking openapiv3 v2.2.0
26232026-06-12T21:13:31.642Z Checking sha1 v0.10.6
26242026-06-12T21:13:31.796Z Checking peg-runtime v0.8.5
26252026-06-12T21:13:31.810Z Checking lalrpop-util v0.19.12
26262026-06-12T21:13:31.890Z Checking rayon v1.11.0
26272026-06-12T21:13:31.942Z Checking sigpipe v0.1.3
26282026-06-12T21:13:31.963Z Checking glob v0.3.3
26292026-06-12T21:13:33.367Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-06-12T21:13:33.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.24s
26312026-06-12T21:13:33.822Z
26322026-06-12T21:13:33.822Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26332026-06-12T21:13:34.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-12T21:13:34.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-12T21:13:34.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-12T21:13:34.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-06-12T21:13:34.424Z
26382026-06-12T21:13:34.424Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26392026-06-12T21:13:34.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-12T21:13:34.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-12T21:13:34.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-12T21:13:34.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-06-12T21:13:35.023Z
26442026-06-12T21:13:35.023Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26452026-06-12T21:13:35.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-12T21:13:35.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-12T21:13:35.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-12T21:13:35.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26492026-06-12T21:13:35.645Z
26502026-06-12T21:13:35.645Zinfo: running `cargo check --bins` on oxql-types (80/296)
26512026-06-12T21:13:36.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-12T21:13:36.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-12T21:13:36.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-12T21:13:36.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-06-12T21:13:36.248Z
26562026-06-12T21:13:36.248Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26572026-06-12T21:13:36.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-12T21:13:36.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-12T21:13:36.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-12T21:13:36.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26612026-06-12T21:13:36.854Z
26622026-06-12T21:13:36.854Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26632026-06-12T21:13:37.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-12T21:13:37.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-12T21:13:37.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-12T21:13:37.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26672026-06-12T21:13:37.454Z
26682026-06-12T21:13:37.454Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26692026-06-12T21:13:37.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-12T21:13:37.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-12T21:13:37.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-06-12T21:13:37.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26732026-06-12T21:13:38.040Z
26742026-06-12T21:13:38.040Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26752026-06-12T21:13:38.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-06-12T21:13:38.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-06-12T21:13:38.736Z Compiling structmeta-derive v0.3.0
26782026-06-12T21:13:38.853Z Compiling rustls v0.22.4
26792026-06-12T21:13:38.862Z Compiling multer v3.1.0
26802026-06-12T21:13:38.871Z Compiling async-stream-impl v0.3.6
26812026-06-12T21:13:38.874Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-06-12T21:13:38.893Z Compiling dropshot v0.17.0
26832026-06-12T21:13:38.909Z Compiling newtype-uuid-macros v0.1.0
26842026-06-12T21:13:38.910Z Compiling dropshot_endpoint v0.17.0
26852026-06-12T21:13:39.030Z Checking newtype-uuid v1.3.2
26862026-06-12T21:13:39.096Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-06-12T21:13:39.135Z Checking rustls-webpki v0.102.8
26882026-06-12T21:13:39.231Z Checking daft v0.1.7
26892026-06-12T21:13:39.261Z Checking thread_local v1.1.9
26902026-06-12T21:13:39.431Z Checking compression-core v0.4.31
26912026-06-12T21:13:39.455Z Checking match_cfg v0.1.0
26922026-06-12T21:13:39.474Z Checking iddqd v0.4.2
26932026-06-12T21:13:39.499Z Checking crossbeam-channel v0.5.15
26942026-06-12T21:13:39.525Z Checking hostname v0.3.1
26952026-06-12T21:13:39.556Z Checking compression-codecs v0.4.37
26962026-06-12T21:13:39.624Z Checking atomicwrites v0.4.4
26972026-06-12T21:13:39.670Z Checking slog-json v2.6.1
26982026-06-12T21:13:39.724Z Checking serde_spanned v1.0.4
26992026-06-12T21:13:39.749Z Checking is-terminal v0.4.17
27002026-06-12T21:13:39.827Z Checking toml_datetime v1.0.0+spec-1.1.0
27012026-06-12T21:13:39.841Z Checking debug-ignore v1.0.5
27022026-06-12T21:13:39.844Z Checking take_mut v0.2.2
27032026-06-12T21:13:39.864Z Checking toml_writer v1.0.6+spec-1.1.0
27042026-06-12T21:13:39.901Z Compiling structmeta v0.3.0
27052026-06-12T21:13:39.938Z Checking term v1.2.1
27062026-06-12T21:13:39.953Z Checking slog-async v2.8.0
27072026-06-12T21:13:40.025Z Checking slog-bunyan v2.5.0
27082026-06-12T21:13:40.042Z Checking toml v1.0.6+spec-1.1.0
27092026-06-12T21:13:40.116Z Compiling derive-ex v0.1.8
27102026-06-12T21:13:40.129Z Compiling parse-display-derive v0.10.0
27112026-06-12T21:13:40.141Z Checking async-compression v0.4.41
27122026-06-12T21:13:40.157Z Checking slog-term v2.9.2
27132026-06-12T21:13:40.383Z Checking async-stream v0.3.6
27142026-06-12T21:13:40.386Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-06-12T21:13:40.416Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-06-12T21:13:40.469Z Checking progenitor-client v0.14.0
27172026-06-12T21:13:40.514Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-06-12T21:13:40.621Z Checking waitgroup v0.1.2
27192026-06-12T21:13:40.658Z Checking backon v1.6.0
27202026-06-12T21:13:40.670Z Checking rustls-pemfile v2.2.0
27212026-06-12T21:13:40.721Z Checking serde_path_to_error v0.1.20
27222026-06-12T21:13:40.743Z Checking hostname v0.4.2
27232026-06-12T21:13:40.807Z Checking instant v0.1.13
27242026-06-12T21:13:40.893Z Checking backoff v0.4.0
27252026-06-12T21:13:40.990Z Checking progenitor-extras v0.2.0
27262026-06-12T21:13:40.993Z Checking tokio-rustls v0.25.0
27272026-06-12T21:13:41.055Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-12T21:13:41.067Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-06-12T21:13:41.227Z Checking itertools v0.14.0
27302026-06-12T21:13:41.263Z Checking regress v0.10.5
27312026-06-12T21:13:41.433Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27322026-06-12T21:13:41.674Z Checking macaddr v1.0.1
27332026-06-12T21:13:41.858Z Compiling test-strategy v0.4.5
27342026-06-12T21:13:41.862Z Checking parse-display v0.10.0
27352026-06-12T21:13:41.961Z Checking humantime v2.3.0
27362026-06-12T21:13:43.014Z Compiling prettyplease v0.2.37
27372026-06-12T21:13:43.328Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-12T21:13:43.498Z Checking num-rational v0.4.2
27392026-06-12T21:13:43.716Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27402026-06-12T21:13:44.117Z Checking num-complex v0.4.6
27412026-06-12T21:13:44.689Z Checking num v0.4.3
27422026-06-12T21:13:44.778Z Compiling usdt-macro v0.5.0
27432026-06-12T21:13:44.815Z Compiling usdt-attr-macro v0.5.0
27442026-06-12T21:13:44.818Z Checking memmap v0.7.0
27452026-06-12T21:13:44.843Z Compiling float-ord v0.3.2
27462026-06-12T21:13:44.957Z Checking unicode-width v0.2.0
27472026-06-12T21:13:44.960Z Compiling convert_case v0.4.0
27482026-06-12T21:13:45.213Z Checking console v0.15.11
27492026-06-12T21:13:45.355Z Compiling derive_more v0.99.20
27502026-06-12T21:13:45.502Z Checking newline-converter v0.3.0
27512026-06-12T21:13:45.515Z Compiling toml v0.8.23
27522026-06-12T21:13:45.592Z Checking usdt v0.5.0
27532026-06-12T21:13:45.615Z Compiling minimal-lexical v0.2.1
27542026-06-12T21:13:45.766Z Checking linked-hash-map v0.5.6
27552026-06-12T21:13:45.874Z Compiling nom v7.1.3
27562026-06-12T21:13:45.945Z Checking lru-cache v0.1.2
27572026-06-12T21:13:46.074Z Checking expectorate v1.2.0
27582026-06-12T21:13:46.543Z Checking camino-tempfile v1.4.1
27592026-06-12T21:13:46.666Z Checking hickory-proto v0.24.4
27602026-06-12T21:13:46.711Z Checking phf_shared v0.12.1
27612026-06-12T21:13:46.765Z Compiling slog-dtrace v0.3.0
27622026-06-12T21:13:46.855Z Checking heck v0.5.0
27632026-06-12T21:13:46.962Z Checking resolv-conf v0.7.6
27642026-06-12T21:13:46.986Z Compiling chrono-tz v0.10.4
27652026-06-12T21:13:47.160Z Compiling const_format_proc_macros v0.2.34
27662026-06-12T21:13:47.217Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27672026-06-12T21:13:47.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-06-12T21:13:47.242Z Checking phf v0.12.1
27692026-06-12T21:13:47.387Z Checking tokio-dtrace v0.1.1
27702026-06-12T21:13:47.582Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-06-12T21:13:47.712Z Compiling derive-where v1.6.0
27722026-06-12T21:13:47.922Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-06-12T21:13:48.153Z Checking highway v1.3.0
27742026-06-12T21:13:48.395Z Checking const_format v0.2.35
27752026-06-12T21:13:48.510Z Checking hickory-resolver v0.24.4
27762026-06-12T21:13:48.638Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-06-12T21:13:48.798Z Checking oxide-tokio-rt v0.1.4
27782026-06-12T21:13:48.812Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27792026-06-12T21:13:49.163Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27802026-06-12T21:13:49.168Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27812026-06-12T21:13:49.271Z Checking qorb v0.4.1
27822026-06-12T21:13:49.294Z Checking gethostname v0.5.0
27832026-06-12T21:13:49.360Z Checking bcs v0.1.6
27842026-06-12T21:13:49.387Z Checking termtree v0.5.1
27852026-06-12T21:13:49.481Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-06-12T21:13:52.583Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-06-12T21:13:55.231Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-06-12T21:13:57.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
27892026-06-12T21:13:57.544Z
27902026-06-12T21:13:57.544Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27912026-06-12T21:13:58.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-06-12T21:13:58.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-06-12T21:13:58.230Z Compiling ar_archive_writer v0.5.1
27942026-06-12T21:13:58.342Z Compiling stacker v0.1.23
27952026-06-12T21:13:58.352Z Compiling cfg_aliases v0.1.1
27962026-06-12T21:13:58.360Z Compiling convert_case v0.10.0
27972026-06-12T21:13:58.368Z Checking unicode-width v0.1.14
27982026-06-12T21:13:58.378Z Compiling proc-macro-error v1.0.4
27992026-06-12T21:13:58.389Z Checking fd-lock v4.0.4
28002026-06-12T21:13:58.392Z Checking nibble_vec v0.1.0
28012026-06-12T21:13:58.415Z Compiling nix v0.28.0
28022026-06-12T21:13:58.504Z Checking vte v0.14.1
28032026-06-12T21:13:58.524Z Compiling recursive-proc-macro-impl v0.1.1
28042026-06-12T21:13:58.608Z Checking endian-type v0.1.2
28052026-06-12T21:13:58.620Z Checking bytecount v0.6.9
28062026-06-12T21:13:58.657Z Checking strip-ansi-escapes v0.2.1
28072026-06-12T21:13:58.669Z Compiling derive_more-impl v2.1.1
28082026-06-12T21:13:58.680Z Compiling tabled_derive v0.7.0
28092026-06-12T21:13:58.717Z Checking papergrid v0.11.0
28102026-06-12T21:13:58.732Z Checking radix_trie v0.2.1
28112026-06-12T21:13:58.771Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-06-12T21:13:58.926Z Compiling peg-macros v0.8.5
28132026-06-12T21:13:58.942Z Checking winnow v0.6.26
28142026-06-12T21:13:59.283Z Compiling psm v0.1.30
28152026-06-12T21:13:59.292Z Compiling sqlparser_derive v0.5.0
28162026-06-12T21:13:59.326Z Checking nu-ansi-term v0.50.3
28172026-06-12T21:13:59.476Z Checking derive_more v2.1.1
28182026-06-12T21:13:59.539Z Checking home v0.5.12
28192026-06-12T21:13:59.555Z Checking unicode_categories v0.1.1
28202026-06-12T21:13:59.646Z Checking tabled v0.15.0
28212026-06-12T21:13:59.649Z Checking crossterm v0.29.0
28222026-06-12T21:13:59.710Z Checking reedline v0.40.0
28232026-06-12T21:13:59.726Z Checking rustyline v14.0.0
28242026-06-12T21:14:00.007Z Checking recursive v0.1.1
28252026-06-12T21:14:00.024Z Checking display-error-chain v0.2.2
28262026-06-12T21:14:00.091Z Checking sqlformat v0.3.5
28272026-06-12T21:14:00.105Z Checking sqlparser v0.61.0
28282026-06-12T21:14:00.293Z Checking peg v0.8.5
28292026-06-12T21:14:11.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28302026-06-12T21:14:11.388Z
28312026-06-12T21:14:11.388Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28322026-06-12T21:14:11.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-12T21:14:11.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-12T21:14:12.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-12T21:14:15.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28362026-06-12T21:14:15.696Z
28372026-06-12T21:14:15.696Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28382026-06-12T21:14:16.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-12T21:14:16.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-12T21:14:16.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-12T21:14:18.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28422026-06-12T21:14:18.998Z
28432026-06-12T21:14:18.998Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28442026-06-12T21:14:19.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-12T21:14:19.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-12T21:14:19.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-12T21:14:22.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28482026-06-12T21:14:23.080Z
28492026-06-12T21:14:23.080Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28502026-06-12T21:14:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-12T21:14:23.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-12T21:14:23.760Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-12T21:14:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28542026-06-12T21:14:27.253Z
28552026-06-12T21:14:27.253Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28562026-06-12T21:14:27.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-12T21:14:27.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-12T21:14:27.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-12T21:14:30.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28602026-06-12T21:14:30.722Z
28612026-06-12T21:14:30.722Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28622026-06-12T21:14:31.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-12T21:14:31.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-12T21:14:31.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-12T21:14:34.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28662026-06-12T21:14:34.206Z
28672026-06-12T21:14:34.206Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28682026-06-12T21:14:34.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-12T21:14:34.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-12T21:14:34.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-06-12T21:14:38.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28722026-06-12T21:14:38.501Z
28732026-06-12T21:14:38.501Zinfo: running `cargo check --bins` on oximeter (93/296)
28742026-06-12T21:14:39.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-12T21:14:39.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-12T21:14:39.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-06-12T21:14:39.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28782026-06-12T21:14:39.110Z
28792026-06-12T21:14:39.111Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28802026-06-12T21:14:39.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-12T21:14:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-12T21:14:39.753Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-06-12T21:14:39.920Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-06-12T21:14:39.923Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-06-12T21:14:40.263Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-06-12T21:14:43.117Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-06-12T21:14:44.351Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-06-12T21:14:44.573Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-06-12T21:14:45.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28902026-06-12T21:14:45.431Z
28912026-06-12T21:14:45.431Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28922026-06-12T21:14:45.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-12T21:14:45.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-12T21:14:45.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-12T21:14:45.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-06-12T21:14:46.036Z
28972026-06-12T21:14:46.036Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28982026-06-12T21:14:46.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-12T21:14:46.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-12T21:14:46.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-12T21:14:46.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29022026-06-12T21:14:46.688Z
29032026-06-12T21:14:46.688Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
29042026-06-12T21:14:47.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-12T21:14:47.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-12T21:14:47.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-12T21:14:47.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-12T21:14:47.303Z
29092026-06-12T21:14:47.303Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29102026-06-12T21:14:47.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-12T21:14:47.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-12T21:14:47.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-12T21:14:47.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-12T21:14:47.916Z
29152026-06-12T21:14:47.916Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29162026-06-12T21:14:48.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-12T21:14:48.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-12T21:14:48.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-12T21:14:48.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-06-12T21:14:48.527Z
29212026-06-12T21:14:48.527Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29222026-06-12T21:14:49.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-12T21:14:49.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-12T21:14:49.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-12T21:14:49.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-12T21:14:49.144Z
29272026-06-12T21:14:49.144Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29282026-06-12T21:14:49.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-12T21:14:49.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-12T21:14:49.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-12T21:14:49.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-06-12T21:14:49.740Z
29332026-06-12T21:14:49.740Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29342026-06-12T21:14:50.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-12T21:14:50.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-12T21:14:50.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-12T21:14:50.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29382026-06-12T21:14:50.352Z
29392026-06-12T21:14:50.352Zinfo: running `cargo check --bins` on update-engine (103/296)
29402026-06-12T21:14:50.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-12T21:14:50.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-12T21:14:50.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-06-12T21:14:50.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-06-12T21:14:50.941Z
29452026-06-12T21:14:50.941Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29462026-06-12T21:14:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-06-12T21:14:51.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-06-12T21:14:51.666Z Compiling crucible-workspace-hack v0.1.0
29492026-06-12T21:14:51.811Z Checking secrecy v0.10.3
29502026-06-12T21:14:51.816Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-06-12T21:14:51.817Z Compiling heapless v0.8.0
29522026-06-12T21:14:51.817Z Compiling ingot-macros v0.1.1
29532026-06-12T21:14:51.817Z Checking hash32 v0.3.1
29542026-06-12T21:14:51.821Z Compiling smoltcp v0.11.0
29552026-06-12T21:14:51.824Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-06-12T21:14:51.887Z Checking cobs v0.3.0
29572026-06-12T21:14:51.935Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-06-12T21:14:52.017Z Compiling thiserror-impl-no-std v2.0.2
29592026-06-12T21:14:52.030Z Checking universal-hash v0.5.1
29602026-06-12T21:14:52.033Z Checking half v2.7.1
29612026-06-12T21:14:52.082Z Checking opaque-debug v0.3.1
29622026-06-12T21:14:52.154Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-06-12T21:14:52.169Z Checking ciborium-io v0.2.2
29642026-06-12T21:14:52.200Z Checking poly1305 v0.8.0
29652026-06-12T21:14:52.257Z Checking postcard v1.1.3
29662026-06-12T21:14:52.309Z Checking ciborium-ll v0.2.2
29672026-06-12T21:14:52.354Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-06-12T21:14:52.456Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-06-12T21:14:52.489Z Compiling proc-macro-crate v3.4.0
29702026-06-12T21:14:52.586Z Checking password-hash v0.5.0
29712026-06-12T21:14:52.731Z Checking chacha20 v0.9.1
29722026-06-12T21:14:52.765Z Compiling proc-macro-crate v1.3.1
29732026-06-12T21:14:52.818Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29742026-06-12T21:14:52.932Z Checking blake2 v0.10.6
29752026-06-12T21:14:52.993Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-12T21:14:53.048Z Compiling num_enum_derive v0.7.6
29772026-06-12T21:14:53.065Z Checking aead v0.5.2
29782026-06-12T21:14:53.187Z Compiling foreign-types-macros v0.2.3
29792026-06-12T21:14:53.199Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29802026-06-12T21:14:53.212Z Checking thiserror-no-std v2.0.2
29812026-06-12T21:14:53.215Z Checking cpufeatures v0.3.0
29822026-06-12T21:14:53.215Z Checking foreign-types-shared v0.3.1
29832026-06-12T21:14:53.303Z Checking vsss-rs v3.3.4
29842026-06-12T21:14:53.316Z Checking chacha20poly1305 v0.10.1
29852026-06-12T21:14:53.319Z Checking chacha20 v0.10.0
29862026-06-12T21:14:53.440Z Compiling num_enum_derive v0.5.11
29872026-06-12T21:14:53.454Z Checking argon2 v0.5.3
29882026-06-12T21:14:53.545Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29892026-06-12T21:14:53.778Z Checking foreign-types v0.5.0
29902026-06-12T21:14:53.793Z Checking ciborium v0.2.2
29912026-06-12T21:14:53.926Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-06-12T21:14:53.973Z Checking tabwriter v1.4.1
29932026-06-12T21:14:54.098Z Checking num_enum v0.7.6
29942026-06-12T21:14:54.119Z Checking byte-wrapper v0.1.0
29952026-06-12T21:14:54.209Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-06-12T21:14:54.223Z Checking cstr-argument v0.1.2
29972026-06-12T21:14:54.226Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29982026-06-12T21:14:54.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-06-12T21:14:54.349Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30002026-06-12T21:14:54.407Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-06-12T21:14:54.480Z Checking num_enum v0.5.11
30022026-06-12T21:14:54.529Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-06-12T21:14:54.545Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-06-12T21:14:54.596Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-06-12T21:14:54.621Z Checking ingot-types v0.1.2
30062026-06-12T21:14:54.636Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30072026-06-12T21:14:54.682Z Checking rand v0.10.0
30082026-06-12T21:14:54.709Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-06-12T21:14:54.742Z Checking indent_write v2.2.0
30102026-06-12T21:14:54.792Z Checking colored v3.1.1
30112026-06-12T21:14:54.874Z Compiling zone_cfg_derive v0.3.1
30122026-06-12T21:14:54.979Z Checking ingot v0.1.1
30132026-06-12T21:14:54.997Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-06-12T21:14:55.011Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-12T21:14:55.025Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-12T21:14:55.107Z Checking itertools v0.12.1
30172026-06-12T21:14:55.141Z Compiling num-derive v0.4.2
30182026-06-12T21:14:55.178Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-06-12T21:14:55.198Z Checking swrite v0.1.0
30202026-06-12T21:14:55.291Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-06-12T21:14:55.379Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30222026-06-12T21:14:55.506Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-12T21:14:55.522Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-06-12T21:14:55.536Z Checking dropshot-api-manager-types v0.7.2
30252026-06-12T21:14:55.610Z Checking smf v0.2.3
30262026-06-12T21:14:55.634Z Checking nanorand v0.7.0
30272026-06-12T21:14:55.701Z Checking whoami v1.6.1
30282026-06-12T21:14:55.833Z Checking flume v0.11.1
30292026-06-12T21:14:55.845Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-06-12T21:14:56.063Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30312026-06-12T21:14:56.106Z Checking zone v0.3.1
30322026-06-12T21:14:56.559Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30332026-06-12T21:14:57.552Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30342026-06-12T21:14:58.459Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-12T21:15:01.676Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-06-12T21:15:03.745Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-06-12T21:15:04.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
30382026-06-12T21:15:05.032Z
30392026-06-12T21:15:05.032Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30402026-06-12T21:15:05.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-12T21:15:05.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-12T21:15:05.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-12T21:15:05.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-12T21:15:05.631Z
30452026-06-12T21:15:05.631Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30462026-06-12T21:15:06.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-12T21:15:06.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-12T21:15:06.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-12T21:15:06.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-06-12T21:15:06.229Z
30512026-06-12T21:15:06.229Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30522026-06-12T21:15:06.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-12T21:15:06.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-12T21:15:06.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-12T21:15:06.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-12T21:15:06.842Z
30572026-06-12T21:15:06.842Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30582026-06-12T21:15:07.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-12T21:15:07.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-12T21:15:07.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-12T21:15:07.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30622026-06-12T21:15:07.457Z
30632026-06-12T21:15:07.457Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30642026-06-12T21:15:07.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-12T21:15:07.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-12T21:15:07.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-12T21:15:07.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-12T21:15:08.068Z
30692026-06-12T21:15:08.068Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30702026-06-12T21:15:08.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-12T21:15:08.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-12T21:15:08.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-12T21:15:08.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-06-12T21:15:08.674Z
30752026-06-12T21:15:08.674Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30762026-06-12T21:15:09.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-12T21:15:09.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-12T21:15:09.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-12T21:15:09.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-06-12T21:15:09.275Z
30812026-06-12T21:15:09.275Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30822026-06-12T21:15:09.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-12T21:15:09.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-12T21:15:09.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-12T21:15:09.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-06-12T21:15:09.863Z
30872026-06-12T21:15:09.863Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30882026-06-12T21:15:10.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-12T21:15:10.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-12T21:15:10.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-12T21:15:10.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-12T21:15:10.470Z
30932026-06-12T21:15:10.471Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30942026-06-12T21:15:10.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-12T21:15:10.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-12T21:15:10.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-12T21:15:10.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-06-12T21:15:11.078Z
30992026-06-12T21:15:11.078Zinfo: running `cargo check --bins` on installinator-client (115/296)
31002026-06-12T21:15:11.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-12T21:15:11.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-12T21:15:11.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-12T21:15:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-06-12T21:15:11.687Z
31052026-06-12T21:15:11.687Zinfo: running `cargo check --bins` on nexus-client (116/296)
31062026-06-12T21:15:12.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-12T21:15:12.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-12T21:15:12.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-12T21:15:12.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31102026-06-12T21:15:12.325Z
31112026-06-12T21:15:12.325Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31122026-06-12T21:15:12.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-12T21:15:12.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-12T21:15:12.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-12T21:15:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-06-12T21:15:12.966Z
31172026-06-12T21:15:12.966Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31182026-06-12T21:15:13.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-12T21:15:13.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-12T21:15:13.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-12T21:15:13.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-06-12T21:15:13.561Z
31232026-06-12T21:15:13.561Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31242026-06-12T21:15:14.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-12T21:15:14.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-12T21:15:14.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-12T21:15:14.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-06-12T21:15:14.154Z
31292026-06-12T21:15:14.154Zinfo: running `cargo check --bins` on oxide-client (120/296)
31302026-06-12T21:15:14.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-12T21:15:14.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-12T21:15:14.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-12T21:15:14.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-06-12T21:15:14.752Z
31352026-06-12T21:15:14.752Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31362026-06-12T21:15:15.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-12T21:15:15.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-12T21:15:15.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-12T21:15:15.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-06-12T21:15:15.353Z
31412026-06-12T21:15:15.353Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31422026-06-12T21:15:15.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-12T21:15:15.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-12T21:15:15.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-12T21:15:15.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-06-12T21:15:15.942Z
31472026-06-12T21:15:15.942Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31482026-06-12T21:15:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-12T21:15:16.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-12T21:15:16.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-12T21:15:16.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-12T21:15:16.557Z
31532026-06-12T21:15:16.557Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31542026-06-12T21:15:17.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-12T21:15:17.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-12T21:15:17.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-12T21:15:17.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-06-12T21:15:17.176Z
31592026-06-12T21:15:17.176Zinfo: running `cargo check --bins` on installinator-common (125/296)
31602026-06-12T21:15:17.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-12T21:15:17.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-12T21:15:17.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-12T21:15:17.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-06-12T21:15:17.796Z
31652026-06-12T21:15:17.796Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31662026-06-12T21:15:18.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-12T21:15:18.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-12T21:15:18.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-12T21:15:18.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31702026-06-12T21:15:18.386Z
31712026-06-12T21:15:18.386Zinfo: running `cargo check --bins` on wicket-common (127/296)
31722026-06-12T21:15:18.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-12T21:15:18.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-12T21:15:18.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-06-12T21:15:18.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31762026-06-12T21:15:19.005Z
31772026-06-12T21:15:19.005Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31782026-06-12T21:15:19.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-06-12T21:15:19.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-06-12T21:15:19.710Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-06-12T21:15:19.826Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-06-12T21:15:19.833Z Checking csv-core v0.1.13
31832026-06-12T21:15:19.843Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-06-12T21:15:19.846Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-06-12T21:15:19.850Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-06-12T21:15:19.867Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-06-12T21:15:19.878Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-12T21:15:19.993Z Checking csv v1.4.0
31892026-06-12T21:15:20.035Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-06-12T21:15:20.049Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-06-12T21:15:20.075Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-06-12T21:15:20.087Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-06-12T21:15:20.346Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-06-12T21:15:20.713Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-06-12T21:15:20.720Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-06-12T21:15:21.029Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-06-12T21:15:27.042Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-06-12T21:15:27.580Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-06-12T21:15:29.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
32002026-06-12T21:15:30.132Z
32012026-06-12T21:15:30.132Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
32022026-06-12T21:15:30.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-12T21:15:30.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-12T21:15:30.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-12T21:15:30.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-12T21:15:30.738Z
32072026-06-12T21:15:30.738Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32082026-06-12T21:15:31.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-12T21:15:31.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-12T21:15:31.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-12T21:15:31.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32122026-06-12T21:15:31.426Z
32132026-06-12T21:15:31.426Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32142026-06-12T21:15:32.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-12T21:15:32.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-12T21:15:32.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-12T21:15:32.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32182026-06-12T21:15:32.114Z
32192026-06-12T21:15:32.114Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32202026-06-12T21:15:32.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-12T21:15:32.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-12T21:15:32.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-06-12T21:15:32.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-06-12T21:15:32.766Z
32252026-06-12T21:15:32.767Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32262026-06-12T21:15:33.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-06-12T21:15:33.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-06-12T21:15:33.527Z Compiling regress v0.11.1
32292026-06-12T21:15:33.671Z Compiling unsafe-libyaml v0.2.11
32302026-06-12T21:15:33.681Z Compiling radium v0.7.0
32312026-06-12T21:15:33.689Z Compiling semver v0.1.20
32322026-06-12T21:15:33.703Z Checking nom v8.0.0
32332026-06-12T21:15:33.703Z Compiling maybe-uninit v2.0.0
32342026-06-12T21:15:33.706Z Checking tap v1.0.1
32352026-06-12T21:15:33.830Z Checking wyz v0.5.1
32362026-06-12T21:15:33.950Z Compiling rustc_version v0.1.7
32372026-06-12T21:15:34.008Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-06-12T21:15:34.029Z Compiling zerocopy-derive v0.6.6
32392026-06-12T21:15:34.132Z Checking funty v2.0.0
32402026-06-12T21:15:34.170Z Compiling newtype_derive v0.1.6
32412026-06-12T21:15:34.363Z Compiling serde_yaml v0.9.34+deprecated
32422026-06-12T21:15:34.408Z Compiling cancel-safe-futures v0.1.5
32432026-06-12T21:15:34.451Z Compiling owo-colors v4.3.0
32442026-06-12T21:15:34.620Z Checking crc-catalog v2.4.0
32452026-06-12T21:15:34.758Z Compiling packed_struct v0.10.1
32462026-06-12T21:15:34.832Z Checking crc v3.4.0
32472026-06-12T21:15:34.880Z Checking zerocopy v0.6.6
32482026-06-12T21:15:35.041Z Checking bitvec v1.0.1
32492026-06-12T21:15:35.117Z Checking typify-impl v0.6.2
32502026-06-12T21:15:35.190Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-06-12T21:15:35.505Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-06-12T21:15:35.654Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32532026-06-12T21:15:35.728Z Compiling packed_struct_codegen v0.10.1
32542026-06-12T21:15:35.829Z Checking libsw-core v0.3.2
32552026-06-12T21:15:35.852Z Compiling bitfield-macros v0.19.4
32562026-06-12T21:15:35.977Z Compiling indexmap v1.9.3
32572026-06-12T21:15:36.186Z Checking nodrop v0.1.14
32582026-06-12T21:15:36.268Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32592026-06-12T21:15:36.283Z Checking array-init v0.0.4
32602026-06-12T21:15:36.348Z Checking libsw v3.5.0
32612026-06-12T21:15:36.366Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-06-12T21:15:36.508Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-12T21:15:36.573Z Checking bitfield v0.19.4
32642026-06-12T21:15:36.586Z Checking smallvec v0.6.14
32652026-06-12T21:15:36.685Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-06-12T21:15:36.862Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-06-12T21:15:36.876Z Checking tagptr v0.2.0
32682026-06-12T21:15:36.989Z Checking linear-map v1.2.0
32692026-06-12T21:15:37.017Z Checking unicode-linebreak v0.1.5
32702026-06-12T21:15:37.032Z Checking hashbrown v0.12.3
32712026-06-12T21:15:37.106Z Checking base64 v0.21.7
32722026-06-12T21:15:37.160Z Checking smawk v0.3.2
32732026-06-12T21:15:37.231Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-12T21:15:37.293Z Checking textwrap v0.16.2
32752026-06-12T21:15:37.341Z Checking ron v0.8.1
32762026-06-12T21:15:37.404Z Checking moka v0.12.13
32772026-06-12T21:15:37.419Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32782026-06-12T21:15:37.510Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-06-12T21:15:37.760Z Checking steno v0.4.1
32802026-06-12T21:15:37.858Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-06-12T21:15:37.871Z Checking serde-hex v0.1.0
32822026-06-12T21:15:38.065Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-12T21:15:38.232Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-06-12T21:15:38.346Z Checking hashbrown v0.13.2
32852026-06-12T21:15:38.720Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-12T21:15:38.782Z Checking crc-any v2.5.0
32872026-06-12T21:15:38.797Z Checking object v0.30.4
32882026-06-12T21:15:38.830Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32892026-06-12T21:15:38.941Z Checking hickory-resolver v0.25.2
32902026-06-12T21:15:38.964Z Checking utf-8 v0.7.6
32912026-06-12T21:15:39.009Z Checking path-slash v0.1.5
32922026-06-12T21:15:39.054Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32932026-06-12T21:15:39.102Z Checking void v1.0.2
32942026-06-12T21:15:39.115Z Checking half v1.8.3
32952026-06-12T21:15:39.160Z Checking tungstenite v0.23.0
32962026-06-12T21:15:39.210Z Checking lzss v0.8.2
32972026-06-12T21:15:39.314Z Checking serde_cbor v0.11.2
32982026-06-12T21:15:39.415Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-06-12T21:15:39.541Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-06-12T21:15:39.573Z Checking nix v0.27.1
33012026-06-12T21:15:39.576Z Checking kstat-rs v0.2.4
33022026-06-12T21:15:39.646Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-06-12T21:15:39.692Z Checking fxhash v0.2.1
33042026-06-12T21:15:39.717Z Compiling typify-macro v0.6.2
33052026-06-12T21:15:39.769Z Checking serde_bytes v0.11.19
33062026-06-12T21:15:39.782Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33072026-06-12T21:15:39.812Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-06-12T21:15:39.941Z Checking tokio-tungstenite v0.23.1
33092026-06-12T21:15:40.058Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-06-12T21:15:40.073Z Checking signal-hook-tokio v0.3.1
33112026-06-12T21:15:40.877Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-06-12T21:15:41.001Z Compiling typify v0.6.2
33132026-06-12T21:15:41.088Z Compiling progenitor-impl v0.14.0
33142026-06-12T21:15:41.782Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33152026-06-12T21:15:42.085Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33162026-06-12T21:15:42.532Z Compiling progenitor-macro v0.14.0
33172026-06-12T21:15:44.862Z Checking progenitor v0.14.0
33182026-06-12T21:15:44.981Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-12T21:15:44.984Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-06-12T21:15:47.628Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33212026-06-12T21:15:55.643Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-06-12T21:16:02.041Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33232026-06-12T21:16:03.401Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33242026-06-12T21:16:03.899Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252026-06-12T21:16:05.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
33262026-06-12T21:16:06.169Z
33272026-06-12T21:16:06.169Zinfo: running `cargo check --bins` on gateway-api (134/296)
33282026-06-12T21:16:06.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-12T21:16:06.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-12T21:16:06.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-12T21:16:06.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33322026-06-12T21:16:06.771Z
33332026-06-12T21:16:06.771Zinfo: running `cargo check --bins` on ipcc (135/296)
33342026-06-12T21:16:07.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-12T21:16:07.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-12T21:16:07.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-12T21:16:07.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33382026-06-12T21:16:07.373Z
33392026-06-12T21:16:07.373Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33402026-06-12T21:16:07.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-12T21:16:07.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-12T21:16:07.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-12T21:16:07.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33442026-06-12T21:16:07.958Z
33452026-06-12T21:16:07.958Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33462026-06-12T21:16:08.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-12T21:16:08.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-12T21:16:08.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-12T21:16:08.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-06-12T21:16:08.574Z
33512026-06-12T21:16:08.574Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33522026-06-12T21:16:09.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-12T21:16:09.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-12T21:16:09.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-12T21:16:09.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-06-12T21:16:09.176Z
33572026-06-12T21:16:09.176Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33582026-06-12T21:16:09.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-12T21:16:09.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-12T21:16:09.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-12T21:16:09.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-06-12T21:16:09.785Z
33632026-06-12T21:16:09.786Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33642026-06-12T21:16:10.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-12T21:16:10.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-12T21:16:10.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-12T21:16:10.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-06-12T21:16:10.389Z
33692026-06-12T21:16:10.390Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33702026-06-12T21:16:10.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-12T21:16:10.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-12T21:16:10.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-12T21:16:10.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33742026-06-12T21:16:11.013Z
33752026-06-12T21:16:11.013Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33762026-06-12T21:16:11.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-12T21:16:11.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-12T21:16:11.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-12T21:16:11.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-06-12T21:16:11.616Z
33812026-06-12T21:16:11.616Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33822026-06-12T21:16:12.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-12T21:16:12.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-12T21:16:12.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-12T21:16:12.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-06-12T21:16:12.224Z
33872026-06-12T21:16:12.224Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33882026-06-12T21:16:12.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-12T21:16:12.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-12T21:16:12.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-12T21:16:12.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-06-12T21:16:12.834Z
33932026-06-12T21:16:12.834Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33942026-06-12T21:16:13.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-12T21:16:13.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-12T21:16:13.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-12T21:16:13.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-06-12T21:16:13.443Z
33992026-06-12T21:16:13.443Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
34002026-06-12T21:16:13.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-12T21:16:13.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-12T21:16:13.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-12T21:16:13.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-06-12T21:16:14.054Z
34052026-06-12T21:16:14.054Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34062026-06-12T21:16:14.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-12T21:16:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-12T21:16:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-12T21:16:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-06-12T21:16:14.670Z
34112026-06-12T21:16:14.670Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34122026-06-12T21:16:15.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-12T21:16:15.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-12T21:16:15.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-12T21:16:15.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34162026-06-12T21:16:15.302Z
34172026-06-12T21:16:15.302Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34182026-06-12T21:16:15.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-12T21:16:15.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-12T21:16:15.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-12T21:16:15.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-06-12T21:16:15.924Z
34232026-06-12T21:16:15.924Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34242026-06-12T21:16:16.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-12T21:16:16.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-12T21:16:16.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-12T21:16:16.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34282026-06-12T21:16:16.553Z
34292026-06-12T21:16:16.553Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34302026-06-12T21:16:17.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-12T21:16:17.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-12T21:16:17.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-12T21:16:17.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-06-12T21:16:17.178Z
34352026-06-12T21:16:17.179Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34362026-06-12T21:16:17.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-12T21:16:17.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-12T21:16:17.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-12T21:16:17.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34402026-06-12T21:16:17.813Z
34412026-06-12T21:16:17.813Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34422026-06-12T21:16:18.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-12T21:16:18.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-12T21:16:18.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-12T21:16:18.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34462026-06-12T21:16:18.441Z
34472026-06-12T21:16:18.441Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34482026-06-12T21:16:18.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-12T21:16:18.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-12T21:16:18.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-12T21:16:18.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34522026-06-12T21:16:19.077Z
34532026-06-12T21:16:19.077Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34542026-06-12T21:16:19.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-12T21:16:19.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-12T21:16:19.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-12T21:16:19.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34582026-06-12T21:16:19.714Z
34592026-06-12T21:16:19.714Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34602026-06-12T21:16:20.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-12T21:16:20.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-12T21:16:20.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-12T21:16:20.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-06-12T21:16:20.344Z
34652026-06-12T21:16:20.344Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34662026-06-12T21:16:20.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-12T21:16:20.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-12T21:16:20.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-12T21:16:20.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-06-12T21:16:20.980Z
34712026-06-12T21:16:20.980Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34722026-06-12T21:16:21.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-12T21:16:21.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-12T21:16:21.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-12T21:16:21.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34762026-06-12T21:16:21.596Z
34772026-06-12T21:16:21.596Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34782026-06-12T21:16:22.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-12T21:16:22.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-12T21:16:22.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-12T21:16:22.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-06-12T21:16:22.211Z
34832026-06-12T21:16:22.211Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34842026-06-12T21:16:22.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-12T21:16:22.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-12T21:16:22.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-12T21:16:22.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34882026-06-12T21:16:22.830Z
34892026-06-12T21:16:22.830Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34902026-06-12T21:16:23.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-12T21:16:23.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-12T21:16:23.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-12T21:16:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34942026-06-12T21:16:23.449Z
34952026-06-12T21:16:23.449Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34962026-06-12T21:16:23.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-12T21:16:23.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-12T21:16:23.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-12T21:16:23.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-06-12T21:16:24.067Z
35012026-06-12T21:16:24.067Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
35022026-06-12T21:16:24.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-12T21:16:24.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-12T21:16:24.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-12T21:16:24.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-06-12T21:16:24.685Z
35072026-06-12T21:16:24.685Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35082026-06-12T21:16:25.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-12T21:16:25.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-12T21:16:25.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-12T21:16:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35122026-06-12T21:16:25.298Z
35132026-06-12T21:16:25.298Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35142026-06-12T21:16:25.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-12T21:16:25.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-12T21:16:25.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-12T21:16:25.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35182026-06-12T21:16:25.915Z
35192026-06-12T21:16:25.915Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35202026-06-12T21:16:26.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-12T21:16:26.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-12T21:16:26.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-12T21:16:26.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242026-06-12T21:16:26.550Z
35252026-06-12T21:16:26.550Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35262026-06-12T21:16:27.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-12T21:16:27.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-12T21:16:27.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-12T21:16:27.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302026-06-12T21:16:27.181Z
35312026-06-12T21:16:27.181Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35322026-06-12T21:16:27.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-12T21:16:27.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-12T21:16:27.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-12T21:16:27.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35362026-06-12T21:16:27.813Z
35372026-06-12T21:16:27.813Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35382026-06-12T21:16:28.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-12T21:16:28.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-12T21:16:28.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-12T21:16:28.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35422026-06-12T21:16:28.449Z
35432026-06-12T21:16:28.449Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35442026-06-12T21:16:28.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-12T21:16:28.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-12T21:16:28.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-12T21:16:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35482026-06-12T21:16:29.081Z
35492026-06-12T21:16:29.081Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35502026-06-12T21:16:29.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-12T21:16:29.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-12T21:16:29.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-12T21:16:29.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35542026-06-12T21:16:29.712Z
35552026-06-12T21:16:29.712Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35562026-06-12T21:16:30.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-12T21:16:30.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-12T21:16:30.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-12T21:16:30.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35602026-06-12T21:16:30.333Z
35612026-06-12T21:16:30.333Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35622026-06-12T21:16:30.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-12T21:16:30.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-12T21:16:30.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-12T21:16:30.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-06-12T21:16:30.982Z
35672026-06-12T21:16:30.982Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35682026-06-12T21:16:31.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-12T21:16:31.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-12T21:16:31.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-06-12T21:16:31.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-06-12T21:16:31.600Z
35732026-06-12T21:16:31.600Zinfo: running `cargo check --bins` on dns-server (175/296)
35742026-06-12T21:16:32.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-06-12T21:16:32.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-06-12T21:16:32.267Z Compiling parking_lot_core v0.8.6
35772026-06-12T21:16:32.271Z Compiling git-stub v1.0.0
35782026-06-12T21:16:32.271Z Checking prefix-trie v0.7.0
35792026-06-12T21:16:32.376Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35802026-06-12T21:16:32.503Z Compiling git-stub-vcs v0.1.0
35812026-06-12T21:16:32.671Z Checking hickory-server v0.25.2
35822026-06-12T21:16:32.782Z Checking parking_lot v0.11.2
35832026-06-12T21:16:32.785Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-06-12T21:16:32.860Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35852026-06-12T21:16:32.860Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-06-12T21:16:32.959Z Checking sled v0.34.7
35872026-06-12T21:16:34.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35882026-06-12T21:16:35.042Z
35892026-06-12T21:16:35.042Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35902026-06-12T21:16:35.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-12T21:16:35.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-12T21:16:35.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-12T21:16:35.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-06-12T21:16:35.650Z
35952026-06-12T21:16:35.650Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35962026-06-12T21:16:36.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-12T21:16:36.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-12T21:16:36.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-12T21:16:36.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-06-12T21:16:36.257Z
36012026-06-12T21:16:36.257Zinfo: running `cargo check --bins` on sp-sim (178/296)
36022026-06-12T21:16:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-12T21:16:36.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-12T21:16:36.996Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36052026-06-12T21:16:38.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
36062026-06-12T21:16:38.971Z
36072026-06-12T21:16:38.971Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36082026-06-12T21:16:39.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-12T21:16:39.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-12T21:16:39.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-12T21:16:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-06-12T21:16:39.716Z
36132026-06-12T21:16:39.716Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36142026-06-12T21:16:40.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-12T21:16:40.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-12T21:16:40.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-12T21:16:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36182026-06-12T21:16:40.294Z
36192026-06-12T21:16:40.294Zinfo: running `cargo check --bins` on db-macros (181/296)
36202026-06-12T21:16:40.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-12T21:16:40.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-12T21:16:40.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-12T21:16:40.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36242026-06-12T21:16:40.888Z
36252026-06-12T21:16:40.888Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36262026-06-12T21:16:41.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-12T21:16:41.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-12T21:16:41.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-12T21:16:41.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-06-12T21:16:41.485Z
36312026-06-12T21:16:41.485Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36322026-06-12T21:16:42.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-12T21:16:42.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-12T21:16:42.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-12T21:16:42.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36362026-06-12T21:16:42.134Z
36372026-06-12T21:16:42.134Zinfo: running `cargo check --bins` on authz-macros (184/296)
36382026-06-12T21:16:42.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-12T21:16:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-12T21:16:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-12T21:16:42.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36422026-06-12T21:16:42.732Z
36432026-06-12T21:16:42.732Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36442026-06-12T21:16:43.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-12T21:16:43.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-12T21:16:43.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-12T21:16:43.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36482026-06-12T21:16:43.380Z
36492026-06-12T21:16:43.381Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36502026-06-12T21:16:43.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-12T21:16:43.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-12T21:16:43.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-12T21:16:43.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36542026-06-12T21:16:44.025Z
36552026-06-12T21:16:44.025Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36562026-06-12T21:16:44.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-12T21:16:44.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-12T21:16:44.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-12T21:16:44.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36602026-06-12T21:16:44.619Z
36612026-06-12T21:16:44.619Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36622026-06-12T21:16:45.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-12T21:16:45.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-12T21:16:45.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-12T21:16:45.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36662026-06-12T21:16:45.211Z
36672026-06-12T21:16:45.211Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36682026-06-12T21:16:45.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-12T21:16:45.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-12T21:16:45.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-12T21:16:45.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36722026-06-12T21:16:45.820Z
36732026-06-12T21:16:45.820Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36742026-06-12T21:16:46.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-12T21:16:46.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-12T21:16:46.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-12T21:16:46.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36782026-06-12T21:16:46.415Z
36792026-06-12T21:16:46.415Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36802026-06-12T21:16:46.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-12T21:16:46.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-12T21:16:46.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-12T21:16:46.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36842026-06-12T21:16:47.008Z
36852026-06-12T21:16:47.008Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36862026-06-12T21:16:47.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-12T21:16:47.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-12T21:16:47.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-12T21:16:47.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36902026-06-12T21:16:47.606Z
36912026-06-12T21:16:47.607Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36922026-06-12T21:16:48.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-12T21:16:48.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-12T21:16:48.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-12T21:16:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36962026-06-12T21:16:48.258Z
36972026-06-12T21:16:48.258Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36982026-06-12T21:16:48.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-12T21:16:48.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-12T21:16:48.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-12T21:16:48.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37022026-06-12T21:16:48.905Z
37032026-06-12T21:16:48.905Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
37042026-06-12T21:16:49.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-12T21:16:49.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-12T21:16:49.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-12T21:16:49.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37082026-06-12T21:16:49.551Z
37092026-06-12T21:16:49.551Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37102026-06-12T21:16:50.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-12T21:16:50.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-12T21:16:50.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-12T21:16:50.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37142026-06-12T21:16:50.173Z
37152026-06-12T21:16:50.173Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37162026-06-12T21:16:50.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-12T21:16:50.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-12T21:16:50.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-12T21:16:50.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-06-12T21:16:50.797Z
37212026-06-12T21:16:50.797Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37222026-06-12T21:16:51.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-12T21:16:51.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-12T21:16:51.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-12T21:16:51.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37262026-06-12T21:16:51.424Z
37272026-06-12T21:16:51.424Zinfo: running `cargo check --bins` on key-manager (199/296)
37282026-06-12T21:16:51.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-12T21:16:51.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-12T21:16:51.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-12T21:16:51.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37322026-06-12T21:16:52.031Z
37332026-06-12T21:16:52.031Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37342026-06-12T21:16:52.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-12T21:16:52.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-12T21:16:52.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-12T21:16:52.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37382026-06-12T21:16:52.653Z
37392026-06-12T21:16:52.653Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37402026-06-12T21:16:53.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-12T21:16:53.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-12T21:16:53.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-12T21:16:53.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37442026-06-12T21:16:53.282Z
37452026-06-12T21:16:53.282Zinfo: running `cargo check --bins` on typed-rng (202/296)
37462026-06-12T21:16:53.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-12T21:16:53.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-12T21:16:53.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-06-12T21:16:53.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37502026-06-12T21:16:53.872Z
37512026-06-12T21:16:53.873Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37522026-06-12T21:16:54.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-06-12T21:16:54.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-06-12T21:16:54.745Z Compiling libefi-sys v0.1.0
37552026-06-12T21:16:54.749Z Compiling bitfield-struct v0.6.2
37562026-06-12T21:16:54.893Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37572026-06-12T21:16:54.902Z Compiling xshell-macros v0.2.7
37582026-06-12T21:16:54.912Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37592026-06-12T21:16:54.939Z Compiling typify-impl v0.4.3
37602026-06-12T21:16:54.943Z Compiling salty v0.3.0
37612026-06-12T21:16:54.943Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-06-12T21:16:55.013Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-06-12T21:16:55.102Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37642026-06-12T21:16:55.252Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37652026-06-12T21:16:55.264Z Checking xshell v0.2.7
37662026-06-12T21:16:55.284Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37672026-06-12T21:16:55.456Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37682026-06-12T21:16:55.475Z Checking primeorder v0.13.6
37692026-06-12T21:16:55.503Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37702026-06-12T21:16:55.518Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-12T21:16:55.622Z Compiling proc-macro-error-attr2 v2.0.0
37722026-06-12T21:16:55.638Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37732026-06-12T21:16:55.709Z Checking tungstenite v0.21.0
37742026-06-12T21:16:55.755Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37752026-06-12T21:16:55.851Z Checking p384 v0.13.1
37762026-06-12T21:16:55.923Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37772026-06-12T21:16:55.991Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-12T21:16:56.024Z Compiling proc-macro-error2 v2.0.1
37792026-06-12T21:16:56.346Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37802026-06-12T21:16:56.463Z Compiling num-derive v0.3.3
37812026-06-12T21:16:56.572Z Compiling tabled_derive v0.11.0
37822026-06-12T21:16:56.733Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37832026-06-12T21:16:56.870Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37842026-06-12T21:16:57.033Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37852026-06-12T21:16:57.356Z Checking libscf-sys v1.1.0
37862026-06-12T21:16:57.409Z Checking tokio-tungstenite v0.21.0
37872026-06-12T21:16:57.495Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-12T21:16:57.574Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37892026-06-12T21:16:57.697Z Checking papergrid v0.17.0
37902026-06-12T21:16:57.755Z Checking testing_table v0.3.0
37912026-06-12T21:16:57.797Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37922026-06-12T21:16:57.858Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-06-12T21:16:57.882Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37942026-06-12T21:16:58.060Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37952026-06-12T21:16:58.078Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37962026-06-12T21:16:58.103Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37972026-06-12T21:16:58.276Z Compiling unicase v2.9.0
37982026-06-12T21:16:58.307Z Checking corncobs v0.1.4
37992026-06-12T21:16:58.353Z Compiling illumos-nvpair-sys v0.2.0
38002026-06-12T21:16:58.444Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-06-12T21:16:58.489Z Compiling mime_guess v2.0.5
38022026-06-12T21:16:58.506Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38032026-06-12T21:16:58.522Z Checking tabled v0.20.0
38042026-06-12T21:16:58.640Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38052026-06-12T21:16:58.673Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38062026-06-12T21:16:58.713Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38072026-06-12T21:16:58.779Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38082026-06-12T21:16:58.925Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38092026-06-12T21:16:58.988Z Checking progenitor-client v0.11.2
38102026-06-12T21:16:59.033Z Checking secrecy v0.8.0
38112026-06-12T21:16:59.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38122026-06-12T21:16:59.455Z Compiling typify-macro v0.4.3
38132026-06-12T21:16:59.488Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38142026-06-12T21:16:59.506Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38152026-06-12T21:16:59.535Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38162026-06-12T21:16:59.539Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38172026-06-12T21:16:59.801Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38182026-06-12T21:16:59.817Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38192026-06-12T21:16:59.834Z Checking filetime v0.2.27
38202026-06-12T21:16:59.977Z Checking xattr v1.6.1
38212026-06-12T21:16:59.991Z Checking crc8 v0.1.1
38222026-06-12T21:17:00.099Z Checking http-range v0.1.5
38232026-06-12T21:17:00.235Z Checking tar v0.4.45
38242026-06-12T21:17:00.261Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-06-12T21:17:00.468Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38262026-06-12T21:17:00.583Z Checking illumos-nvpair v0.3.0
38272026-06-12T21:17:00.651Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-06-12T21:17:00.746Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38292026-06-12T21:17:00.778Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38302026-06-12T21:17:01.046Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38312026-06-12T21:17:01.148Z Checking atty v0.2.14
38322026-06-12T21:17:01.185Z Compiling typify v0.4.3
38332026-06-12T21:17:01.264Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38342026-06-12T21:17:01.303Z Compiling progenitor-impl v0.11.2
38352026-06-12T21:17:01.374Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38362026-06-12T21:17:01.388Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38372026-06-12T21:17:01.404Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38382026-06-12T21:17:01.615Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38392026-06-12T21:17:01.645Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-06-12T21:17:01.727Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-06-12T21:17:02.066Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38422026-06-12T21:17:02.165Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38432026-06-12T21:17:02.248Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38442026-06-12T21:17:02.264Z Checking hyper-staticfile v0.10.1
38452026-06-12T21:17:02.496Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38462026-06-12T21:17:02.521Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38472026-06-12T21:17:02.560Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38482026-06-12T21:17:02.622Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38492026-06-12T21:17:02.753Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38502026-06-12T21:17:02.882Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38512026-06-12T21:17:03.042Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38522026-06-12T21:17:03.226Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38532026-06-12T21:17:03.393Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38542026-06-12T21:17:03.427Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38552026-06-12T21:17:03.845Z Compiling progenitor-macro v0.11.2
38562026-06-12T21:17:06.265Z Checking progenitor v0.11.2
38572026-06-12T21:17:06.405Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38582026-06-12T21:17:06.652Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38592026-06-12T21:17:11.121Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38602026-06-12T21:17:22.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.35s
38612026-06-12T21:17:22.446Z
38622026-06-12T21:17:22.446Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38632026-06-12T21:17:23.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-12T21:17:23.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-12T21:17:23.232Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-12T21:17:33.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38672026-06-12T21:17:34.147Z
38682026-06-12T21:17:34.147Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38692026-06-12T21:17:34.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-12T21:17:34.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-12T21:17:34.936Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-12T21:17:45.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38732026-06-12T21:17:45.908Z
38742026-06-12T21:17:45.908Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38752026-06-12T21:17:46.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-12T21:17:46.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-12T21:17:46.697Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-12T21:17:57.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38792026-06-12T21:17:57.618Z
38802026-06-12T21:17:57.618Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38812026-06-12T21:17:58.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-12T21:17:58.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-12T21:17:58.406Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-12T21:18:09.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38852026-06-12T21:18:09.287Z
38862026-06-12T21:18:09.287Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38872026-06-12T21:18:09.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-12T21:18:09.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-12T21:18:10.071Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-06-12T21:18:20.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38912026-06-12T21:18:21.022Z
38922026-06-12T21:18:21.022Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38932026-06-12T21:18:21.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-12T21:18:21.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-12T21:18:21.814Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-06-12T21:18:32.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38972026-06-12T21:18:32.721Z
38982026-06-12T21:18:32.721Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38992026-06-12T21:18:33.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-12T21:18:33.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-12T21:18:33.516Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-06-12T21:18:44.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
39032026-06-12T21:18:44.474Z
39042026-06-12T21:18:44.474Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
39052026-06-12T21:18:44.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-12T21:18:44.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-12T21:18:44.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-12T21:18:44.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-06-12T21:18:45.086Z
39102026-06-12T21:18:45.087Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
39112026-06-12T21:18:45.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-12T21:18:45.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-12T21:18:45.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-12T21:18:45.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-06-12T21:18:45.701Z
39162026-06-12T21:18:45.701Zinfo: running `cargo check --bins` on range-requests (213/296)
39172026-06-12T21:18:46.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-12T21:18:46.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-12T21:18:46.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-12T21:18:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-06-12T21:18:46.306Z
39222026-06-12T21:18:46.306Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39232026-06-12T21:18:46.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-12T21:18:46.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-12T21:18:46.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-12T21:18:46.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39272026-06-12T21:18:46.907Z
39282026-06-12T21:18:46.907Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39292026-06-12T21:18:47.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-12T21:18:47.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-12T21:18:47.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-12T21:18:47.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-12T21:18:47.533Z
39342026-06-12T21:18:47.533Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39352026-06-12T21:18:48.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-12T21:18:48.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-12T21:18:48.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-12T21:18:48.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-06-12T21:18:48.163Z
39402026-06-12T21:18:48.163Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39412026-06-12T21:18:48.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-12T21:18:48.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-12T21:18:48.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-12T21:18:48.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-12T21:18:48.784Z
39462026-06-12T21:18:48.784Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39472026-06-12T21:18:49.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-12T21:18:49.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-12T21:18:49.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-12T21:18:49.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39512026-06-12T21:18:49.414Z
39522026-06-12T21:18:49.414Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39532026-06-12T21:18:49.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-12T21:18:49.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-12T21:18:49.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-12T21:18:49.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-06-12T21:18:50.051Z
39582026-06-12T21:18:50.051Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39592026-06-12T21:18:50.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-12T21:18:50.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-12T21:18:50.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-12T21:18:50.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-12T21:18:50.678Z
39642026-06-12T21:18:50.678Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39652026-06-12T21:18:51.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-12T21:18:51.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-12T21:18:51.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-12T21:18:51.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-12T21:18:51.304Z
39702026-06-12T21:18:51.304Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39712026-06-12T21:18:51.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-12T21:18:51.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-12T21:18:51.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-12T21:18:51.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39752026-06-12T21:18:51.939Z
39762026-06-12T21:18:51.939Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39772026-06-12T21:18:52.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-12T21:18:52.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-12T21:18:52.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-12T21:18:52.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-12T21:18:52.578Z
39822026-06-12T21:18:52.578Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39832026-06-12T21:18:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-12T21:18:53.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-12T21:18:53.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-12T21:18:53.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-06-12T21:18:53.210Z
39882026-06-12T21:18:53.210Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39892026-06-12T21:18:53.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-12T21:18:53.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-12T21:18:53.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-12T21:18:53.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-06-12T21:18:53.865Z
39942026-06-12T21:18:53.865Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39952026-06-12T21:18:54.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-12T21:18:54.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-12T21:18:54.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-12T21:18:54.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39992026-06-12T21:18:54.500Z
40002026-06-12T21:18:54.500Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
40012026-06-12T21:18:55.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-12T21:18:55.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-12T21:18:55.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-12T21:18:55.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-06-12T21:18:55.149Z
40062026-06-12T21:18:55.149Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
40072026-06-12T21:18:55.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-12T21:18:55.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-12T21:18:55.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-12T21:18:55.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40112026-06-12T21:18:55.813Z
40122026-06-12T21:18:55.813Zinfo: running `cargo check --bins` on update-common (229/296)
40132026-06-12T21:18:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-12T21:18:56.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-12T21:18:56.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-06-12T21:18:56.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40172026-06-12T21:18:56.428Z
40182026-06-12T21:18:56.428Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40192026-06-12T21:18:56.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-06-12T21:18:56.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-06-12T21:18:56.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-06-12T21:18:56.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40232026-06-12T21:18:57.088Z
40242026-06-12T21:18:57.088Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40252026-06-12T21:18:57.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-06-12T21:18:57.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-06-12T21:18:57.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-06-12T21:18:57.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-06-12T21:18:57.677Z
40302026-06-12T21:18:57.677Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40312026-06-12T21:18:58.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-06-12T21:18:58.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-06-12T21:18:58.457Z Compiling fs-err v2.11.0
40342026-06-12T21:18:58.460Z Checking ignore v0.4.25
40352026-06-12T21:18:58.460Z Checking arc-swap v1.8.2
40362026-06-12T21:18:58.593Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40372026-06-12T21:18:58.596Z Checking predicates-tree v1.0.13
40382026-06-12T21:18:58.600Z Checking parse-size v1.1.0
40392026-06-12T21:18:58.623Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40402026-06-12T21:18:58.626Z Checking rand_seeder v0.4.0
40412026-06-12T21:18:58.703Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40422026-06-12T21:18:58.724Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40432026-06-12T21:18:58.775Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40442026-06-12T21:18:58.787Z Checking slog-scope v4.4.1
40452026-06-12T21:18:58.826Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40462026-06-12T21:18:58.912Z Checking slog-stdlog v4.1.1
40472026-06-12T21:18:58.926Z Compiling petname v2.0.2
40482026-06-12T21:18:58.941Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40492026-06-12T21:18:58.965Z Checking globwalk v0.9.1
40502026-06-12T21:18:59.018Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-06-12T21:18:59.032Z Checking slog-envlogger v2.2.0
40522026-06-12T21:18:59.145Z Checking camino-tempfile-ext v0.3.3
40532026-06-12T21:18:59.181Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40542026-06-12T21:18:59.227Z Checking sapling-renderdag v0.1.0
40552026-06-12T21:18:59.340Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40562026-06-12T21:18:59.372Z Checking subprocess v0.2.15
40572026-06-12T21:18:59.469Z Checking sync-ptr v0.1.4
40582026-06-12T21:18:59.536Z Checking colored v2.2.0
40592026-06-12T21:18:59.587Z Checking assert_matches v1.5.0
40602026-06-12T21:18:59.655Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40612026-06-12T21:18:59.835Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40622026-06-12T21:18:59.842Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40632026-06-12T21:19:00.552Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40642026-06-12T21:19:01.886Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40652026-06-12T21:19:04.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
40662026-06-12T21:19:04.290Z
40672026-06-12T21:19:04.290Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40682026-06-12T21:19:04.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-12T21:19:04.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-12T21:19:04.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-06-12T21:19:04.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40722026-06-12T21:19:04.878Z
40732026-06-12T21:19:04.878Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40742026-06-12T21:19:05.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-12T21:19:05.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-12T21:19:05.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-12T21:19:05.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40782026-06-12T21:19:05.491Z
40792026-06-12T21:19:05.491Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40802026-06-12T21:19:06.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-12T21:19:06.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-12T21:19:06.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-06-12T21:19:06.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40842026-06-12T21:19:06.152Z
40852026-06-12T21:19:06.152Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40862026-06-12T21:19:06.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-12T21:19:06.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-12T21:19:06.885Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40892026-06-12T21:19:06.885Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40902026-06-12T21:19:07.529Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40912026-06-12T21:19:09.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
40922026-06-12T21:19:09.286Z
40932026-06-12T21:19:09.287Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40942026-06-12T21:19:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-12T21:19:09.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-12T21:19:09.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-06-12T21:19:09.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40982026-06-12T21:19:09.889Z
40992026-06-12T21:19:09.889Zinfo: running `cargo check --bins` on cert-dev (238/296)
41002026-06-12T21:19:10.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-06-12T21:19:10.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-06-12T21:19:10.504Z Checking yasna v0.5.2
41032026-06-12T21:19:10.920Z Checking rcgen v0.12.1
41042026-06-12T21:19:11.170Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41052026-06-12T21:19:11.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41062026-06-12T21:19:11.526Z
41072026-06-12T21:19:11.526Zinfo: running `cargo check --bins` on clickana (239/296)
41082026-06-12T21:19:12.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-06-12T21:19:12.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-06-12T21:19:12.182Z Compiling darling_core v0.23.0
41112026-06-12T21:19:12.294Z Compiling instability v0.3.11
41122026-06-12T21:19:12.301Z Checking castaway v0.2.4
41132026-06-12T21:19:12.307Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41142026-06-12T21:19:12.310Z Compiling indoc v2.0.7
41152026-06-12T21:19:12.323Z Checking unicode-truncate v1.1.0
41162026-06-12T21:19:12.326Z Checking lru v0.12.5
41172026-06-12T21:19:12.334Z Checking cassowary v0.3.0
41182026-06-12T21:19:12.392Z Checking compact_str v0.8.1
41192026-06-12T21:19:13.622Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41202026-06-12T21:19:13.715Z Compiling darling_macro v0.23.0
41212026-06-12T21:19:13.807Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41222026-06-12T21:19:14.126Z Compiling darling v0.23.0
41232026-06-12T21:19:14.751Z Checking ratatui v0.29.0
41242026-06-12T21:19:15.811Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41252026-06-12T21:19:16.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
41262026-06-12T21:19:16.654Z
41272026-06-12T21:19:16.654Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41282026-06-12T21:19:17.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-06-12T21:19:17.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-06-12T21:19:17.376Z Checking headers-core v0.3.0
41312026-06-12T21:19:17.380Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41322026-06-12T21:19:17.578Z Checking headers v0.4.1
41332026-06-12T21:19:17.945Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-06-12T21:19:18.805Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41352026-06-12T21:19:19.292Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41362026-06-12T21:19:19.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41372026-06-12T21:19:19.898Z
41382026-06-12T21:19:19.898Zinfo: running `cargo check --bins` on ch-dev (241/296)
41392026-06-12T21:19:20.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-06-12T21:19:20.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-06-12T21:19:20.633Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41422026-06-12T21:19:21.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41432026-06-12T21:19:21.596Z
41442026-06-12T21:19:21.596Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41452026-06-12T21:19:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-12T21:19:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-12T21:19:22.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-06-12T21:19:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41492026-06-12T21:19:22.072Z
41502026-06-12T21:19:22.072Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41512026-06-12T21:19:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-12T21:19:22.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-12T21:19:22.804Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41542026-06-12T21:19:23.791Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41552026-06-12T21:19:24.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41562026-06-12T21:19:24.326Z
41572026-06-12T21:19:24.326Zinfo: running `cargo check --bins` on db-dev (244/296)
41582026-06-12T21:19:24.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-12T21:19:24.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-12T21:19:25.066Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41612026-06-12T21:19:25.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41622026-06-12T21:19:26.013Z
41632026-06-12T21:19:26.013Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41642026-06-12T21:19:26.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-06-12T21:19:26.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-06-12T21:19:26.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-06-12T21:19:26.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41682026-06-12T21:19:26.671Z
41692026-06-12T21:19:26.671Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41702026-06-12T21:19:27.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-06-12T21:19:27.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-06-12T21:19:27.295Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41732026-06-12T21:19:27.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41742026-06-12T21:19:28.182Z
41752026-06-12T21:19:28.182Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41762026-06-12T21:19:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-06-12T21:19:28.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-06-12T21:19:28.946Z Compiling progenitor-impl v0.13.0
41792026-06-12T21:19:29.068Z Checking progenitor-client v0.13.0
41802026-06-12T21:19:29.072Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-06-12T21:19:29.072Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41822026-06-12T21:19:29.087Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41832026-06-12T21:19:29.109Z Checking git-stub v1.0.0
41842026-06-12T21:19:29.109Z Compiling trait-variant v0.1.2
41852026-06-12T21:19:29.270Z Checking is_ci v1.2.0
41862026-06-12T21:19:29.305Z Checking maplit v1.0.2
41872026-06-12T21:19:29.319Z Checking git-stub-vcs v0.1.0
41882026-06-12T21:19:29.368Z Checking supports-color v3.0.2
41892026-06-12T21:19:29.391Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41902026-06-12T21:19:29.494Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41912026-06-12T21:19:29.514Z Checking drift v0.2.0
41922026-06-12T21:19:29.632Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41932026-06-12T21:19:29.702Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41942026-06-12T21:19:29.822Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41952026-06-12T21:19:29.899Z Checking dropshot-api-manager v0.7.2
41962026-06-12T21:19:29.919Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41972026-06-12T21:19:29.938Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41982026-06-12T21:19:30.051Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41992026-06-12T21:19:30.211Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42002026-06-12T21:19:30.403Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42012026-06-12T21:19:30.437Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42022026-06-12T21:19:30.937Z Compiling progenitor-macro v0.13.0
42032026-06-12T21:19:33.307Z Checking progenitor v0.13.0
42042026-06-12T21:19:33.425Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42052026-06-12T21:19:38.534Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42062026-06-12T21:19:39.626Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42072026-06-12T21:19:40.188Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42082026-06-12T21:19:40.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.44s
42092026-06-12T21:19:40.818Z
42102026-06-12T21:19:40.818Zinfo: running `cargo check --bins` on installinator-api (248/296)
42112026-06-12T21:19:41.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-06-12T21:19:41.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-06-12T21:19:41.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-06-12T21:19:41.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42152026-06-12T21:19:41.428Z
42162026-06-12T21:19:41.429Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
42172026-06-12T21:19:41.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-06-12T21:19:41.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-06-12T21:19:41.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-06-12T21:19:41.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42212026-06-12T21:19:42.081Z
42222026-06-12T21:19:42.081Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42232026-06-12T21:19:42.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-06-12T21:19:42.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-06-12T21:19:42.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-06-12T21:19:42.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42272026-06-12T21:19:42.734Z
42282026-06-12T21:19:42.734Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42292026-06-12T21:19:43.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-06-12T21:19:43.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-06-12T21:19:43.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-06-12T21:19:43.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-06-12T21:19:43.386Z
42342026-06-12T21:19:43.386Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42352026-06-12T21:19:43.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-06-12T21:19:43.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-06-12T21:19:43.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-06-12T21:19:43.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42392026-06-12T21:19:43.994Z
42402026-06-12T21:19:43.994Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42412026-06-12T21:19:44.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-06-12T21:19:44.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-06-12T21:19:44.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-06-12T21:19:44.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-06-12T21:19:44.594Z
42462026-06-12T21:19:44.594Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42472026-06-12T21:19:45.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-12T21:19:45.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-12T21:19:45.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-06-12T21:19:45.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42512026-06-12T21:19:45.219Z
42522026-06-12T21:19:45.219Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42532026-06-12T21:19:45.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-06-12T21:19:45.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-06-12T21:19:45.845Z Checking typeid v1.0.3
42562026-06-12T21:19:45.957Z Checking ordered-float v2.10.1
42572026-06-12T21:19:45.976Z Checking unicode-xid v0.2.6
42582026-06-12T21:19:45.989Z Checking cargo-platform v0.2.0
42592026-06-12T21:19:45.997Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42602026-06-12T21:19:46.026Z Checking erased-serde v0.4.9
42612026-06-12T21:19:46.163Z Checking serde-value v0.7.0
42622026-06-12T21:19:46.340Z Checking serde-untagged v0.1.9
42632026-06-12T21:19:46.506Z Checking cargo-util-schemas v0.8.2
42642026-06-12T21:19:47.188Z Checking cargo_metadata v0.21.0
42652026-06-12T21:19:47.797Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42662026-06-12T21:19:48.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
42672026-06-12T21:19:48.744Z
42682026-06-12T21:19:48.744Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42692026-06-12T21:19:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-06-12T21:19:49.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-06-12T21:19:49.487Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42722026-06-12T21:19:50.099Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42732026-06-12T21:19:50.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42742026-06-12T21:19:50.813Z
42752026-06-12T21:19:50.813Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42762026-06-12T21:19:51.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-06-12T21:19:51.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-06-12T21:19:51.776Z Compiling vergen-lib v0.1.6
42792026-06-12T21:19:51.776Z Compiling dirs-sys-next v0.1.2
42802026-06-12T21:19:51.779Z Compiling crunchy v0.2.4
42812026-06-12T21:19:51.779Z Compiling glob v0.3.3
42822026-06-12T21:19:51.779Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42832026-06-12T21:19:51.779Z Compiling diesel_derives v2.3.7
42842026-06-12T21:19:51.920Z Compiling dsl_auto_type v0.2.0
42852026-06-12T21:19:51.933Z Checking scheduled-thread-pool v0.2.7
42862026-06-12T21:19:52.126Z Compiling dirs-next v2.0.0
42872026-06-12T21:19:52.140Z Compiling vergen-gitcl v1.0.8
42882026-06-12T21:19:52.188Z Compiling diesel_table_macro_syntax v0.3.0
42892026-06-12T21:19:52.204Z Compiling tiny-keccak v2.0.2
42902026-06-12T21:19:52.258Z Compiling term v0.7.0
42912026-06-12T21:19:52.301Z Compiling clang-sys v1.8.1
42922026-06-12T21:19:52.363Z Checking r2d2 v0.8.10
42932026-06-12T21:19:52.391Z Checking downcast-rs v2.0.2
42942026-06-12T21:19:52.430Z Compiling bit-vec v0.6.3
42952026-06-12T21:19:52.549Z Compiling ascii-canvas v3.0.0
42962026-06-12T21:19:52.657Z Compiling bit-set v0.5.3
42972026-06-12T21:19:52.731Z Compiling itertools v0.10.5
42982026-06-12T21:19:52.794Z Compiling ena v0.14.4
42992026-06-12T21:19:52.812Z Compiling libloading v0.8.9
43002026-06-12T21:19:52.815Z Compiling bindgen v0.71.1
43012026-06-12T21:19:52.911Z Compiling regex-syntax v0.6.29
43022026-06-12T21:19:53.008Z Compiling diff v0.1.13
43032026-06-12T21:19:53.286Z Compiling cexpr v0.6.0
43042026-06-12T21:19:53.303Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43052026-06-12T21:19:53.306Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43062026-06-12T21:19:53.503Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43072026-06-12T21:19:53.662Z Compiling rustc-hash v2.1.1
43082026-06-12T21:19:53.828Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43092026-06-12T21:19:53.847Z Compiling libxml v0.3.3
43102026-06-12T21:19:53.968Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43112026-06-12T21:19:54.055Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43122026-06-12T21:19:54.123Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43132026-06-12T21:19:54.201Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43142026-06-12T21:19:54.322Z Compiling lalrpop v0.19.12
43152026-06-12T21:19:54.382Z Compiling strum_macros v0.24.3
43162026-06-12T21:19:54.474Z Compiling indoc v1.0.9
43172026-06-12T21:19:55.253Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43182026-06-12T21:19:55.453Z Checking derive_builder v0.20.2
43192026-06-12T21:19:55.576Z Compiling oso-derive v0.27.3
43202026-06-12T21:19:55.647Z Checking quick-xml v0.37.5
43212026-06-12T21:19:55.755Z Compiling impl-trait-for-tuples v0.2.3
43222026-06-12T21:19:56.087Z Checking openssl-probe v0.1.6
43232026-06-12T21:19:56.239Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43242026-06-12T21:19:56.540Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43252026-06-12T21:19:56.739Z Checking bb8 v0.8.6
43262026-06-12T21:19:56.781Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-06-12T21:19:56.977Z Compiling libz-sys v1.1.24
43282026-06-12T21:19:57.016Z Checking nonempty v0.12.0
43292026-06-12T21:19:57.032Z Compiling strsim v0.10.0
43302026-06-12T21:19:57.188Z Compiling libgit2-sys v0.18.3+1.9.2
43312026-06-12T21:19:57.296Z Compiling darling_core v0.13.4
43322026-06-12T21:19:57.378Z Compiling vergen-git2 v9.1.0
43332026-06-12T21:19:57.561Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-06-12T21:19:57.608Z Compiling rustls v0.21.12
43352026-06-12T21:19:57.761Z Compiling base64 v0.21.7
43362026-06-12T21:19:57.840Z Checking diesel v2.3.7
43372026-06-12T21:19:57.860Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43382026-06-12T21:19:58.120Z Compiling ron v0.8.1
43392026-06-12T21:19:58.901Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-06-12T21:19:59.100Z Checking sct v0.7.1
43412026-06-12T21:19:59.117Z Checking rustls-webpki v0.101.7
43422026-06-12T21:19:59.272Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43432026-06-12T21:19:59.289Z Compiling darling_macro v0.13.4
43442026-06-12T21:19:59.767Z Compiling darling v0.13.4
43452026-06-12T21:19:59.863Z Compiling serde_with_macros v1.5.2
43462026-06-12T21:19:59.882Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43472026-06-12T21:20:00.713Z Compiling serde_with v1.14.0
43482026-06-12T21:20:00.798Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43492026-06-12T21:20:01.562Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43502026-06-12T21:20:01.849Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43512026-06-12T21:20:02.547Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43522026-06-12T21:20:03.159Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43532026-06-12T21:20:03.209Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43542026-06-12T21:20:03.362Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43552026-06-12T21:20:03.410Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-06-12T21:20:03.439Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43572026-06-12T21:20:03.559Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43582026-06-12T21:20:03.735Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43592026-06-12T21:20:03.758Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43602026-06-12T21:20:03.807Z Checking tokio-rustls v0.24.1
43612026-06-12T21:20:03.996Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43622026-06-12T21:20:04.547Z Checking rustls-pemfile v1.0.4
43632026-06-12T21:20:04.610Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43642026-06-12T21:20:04.697Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-06-12T21:20:04.807Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43662026-06-12T21:20:04.895Z Checking twox-hash v2.1.2
43672026-06-12T21:20:05.187Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43682026-06-12T21:20:05.205Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43692026-06-12T21:20:05.245Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43702026-06-12T21:20:05.657Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43712026-06-12T21:20:05.817Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43722026-06-12T21:20:06.940Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43732026-06-12T21:20:07.097Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43742026-06-12T21:20:07.215Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43752026-06-12T21:20:07.478Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43762026-06-12T21:20:07.777Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43772026-06-12T21:20:08.177Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43782026-06-12T21:20:08.384Z Checking console v0.16.2
43792026-06-12T21:20:08.707Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43802026-06-12T21:20:08.778Z Checking fatfs v0.3.6
43812026-06-12T21:20:08.859Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43822026-06-12T21:20:09.241Z Compiling seq-macro v0.3.6
43832026-06-12T21:20:09.760Z Checking unit-prefix v0.5.2
43842026-06-12T21:20:09.904Z Checking indicatif v0.18.4
43852026-06-12T21:20:10.196Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43862026-06-12T21:20:10.246Z Checking support-bundle-viewer v0.1.2
43872026-06-12T21:20:10.298Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43882026-06-12T21:20:10.500Z Checking multimap v0.10.1
43892026-06-12T21:20:16.424Z Checking async-bb8-diesel v0.2.1
43902026-06-12T21:20:16.793Z Checking diesel-dtrace v0.5.0
43912026-06-12T21:20:19.957Z Compiling samael v0.0.19
43922026-06-12T21:20:25.410Z Compiling git2 v0.20.4
43932026-06-12T21:20:26.065Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43942026-06-12T21:20:26.382Z Compiling polar-core v0.27.3
43952026-06-12T21:20:27.827Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43962026-06-12T21:20:30.934Z Checking oso v0.27.3
43972026-06-12T21:20:58.769Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43982026-06-12T21:21:08.791Zerror[E0308]: mismatched types
43992026-06-12T21:21:08.791Z --> nexus/db-queries/src/db/datastore/fm.rs:820:55
44002026-06-12T21:21:08.791Z |
44012026-06-12T21:21:08.791Z820 | "error" => &InlineErrorChain::new(e),
44022026-06-12T21:21:08.791Z | --------------------- ^ expected `&dyn Error`, found `Error`
44032026-06-12T21:21:08.791Z | |
44042026-06-12T21:21:08.791Z | arguments to this function are incorrect
44052026-06-12T21:21:08.791Z |
44062026-06-12T21:21:08.791Z = note: expected reference `&dyn StdError`
44072026-06-12T21:21:08.791Z found enum `diesel::result::Error`
44082026-06-12T21:21:08.791Znote: associated function defined here
44092026-06-12T21:21:08.791Z --> /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs:32:12
44102026-06-12T21:21:08.791Z |
44112026-06-12T21:21:08.792Z 32 | pub fn new(err: &'a dyn Error) -> Self {
44122026-06-12T21:21:08.792Z | ^^^
44132026-06-12T21:21:08.792Zhelp: consider borrowing here
44142026-06-12T21:21:08.792Z |
44152026-06-12T21:21:08.792Z820 | "error" => &InlineErrorChain::new(&e),
44162026-06-12T21:21:08.792Z | +
44172026-06-12T21:21:08.792Z
44182026-06-12T21:21:24.522ZFor more information about this error, try `rustc --explain E0308`.
44192026-06-12T21:21:24.833Zerror: could not compile `nexus-db-queries` (lib) due to 1 previous error
44202026-06-12T21:21:25.085Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
44212026-06-12T21:21:25.088ZError: cargo-hack install failed: exit status: 1
44222026-06-12T21:21:25.091Z
44232026-06-12T21:21:25.091Zreal 8:59.041398589
44242026-06-12T21:21:25.091Zuser 15:48.129689759
44252026-06-12T21:21:25.092Zsys 3:35.763005545
44262026-06-12T21:21:25.092Ztrap 0.300672400
44272026-06-12T21:21:25.092Ztflt 0.669652483
44282026-06-12T21:21:25.092Zdflt 1.378224314
44292026-06-12T21:21:25.092Zkflt 0.004679600
44302026-06-12T21:21:25.092Zlock 52:52.950675624
44312026-06-12T21:21:25.092Zslp 1:09:53.805987438
44322026-06-12T21:21:25.092Zlat 55.602416816
44332026-06-12T21:21:25.092Zstop 3:17.000057394
44342026-06-12T21:21:25.092Zprocess exited: duration 678841 ms, exit code 1
 
44352026-06-12T21:21:25.099Zfound 0 output files