01KWD1A1DCNR58HWA0BKHJ5QDW: 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: 01KWD1AJ1FD8B588S2MNDMB8F2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T19:51:17.703Zjob assigned to worker 01KWD1AQN6258HJ9C295CATMSV [factory aws, i-00e4ea7a6ae0c1b50] (queued for 47 s)
 
22026-06-30T19:51:24.714Zstarting task 0: "setup"
32026-06-30T19:51:24.719Z++ uname -s
42026-06-30T19:51:24.722Z+ kern=SunOS
52026-06-30T19:51:24.722Z+ build_user=build
62026-06-30T19:51:24.722Z+ build_uid=12345
72026-06-30T19:51:24.722Z+ work_dir=/work
82026-06-30T19:51:24.722Z+ input_dir=/input
92026-06-30T19:51:24.722Z+ [[ 0 == 12345 ]]
102026-06-30T19:51:24.722Z+ case "$kern" in
112026-06-30T19:51:24.722Z+ groupadd -g 12345 build
122026-06-30T19:51:24.725Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T19:51:26.731Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T19:51:26.814Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T19:51:26.818Z+ home_fs=zfs
162026-06-30T19:51:26.818Z+ [[ zfs == autofs ]]
172026-06-30T19:51:26.818Z+ mkdir -p /home/build
182026-06-30T19:51:26.819Z+ chown build:build /home/build /work
192026-06-30T19:51:28.819Z+ chmod 0700 /home/build /work
202026-06-30T19:51:28.822Zprocess exited: duration 4108 ms, exit code 0
 
212026-06-30T19:51:28.834Zstarting task 1: "rust-toolchain"
222026-06-30T19:51:28.837Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-06-30T19:51:28.838Z * rust toolchain channel = "1.96.1"
242026-06-30T19:51:28.838Z * rust toolchain profile = "default"
252026-06-30T19:51:28.838Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T19:51:28.838Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T19:51:28.838Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T19:51:28.838Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T19:51:28.838Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-06-30T19:51:28.922Zinfo: downloading installer
312026-06-30T19:51:30.260Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T19:51:30.260Zwarn: /home/build/.rustup/settings.toml
332026-06-30T19:51:30.260Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T19:51:30.260Zwarn: instead of the one inferred from the default host triple.
352026-06-30T19:51:30.272Zinfo: profile set to default
362026-06-30T19:51:30.272Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T19:51:30.275Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-06-30T19:51:30.423Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-06-30T19:51:30.426Zinfo: downloading 6 components
402026-06-30T19:51:44.958Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-06-30T19:51:44.958Z
422026-06-30T19:51:44.995Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-06-30T19:51:44.995Z
442026-06-30T19:51:44.995Z
452026-06-30T19:51:44.995ZRust is installed now. Great!
462026-06-30T19:51:44.995Z
472026-06-30T19:51:44.996ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T19:51:44.996Zenvironment variable. This has not been done automatically.
492026-06-30T19:51:44.999Z
502026-06-30T19:51:44.999ZTo configure your current shell, you need to source
512026-06-30T19:51:44.999Zthe corresponding env file under $HOME/.cargo.
522026-06-30T19:51:44.999Z
532026-06-30T19:51:44.999ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T19:51:44.999Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T19:51:44.999Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T19:51:44.999Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T19:51:44.999Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T19:51:44.999Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T19:51:44.999Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T19:51:44.999Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T19:51:44.999Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T19:51:45.081Z+ rustup --version
632026-06-30T19:51:45.090Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T19:51:45.093Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T19:51:45.112Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-06-30T19:51:45.115Z+ cargo --version
672026-06-30T19:51:45.129Zcargo 1.96.1 (356927216 2026-06-26)
682026-06-30T19:51:45.132Z+ rustc --version
692026-06-30T19:51:45.153Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-06-30T19:51:45.156Zprocess exited: duration 16322 ms, exit code 0
 
712026-06-30T19:51:45.165Zstarting task 2: "authentication"
722026-06-30T19:51:45.181Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T19:51:45.187Zstarting task 3: "clone repository"
742026-06-30T19:51:45.190Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-30T19:51:45.193Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-30T19:51:45.224ZCloning into '/work/oxidecomputer/omicron'...
772026-06-30T19:51:55.394Z+ cd /work/oxidecomputer/omicron
782026-06-30T19:51:55.394Z+ git fetch origin 242cb66c96a79b2d9320cb6f84e6ad29aab26280
792026-06-30T19:51:55.687ZFrom https://github.com/oxidecomputer/omicron
802026-06-30T19:51:55.687Z * branch 242cb66c96a79b2d9320cb6f84e6ad29aab26280 -> FETCH_HEAD
812026-06-30T19:51:55.696Z+ [[ -n john/uplink-address-type ]]
822026-06-30T19:51:55.699Z++ git branch --show-current
832026-06-30T19:51:55.699Z+ current=main
842026-06-30T19:51:55.699Z+ [[ main != john/uplink-address-type ]]
852026-06-30T19:51:55.699Z+ git branch -f john/uplink-address-type 242cb66c96a79b2d9320cb6f84e6ad29aab26280
862026-06-30T19:51:55.702Z+ git checkout -f john/uplink-address-type
872026-06-30T19:51:55.937ZSwitched to branch 'john/uplink-address-type'
882026-06-30T19:51:55.940Z+ git reset --hard 242cb66c96a79b2d9320cb6f84e6ad29aab26280
892026-06-30T19:51:56.178ZHEAD is now at 242cb66c9 cargo fmt
902026-06-30T19:51:56.181Zprocess exited: duration 10992 ms, exit code 0
 
912026-06-30T19:51:56.188Zstarting task 4: "build"
922026-06-30T19:51:56.191Z+ source .github/buildomat/ci-env.sh
932026-06-30T19:51:56.194Z++ export CARGO_TERM_COLOR=always
942026-06-30T19:51:56.194Z++ CARGO_TERM_COLOR=always
952026-06-30T19:51:56.194Z+ cargo --version
962026-06-30T19:51:56.201Zcargo 1.96.1 (356927216 2026-06-26)
972026-06-30T19:51:56.204Z+ rustc --version
982026-06-30T19:51:56.223Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-06-30T19:51:56.226Z+ source ./env.sh
1002026-06-30T19:51:56.226Z++ OLD_SHELL_OPTS=ehxB
1012026-06-30T19:51:56.226Z++ set -o xtrace
1022026-06-30T19:51:56.229Z++++ dirname ./env.sh
1032026-06-30T19:51:56.229Z+++ readlink -f .
1042026-06-30T19:51:56.232Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-30T19:51:56.232Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-30T19:51:56.232Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-30T19:51:56.232Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-30T19:51:56.232Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-30T19:51:56.232Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-30T19:51:56.232Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-30T19:51:56.232Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-30T19:51:56.232Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-30T19:51:56.232Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-30T19:51:56.232Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-30T19:51:56.232Z++ case $OLD_SHELL_OPTS in
1162026-06-30T19:51:56.232Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-30T19:51:56.232Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-30T19:51:56.232Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-30T19:51:56.232Z+ banner prerequisites
1202026-06-30T19:51:56.235Z
1212026-06-30T19:51:56.235Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-30T19:51:56.235Z # # # # # # # # # # # # # # #
1232026-06-30T19:51:56.236Z # # # # ##### # # ##### # # # # # #### #
1242026-06-30T19:51:56.236Z ##### ##### # ##### # # # # # # # # #
1252026-06-30T19:51:56.236Z # # # # # # # # # # # # # # #
1262026-06-30T19:51:56.236Z # # # ###### # # ###### ### # #### # #### #
1272026-06-30T19:51:56.236Z
1282026-06-30T19:51:56.236Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-30T19:51:58.033Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-30T19:51:58.147Z Startup: Caching catalogs ... Done
1312026-06-30T19:51:58.634ZPlanning: Solver setup ... Done (0.436s)
1322026-06-30T19:51:58.658ZPlanning: Running solver ... Done (0.024s)
1332026-06-30T19:51:58.670ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-30T19:51:58.682ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-30T19:51:58.697ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-30T19:51:58.710ZPlanning: Package planning ... Done (0.013s)
1372026-06-30T19:51:58.713ZPlanning: Merging actions ... Done (0.001s)
1382026-06-30T19:51:58.874ZPlanning: Checking for conflicting actions ... Done (0.162s)
1392026-06-30T19:51:58.877ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-30T19:51:59.655ZPlanning: Evaluating mediators ... Done (0.780s)
1412026-06-30T19:51:59.658ZPlanning: Planning completed in 1.48 seconds
1422026-06-30T19:51:59.664Z Packages to install: 2
1432026-06-30T19:51:59.667Z Estimated space available: 156.06 GB
1442026-06-30T19:51:59.667ZEstimated space to be consumed: 30.97 MB
1452026-06-30T19:51:59.667Z Create boot environment: No
1462026-06-30T19:51:59.667ZCreate backup boot environment: No
1472026-06-30T19:51:59.667Z Rebuild boot archive: No
1482026-06-30T19:51:59.667Z
1492026-06-30T19:51:59.667ZChanged packages:
1502026-06-30T19:51:59.667Zhelios
1512026-06-30T19:51:59.667Z developer/build-essential
1522026-06-30T19:51:59.667Z None -> 11-3.0
1532026-06-30T19:51:59.667Z library/libxmlsec1
1542026-06-30T19:51:59.667Z None -> 1.2.35-3.0
1552026-06-30T19:51:59.688Z
1562026-06-30T19:51:59.688ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-30T19:52:00.299ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1582026-06-30T19:52:00.376Z Actions: 1/268 actions (Installing new actions)
1592026-06-30T19:52:00.413Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-30T19:52:00.424ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-30T19:52:00.428ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-30T19:52:00.452ZFinalize: Updating image state ... Done (0.028s)
1632026-06-30T19:52:02.871ZFinalize: Creating fast lookup database ... Done (2.394s)
1642026-06-30T19:52:02.940ZFinalize: Reading search index ... Done (0.013s)
1652026-06-30T19:52:02.943ZFinalize: Updating search index ... Done (0.000s)
1662026-06-30T19:52:03.065ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-30T19:52:03.375ZPlanning: Evaluating mediator changes ... Done
1682026-06-30T19:52:03.480ZPlanning: Checking for conflicting actions ... Done
1692026-06-30T19:52:03.483ZPlanning: Consolidating action changes ... Done
1702026-06-30T19:52:03.635ZPlanning: Evaluating mediators ... Done
1712026-06-30T19:52:03.638ZPlanning: Planning completed in 0.26 seconds
1722026-06-30T19:52:03.657Z Mediators to change: 2
1732026-06-30T19:52:03.657Z Create boot environment: No
1742026-06-30T19:52:03.657ZCreate backup boot environment: No
1752026-06-30T19:52:03.713ZFinalize: Updating package state database ... Done
1762026-06-30T19:52:03.714ZFinalize: Updating package cache ... Done
1772026-06-30T19:52:03.729ZFinalize: Updating image state ... Done
1782026-06-30T19:52:05.659ZFinalize: Creating fast lookup database ... Done
1792026-06-30T19:52:05.727ZFinalize: Reading search index ... Done
1802026-06-30T19:52:05.730ZFinalize: Updating search index ... Done
1812026-06-30T19:52:05.804ZFinalize: Updating package cache ... Done
1822026-06-30T19:52:06.084ZPlanning: Evaluating mediator changes ... Done
1832026-06-30T19:52:06.188ZPlanning: Checking for conflicting actions ... Done
1842026-06-30T19:52:06.191ZPlanning: Consolidating action changes ... Done
1852026-06-30T19:52:06.344ZPlanning: Evaluating mediators ... Done
1862026-06-30T19:52:06.347ZPlanning: Planning completed in 0.26 seconds
1872026-06-30T19:52:06.366Z Mediators to change: 1
1882026-06-30T19:52:06.366Z Create boot environment: No
1892026-06-30T19:52:06.369ZCreate backup boot environment: No
1902026-06-30T19:52:06.410ZFinalize: Updating package state database ... Done
1912026-06-30T19:52:06.410ZFinalize: Updating package cache ... Done
1922026-06-30T19:52:06.425ZFinalize: Updating image state ... Done
1932026-06-30T19:52:08.339ZFinalize: Creating fast lookup database ... Done
1942026-06-30T19:52:08.402ZFinalize: Reading search index ... Done
1952026-06-30T19:52:08.406ZFinalize: Updating search index ... Done
1962026-06-30T19:52:08.463ZFinalize: Updating package cache ... Done
1972026-06-30T19:52:08.768ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-30T19:52:08.768Zapache system 2.4 system
1992026-06-30T19:52:08.768Zclang system 15 system
2002026-06-30T19:52:08.768Zcsh system system illumos
2012026-06-30T19:52:08.768Zctags system system illumos
2022026-06-30T19:52:08.768Zfile vendor vendor darwinsys
2032026-06-30T19:52:08.768Zfile system system illumos
2042026-06-30T19:52:08.768Zgcc vendor 14 vendor
2052026-06-30T19:52:08.768Zgcc system 13 system
2062026-06-30T19:52:08.768Zgcc system 10 system
2072026-06-30T19:52:08.768Zgo system 1.25 system
2082026-06-30T19:52:08.768Zllvm system 15 system
2092026-06-30T19:52:08.768Zmariadb system 11.4 system
2102026-06-30T19:52:08.768Zmta vendor vendor dma
2112026-06-30T19:52:08.769Zopenjdk system 17 system
2122026-06-30T19:52:08.769Zopenjdk system 11 system
2132026-06-30T19:52:08.769Zopenssl vendor 3 vendor
2142026-06-30T19:52:08.769Zperl system 5.40 system
2152026-06-30T19:52:08.769Zpostgresql system 18 system
2162026-06-30T19:52:08.769Zpostgresql system 17 system
2172026-06-30T19:52:08.769Zpython vendor 3 vendor
2182026-06-30T19:52:08.769Zpython system 2 system
2192026-06-30T19:52:08.769Zpython3 vendor 3.13 vendor
2202026-06-30T19:52:08.769Zruby system 3.4 system
2212026-06-30T19:52:08.769Zruby system 3.0 system
2222026-06-30T19:52:08.769Zwords vendor vendor american-english
2232026-06-30T19:52:08.769Zwords system system australian-english
2242026-06-30T19:52:08.769Zwords system system british-english
2252026-06-30T19:52:08.769Zwords system system canadian-english
2262026-06-30T19:52:08.769Zwords system system french
2272026-06-30T19:52:08.769Zwords system system italian
2282026-06-30T19:52:08.769Zwords system system ngerman
2292026-06-30T19:52:08.769Zwords system system ogerman
2302026-06-30T19:52:08.769Zwords system system spanish
2312026-06-30T19:52:09.020ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-30T19:52:09.021Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-30T19:52:09.319ZFMRI IFO
2342026-06-30T19:52:09.319Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-30T19:52:09.319Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-30T19:52:09.319Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-30T19:52:09.319Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-30T19:52:09.319Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-30T19:52:09.319Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-30T19:52:09.319Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-30T19:52:09.319Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-30T19:52:09.319Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-30T19:52:09.579Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-30T19:52:09.864Z Updating crates.io index
2452026-06-30T19:52:09.867Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-30T19:52:10.142Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-06-30T19:52:10.443Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-06-30T19:52:11.506Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-06-30T19:52:12.022Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-30T19:52:13.901Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-30T19:52:14.658Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-30T19:52:14.929Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-06-30T19:52:15.282Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-30T19:52:16.340Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-30T19:52:16.624Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-30T19:52:16.934Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-30T19:52:17.207Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-30T19:52:17.650Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-30T19:52:18.132Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-30T19:52:18.575Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-30T19:52:18.835Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-30T19:52:19.111Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-30T19:52:19.427Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-30T19:52:19.688Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-30T19:52:19.917Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-30T19:52:20.206Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-30T19:52:20.574Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-30T19:52:20.919Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-30T19:52:21.286Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-30T19:52:21.756Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-30T19:52:22.019Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-30T19:52:22.318Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-30T19:52:22.562Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-30T19:52:22.836Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-30T19:52:23.165Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-30T19:52:23.546Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-30T19:52:23.776Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-30T19:52:24.094Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-30T19:52:24.371Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-30T19:52:24.641Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-30T19:52:24.923Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-30T19:52:25.198Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-30T19:52:25.485Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-30T19:52:25.765Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-30T19:52:28.396Z Downloading crates ...
2862026-06-30T19:52:28.445Z Downloaded anstyle-query v1.1.5
2872026-06-30T19:52:28.448Z Downloaded bitflags v2.11.0
2882026-06-30T19:52:28.450Z Downloaded errno v0.3.14
2892026-06-30T19:52:28.453Z Downloaded cargo-platform v0.2.0
2902026-06-30T19:52:28.456Z Downloaded clap_lex v1.0.0
2912026-06-30T19:52:28.459Z Downloaded byteorder v1.5.0
2922026-06-30T19:52:28.459Z Downloaded is_terminal_polyfill v1.70.2
2932026-06-30T19:52:28.461Z Downloaded form_urlencoded v1.2.2
2942026-06-30T19:52:28.464Z Downloaded percent-encoding v2.3.2
2952026-06-30T19:52:28.464Z Downloaded heck v0.5.0
2962026-06-30T19:52:28.467Z Downloaded swrite v0.1.0
2972026-06-30T19:52:28.467Z Downloaded tinystr v0.8.2
2982026-06-30T19:52:28.471Z Downloaded potential_utf v0.1.4
2992026-06-30T19:52:28.474Z Downloaded generic-array v0.14.7
3002026-06-30T19:52:28.474Z Downloaded anstream v1.0.0
3012026-06-30T19:52:28.476Z Downloaded zerocopy-derive v0.7.35
3022026-06-30T19:52:28.479Z Downloaded fs-err v3.3.0
3032026-06-30T19:52:28.479Z Downloaded cargo_metadata v0.21.0
3042026-06-30T19:52:28.482Z Downloaded heck v0.4.1
3052026-06-30T19:52:28.482Z Downloaded zerovec-derive v0.11.2
3062026-06-30T19:52:28.482Z Downloaded zerofrom-derive v0.1.6
3072026-06-30T19:52:28.485Z Downloaded idna_adapter v1.2.1
3082026-06-30T19:52:28.485Z Downloaded equivalent v1.0.2
3092026-06-30T19:52:28.485Z Downloaded cpufeatures v0.2.17
3102026-06-30T19:52:28.488Z Downloaded cfg-if v1.0.4
3112026-06-30T19:52:28.488Z Downloaded typenum v1.19.0
3122026-06-30T19:52:28.490Z Downloaded zerofrom v0.1.6
3132026-06-30T19:52:28.490Z Downloaded version_check v0.9.5
3142026-06-30T19:52:28.490Z Downloaded scroll_derive v0.12.1
3152026-06-30T19:52:28.490Z Downloaded fnv v1.0.7
3162026-06-30T19:52:28.493Z Downloaded yoke v0.8.1
3172026-06-30T19:52:28.493Z Downloaded dof v0.3.0
3182026-06-30T19:52:28.493Z Downloaded block-buffer v0.10.4
3192026-06-30T19:52:28.496Z Downloaded synstructure v0.13.2
3202026-06-30T19:52:28.496Z Downloaded digest v0.10.7
3212026-06-30T19:52:28.496Z Downloaded serde-untagged v0.1.9
3222026-06-30T19:52:28.499Z Downloaded sha2 v0.10.9
3232026-06-30T19:52:28.499Z Downloaded utf8_iter v1.0.4
3242026-06-30T19:52:28.499Z Downloaded usdt v0.5.0
3252026-06-30T19:52:28.504Z Downloaded utf8parse v0.2.2
3262026-06-30T19:52:28.504Z Downloaded unicode-linebreak v0.1.5
3272026-06-30T19:52:28.504Z Downloaded usdt-macro v0.5.0
3282026-06-30T19:52:28.504Z Downloaded unicode-xid v0.2.6
3292026-06-30T19:52:28.508Z Downloaded yoke-derive v0.8.1
3302026-06-30T19:52:28.511Z Downloaded smawk v0.3.2
3312026-06-30T19:52:28.511Z Downloaded thread-id v4.2.2
3322026-06-30T19:52:28.515Z Downloaded toml_datetime v0.6.11
3332026-06-30T19:52:28.515Z Downloaded thiserror-impl v2.0.18
3342026-06-30T19:52:28.515Z Downloaded thiserror-impl v1.0.69
3352026-06-30T19:52:28.518Z Downloaded fastrand v2.3.0
3362026-06-30T19:52:28.518Z Downloaded usdt-attr-macro v0.5.0
3372026-06-30T19:52:28.518Z Downloaded typeid v1.0.3
3382026-06-30T19:52:28.518Z Downloaded toml_write v0.1.2
3392026-06-30T19:52:28.521Z Downloaded zmij v1.0.21
3402026-06-30T19:52:28.521Z Downloaded terminal_size v0.4.3
3412026-06-30T19:52:28.521Z Downloaded proc-macro-error-attr v1.0.4
3422026-06-30T19:52:28.524Z Downloaded autocfg v1.5.0
3432026-06-30T19:52:28.524Z Downloaded toml_edit v0.22.27
3442026-06-30T19:52:28.529Z Downloaded memmap v0.7.0
3452026-06-30T19:52:28.532Z Downloaded usdt-impl v0.5.0
3462026-06-30T19:52:28.532Z Downloaded tabled_derive v0.7.0
3472026-06-30T19:52:28.532Z Downloaded strsim v0.11.1
3482026-06-30T19:52:28.532Z Downloaded ordered-float v2.10.1
3492026-06-30T19:52:28.534Z Downloaded dtrace-parser v0.2.0
3502026-06-30T19:52:28.534Z Downloaded toml v0.8.23
3512026-06-30T19:52:28.535Z Downloaded serde_spanned v0.6.9
3522026-06-30T19:52:28.538Z Downloaded colorchoice v1.0.4
3532026-06-30T19:52:28.538Z Downloaded litemap v0.8.1
3542026-06-30T19:52:28.538Z Downloaded clap v4.6.1
3552026-06-30T19:52:28.542Z Downloaded bytecount v0.6.9
3562026-06-30T19:52:28.545Z Downloaded writeable v0.6.2
3572026-06-30T19:52:28.545Z Downloaded ucd-trie v0.1.7
3582026-06-30T19:52:28.550Z Downloaded thiserror v2.0.18
3592026-06-30T19:52:28.552Z Downloaded textwrap v0.16.2
3602026-06-30T19:52:28.553Z Downloaded serde-value v0.7.0
3612026-06-30T19:52:28.553Z Downloaded pretty-hex v0.4.1
3622026-06-30T19:52:28.556Z Downloaded macaddr v1.0.1
3632026-06-30T19:52:28.559Z Downloaded stable_deref_trait v1.2.1
3642026-06-30T19:52:28.559Z Downloaded crypto-common v0.1.7
3652026-06-30T19:52:28.562Z Downloaded unicode-ident v1.0.24
3662026-06-30T19:52:28.565Z Downloaded zerotrie v0.2.3
3672026-06-30T19:52:28.568Z Downloaded plain v0.2.3
3682026-06-30T19:52:28.576Z Downloaded anstyle-parse v1.0.0
3692026-06-30T19:52:28.580Z Downloaded cargo_toml v0.21.0
3702026-06-30T19:52:28.584Z Downloaded zerovec v0.11.5
3712026-06-30T19:52:28.584Z Downloaded url v2.5.8
3722026-06-30T19:52:28.587Z Downloaded zerocopy v0.7.35
3732026-06-30T19:52:28.593Z Downloaded thiserror v1.0.69
3742026-06-30T19:52:28.596Z Downloaded icu_normalizer v2.1.1
3752026-06-30T19:52:28.599Z Downloaded winnow v0.7.14
3762026-06-30T19:52:28.603Z Downloaded scroll v0.12.0
3772026-06-30T19:52:28.606Z Downloaded anstyle v1.0.14
3782026-06-30T19:52:28.606Z Downloaded displaydoc v0.2.5
3792026-06-30T19:52:28.609Z Downloaded camino-tempfile v1.4.1
3802026-06-30T19:52:28.609Z Downloaded unicode-width v0.2.0
3812026-06-30T19:52:28.615Z Downloaded unicode-width v0.1.14
3822026-06-30T19:52:28.618Z Downloaded quote v1.0.45
3832026-06-30T19:52:28.618Z Downloaded proc-macro-error v1.0.4
3842026-06-30T19:52:28.618Z Downloaded itoa v1.0.17
3852026-06-30T19:52:28.618Z Downloaded camino v1.2.2
3862026-06-30T19:52:28.623Z Downloaded serde_tokenstream v0.2.3
3872026-06-30T19:52:28.626Z Downloaded semver v1.0.28
3882026-06-30T19:52:28.626Z Downloaded anyhow v1.0.102
3892026-06-30T19:52:28.630Z Downloaded cargo-util-schemas v0.8.2
3902026-06-30T19:52:28.630Z Downloaded erased-serde v0.4.9
3912026-06-30T19:52:28.636Z Downloaded icu_provider v2.1.1
3922026-06-30T19:52:28.636Z Downloaded tempfile v3.25.0
3932026-06-30T19:52:28.641Z Downloaded icu_normalizer_data v2.1.1
3942026-06-30T19:52:28.646Z Downloaded pest_derive v2.8.6
3952026-06-30T19:52:28.646Z Downloaded smallvec v1.15.1
3962026-06-30T19:52:28.646Z Downloaded clap_derive v4.6.1
3972026-06-30T19:52:28.650Z Downloaded pest_generator v2.8.6
3982026-06-30T19:52:28.654Z Downloaded once_cell v1.21.3
3992026-06-30T19:52:28.659Z Downloaded icu_properties v2.1.2
4002026-06-30T19:52:28.663Z Downloaded papergrid v0.11.0
4012026-06-30T19:52:28.666Z Downloaded icu_locale_core v2.1.1
4022026-06-30T19:52:28.668Z Downloaded serde_core v1.0.228
4032026-06-30T19:52:28.671Z Downloaded proc-macro2 v1.0.106
4042026-06-30T19:52:28.674Z Downloaded num-traits v0.2.19
4052026-06-30T19:52:28.674Z Downloaded getrandom v0.4.1
4062026-06-30T19:52:28.677Z Downloaded log v0.4.29
4072026-06-30T19:52:28.686Z Downloaded memchr v2.8.0
4082026-06-30T19:52:28.689Z Downloaded serde_derive v1.0.228
4092026-06-30T19:52:28.694Z Downloaded pest_meta v2.8.6
4102026-06-30T19:52:28.697Z Downloaded icu_collections v2.1.1
4112026-06-30T19:52:28.706Z Downloaded serde v1.0.228
4122026-06-30T19:52:28.723Z Downloaded indexmap v2.14.0
4132026-06-30T19:52:28.739Z Downloaded pest v2.8.6
4142026-06-30T19:52:28.742Z Downloaded goblin v0.8.2
4152026-06-30T19:52:28.745Z Downloaded idna v1.1.0
4162026-06-30T19:52:28.750Z Downloaded icu_properties_data v2.1.2
4172026-06-30T19:52:28.759Z Downloaded serde_json v1.0.150
4182026-06-30T19:52:28.764Z Downloaded hashbrown v0.17.0
4192026-06-30T19:52:28.766Z Downloaded clap_builder v4.6.0
4202026-06-30T19:52:28.784Z Downloaded tabled v0.15.0
4212026-06-30T19:52:28.792Z Downloaded syn v1.0.109
4222026-06-30T19:52:28.797Z Downloaded syn v2.0.117
4232026-06-30T19:52:28.816Z Downloaded rustix v1.1.3
4242026-06-30T19:52:28.844Z Downloaded libc v0.2.185
4252026-06-30T19:52:28.924Z Compiling proc-macro2 v1.0.106
4262026-06-30T19:52:28.924Z Compiling quote v1.0.45
4272026-06-30T19:52:28.924Z Compiling unicode-ident v1.0.24
4282026-06-30T19:52:28.927Z Compiling serde_core v1.0.228
4292026-06-30T19:52:28.927Z Compiling libc v0.2.185
4302026-06-30T19:52:28.927Z Compiling version_check v0.9.5
4312026-06-30T19:52:28.927Z Compiling serde v1.0.228
4322026-06-30T19:52:28.927Z Compiling stable_deref_trait v1.2.1
4332026-06-30T19:52:29.224Z Compiling memchr v2.8.0
4342026-06-30T19:52:29.240Z Compiling zmij v1.0.21
4352026-06-30T19:52:29.460Z Compiling autocfg v1.5.0
4362026-06-30T19:52:29.535Z Compiling thiserror v1.0.69
4372026-06-30T19:52:29.567Z Compiling itoa v1.0.17
4382026-06-30T19:52:29.841Z Compiling ucd-trie v0.1.7
4392026-06-30T19:52:29.876Z Compiling writeable v0.6.2
4402026-06-30T19:52:29.911Z Compiling litemap v0.8.1
4412026-06-30T19:52:29.962Z Compiling icu_normalizer_data v2.1.1
4422026-06-30T19:52:30.031Z Compiling pest v2.8.6
4432026-06-30T19:52:30.064Z Compiling icu_properties_data v2.1.2
4442026-06-30T19:52:30.112Z Compiling rustix v1.1.3
4452026-06-30T19:52:30.259Z Compiling byteorder v1.5.0
4462026-06-30T19:52:30.403Z Compiling syn v2.0.117
4472026-06-30T19:52:30.473Z Compiling errno v0.3.14
4482026-06-30T19:52:30.538Z Compiling bitflags v2.11.0
4492026-06-30T19:52:30.547Z Compiling serde_json v1.0.150
4502026-06-30T19:52:30.773Z Compiling num-traits v0.2.19
4512026-06-30T19:52:30.830Z Compiling smallvec v1.15.1
4522026-06-30T19:52:30.977Z Compiling equivalent v1.0.2
4532026-06-30T19:52:30.999Z Compiling hashbrown v0.17.0
4542026-06-30T19:52:31.045Z Compiling pest_meta v2.8.6
4552026-06-30T19:52:31.064Z Compiling typeid v1.0.3
4562026-06-30T19:52:31.386Z Compiling thread-id v4.2.2
4572026-06-30T19:52:31.420Z Compiling usdt-impl v0.5.0
4582026-06-30T19:52:31.425Z Compiling proc-macro-error-attr v1.0.4
4592026-06-30T19:52:31.470Z Compiling toml_write v0.1.2
4602026-06-30T19:52:31.536Z Compiling indexmap v2.14.0
4612026-06-30T19:52:31.620Z Compiling winnow v0.7.14
4622026-06-30T19:52:31.657Z Compiling syn v1.0.109
4632026-06-30T19:52:31.674Z Compiling erased-serde v0.4.9
4642026-06-30T19:52:32.147Z Compiling proc-macro-error v1.0.4
4652026-06-30T19:52:32.164Z Compiling utf8_iter v1.0.4
4662026-06-30T19:52:32.317Z Compiling thiserror v2.0.18
4672026-06-30T19:52:32.348Z Compiling getrandom v0.4.1
4682026-06-30T19:52:32.617Z Compiling camino v1.2.2
4692026-06-30T19:52:32.620Z Compiling log v0.4.29
4702026-06-30T19:52:32.651Z Compiling plain v0.2.3
4712026-06-30T19:52:32.721Z Compiling percent-encoding v2.3.2
4722026-06-30T19:52:32.770Z Compiling utf8parse v0.2.2
4732026-06-30T19:52:32.868Z Compiling anstyle-parse v1.0.0
4742026-06-30T19:52:32.885Z Compiling form_urlencoded v1.2.2
4752026-06-30T19:52:32.921Z Compiling ordered-float v2.10.1
4762026-06-30T19:52:32.954Z Compiling synstructure v0.13.2
4772026-06-30T19:52:33.031Z Compiling pest_generator v2.8.6
4782026-06-30T19:52:33.169Z Compiling terminal_size v0.4.3
4792026-06-30T19:52:33.313Z Compiling colorchoice v1.0.4
4802026-06-30T19:52:33.411Z Compiling anstyle v1.0.14
4812026-06-30T19:52:33.434Z Compiling anstyle-query v1.1.5
4822026-06-30T19:52:33.549Z Compiling pretty-hex v0.4.1
4832026-06-30T19:52:33.596Z Compiling cfg-if v1.0.4
4842026-06-30T19:52:33.614Z Compiling is_terminal_polyfill v1.70.2
4852026-06-30T19:52:33.631Z Compiling serde-untagged v0.1.9
4862026-06-30T19:52:33.709Z Compiling anstream v1.0.0
4872026-06-30T19:52:33.783Z Compiling semver v1.0.28
4882026-06-30T19:52:33.835Z Compiling fs-err v3.3.0
4892026-06-30T19:52:33.880Z Compiling clap_lex v1.0.0
4902026-06-30T19:52:34.019Z Compiling fastrand v2.3.0
4912026-06-30T19:52:34.045Z Compiling anyhow v1.0.102
4922026-06-30T19:52:34.075Z Compiling bytecount v0.6.9
4932026-06-30T19:52:34.105Z Compiling unicode-xid v0.2.6
4942026-06-30T19:52:34.126Z Compiling heck v0.4.1
4952026-06-30T19:52:34.211Z Compiling fnv v1.0.7
4962026-06-30T19:52:34.236Z Compiling strsim v0.11.1
4972026-06-30T19:52:34.321Z Compiling once_cell v1.21.3
4982026-06-30T19:52:34.350Z Compiling unicode-width v0.1.14
4992026-06-30T19:52:34.370Z Compiling heck v0.5.0
5002026-06-30T19:52:34.543Z Compiling tempfile v3.25.0
5012026-06-30T19:52:34.592Z Compiling papergrid v0.11.0
5022026-06-30T19:52:34.596Z Compiling clap_builder v4.6.0
5032026-06-30T19:52:34.658Z Compiling serde_derive v1.0.228
5042026-06-30T19:52:34.741Z Compiling zerofrom-derive v0.1.6
5052026-06-30T19:52:34.836Z Compiling yoke-derive v0.8.1
5062026-06-30T19:52:34.921Z Compiling zerovec-derive v0.11.2
5072026-06-30T19:52:35.207Z Compiling displaydoc v0.2.5
5082026-06-30T19:52:35.937Z Compiling thiserror-impl v1.0.69
5092026-06-30T19:52:35.980Z Compiling zerocopy-derive v0.7.35
5102026-06-30T19:52:35.983Z Compiling pest_derive v2.8.6
5112026-06-30T19:52:36.013Z Compiling scroll_derive v0.12.1
5122026-06-30T19:52:36.138Z Compiling zerofrom v0.1.6
5132026-06-30T19:52:36.270Z Compiling yoke v0.8.1
5142026-06-30T19:52:36.437Z Compiling zerovec v0.11.5
5152026-06-30T19:52:36.463Z Compiling zerotrie v0.2.3
5162026-06-30T19:52:36.679Z Compiling scroll v0.12.0
5172026-06-30T19:52:36.762Z Compiling thiserror-impl v2.0.18
5182026-06-30T19:52:36.846Z Compiling zerocopy v0.7.35
5192026-06-30T19:52:36.938Z Compiling tinystr v0.8.2
5202026-06-30T19:52:36.954Z Compiling potential_utf v0.1.4
5212026-06-30T19:52:37.120Z Compiling icu_collections v2.1.1
5222026-06-30T19:52:37.147Z Compiling icu_locale_core v2.1.1
5232026-06-30T19:52:37.302Z Compiling dtrace-parser v0.2.0
5242026-06-30T19:52:37.389Z Compiling goblin v0.8.2
5252026-06-30T19:52:37.592Z Compiling tabled_derive v0.7.0
5262026-06-30T19:52:37.641Z Compiling clap_derive v4.6.1
5272026-06-30T19:52:38.012Z Compiling icu_provider v2.1.1
5282026-06-30T19:52:38.035Z Compiling serde_spanned v0.6.9
5292026-06-30T19:52:38.052Z Compiling toml_datetime v0.6.11
5302026-06-30T19:52:38.066Z Compiling dof v0.3.0
5312026-06-30T19:52:38.089Z Compiling serde_tokenstream v0.2.3
5322026-06-30T19:52:38.294Z Compiling icu_properties v2.1.2
5332026-06-30T19:52:38.341Z Compiling icu_normalizer v2.1.1
5342026-06-30T19:52:38.355Z Compiling toml_edit v0.22.27
5352026-06-30T19:52:38.471Z Compiling serde-value v0.7.0
5362026-06-30T19:52:38.542Z Compiling cargo-platform v0.2.0
5372026-06-30T19:52:38.831Z Compiling memmap v0.7.0
5382026-06-30T19:52:38.834Z Compiling smawk v0.3.2
5392026-06-30T19:52:38.891Z Compiling unicode-linebreak v0.1.5
5402026-06-30T19:52:38.996Z Compiling unicode-width v0.2.0
5412026-06-30T19:52:39.019Z Compiling tabled v0.15.0
5422026-06-30T19:52:39.090Z Compiling usdt-attr-macro v0.5.0
5432026-06-30T19:52:39.137Z Compiling usdt-macro v0.5.0
5442026-06-30T19:52:39.275Z Compiling idna_adapter v1.2.1
5452026-06-30T19:52:39.425Z Compiling idna v1.1.0
5462026-06-30T19:52:39.443Z Compiling clap v4.6.1
5472026-06-30T19:52:39.443Z Compiling textwrap v0.16.2
5482026-06-30T19:52:39.549Z Compiling macaddr v1.0.1
5492026-06-30T19:52:39.785Z Compiling url v2.5.8
5502026-06-30T19:52:39.812Z Compiling toml v0.8.23
5512026-06-30T19:52:40.100Z Compiling camino-tempfile v1.4.1
5522026-06-30T19:52:40.329Z Compiling cargo-util-schemas v0.8.2
5532026-06-30T19:52:40.447Z Compiling cargo_toml v0.21.0
5542026-06-30T19:52:40.531Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-30T19:52:40.768Z Compiling usdt v0.5.0
5562026-06-30T19:52:40.784Z Compiling swrite v0.1.0
5572026-06-30T19:52:41.186Z Compiling cargo_metadata v0.21.0
5582026-06-30T19:52:42.107Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-30T19:52:44.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.77s
5602026-06-30T19:52:44.389Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-30T19:52:44.868Z Downloading crates ...
5622026-06-30T19:52:44.967Z Downloaded bitfield-macros v0.19.4
5632026-06-30T19:52:44.973Z Downloaded atomicwrites v0.4.4
5642026-06-30T19:52:44.973Z Downloaded arrayref v0.3.9
5652026-06-30T19:52:44.978Z Downloaded aead v0.5.2
5662026-06-30T19:52:44.978Z Downloaded adler2 v2.0.1
5672026-06-30T19:52:44.981Z Downloaded async-stream-impl v0.3.6
5682026-06-30T19:52:44.984Z Downloaded async-recursion v1.1.1
5692026-06-30T19:52:44.986Z Downloaded block-buffer v0.12.1
5702026-06-30T19:52:44.987Z Downloaded bcrypt-pbkdf v0.10.0
5712026-06-30T19:52:44.987Z Downloaded assert_matches v1.5.0
5722026-06-30T19:52:44.991Z Downloaded crc8 v0.1.1
5732026-06-30T19:52:44.995Z Downloaded cfg_aliases v0.2.1
5742026-06-30T19:52:44.995Z Downloaded atty v0.2.14
5752026-06-30T19:52:44.997Z Downloaded darling_macro v0.20.11
5762026-06-30T19:52:44.997Z Downloaded curve25519-dalek-derive v0.1.1
5772026-06-30T19:52:45.000Z Downloaded crypto-common v0.2.2
5782026-06-30T19:52:45.000Z Downloaded defmt v0.3.100
5792026-06-30T19:52:45.000Z Downloaded cpufeatures v0.3.0
5802026-06-30T19:52:45.003Z Downloaded cobs v0.3.0
5812026-06-30T19:52:45.003Z Downloaded bit-set v0.5.3
5822026-06-30T19:52:45.006Z Downloaded defmt-parser v1.0.0
5832026-06-30T19:52:45.009Z Downloaded atomic-waker v1.1.2
5842026-06-30T19:52:45.012Z Downloaded derive-ex v0.1.8
5852026-06-30T19:52:45.012Z Downloaded debug-ignore v1.0.5
5862026-06-30T19:52:45.016Z Downloaded daft v0.1.7
5872026-06-30T19:52:45.016Z Downloaded crucible-workspace-hack v0.1.0
5882026-06-30T19:52:45.016Z Downloaded ciborium-ll v0.2.2
5892026-06-30T19:52:45.016Z Downloaded bitfield-struct v0.6.2
5902026-06-30T19:52:45.019Z Downloaded dyn-clone v1.0.20
5912026-06-30T19:52:45.021Z Downloaded bit-set v0.8.0
5922026-06-30T19:52:45.021Z Downloaded difflib v0.4.0
5932026-06-30T19:52:45.021Z Downloaded crc v3.4.0
5942026-06-30T19:52:45.024Z Downloaded anstream v0.6.21
5952026-06-30T19:52:45.027Z Downloaded cfg_aliases v0.1.1
5962026-06-30T19:52:45.027Z Downloaded async-stream v0.3.6
5972026-06-30T19:52:45.030Z Downloaded embedded-io v0.4.0
5982026-06-30T19:52:45.030Z Downloaded base16ct v0.2.0
5992026-06-30T19:52:45.030Z Downloaded block-padding v0.3.3
6002026-06-30T19:52:45.032Z Downloaded fixedbitset v0.4.2
6012026-06-30T19:52:45.032Z Downloaded dirs-sys-next v0.1.2
6022026-06-30T19:52:45.036Z Downloaded dunce v1.0.5
6032026-06-30T19:52:45.038Z Downloaded dsl_auto_type v0.2.0
6042026-06-30T19:52:45.038Z Downloaded array-init v0.0.4
6052026-06-30T19:52:45.041Z Downloaded csv-core v0.1.13
6062026-06-30T19:52:45.041Z Downloaded defmt-macros v1.0.1
6072026-06-30T19:52:45.044Z Downloaded crossbeam-deque v0.8.6
6082026-06-30T19:52:45.044Z Downloaded embedded-io v0.6.1
6092026-06-30T19:52:45.044Z Downloaded darling_macro v0.23.0
6102026-06-30T19:52:45.047Z Downloaded ascii-canvas v3.0.0
6112026-06-30T19:52:45.050Z Downloaded enum-as-inner v0.6.1
6122026-06-30T19:52:45.050Z Downloaded endian-type v0.1.2
6132026-06-30T19:52:45.050Z Downloaded crc-catalog v2.4.0
6142026-06-30T19:52:45.054Z Downloaded downcast-rs v2.0.2
6152026-06-30T19:52:45.054Z Downloaded dirs-next v2.0.0
6162026-06-30T19:52:45.054Z Downloaded darling_macro v0.21.3
6172026-06-30T19:52:45.056Z Downloaded ciborium-io v0.2.2
6182026-06-30T19:52:45.059Z Downloaded document-features v0.2.12
6192026-06-30T19:52:45.062Z Downloaded dropshot-api-manager-types v0.7.2
6202026-06-30T19:52:45.062Z Downloaded compression-core v0.4.31
6212026-06-30T19:52:45.065Z Downloaded der_derive v0.7.3
6222026-06-30T19:52:45.067Z Downloaded derive_builder_core v0.20.2
6232026-06-30T19:52:45.067Z Downloaded darling_macro v0.13.4
6242026-06-30T19:52:45.067Z Downloaded ff v0.13.1
6252026-06-30T19:52:45.070Z Downloaded fallible-iterator v0.2.0
6262026-06-30T19:52:45.070Z Downloaded deranged v0.5.8
6272026-06-30T19:52:45.073Z Downloaded castaway v0.2.4
6282026-06-30T19:52:45.073Z Downloaded ena v0.14.4
6292026-06-30T19:52:45.073Z Downloaded dof v0.4.0
6302026-06-30T19:52:45.075Z Downloaded defmt v1.0.1
6312026-06-30T19:52:45.078Z Downloaded derive_builder v0.20.2
6322026-06-30T19:52:45.081Z Downloaded float-cmp v0.10.0
6332026-06-30T19:52:45.081Z Downloaded flagset v0.4.7
6342026-06-30T19:52:45.083Z Downloaded fd-lock v4.0.4
6352026-06-30T19:52:45.083Z Downloaded darling v0.20.11
6362026-06-30T19:52:45.089Z Downloaded derive_builder_macro v0.20.2
6372026-06-30T19:52:45.094Z Downloaded dtrace-parser v0.3.0
6382026-06-30T19:52:45.094Z Downloaded cstr-argument v0.1.2
6392026-06-30T19:52:45.094Z Downloaded cargo-platform v0.3.2
6402026-06-30T19:52:45.094Z Downloaded float-ord v0.3.2
6412026-06-30T19:52:45.098Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-06-30T19:52:45.098Z Downloaded crunchy v0.2.4
6432026-06-30T19:52:45.098Z Downloaded cassowary v0.3.0
6442026-06-30T19:52:45.102Z Downloaded corncobs v0.1.4
6452026-06-30T19:52:45.104Z Downloaded const_format_proc_macros v0.2.34
6462026-06-30T19:52:45.107Z Downloaded foreign-types v0.5.0
6472026-06-30T19:52:45.107Z Downloaded backon v1.6.0
6482026-06-30T19:52:45.110Z Downloaded funty v2.0.0
6492026-06-30T19:52:45.110Z Downloaded futures-core v0.3.32
6502026-06-30T19:52:45.113Z Downloaded env_logger v0.11.9
6512026-06-30T19:52:45.113Z Downloaded foreign-types-macros v0.2.3
6522026-06-30T19:52:45.113Z Downloaded foreign-types-shared v0.3.1
6532026-06-30T19:52:45.113Z Downloaded foreign-types v0.3.2
6542026-06-30T19:52:45.116Z Downloaded ecdsa v0.16.9
6552026-06-30T19:52:45.116Z Downloaded futures-task v0.3.32
6562026-06-30T19:52:45.116Z Downloaded erased-serde v0.3.31
6572026-06-30T19:52:45.119Z Downloaded daft-derive v0.1.7
6582026-06-30T19:52:45.121Z Downloaded find-msvc-tools v0.1.9
6592026-06-30T19:52:45.121Z Downloaded either v1.15.0
6602026-06-30T19:52:45.124Z Downloaded futures-sink v0.3.32
6612026-06-30T19:52:45.124Z Downloaded ghash v0.5.1
6622026-06-30T19:52:45.127Z Downloaded gethostname v0.5.0
6632026-06-30T19:52:45.127Z Downloaded fxhash v0.2.1
6642026-06-30T19:52:45.128Z Downloaded futures-macro v0.3.32
6652026-06-30T19:52:45.128Z Downloaded bitflags v1.3.2
6662026-06-30T19:52:45.131Z Downloaded base64ct v1.8.3
6672026-06-30T19:52:45.131Z Downloaded async-trait v0.1.89
6682026-06-30T19:52:45.133Z Downloaded darling v0.13.4
6692026-06-30T19:52:45.133Z Downloaded futures-io v0.3.32
6702026-06-30T19:52:45.136Z Downloaded foreign-types-shared v0.1.1
6712026-06-30T19:52:45.136Z Downloaded display-error-chain v0.2.2
6722026-06-30T19:52:45.136Z Downloaded ahash v0.8.12
6732026-06-30T19:52:45.139Z Downloaded bb8 v0.8.6
6742026-06-30T19:52:45.139Z Downloaded backoff v0.4.0
6752026-06-30T19:52:45.142Z Downloaded bitfield v0.19.4
6762026-06-30T19:52:45.142Z Downloaded cbc v0.1.2
6772026-06-30T19:52:45.145Z Downloaded buf-list v1.1.2
6782026-06-30T19:52:45.145Z Downloaded bit-vec v0.8.0
6792026-06-30T19:52:45.145Z Downloaded argon2 v0.5.3
6802026-06-30T19:52:45.148Z Downloaded hash32 v0.3.1
6812026-06-30T19:52:45.148Z Downloaded convert_case v0.4.0
6822026-06-30T19:52:45.148Z Downloaded constant_time_eq v0.4.2
6832026-06-30T19:52:45.150Z Downloaded hex-literal v0.4.1
6842026-06-30T19:52:45.150Z Downloaded cmake v0.1.57
6852026-06-30T19:52:45.155Z Downloaded byte-wrapper v0.1.0
6862026-06-30T19:52:45.155Z Downloaded hex v0.4.3
6872026-06-30T19:52:45.158Z Downloaded cexpr v0.6.0
6882026-06-30T19:52:45.158Z Downloaded headers-core v0.3.0
6892026-06-30T19:52:45.158Z Downloaded diesel-dtrace v0.5.0
6902026-06-30T19:52:45.158Z Downloaded chacha20 v0.9.1
6912026-06-30T19:52:45.161Z Downloaded compression-codecs v0.4.37
6922026-06-30T19:52:45.161Z Downloaded data-encoding v2.10.0
6932026-06-30T19:52:45.161Z Downloaded filetime v0.2.27
6942026-06-30T19:52:45.164Z Downloaded convert_case v0.10.0
6952026-06-30T19:52:45.164Z Downloaded cargo_metadata v0.23.1
6962026-06-30T19:52:45.164Z Downloaded arrayvec v0.7.6
6972026-06-30T19:52:45.168Z Downloaded fixedbitset v0.5.7
6982026-06-30T19:52:45.168Z Downloaded git-stub v1.0.0
6992026-06-30T19:52:45.171Z Downloaded env_filter v1.0.0
7002026-06-30T19:52:45.171Z Downloaded critical-section v1.2.0
7012026-06-30T19:52:45.171Z Downloaded cipher v0.4.4
7022026-06-30T19:52:45.174Z Downloaded camino-tempfile-ext v0.3.3
7032026-06-30T19:52:45.174Z Downloaded hash32 v0.2.1
7042026-06-30T19:52:45.177Z Downloaded hostname v0.3.1
7052026-06-30T19:52:45.179Z Downloaded hostname v0.4.2
7062026-06-30T19:52:45.183Z Downloaded const-oid v0.9.6
7072026-06-30T19:52:45.183Z Downloaded home v0.5.12
7082026-06-30T19:52:45.183Z Downloaded console v0.15.11
7092026-06-30T19:52:45.186Z Downloaded hubpack_derive v0.1.1
7102026-06-30T19:52:45.186Z Downloaded http-range v0.1.5
7112026-06-30T19:52:45.186Z Downloaded chacha20 v0.10.0
7122026-06-30T19:52:45.197Z Downloaded ctr v0.9.2
7132026-06-30T19:52:45.197Z Downloaded foldhash v0.2.0
7142026-06-30T19:52:45.201Z Downloaded foldhash v0.1.5
7152026-06-30T19:52:45.201Z Downloaded ed25519 v2.2.3
7162026-06-30T19:52:45.202Z Downloaded fs_extra v1.3.0
7172026-06-30T19:52:45.202Z Downloaded fs-err v2.11.0
7182026-06-30T19:52:45.202Z Downloaded crc32fast v1.5.0
7192026-06-30T19:52:45.202Z Downloaded darling v0.23.0
7202026-06-30T19:52:45.202Z Downloaded httpdate v1.0.3
7212026-06-30T19:52:45.202Z Downloaded ident_case v1.0.1
7222026-06-30T19:52:45.202Z Downloaded glob v0.3.3
7232026-06-30T19:52:45.202Z Downloaded git-stub-vcs v0.1.0
7242026-06-30T19:52:45.205Z Downloaded bcs v0.1.6
7252026-06-30T19:52:45.205Z Downloaded derive-where v1.6.0
7262026-06-30T19:52:45.207Z Downloaded des v0.8.1
7272026-06-30T19:52:45.207Z Downloaded anstyle-parse v0.2.7
7282026-06-30T19:52:45.210Z Downloaded http-body v1.0.1
7292026-06-30T19:52:45.210Z Downloaded cancel-safe-futures v0.1.5
7302026-06-30T19:52:45.210Z Downloaded blowfish v0.9.1
7312026-06-30T19:52:45.214Z Downloaded futures-executor v0.3.32
7322026-06-30T19:52:45.214Z Downloaded group v0.13.0
7332026-06-30T19:52:45.217Z Downloaded dropshot_endpoint v0.17.1
7342026-06-30T19:52:45.217Z Downloaded darling_core v0.13.4
7352026-06-30T19:52:45.221Z Downloaded blake2 v0.10.6
7362026-06-30T19:52:45.221Z Downloaded async-bb8-diesel v0.2.1
7372026-06-30T19:52:45.224Z Downloaded indoc v1.0.9
7382026-06-30T19:52:45.224Z Downloaded is_ci v1.2.0
7392026-06-30T19:52:45.224Z Downloaded is-terminal v0.4.17
7402026-06-30T19:52:45.227Z Downloaded colored v3.1.1
7412026-06-30T19:52:45.230Z Downloaded kstat-rs v0.2.4
7422026-06-30T19:52:45.230Z Downloaded darling v0.21.3
7432026-06-30T19:52:45.234Z Downloaded globwalk v0.9.1
7442026-06-30T19:52:45.238Z Downloaded cookie v0.18.1
7452026-06-30T19:52:45.238Z Downloaded console v0.16.2
7462026-06-30T19:52:45.238Z Downloaded futures-channel v0.3.32
7472026-06-30T19:52:45.243Z Downloaded digest v0.11.3
7482026-06-30T19:52:45.243Z Downloaded illumos-nvpair-sys v0.2.0
7492026-06-30T19:52:45.243Z Downloaded instant v0.1.13
7502026-06-30T19:52:45.243Z Downloaded inout v0.1.4
7512026-06-30T19:52:45.247Z Downloaded instability v0.3.11
7522026-06-30T19:52:45.247Z Downloaded indent_write v2.2.0
7532026-06-30T19:52:45.247Z Downloaded crossbeam-epoch v0.9.18
7542026-06-30T19:52:45.247Z Downloaded globset v0.4.18
7552026-06-30T19:52:45.250Z Downloaded diff v0.1.13
7562026-06-30T19:52:45.250Z Downloaded highway v1.3.0
7572026-06-30T19:52:45.250Z Downloaded cookie_store v0.22.1
7582026-06-30T19:52:45.253Z Downloaded hubpack v0.1.2
7592026-06-30T19:52:45.253Z Downloaded libscf-sys v1.1.0
7602026-06-30T19:52:45.253Z Downloaded http-body-util v0.1.3
7612026-06-30T19:52:45.256Z Downloaded clang-sys v1.8.1
7622026-06-30T19:52:45.256Z Downloaded lru v0.12.5
7632026-06-30T19:52:45.256Z Downloaded lru-cache v0.1.2
7642026-06-30T19:52:45.259Z Downloaded allocator-api2 v0.2.21
7652026-06-30T19:52:45.259Z Downloaded keccak v0.1.6
7662026-06-30T19:52:45.262Z Downloaded elliptic-curve v0.13.8
7672026-06-30T19:52:45.265Z Downloaded derive_more v0.99.20
7682026-06-30T19:52:45.267Z Downloaded getrandom v0.2.17
7692026-06-30T19:52:45.267Z Downloaded crc-any v2.5.0
7702026-06-30T19:52:45.270Z Downloaded internet-checksum v0.2.1
7712026-06-30T19:52:45.270Z Downloaded match_cfg v0.1.0
7722026-06-30T19:52:45.270Z Downloaded hyper-tls v0.6.0
7732026-06-30T19:52:45.274Z Downloaded hyper-staticfile v0.10.1
7742026-06-30T19:52:45.274Z Downloaded ciborium v0.2.2
7752026-06-30T19:52:45.276Z Downloaded darling_core v0.21.3
7762026-06-30T19:52:45.276Z Downloaded half v1.8.3
7772026-06-30T19:52:45.280Z Downloaded lalrpop-util v0.19.12
7782026-06-30T19:52:45.280Z Downloaded bzip2 v0.4.4
7792026-06-30T19:52:45.283Z Downloaded lazy_static v1.5.0
7802026-06-30T19:52:45.283Z Downloaded lru-slab v0.1.2
7812026-06-30T19:52:45.283Z Downloaded bzip2 v0.6.1
7822026-06-30T19:52:45.286Z Downloaded maplit v1.0.2
7832026-06-30T19:52:45.286Z Downloaded mime v0.3.17
7842026-06-30T19:52:45.286Z Downloaded md-5 v0.10.6
7852026-06-30T19:52:45.286Z Downloaded linked-hash-map v0.5.6
7862026-06-30T19:52:45.289Z Downloaded managed v0.8.0
7872026-06-30T19:52:45.290Z Downloaded lzss v0.8.2
7882026-06-30T19:52:45.292Z Downloaded maybe-uninit v2.0.0
7892026-06-30T19:52:45.295Z Downloaded memoffset v0.9.1
7902026-06-30T19:52:45.295Z Downloaded ingot-types v0.1.2
7912026-06-30T19:52:45.295Z Downloaded multimap v0.10.1
7922026-06-30T19:52:45.298Z Downloaded humantime v2.3.0
7932026-06-30T19:52:45.298Z Downloaded ingot v0.1.1
7942026-06-30T19:52:45.298Z Downloaded indoc v2.0.7
7952026-06-30T19:52:45.301Z Downloaded md5 v0.7.0
7962026-06-30T19:52:45.301Z Downloaded new_debug_unreachable v1.0.6
7972026-06-30T19:52:45.305Z Downloaded nodrop v0.1.14
7982026-06-30T19:52:45.305Z Downloaded newtype_derive v0.1.6
7992026-06-30T19:52:45.306Z Downloaded newline-converter v0.3.0
8002026-06-30T19:52:45.310Z Downloaded num v0.4.3
8012026-06-30T19:52:45.318Z Downloaded normalize-line-endings v0.3.0
8022026-06-30T19:52:45.318Z Downloaded bit-vec v0.6.3
8032026-06-30T19:52:45.321Z Downloaded crossbeam-utils v0.8.21
8042026-06-30T19:52:45.321Z Downloaded drift v0.2.0
8052026-06-30T19:52:45.325Z Downloaded ipnetwork v0.21.1
8062026-06-30T19:52:45.327Z Downloaded impl-trait-for-tuples v0.2.3
8072026-06-30T19:52:45.330Z Downloaded hmac v0.12.1
8082026-06-30T19:52:45.330Z Downloaded newtype-uuid-macros v0.1.0
8092026-06-30T19:52:45.333Z Downloaded arc-swap v1.8.2
8102026-06-30T19:52:45.333Z Downloaded ipnet v2.11.0
8112026-06-30T19:52:45.337Z Downloaded illumos-nvpair v0.3.0
8122026-06-30T19:52:45.337Z Downloaded colored v2.2.0
8132026-06-30T19:52:45.342Z Downloaded nibble_vec v0.1.0
8142026-06-30T19:52:45.342Z Downloaded nonempty v0.12.0
8152026-06-30T19:52:45.342Z Downloaded num-derive v0.4.2
8162026-06-30T19:52:45.345Z Downloaded fatfs v0.3.6
8172026-06-30T19:52:45.345Z Downloaded getrandom v0.3.4
8182026-06-30T19:52:45.349Z Downloaded lock_api v0.4.14
8192026-06-30T19:52:45.349Z Downloaded opaque-debug v0.3.1
8202026-06-30T19:52:45.349Z Downloaded olpc-cjson v0.1.4
8212026-06-30T19:52:45.353Z Downloaded num_enum_derive v0.5.11
8222026-06-30T19:52:45.353Z Downloaded num_threads v0.1.7
8232026-06-30T19:52:45.353Z Downloaded num-derive v0.3.3
8242026-06-30T19:52:45.353Z Downloaded num-conv v0.2.0
8252026-06-30T19:52:45.353Z Downloaded half v2.7.1
8262026-06-30T19:52:45.356Z Downloaded libefi-sys v0.1.0
8272026-06-30T19:52:45.359Z Downloaded mime_guess v2.0.5
8282026-06-30T19:52:45.359Z Downloaded hybrid-array v0.4.10
8292026-06-30T19:52:45.359Z Downloaded httparse v1.10.1
8302026-06-30T19:52:45.362Z Downloaded openssl-probe v0.1.6
8312026-06-30T19:52:45.362Z Downloaded libsw v3.5.0
8322026-06-30T19:52:45.366Z Downloaded packed_struct_codegen v0.10.1
8332026-06-30T19:52:45.366Z Downloaded nanorand v0.7.0
8342026-06-30T19:52:45.369Z Downloaded libsw-core v0.3.2
8352026-06-30T19:52:45.369Z Downloaded linear-map v1.2.0
8362026-06-30T19:52:45.369Z Downloaded openssl-probe v0.2.1
8372026-06-30T19:52:45.369Z Downloaded openssl-macros v0.1.1
8382026-06-30T19:52:45.369Z Downloaded derive_more v2.1.1
8392026-06-30T19:52:45.376Z Downloaded oso-derive v0.27.3
8402026-06-30T19:52:45.382Z Downloaded parse-display v0.10.0
8412026-06-30T19:52:45.385Z Downloaded parse-size v1.1.0
8422026-06-30T19:52:45.385Z Downloaded multer v3.1.0
8432026-06-30T19:52:45.385Z Downloaded iana-time-zone v0.1.65
8442026-06-30T19:52:45.389Z Downloaded pbkdf2 v0.12.2
8452026-06-30T19:52:45.389Z Downloaded path-slash v0.1.5
8462026-06-30T19:52:45.392Z Downloaded pbkdf2 v0.11.0
8472026-06-30T19:52:45.392Z Downloaded const_format v0.2.35
8482026-06-30T19:52:45.395Z Downloaded compact_str v0.8.1
8492026-06-30T19:52:45.398Z Downloaded darling_core v0.20.11
8502026-06-30T19:52:45.401Z Downloaded num-complex v0.4.6
8512026-06-30T19:52:45.404Z Downloaded chacha20poly1305 v0.10.1
8522026-06-30T19:52:45.407Z Downloaded newtype-uuid v1.3.2
8532026-06-30T19:52:45.411Z Downloaded const-oid v0.10.2
8542026-06-30T19:52:45.414Z Downloaded num-iter v0.1.45
8552026-06-30T19:52:45.414Z Downloaded num-integer v0.1.46
8562026-06-30T19:52:45.414Z Downloaded nu-ansi-term v0.50.3
8572026-06-30T19:52:45.417Z Downloaded peg-runtime v0.8.5
8582026-06-30T19:52:45.419Z Downloaded darling_core v0.23.0
8592026-06-30T19:52:45.422Z Downloaded phf_shared v0.13.1
8602026-06-30T19:52:45.425Z Downloaded num_enum v0.5.11
8612026-06-30T19:52:45.427Z Downloaded num_enum v0.7.6
8622026-06-30T19:52:45.430Z Downloaded diesel_derives v2.3.7
8632026-06-30T19:52:45.433Z Downloaded phf_shared v0.12.1
8642026-06-30T19:52:45.435Z Downloaded phf_shared v0.11.3
8652026-06-30T19:52:45.435Z Downloaded num_enum_derive v0.7.6
8662026-06-30T19:52:45.435Z Downloaded der v0.7.10
8672026-06-30T19:52:45.438Z Downloaded predicates-tree v1.0.13
8682026-06-30T19:52:45.441Z Downloaded crypto-bigint v0.5.5
8692026-06-30T19:52:45.443Z Downloaded proc-macro-crate v3.4.0
8702026-06-30T19:52:45.446Z Downloaded jobserver v0.1.34
8712026-06-30T19:52:45.446Z Downloaded heapless v0.8.0
8722026-06-30T19:52:45.461Z Downloaded progenitor-macro v0.13.0
8732026-06-30T19:52:45.464Z Downloaded predicates-core v1.0.10
8742026-06-30T19:52:45.464Z Downloaded precomputed-hash v0.1.1
8752026-06-30T19:52:45.464Z Downloaded powerfmt v0.2.0
8762026-06-30T19:52:45.468Z Downloaded paste v1.0.15
8772026-06-30T19:52:45.468Z Downloaded password-hash v0.5.0
8782026-06-30T19:52:45.471Z Downloaded password-hash v0.4.2
8792026-06-30T19:52:45.471Z Downloaded quick-error v1.2.3
8802026-06-30T19:52:45.471Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-06-30T19:52:45.473Z Downloaded indexmap v1.9.3
8822026-06-30T19:52:45.473Z Downloaded hyper-rustls v0.27.7
8832026-06-30T19:52:45.477Z Downloaded proc-macro-crate v1.3.1
8842026-06-30T19:52:45.477Z Downloaded pem-rfc7468 v0.7.0
8852026-06-30T19:52:45.477Z Downloaded packed_struct v0.10.1
8862026-06-30T19:52:45.480Z Downloaded oxnet v0.1.6
8872026-06-30T19:52:45.480Z Downloaded flate2 v1.1.9
8882026-06-30T19:52:45.483Z Downloaded bytes v1.11.1
8892026-06-30T19:52:45.486Z Downloaded ar_archive_writer v0.5.1
8902026-06-30T19:52:45.489Z Downloaded native-tls v0.2.18
8912026-06-30T19:52:45.489Z Downloaded memmap2 v0.9.10
8922026-06-30T19:52:45.489Z Downloaded psl-types v2.0.11
8932026-06-30T19:52:45.493Z Downloaded progenitor-client v0.14.0
8942026-06-30T19:52:45.493Z Downloaded parse-display-derive v0.10.0
8952026-06-30T19:52:45.493Z Downloaded litrs v1.0.0
8962026-06-30T19:52:45.496Z Downloaded pin-project-lite v0.2.17
8972026-06-30T19:52:45.498Z Downloaded base64 v0.22.1
8982026-06-30T19:52:45.501Z Downloaded poly1305 v0.8.0
8992026-06-30T19:52:45.501Z Downloaded rand_chacha v0.3.1
9002026-06-30T19:52:45.501Z Downloaded polyval v0.6.2
9012026-06-30T19:52:45.504Z Downloaded pkg-config v0.3.32
9022026-06-30T19:52:45.504Z Downloaded pkcs8 v0.10.2
9032026-06-30T19:52:45.507Z Downloaded progenitor-macro v0.14.0
9042026-06-30T19:52:45.507Z Downloaded radium v0.7.0
9052026-06-30T19:52:45.507Z Downloaded phf v0.13.1
9062026-06-30T19:52:45.510Z Downloaded rand_xorshift v0.4.0
9072026-06-30T19:52:45.510Z Downloaded phf v0.12.1
9082026-06-30T19:52:45.510Z Downloaded pem v3.0.6
9092026-06-30T19:52:45.513Z Downloaded pin-project-internal v1.1.11
9102026-06-30T19:52:45.513Z Downloaded ed25519-dalek v2.2.0
9112026-06-30T19:52:45.516Z Downloaded libloading v0.8.9
9122026-06-30T19:52:45.516Z Downloaded progenitor v0.13.0
9132026-06-30T19:52:45.518Z Downloaded ppv-lite86 v0.2.21
9142026-06-30T19:52:45.518Z Downloaded parking_lot v0.12.5
9152026-06-30T19:52:45.521Z Downloaded indicatif v0.18.4
9162026-06-30T19:52:45.521Z Downloaded ingot-macros v0.1.1
9172026-06-30T19:52:45.524Z Downloaded heapless v0.7.17
9182026-06-30T19:52:45.528Z Downloaded peg v0.8.5
9192026-06-30T19:52:45.530Z Downloaded parking_lot_core v0.9.12
9202026-06-30T19:52:45.530Z Downloaded parking_lot v0.11.2
9212026-06-30T19:52:45.530Z Downloaded ref-cast-impl v1.0.25
9222026-06-30T19:52:45.533Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-06-30T19:52:45.533Z Downloaded recursive v0.1.1
9242026-06-30T19:52:45.533Z Downloaded proc-macro-error2 v2.0.1
9252026-06-30T19:52:45.537Z Downloaded rfc6979 v0.4.0
9262026-06-30T19:52:45.537Z Downloaded oxide-tokio-rt v0.1.4
9272026-06-30T19:52:45.540Z Downloaded peg-macros v0.8.5
9282026-06-30T19:52:45.540Z Downloaded psm v0.1.30
9292026-06-30T19:52:45.540Z Downloaded headers v0.4.1
9302026-06-30T19:52:45.543Z Downloaded primeorder v0.13.6
9312026-06-30T19:52:45.546Z Downloaded predicates v3.1.4
9322026-06-30T19:52:45.546Z Downloaded owo-colors v4.3.0
9332026-06-30T19:52:45.549Z Downloaded expectorate v1.2.0
9342026-06-30T19:52:45.549Z Downloaded libbz2-rs-sys v0.2.2
9352026-06-30T19:52:45.551Z Downloaded ignore v0.4.25
9362026-06-30T19:52:45.551Z Downloaded num-rational v0.4.2
9372026-06-30T19:52:45.554Z Downloaded crossbeam-channel v0.5.15
9382026-06-30T19:52:45.557Z Downloaded progenitor-client v0.13.0
9392026-06-30T19:52:45.557Z Downloaded r2d2 v0.8.10
9402026-06-30T19:52:45.559Z Downloaded base64 v0.21.7
9412026-06-30T19:52:45.562Z Downloaded bumpalo v3.20.2
9422026-06-30T19:52:45.565Z Downloaded rtoolbox v0.0.3
9432026-06-30T19:52:45.565Z Downloaded parking_lot_core v0.8.6
9442026-06-30T19:52:45.568Z Downloaded progenitor v0.14.0
9452026-06-30T19:52:45.568Z Downloaded progenitor-extras v0.2.0
9462026-06-30T19:52:45.571Z Downloaded futures v0.3.32
9472026-06-30T19:52:45.578Z Downloaded postcard v1.1.3
9482026-06-30T19:52:45.589Z Downloaded rand_chacha v0.9.0
9492026-06-30T19:52:45.594Z Downloaded crossterm v0.28.1
9502026-06-30T19:52:45.594Z Downloaded rand_core v0.9.5
9512026-06-30T19:52:45.594Z Downloaded postgres-protocol v0.6.10
9522026-06-30T19:52:45.594Z Downloaded scopeguard v1.2.0
9532026-06-30T19:52:45.594Z Downloaded rand_seeder v0.4.0
9542026-06-30T19:52:45.595Z Downloaded postgres-types v0.2.12
9552026-06-30T19:52:45.598Z Downloaded rustc_version v0.4.1
9562026-06-30T19:52:45.599Z Downloaded rand_core v0.10.0
9572026-06-30T19:52:45.599Z Downloaded rustc-hash v2.1.1
9582026-06-30T19:52:45.599Z Downloaded miniz_oxide v0.8.9
9592026-06-30T19:52:45.602Z Downloaded rustc_version v0.1.7
9602026-06-30T19:52:45.603Z Downloaded russh-cryptovec v0.7.3
9612026-06-30T19:52:45.603Z Downloaded jiff-static v0.2.21
9622026-06-30T19:52:45.606Z Downloaded same-file v1.0.6
9632026-06-30T19:52:45.606Z Downloaded papergrid v0.17.0
9642026-06-30T19:52:45.609Z Downloaded sapling-renderdag v0.1.0
9652026-06-30T19:52:45.609Z Downloaded scheduled-thread-pool v0.2.7
9662026-06-30T19:52:45.609Z Downloaded salsa20 v0.10.2
9672026-06-30T19:52:45.612Z Downloaded semver v0.1.20
9682026-06-30T19:52:45.612Z Downloaded secrecy v0.10.3
9692026-06-30T19:52:45.612Z Downloaded secrecy v0.8.0
9702026-06-30T19:52:45.615Z Downloaded scroll_derive v0.13.1
9712026-06-30T19:52:45.615Z Downloaded pkcs5 v0.7.1
9722026-06-30T19:52:45.617Z Downloaded seq-macro v0.3.6
9732026-06-30T19:52:45.617Z Downloaded serde_spanned v1.1.1
9742026-06-30T19:52:45.617Z Downloaded resolv-conf v0.7.6
9752026-06-30T19:52:45.620Z Downloaded hickory-resolver v0.24.4
9762026-06-30T19:52:45.624Z Downloaded derive_more-impl v2.1.1
9772026-06-30T19:52:45.630Z Downloaded flume v0.11.1
9782026-06-30T19:52:45.630Z Downloaded oso v0.27.3
9792026-06-30T19:52:45.633Z Downloaded hashbrown v0.13.2
9802026-06-30T19:52:45.633Z Downloaded pkcs1 v0.7.5
9812026-06-30T19:52:45.633Z Downloaded scrypt v0.11.0
9822026-06-30T19:52:45.636Z Downloaded ref-cast v1.0.25
9832026-06-30T19:52:45.640Z Downloaded serde_repr v0.1.20
9842026-06-30T19:52:45.643Z Downloaded serde_plain v1.0.2
9852026-06-30T19:52:45.643Z Downloaded serde-big-array v0.5.1
9862026-06-30T19:52:45.647Z Downloaded async-compression v0.4.41
9872026-06-30T19:52:45.652Z Downloaded signal-hook-mio v0.2.5
9882026-06-30T19:52:45.655Z Downloaded shell-words v1.1.1
9892026-06-30T19:52:45.655Z Downloaded rand_core v0.6.4
9902026-06-30T19:52:45.658Z Downloaded rusty-fork v0.3.1
9912026-06-30T19:52:45.658Z Downloaded rustversion v1.0.22
9922026-06-30T19:52:45.658Z Downloaded rustls-pemfile v2.2.0
9932026-06-30T19:52:45.661Z Downloaded cc v1.2.56
9942026-06-30T19:52:45.663Z Downloaded p256 v0.13.2
9952026-06-30T19:52:45.663Z Downloaded sha1 v0.11.0
9962026-06-30T19:52:45.668Z Downloaded signal-hook-tokio v0.3.1
9972026-06-30T19:52:45.671Z Downloaded aes v0.8.4
9982026-06-30T19:52:45.681Z Downloaded pin-project v1.1.11
9992026-06-30T19:52:45.689Z Downloaded sec1 v0.7.3
10002026-06-30T19:52:45.692Z Downloaded scroll v0.13.0
10012026-06-30T19:52:45.695Z Downloaded progenitor-impl v0.14.0
10022026-06-30T19:52:45.698Z Downloaded hickory-server v0.25.2
10032026-06-30T19:52:45.701Z Downloaded siphasher v1.0.2
10042026-06-30T19:52:45.703Z Downloaded sigpipe v0.1.3
10052026-06-30T19:52:45.703Z Downloaded signature v2.2.0
10062026-06-30T19:52:45.703Z Downloaded schemars_derive v0.8.22
10072026-06-30T19:52:45.706Z Downloaded hickory-resolver v0.25.2
10082026-06-30T19:52:45.712Z Downloaded openssl-sys v0.9.115
10092026-06-30T19:52:45.719Z Downloaded serde_urlencoded v0.7.1
10102026-06-30T19:52:45.726Z Downloaded sha1 v0.10.6
10112026-06-30T19:52:45.730Z Downloaded slog-bunyan v2.5.0
10122026-06-30T19:52:45.732Z Downloaded serde_with_macros v1.5.2
10132026-06-30T19:52:45.732Z Downloaded serde_bytes v0.11.19
10142026-06-30T19:52:45.736Z Downloaded strsim v0.10.0
10152026-06-30T19:52:45.736Z Downloaded ssh-encoding v0.2.0
10162026-06-30T19:52:45.739Z Downloaded progenitor-impl v0.13.0
10172026-06-30T19:52:45.739Z Downloaded strum v0.27.2
10182026-06-30T19:52:45.741Z Downloaded signal-hook-registry v1.4.8
10192026-06-30T19:52:45.741Z Downloaded rustls-pki-types v1.14.0
10202026-06-30T19:52:45.748Z Downloaded shlex v1.3.0
10212026-06-30T19:52:45.752Z Downloaded serde-hex v0.1.0
10222026-06-30T19:52:45.755Z Downloaded quinn-udp v0.5.14
10232026-06-30T19:52:45.755Z Downloaded slog-envlogger v2.2.0
10242026-06-30T19:52:45.755Z Downloaded structmeta v0.3.0
10252026-06-30T19:52:45.755Z Downloaded serde_derive_internals v0.29.1
10262026-06-30T19:52:45.758Z Downloaded strum v0.26.3
10272026-06-30T19:52:45.758Z Downloaded structmeta-derive v0.3.0
10282026-06-30T19:52:45.761Z Downloaded supports-color v3.0.2
10292026-06-30T19:52:45.761Z Downloaded minimal-lexical v0.2.1
10302026-06-30T19:52:45.764Z Downloaded slab v0.4.12
10312026-06-30T19:52:45.764Z Downloaded itertools v0.10.5
10322026-06-30T19:52:45.767Z Downloaded aes-gcm v0.10.3
10332026-06-30T19:52:45.771Z Downloaded sqlparser_derive v0.5.0
10342026-06-30T19:52:45.773Z Downloaded ssh-cipher v0.2.0
10352026-06-30T19:52:45.773Z Downloaded smf v0.2.3
10362026-06-30T19:52:45.776Z Downloaded slog-json v2.6.1
10372026-06-30T19:52:45.776Z Downloaded sync-ptr v0.1.4
10382026-06-30T19:52:45.779Z Downloaded slog-term v2.9.2
10392026-06-30T19:52:45.779Z Downloaded take_mut v0.2.2
10402026-06-30T19:52:45.779Z Downloaded tagptr v0.2.0
10412026-06-30T19:52:45.782Z Downloaded rustls-native-certs v0.8.3
10422026-06-30T19:52:45.782Z Downloaded tabwriter v1.4.1
10432026-06-30T19:52:45.785Z Downloaded slog-stdlog v4.1.1
10442026-06-30T19:52:45.785Z Downloaded slog-scope v4.4.1
10452026-06-30T19:52:45.785Z Downloaded crossterm v0.29.0
10462026-06-30T19:52:45.788Z Downloaded simd-adler32 v0.3.8
10472026-06-30T19:52:45.791Z Downloaded strip-ansi-escapes v0.2.1
10482026-06-30T19:52:45.791Z Downloaded http v1.4.2
10492026-06-30T19:52:45.793Z Downloaded dropshot-api-manager v0.7.2
10502026-06-30T19:52:45.796Z Downloaded sync_wrapper v1.0.2
10512026-06-30T19:52:45.799Z Downloaded subtle v2.6.1
10522026-06-30T19:52:45.799Z Downloaded omicron-zone-package v0.12.3
10532026-06-30T19:52:45.802Z Downloaded slog-async v2.8.0
10542026-06-30T19:52:45.802Z Downloaded serde_path_to_error v0.1.20
10552026-06-30T19:52:45.804Z Downloaded ron v0.8.1
10562026-06-30T19:52:45.807Z Downloaded hashbrown v0.12.3
10572026-06-30T19:52:45.810Z Downloaded termtree v0.5.1
10582026-06-30T19:52:45.810Z Downloaded prettyplease v0.2.37
10592026-06-30T19:52:45.812Z Downloaded prefix-trie v0.7.0
10602026-06-30T19:52:45.815Z Downloaded spki v0.7.3
10612026-06-30T19:52:45.815Z Downloaded rcgen v0.12.1
10622026-06-30T19:52:45.818Z Downloaded thread-id v5.1.0
10632026-06-30T19:52:45.818Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-30T19:52:45.820Z Downloaded serde_with_macros v3.17.0
10652026-06-30T19:52:45.823Z Downloaded hyper-util v0.1.20
10662026-06-30T19:52:45.826Z Downloaded tabled_derive v0.11.0
10672026-06-30T19:52:45.826Z Downloaded rustls-platform-verifier v0.6.2
10682026-06-30T19:52:45.830Z Downloaded slog-dtrace v0.3.0
10692026-06-30T19:52:45.833Z Downloaded static_assertions v1.1.0
10702026-06-30T19:52:45.835Z Downloaded tokio-macros v2.7.0
10712026-06-30T19:52:45.835Z Downloaded hashbrown v0.15.5
10722026-06-30T19:52:45.838Z Downloaded strum_macros v0.26.4
10732026-06-30T19:52:45.843Z Downloaded serde_cbor v0.11.2
10742026-06-30T19:52:45.843Z Downloaded testing_table v0.3.0
10752026-06-30T19:52:45.847Z Downloaded num-bigint v0.4.6
10762026-06-30T19:52:45.849Z Downloaded tap v1.0.1
10772026-06-30T19:52:45.849Z Downloaded snafu-derive v0.8.9
10782026-06-30T19:52:45.849Z Downloaded publicsuffix v2.3.0
10792026-06-30T19:52:45.856Z Downloaded termios v0.3.3
10802026-06-30T19:52:45.859Z Downloaded sqlformat v0.3.5
10812026-06-30T19:52:45.861Z Downloaded time-core v0.1.8
10822026-06-30T19:52:45.864Z Downloaded quinn v0.11.9
10832026-06-30T19:52:45.864Z Downloaded nom v7.1.3
10842026-06-30T19:52:45.867Z Downloaded qorb v0.4.1
10852026-06-30T19:52:45.872Z Downloaded russh-keys v0.45.0
10862026-06-30T19:52:45.875Z Downloaded spin v0.9.8
10872026-06-30T19:52:45.877Z Downloaded schemars v0.8.22
10882026-06-30T19:52:45.883Z Downloaded tinyvec_macros v0.1.1
10892026-06-30T19:52:45.886Z Downloaded thiserror-no-std v2.0.2
10902026-06-30T19:52:45.888Z Downloaded tower-service v0.3.3
10912026-06-30T19:52:45.888Z Downloaded support-bundle-viewer v0.1.2
10922026-06-30T19:52:45.888Z Downloaded strum_macros v0.24.3
10932026-06-30T19:52:45.891Z Downloaded stringprep v0.1.5
10942026-06-30T19:52:45.891Z Downloaded string_cache v0.8.9
10952026-06-30T19:52:45.891Z Downloaded stacker v0.1.23
10962026-06-30T19:52:45.894Z Downloaded serde_yaml v0.9.34+deprecated
10972026-06-30T19:52:45.897Z Downloaded pretty_assertions v1.4.1
10982026-06-30T19:52:45.900Z Downloaded thread_local v1.1.9
10992026-06-30T19:52:45.903Z Downloaded try-lock v0.2.5
11002026-06-30T19:52:45.903Z Downloaded similar v2.7.0
11012026-06-30T19:52:45.905Z Downloaded typify-macro v0.6.2
11022026-06-30T19:52:45.905Z Downloaded rayon-core v1.13.0
11032026-06-30T19:52:45.908Z Downloaded hashbrown v0.16.1
11042026-06-30T19:52:45.911Z Downloaded tls_codec v0.4.2
11052026-06-30T19:52:45.913Z Downloaded strum_macros v0.27.2
11062026-06-30T19:52:45.916Z Downloaded iri-string v0.7.10
11072026-06-30T19:52:45.919Z Downloaded tls_codec_derive v0.4.2
11082026-06-30T19:52:45.921Z Downloaded term v0.7.0
11092026-06-30T19:52:45.924Z Downloaded tokio-native-tls v0.3.1
11102026-06-30T19:52:45.924Z Downloaded mio v1.2.0
11112026-06-30T19:52:45.931Z Downloaded usdt-macro v0.6.0
11122026-06-30T19:52:45.931Z Downloaded usdt-attr-macro v0.6.0
11132026-06-30T19:52:45.939Z Downloaded untrusted v0.7.1
11142026-06-30T19:52:45.939Z Downloaded unit-prefix v0.5.2
11152026-06-30T19:52:45.940Z Downloaded unicode-truncate v1.1.0
11162026-06-30T19:52:45.940Z Downloaded trait-variant v0.1.2
11172026-06-30T19:52:45.940Z Downloaded tower-layer v0.3.3
11182026-06-30T19:52:45.940Z Downloaded topological-sort v0.2.2
11192026-06-30T19:52:45.940Z Downloaded num-bigint-dig v0.8.6
11202026-06-30T19:52:45.940Z Downloaded smallvec v0.6.14
11212026-06-30T19:52:45.949Z Downloaded tokio-tungstenite v0.23.1
11222026-06-30T19:52:45.949Z Downloaded tokio-test v0.4.5
11232026-06-30T19:52:45.949Z Downloaded term v1.2.1
11242026-06-30T19:52:45.952Z Downloaded untrusted v0.9.0
11252026-06-30T19:52:45.953Z Downloaded time-macros v0.2.27
11262026-06-30T19:52:45.958Z Downloaded tiny-keccak v2.0.2
11272026-06-30T19:52:45.958Z Downloaded unarray v0.1.4
11282026-06-30T19:52:45.958Z Downloaded universal-hash v0.5.1
11292026-06-30T19:52:45.961Z Downloaded rsa v0.9.10
11302026-06-30T19:52:45.961Z Downloaded toml_writer v1.1.1+spec-1.1.0
11312026-06-30T19:52:45.961Z Downloaded signal-hook v0.3.18
11322026-06-30T19:52:45.965Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11332026-06-30T19:52:45.965Z Downloaded rand v0.8.6
11342026-06-30T19:52:45.968Z Downloaded wait-timeout v0.2.1
11352026-06-30T19:52:45.970Z Downloaded void v1.0.2
11362026-06-30T19:52:45.971Z Downloaded tokio-dtrace v0.1.1
11372026-06-30T19:52:45.973Z Downloaded ryu v1.0.23
11382026-06-30T19:52:45.973Z Downloaded rustls-webpki v0.103.9
11392026-06-30T19:52:45.976Z Downloaded usdt v0.6.0
11402026-06-30T19:52:45.979Z Downloaded subprocess v0.2.15
11412026-06-30T19:52:45.983Z Downloaded tui-tree-widget v0.23.1
11422026-06-30T19:52:45.986Z Downloaded waitgroup v0.1.2
11432026-06-30T19:52:45.990Z Downloaded libxml v0.3.3
11442026-06-30T19:52:45.993Z Downloaded unicase v2.9.0
11452026-06-30T19:52:45.996Z Downloaded schemars v0.9.0
11462026-06-30T19:52:46.001Z Downloaded tokio-tungstenite v0.21.0
11472026-06-30T19:52:46.004Z Downloaded utf-8 v0.7.6
11482026-06-30T19:52:46.004Z Downloaded tokio-stream v0.1.18
11492026-06-30T19:52:46.007Z Downloaded zeroize_derive v1.4.3
11502026-06-30T19:52:46.007Z Downloaded nom v8.0.0
11512026-06-30T19:52:46.018Z Downloaded libm v0.2.16
11522026-06-30T19:52:46.024Z Downloaded usdt-impl v0.6.0
11532026-06-30T19:52:46.026Z Downloaded want v0.3.1
11542026-06-30T19:52:46.026Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-06-30T19:52:46.030Z Downloaded toml_parser v1.1.2+spec-1.1.0
11562026-06-30T19:52:46.033Z Downloaded hyper v1.10.1
11572026-06-30T19:52:46.037Z Downloaded vergen-gitcl v1.0.8
11582026-06-30T19:52:46.040Z Downloaded tracing-attributes v0.1.31
11592026-06-30T19:52:46.043Z Downloaded zone_cfg_derive v0.3.1
11602026-06-30T19:52:46.043Z Downloaded zone v0.3.1
11612026-06-30T19:52:46.048Z Downloaded socket2 v0.6.3
11622026-06-30T19:52:46.051Z Downloaded vsss-rs v3.3.4
11632026-06-30T19:52:46.051Z Downloaded socket2 v0.5.10
11642026-06-30T19:52:46.058Z Downloaded xshell-macros v0.2.7
11652026-06-30T19:52:46.063Z Downloaded twox-hash v2.1.2
11662026-06-30T19:52:46.067Z Downloaded samael v0.0.19
11672026-06-30T19:52:46.071Z Downloaded whoami v2.1.0
11682026-06-30T19:52:46.076Z Downloaded xattr v1.6.1
11692026-06-30T19:52:46.082Z Downloaded futures-util v0.3.32
11702026-06-30T19:52:46.096Z Downloaded vergen v9.1.0
11712026-06-30T19:52:46.099Z Downloaded tar v0.4.45
11722026-06-30T19:52:46.115Z Downloaded russh v0.45.0
11732026-06-30T19:52:46.115Z Downloaded zeroize v1.8.2
11742026-06-30T19:52:46.115Z Downloaded vergen-git2 v9.1.0
11752026-06-30T19:52:46.115Z Downloaded vergen-lib v0.1.6
11762026-06-30T19:52:46.116Z Downloaded uzers v0.12.2
11772026-06-30T19:52:46.116Z Downloaded aho-corasick v1.1.4
11782026-06-30T19:52:46.116Z Downloaded h2 v0.4.15
11792026-06-30T19:52:46.119Z Downloaded zstd-safe v7.2.4
11802026-06-30T19:52:46.119Z Downloaded walkdir v2.5.0
11812026-06-30T19:52:46.119Z Downloaded vergen-lib v9.1.0
11822026-06-30T19:52:46.123Z Downloaded zstd v0.13.3
11832026-06-30T19:52:46.123Z Downloaded test-strategy v0.4.5
11842026-06-30T19:52:46.125Z Downloaded steno v0.4.1
11852026-06-30T19:52:46.128Z Downloaded tungstenite v0.23.0
11862026-06-30T19:52:46.128Z Downloaded unicode-bidi v0.3.18
11872026-06-30T19:52:46.131Z Downloaded tungstenite v0.21.0
11882026-06-30T19:52:46.133Z Downloaded iddqd v0.4.2
11892026-06-30T19:52:46.136Z Downloaded whoami v1.6.1
11902026-06-30T19:52:46.139Z Downloaded snafu v0.8.9
11912026-06-30T19:52:46.142Z Downloaded unicode-properties v0.1.4
11922026-06-30T19:52:46.144Z Downloaded zerocopy v0.6.6
11932026-06-30T19:52:46.144Z Downloaded wyz v0.5.1
11942026-06-30T19:52:46.147Z Downloaded tinyvec v1.10.0
11952026-06-30T19:52:46.150Z Downloaded itertools v0.14.0
11962026-06-30T19:52:46.152Z Downloaded rand v0.10.0
11972026-06-30T19:52:46.155Z Downloaded uuid v1.23.4
11982026-06-30T19:52:46.158Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-06-30T19:52:46.161Z Downloaded xshell v0.2.7
12002026-06-30T19:52:46.161Z Downloaded itertools v0.13.0
12012026-06-30T19:52:46.164Z Downloaded vte v0.14.1
12022026-06-30T19:52:46.170Z Downloaded tokio-rustls v0.26.4
12032026-06-30T19:52:46.170Z Downloaded itertools v0.12.1
12042026-06-30T19:52:46.174Z Downloaded tracing-core v0.1.36
12052026-06-30T19:52:46.174Z Downloaded rustyline v14.0.0
12062026-06-30T19:52:46.178Z Downloaded slog v2.8.2
12072026-06-30T19:52:46.179Z Downloaded typify v0.6.2
12082026-06-30T19:52:46.184Z Downloaded schemars v1.2.1
12092026-06-30T19:52:46.187Z Downloaded tokio-postgres v0.7.16
12102026-06-30T19:52:46.189Z Downloaded reedline v0.40.0
12112026-06-30T19:52:46.193Z Downloaded toml v1.1.2+spec-1.1.0
12122026-06-30T19:52:46.196Z Downloaded toml v0.7.8
12132026-06-30T19:52:46.199Z Downloaded blake3 v1.8.5
12142026-06-30T19:52:46.202Z Downloaded toml_edit v0.19.15
12152026-06-30T19:52:46.211Z Downloaded zopfli v0.8.3
12162026-06-30T19:52:46.214Z Downloaded git2 v0.20.4
12172026-06-30T19:52:46.217Z Downloaded hkdf v0.12.4
12182026-06-30T19:52:46.224Z Downloaded yasna v0.5.2
12192026-06-30T19:52:46.227Z Downloaded unsafe-libyaml v0.2.11
12202026-06-30T19:52:46.230Z Downloaded rand v0.9.2
12212026-06-30T19:52:46.242Z Downloaded regex v1.12.3
12222026-06-30T19:52:46.245Z Downloaded zip v0.6.6
12232026-06-30T19:52:46.251Z Downloaded rayon v1.11.0
12242026-06-30T19:52:46.260Z Downloaded p384 v0.13.1
12252026-06-30T19:52:46.267Z Downloaded serde_with v1.14.0
12262026-06-30T19:52:46.270Z Downloaded aws-lc-rs v1.16.3
12272026-06-30T19:52:46.276Z Downloaded rpassword v7.4.0
12282026-06-30T19:52:46.278Z Downloaded portable-atomic v1.13.1
12292026-06-30T19:52:46.281Z Downloaded typed-path v0.9.3
12302026-06-30T19:52:46.284Z Downloaded tower v0.5.3
12312026-06-30T19:52:46.289Z Downloaded salty v0.3.0
12322026-06-30T19:52:46.299Z Downloaded p521 v0.13.3
12332026-06-30T19:52:46.336Z Downloaded tough v0.22.0
12342026-06-30T19:52:46.341Z Downloaded yansi v1.0.1
12352026-06-30T19:52:46.362Z Downloaded bitvec v1.0.1
12362026-06-30T19:52:46.370Z Downloaded reqwest v0.12.28
12372026-06-30T19:52:46.374Z Downloaded chrono v0.4.44
12382026-06-30T19:52:46.378Z Downloaded reqwest v0.13.2
12392026-06-30T19:52:46.382Z Downloaded curve25519-dalek v4.1.3
12402026-06-30T19:52:46.387Z Downloaded bindgen v0.71.1
12412026-06-30T19:52:46.391Z Downloaded unicode-segmentation v1.12.0
12422026-06-30T19:52:46.393Z Downloaded unicode_categories v0.1.1
12432026-06-30T19:52:46.396Z Downloaded ssh-key v0.6.7
12442026-06-30T19:52:46.399Z Downloaded quinn-proto v0.11.13
12452026-06-30T19:52:46.402Z Downloaded petname v2.0.2
12462026-06-30T19:52:46.426Z Downloaded winnow v0.5.40
12472026-06-30T19:52:46.431Z Downloaded dropshot v0.17.1
12482026-06-30T19:52:46.444Z Downloaded zerocopy-derive v0.8.40
12492026-06-30T19:52:46.451Z Downloaded object v0.30.4
12502026-06-30T19:52:46.454Z Downloaded winnow v1.0.3
12512026-06-30T19:52:46.460Z Downloaded quick-xml v0.37.5
12522026-06-30T19:52:46.463Z Downloaded x509-cert v0.2.5
12532026-06-30T19:52:46.470Z Downloaded polar-core v0.27.3
12542026-06-30T19:52:46.482Z Downloaded zip v4.6.1
12552026-06-30T19:52:46.488Z Downloaded lalrpop v0.19.12
12562026-06-30T19:52:46.493Z Downloaded goblin v0.10.5
12572026-06-30T19:52:46.499Z Downloaded tower-http v0.6.8
12582026-06-30T19:52:46.504Z Downloaded regex-syntax v0.6.29
12592026-06-30T19:52:46.508Z Downloaded nix v0.31.2
12602026-06-30T19:52:46.514Z Downloaded hickory-proto v0.24.4
12612026-06-30T19:52:46.523Z Downloaded zlib-rs v0.6.2
12622026-06-30T19:52:46.525Z Downloaded tokio-util v0.7.18
12632026-06-30T19:52:46.530Z Downloaded moka v0.12.13
12642026-06-30T19:52:46.535Z Downloaded proptest v1.10.0
12652026-06-30T19:52:46.539Z Downloaded object v0.37.3
12662026-06-30T19:52:46.547Z Downloaded unicode-normalization v0.1.25
12672026-06-30T19:52:46.549Z Downloaded vcpkg v0.2.15
12682026-06-30T19:52:46.569Z Downloaded zerocopy v0.8.40
12692026-06-30T19:52:46.575Z Downloaded hickory-proto v0.25.2
12702026-06-30T19:52:46.584Z Downloaded winnow v0.6.26
12712026-06-30T19:52:46.589Z Downloaded diesel v2.3.7
12722026-06-30T19:52:46.600Z Downloaded serde_with v3.17.0
12732026-06-30T19:52:46.607Z Downloaded nix v0.27.1
12742026-06-30T19:52:46.613Z Downloaded radix_trie v0.2.1
12752026-06-30T19:52:46.616Z Downloaded regress v0.11.1
12762026-06-30T19:52:46.621Z Downloaded regex-syntax v0.8.10
12772026-06-30T19:52:46.631Z Downloaded openssl v0.10.79
12782026-06-30T19:52:46.649Z Downloaded bstr v1.12.1
12792026-06-30T19:52:46.658Z Downloaded smoltcp v0.9.1
12802026-06-30T19:52:46.664Z Downloaded time v0.3.47
12812026-06-30T19:52:46.671Z Downloaded tabled v0.20.0
12822026-06-30T19:52:46.680Z Downloaded nix v0.28.0
12832026-06-30T19:52:46.699Z Downloaded tracing v0.1.44
12842026-06-30T19:52:46.721Z Downloaded zerocopy-derive v0.6.6
12852026-06-30T19:52:46.727Z Downloaded smoltcp v0.11.0
12862026-06-30T19:52:46.733Z Downloaded regress v0.10.5
12872026-06-30T19:52:46.738Z Downloaded openapiv3 v2.2.0
12882026-06-30T19:52:46.761Z Downloaded rustls v0.23.41
12892026-06-30T19:52:46.768Z Downloaded petgraph v0.6.5
12902026-06-30T19:52:46.778Z Downloaded rustix v0.38.44
12912026-06-30T19:52:46.791Z Downloaded jiff v0.2.21
12922026-06-30T19:52:46.816Z Downloaded petgraph v0.8.3
12932026-06-30T19:52:46.827Z Downloaded csv v1.4.0
12942026-06-30T19:52:46.840Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-06-30T19:52:46.851Z Downloaded sqlparser v0.61.0
12962026-06-30T19:52:46.856Z Downloaded sha3 v0.10.8
12972026-06-30T19:52:46.876Z Downloaded sled v0.34.7
12982026-06-30T19:52:46.885Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-06-30T19:52:46.892Z Downloaded typify-impl v0.6.2
13002026-06-30T19:52:46.901Z Downloaded ratatui v0.29.0
13012026-06-30T19:52:46.912Z Downloaded encoding_rs v0.8.35
13022026-06-30T19:52:46.926Z Downloaded ring v0.17.14
13032026-06-30T19:52:46.948Z Downloaded regex-automata v0.4.14
13042026-06-30T19:52:46.966Z Downloaded chrono-tz v0.10.4
13052026-06-30T19:52:47.027Z Downloaded libz-sys v1.1.24
13062026-06-30T19:52:47.047Z Downloaded tokio v1.52.1
13072026-06-30T19:52:47.173Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-30T19:52:47.771Z Downloaded aws-lc-sys v0.40.0
13092026-06-30T19:52:48.020Z Compiling libc v0.2.185
13102026-06-30T19:52:48.023Z Compiling serde v1.0.228
13112026-06-30T19:52:48.023Z Compiling log v0.4.29
13122026-06-30T19:52:48.166Z Compiling smallvec v1.15.1
13132026-06-30T19:52:48.166Z Compiling find-msvc-tools v0.1.9
13142026-06-30T19:52:48.169Z Compiling shlex v1.3.0
13152026-06-30T19:52:48.170Z Compiling syn v2.0.117
13162026-06-30T19:52:48.174Z Compiling typenum v1.19.0
13172026-06-30T19:52:48.348Z Compiling generic-array v0.14.7
13182026-06-30T19:52:48.359Z Compiling subtle v2.6.1
13192026-06-30T19:52:48.382Z Compiling scopeguard v1.2.0
13202026-06-30T19:52:48.419Z Compiling const-oid v0.9.6
13212026-06-30T19:52:48.577Z Compiling lock_api v0.4.14
13222026-06-30T19:52:48.588Z Compiling serde_json v1.0.150
13232026-06-30T19:52:48.616Z Compiling portable-atomic v1.13.1
13242026-06-30T19:52:48.717Z Compiling zerocopy v0.8.40
13252026-06-30T19:52:48.812Z Compiling pin-project-lite v0.2.17
13262026-06-30T19:52:48.903Z Compiling parking_lot_core v0.9.12
13272026-06-30T19:52:49.088Z Compiling jobserver v0.1.34
13282026-06-30T19:52:49.118Z Compiling getrandom v0.2.17
13292026-06-30T19:52:49.129Z Compiling errno v0.3.14
13302026-06-30T19:52:49.237Z Compiling bitflags v2.11.0
13312026-06-30T19:52:49.250Z Compiling rand_core v0.6.4
13322026-06-30T19:52:49.355Z Compiling cc v1.2.56
13332026-06-30T19:52:49.389Z Compiling critical-section v1.2.0
13342026-06-30T19:52:49.486Z Compiling pkg-config v0.3.32
13352026-06-30T19:52:49.498Z Compiling signal-hook-registry v1.4.8
13362026-06-30T19:52:49.542Z Compiling futures-core v0.3.32
13372026-06-30T19:52:49.696Z Compiling libm v0.2.16
13382026-06-30T19:52:49.779Z Compiling once_cell v1.21.3
13392026-06-30T19:52:49.782Z Compiling parking_lot v0.12.5
13402026-06-30T19:52:49.809Z Compiling mio v1.2.0
13412026-06-30T19:52:49.965Z Compiling num-traits v0.2.19
13422026-06-30T19:52:49.997Z Compiling percent-encoding v2.3.2
13432026-06-30T19:52:50.042Z Compiling socket2 v0.6.3
13442026-06-30T19:52:50.175Z Compiling futures-sink v0.3.32
13452026-06-30T19:52:50.189Z Compiling getrandom v0.4.1
13462026-06-30T19:52:50.277Z Compiling futures-channel v0.3.32
13472026-06-30T19:52:50.288Z Compiling cpufeatures v0.2.17
13482026-06-30T19:52:50.314Z Compiling slab v0.4.12
13492026-06-30T19:52:50.359Z Compiling futures-io v0.3.32
13502026-06-30T19:52:50.447Z Compiling rand_core v0.10.0
13512026-06-30T19:52:50.493Z Compiling futures-task v0.3.32
13522026-06-30T19:52:50.503Z Compiling indexmap v2.14.0
13532026-06-30T19:52:50.516Z Compiling rustversion v1.0.22
13542026-06-30T19:52:50.559Z Compiling getrandom v0.3.4
13552026-06-30T19:52:50.656Z Compiling form_urlencoded v1.2.2
13562026-06-30T19:52:50.842Z Compiling cmake v0.1.57
13572026-06-30T19:52:50.941Z Compiling ident_case v1.0.1
13582026-06-30T19:52:51.066Z Compiling base64ct v1.8.3
13592026-06-30T19:52:51.137Z Compiling synstructure v0.13.2
13602026-06-30T19:52:51.171Z Compiling fs_extra v1.3.0
13612026-06-30T19:52:51.247Z Compiling rustix v1.1.3
13622026-06-30T19:52:51.358Z Compiling dunce v1.0.5
13632026-06-30T19:52:51.442Z Compiling pem-rfc7468 v0.7.0
13642026-06-30T19:52:51.461Z Compiling aws-lc-sys v0.40.0
13652026-06-30T19:52:51.461Z Compiling regex-syntax v0.8.10
13662026-06-30T19:52:51.490Z Compiling iana-time-zone v0.1.65
13672026-06-30T19:52:51.531Z Compiling flagset v0.4.7
13682026-06-30T19:52:51.660Z Compiling rand_core v0.9.5
13692026-06-30T19:52:51.684Z Compiling vcpkg v0.2.15
13702026-06-30T19:52:51.741Z Compiling uuid v1.23.4
13712026-06-30T19:52:51.755Z Compiling rustc_version v0.4.1
13722026-06-30T19:52:51.932Z Compiling tracing-core v0.1.36
13732026-06-30T19:52:52.082Z Compiling aws-lc-rs v1.16.3
13742026-06-30T19:52:52.389Z Compiling base64 v0.22.1
13752026-06-30T19:52:52.423Z Compiling openssl-sys v0.9.115
13762026-06-30T19:52:52.492Z Compiling httparse v1.10.1
13772026-06-30T19:52:52.506Z Compiling tinyvec_macros v0.1.1
13782026-06-30T19:52:52.573Z Compiling openssl-probe v0.2.1
13792026-06-30T19:52:52.715Z Compiling tinyvec v1.10.0
13802026-06-30T19:52:52.748Z Compiling pest_generator v2.8.6
13812026-06-30T19:52:52.858Z Compiling serde_derive v1.0.228
13822026-06-30T19:52:52.889Z Compiling zeroize_derive v1.4.3
13832026-06-30T19:52:52.960Z Compiling zerofrom-derive v0.1.6
13842026-06-30T19:52:52.974Z Compiling yoke-derive v0.8.1
13852026-06-30T19:52:53.057Z Compiling zerocopy-derive v0.8.40
13862026-06-30T19:52:53.434Z Compiling zerovec-derive v0.11.2
13872026-06-30T19:52:53.576Z Compiling zeroize v1.8.2
13882026-06-30T19:52:53.869Z Compiling displaydoc v0.2.5
13892026-06-30T19:52:54.174Z Compiling tokio-macros v2.7.0
13902026-06-30T19:52:54.353Z Compiling crypto-common v0.1.7
13912026-06-30T19:52:54.368Z Compiling zerofrom v0.1.6
13922026-06-30T19:52:54.490Z Compiling yoke v0.8.1
13932026-06-30T19:52:54.503Z Compiling block-buffer v0.10.4
13942026-06-30T19:52:54.623Z Compiling futures-macro v0.3.32
13952026-06-30T19:52:54.626Z Compiling block-padding v0.3.3
13962026-06-30T19:52:54.666Z Compiling zerovec v0.11.5
13972026-06-30T19:52:54.679Z Compiling digest v0.10.7
13982026-06-30T19:52:54.788Z Compiling zerotrie v0.2.3
13992026-06-30T19:52:54.919Z Compiling hmac v0.12.1
14002026-06-30T19:52:54.933Z Compiling inout v0.1.4
14012026-06-30T19:52:55.074Z Compiling cipher v0.4.4
14022026-06-30T19:52:55.088Z Compiling sha2 v0.10.9
14032026-06-30T19:52:55.099Z Compiling der_derive v0.7.3
14042026-06-30T19:52:55.166Z Compiling tinystr v0.8.2
14052026-06-30T19:52:55.353Z Compiling icu_locale_core v2.1.1
14062026-06-30T19:52:55.361Z Compiling potential_utf v0.1.4
14072026-06-30T19:52:55.436Z Compiling futures-util v0.3.32
14082026-06-30T19:52:55.522Z Compiling icu_collections v2.1.1
14092026-06-30T19:52:55.989Z Compiling icu_provider v2.1.1
14102026-06-30T19:52:56.072Z Compiling der v0.7.10
14112026-06-30T19:52:56.218Z Compiling icu_properties v2.1.2
14122026-06-30T19:52:56.281Z Compiling bytes v1.11.1
14132026-06-30T19:52:56.344Z Compiling icu_normalizer v2.1.1
14142026-06-30T19:52:56.460Z Compiling chrono v0.4.44
14152026-06-30T19:52:56.865Z Compiling tokio v1.52.1
14162026-06-30T19:52:56.882Z Compiling http v1.4.2
14172026-06-30T19:52:57.247Z Compiling idna_adapter v1.2.1
14182026-06-30T19:52:57.289Z Compiling spki v0.7.3
14192026-06-30T19:52:57.339Z Compiling ppv-lite86 v0.2.21
14202026-06-30T19:52:57.385Z Compiling idna v1.1.0
14212026-06-30T19:52:57.488Z Compiling salsa20 v0.10.2
14222026-06-30T19:52:57.646Z Compiling pbkdf2 v0.12.2
14232026-06-30T19:52:57.653Z Compiling url v2.5.8
14242026-06-30T19:52:57.678Z Compiling tracing-attributes v0.1.31
14252026-06-30T19:52:57.749Z Compiling thiserror-impl v2.0.18
14262026-06-30T19:52:57.771Z Compiling scrypt v0.11.0
14272026-06-30T19:52:57.805Z Compiling rand_chacha v0.9.0
14282026-06-30T19:52:58.013Z Compiling http-body v1.0.1
14292026-06-30T19:52:58.027Z Compiling aes v0.8.4
14302026-06-30T19:52:58.162Z Compiling cbc v0.1.2
14312026-06-30T19:52:58.311Z Compiling rustls-pki-types v1.14.0
14322026-06-30T19:52:58.523Z Compiling pkcs5 v0.7.1
14332026-06-30T19:52:58.562Z Compiling rand v0.9.2
14342026-06-30T19:52:58.786Z Compiling serde_derive_internals v0.29.1
14352026-06-30T19:52:58.995Z Compiling aho-corasick v1.1.4
14362026-06-30T19:52:59.009Z Compiling tracing v0.1.44
14372026-06-30T19:52:59.098Z Compiling thiserror v2.0.18
14382026-06-30T19:52:59.112Z Compiling dyn-clone v1.0.20
14392026-06-30T19:52:59.201Z Compiling untrusted v0.7.1
14402026-06-30T19:52:59.240Z Compiling try-lock v0.2.5
14412026-06-30T19:52:59.264Z Compiling atomic-waker v1.1.2
14422026-06-30T19:52:59.320Z Compiling tower-layer v0.3.3
14432026-06-30T19:52:59.344Z Compiling tower-service v0.3.3
14442026-06-30T19:52:59.347Z Compiling schemars v0.8.22
14452026-06-30T19:52:59.381Z Compiling want v0.3.1
14462026-06-30T19:52:59.437Z Compiling tempfile v3.25.0
14472026-06-30T19:52:59.472Z Compiling pkcs8 v0.10.2
14482026-06-30T19:52:59.538Z Compiling ipnet v2.11.0
14492026-06-30T19:52:59.579Z Compiling pest_derive v2.8.6
14502026-06-30T19:52:59.662Z Compiling schemars_derive v0.8.22
14512026-06-30T19:52:59.795Z Compiling regex-automata v0.4.14
14522026-06-30T19:53:00.010Z Compiling scroll_derive v0.13.1
14532026-06-30T19:53:00.025Z Compiling darling_core v0.20.11
14542026-06-30T19:53:00.059Z Compiling foreign-types-shared v0.1.1
14552026-06-30T19:53:00.142Z Compiling untrusted v0.9.0
14562026-06-30T19:53:00.261Z Compiling rustls v0.23.41
14572026-06-30T19:53:00.442Z Compiling openssl v0.10.79
14582026-06-30T19:53:00.650Z Compiling tokio-util v0.7.18
14592026-06-30T19:53:00.678Z Compiling httpdate v1.0.3
14602026-06-30T19:53:00.793Z Compiling scroll v0.13.0
14612026-06-30T19:53:00.925Z Compiling foreign-types v0.3.2
14622026-06-30T19:53:01.050Z Compiling unicode-normalization v0.1.25
14632026-06-30T19:53:01.385Z Compiling h2 v0.4.15
14642026-06-30T19:53:01.495Z Compiling openssl-macros v0.1.1
14652026-06-30T19:53:01.651Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-06-30T19:53:01.883Z Compiling spin v0.9.8
14672026-06-30T19:53:02.041Z Compiling time-core v0.1.8
14682026-06-30T19:53:02.087Z Compiling native-tls v0.2.18
14692026-06-30T19:53:02.153Z Compiling num-conv v0.2.0
14702026-06-30T19:53:02.180Z Compiling powerfmt v0.2.0
14712026-06-30T19:53:02.232Z Compiling darling_macro v0.20.11
14722026-06-30T19:53:02.285Z Compiling crc32fast v1.5.0
14732026-06-30T19:53:02.308Z Compiling time-macros v0.2.27
14742026-06-30T19:53:02.372Z Compiling deranged v0.5.8
14752026-06-30T19:53:02.697Z Compiling darling v0.20.11
14762026-06-30T19:53:02.775Z Compiling goblin v0.10.5
14772026-06-30T19:53:03.324Z Compiling sync_wrapper v1.0.2
14782026-06-30T19:53:03.343Z Compiling wait-timeout v0.2.1
14792026-06-30T19:53:03.428Z Compiling syn v1.0.109
14802026-06-30T19:53:03.641Z Compiling simd-adler32 v0.3.8
14812026-06-30T19:53:03.790Z Compiling crossbeam-utils v0.8.21
14822026-06-30T19:53:03.804Z Compiling siphasher v1.0.2
14832026-06-30T19:53:03.877Z Compiling num_threads v0.1.7
14842026-06-30T19:53:03.974Z Compiling usdt-impl v0.6.0
14852026-06-30T19:53:03.988Z Compiling bit-vec v0.8.0
14862026-06-30T19:53:04.084Z Compiling quick-error v1.2.3
14872026-06-30T19:53:04.187Z Compiling rusty-fork v0.3.1
14882026-06-30T19:53:04.212Z Compiling bit-set v0.8.0
14892026-06-30T19:53:04.240Z Compiling time v0.3.47
14902026-06-30T19:53:04.407Z Compiling hyper v1.10.1
14912026-06-30T19:53:04.503Z Compiling tower v0.5.3
14922026-06-30T19:53:05.290Z Compiling derive_builder_core v0.20.2
14932026-06-30T19:53:05.531Z Compiling hyper-util v0.1.20
14942026-06-30T19:53:05.589Z Compiling dof v0.4.0
14952026-06-30T19:53:05.755Z Compiling dtrace-parser v0.3.0
14962026-06-30T19:53:05.947Z Compiling http-body-util v0.1.3
14972026-06-30T19:53:06.138Z Compiling signature v2.2.0
14982026-06-30T19:53:06.187Z Compiling thiserror-impl v1.0.69
14992026-06-30T19:53:06.313Z Compiling scroll_derive v0.12.1
15002026-06-30T19:53:06.485Z Compiling heapless v0.7.17
15012026-06-30T19:53:06.728Z Compiling rand_xorshift v0.4.0
15022026-06-30T19:53:06.742Z Compiling slog v2.8.2
15032026-06-30T19:53:06.885Z Compiling darling_core v0.21.3
15042026-06-30T19:53:06.933Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-06-30T19:53:06.946Z Compiling thread-id v5.1.0
15062026-06-30T19:53:06.975Z Compiling cookie v0.18.1
15072026-06-30T19:53:07.021Z Compiling paste v1.0.15
15082026-06-30T19:53:07.163Z Compiling unarray v0.1.4
15092026-06-30T19:53:07.210Z Compiling signal-hook v0.3.18
15102026-06-30T19:53:07.227Z Compiling unicode-bidi v0.3.18
15112026-06-30T19:53:07.264Z Compiling ryu v1.0.23
15122026-06-30T19:53:07.291Z Compiling anyhow v1.0.102
15132026-06-30T19:53:07.389Z Compiling adler2 v2.0.1
15142026-06-30T19:53:07.417Z Compiling zstd-safe v7.2.4
15152026-06-30T19:53:07.432Z Compiling unicode-properties v0.1.4
15162026-06-30T19:53:07.511Z Compiling allocator-api2 v0.2.21
15172026-06-30T19:53:07.593Z Compiling iri-string v0.7.10
15182026-06-30T19:53:07.618Z Compiling stringprep v0.1.5
15192026-06-30T19:53:07.744Z Compiling miniz_oxide v0.8.9
15202026-06-30T19:53:07.829Z Compiling thiserror v1.0.69
15212026-06-30T19:53:07.859Z Compiling serde_urlencoded v0.7.1
15222026-06-30T19:53:07.971Z Compiling proptest v1.10.0
15232026-06-30T19:53:08.327Z Compiling scroll v0.12.0
15242026-06-30T19:53:08.671Z Compiling derive_builder_macro v0.20.2
15252026-06-30T19:53:08.741Z Compiling tower-http v0.6.8
15262026-06-30T19:53:08.812Z Compiling tokio-native-tls v0.3.1
15272026-06-30T19:53:09.125Z Compiling bstr v1.12.1
15282026-06-30T19:53:09.128Z Compiling ipnetwork v0.21.1
15292026-06-30T19:53:09.392Z Compiling darling_macro v0.21.3
15302026-06-30T19:53:09.499Z Compiling rustls-native-certs v0.8.3
15312026-06-30T19:53:09.520Z Compiling rand_chacha v0.3.1
15322026-06-30T19:53:09.553Z Compiling toml_datetime v0.6.11
15332026-06-30T19:53:09.768Z Compiling erased-serde v0.3.31
15342026-06-30T19:53:09.785Z Compiling serde_tokenstream v0.2.3
15352026-06-30T19:53:09.805Z Compiling serde_spanned v0.6.9
15362026-06-30T19:53:09.882Z Compiling md-5 v0.10.6
15372026-06-30T19:53:09.943Z Compiling pin-project-internal v1.1.11
15382026-06-30T19:53:10.042Z Compiling zerocopy-derive v0.7.35
15392026-06-30T19:53:10.087Z Compiling async-trait v0.1.89
15402026-06-30T19:53:10.248Z Compiling curve25519-dalek v4.1.3
15412026-06-30T19:53:10.299Z Compiling vergen-lib v9.1.0
15422026-06-30T19:53:10.487Z Compiling num-integer v0.1.46
15432026-06-30T19:53:10.577Z Compiling hash32 v0.2.1
15442026-06-30T19:53:10.764Z Compiling ff v0.13.1
15452026-06-30T19:53:10.802Z Compiling memoffset v0.9.1
15462026-06-30T19:53:10.886Z Compiling encoding_rs v0.8.35
15472026-06-30T19:53:10.899Z Compiling zlib-rs v0.6.2
15482026-06-30T19:53:11.004Z Compiling fallible-iterator v0.2.0
15492026-06-30T19:53:11.021Z Compiling cfg_aliases v0.2.1
15502026-06-30T19:53:11.089Z Compiling ref-cast v1.0.25
15512026-06-30T19:53:11.092Z Compiling rustix v0.38.44
15522026-06-30T19:53:11.312Z Compiling num-bigint-dig v0.8.6
15532026-06-30T19:53:11.393Z Compiling mime v0.3.17
15542026-06-30T19:53:11.446Z Compiling base16ct v0.2.0
15552026-06-30T19:53:11.510Z Compiling psl-types v2.0.11
15562026-06-30T19:53:11.614Z Compiling litrs v1.0.0
15572026-06-30T19:53:11.628Z Compiling smoltcp v0.9.1
15582026-06-30T19:53:11.641Z Compiling publicsuffix v2.3.0
15592026-06-30T19:53:11.808Z Compiling sec1 v0.7.3
15602026-06-30T19:53:12.080Z Compiling postgres-protocol v0.6.10
15612026-06-30T19:53:12.106Z Compiling document-features v0.2.12
15622026-06-30T19:53:12.125Z Compiling nix v0.31.2
15632026-06-30T19:53:12.336Z Compiling pin-project v1.1.11
15642026-06-30T19:53:12.493Z Compiling zerocopy v0.7.35
15652026-06-30T19:53:12.528Z Compiling group v0.13.0
15662026-06-30T19:53:12.694Z Compiling num-iter v0.1.45
15672026-06-30T19:53:12.748Z Compiling hubpack_derive v0.1.1
15682026-06-30T19:53:12.794Z Compiling newtype-uuid v1.3.2
15692026-06-30T19:53:13.020Z Compiling darling v0.21.3
15702026-06-30T19:53:13.066Z Compiling rand v0.8.6
15712026-06-30T19:53:13.115Z Compiling oxnet v0.1.6
15722026-06-30T19:53:13.187Z Compiling derive_builder v0.20.2
15732026-06-30T19:53:13.190Z Compiling hyper-tls v0.6.0
15742026-06-30T19:53:13.318Z Compiling goblin v0.8.2
15752026-06-30T19:53:13.861Z Compiling flate2 v1.1.9
15762026-06-30T19:53:13.985Z Compiling phf_shared v0.13.1
15772026-06-30T19:53:13.998Z Compiling lazy_static v1.5.0
15782026-06-30T19:53:14.088Z Compiling regex v1.12.3
15792026-06-30T19:53:14.179Z Compiling anstyle-parse v0.2.7
15802026-06-30T19:53:14.221Z Compiling futures-executor v0.3.32
15812026-06-30T19:53:14.264Z Compiling hex v0.4.3
15822026-06-30T19:53:14.267Z Compiling hkdf v0.12.4
15832026-06-30T19:53:14.357Z Compiling crypto-bigint v0.5.5
15842026-06-30T19:53:14.432Z Compiling curve25519-dalek-derive v0.1.1
15852026-06-30T19:53:14.468Z Compiling ref-cast-impl v1.0.25
15862026-06-30T19:53:14.512Z Compiling strum_macros v0.27.2
15872026-06-30T19:53:14.526Z Compiling snafu-derive v0.8.9
15882026-06-30T19:53:15.026Z Compiling daft-derive v0.1.7
15892026-06-30T19:53:15.088Z Compiling terminal_size v0.4.3
15902026-06-30T19:53:15.223Z Compiling vergen v9.1.0
15912026-06-30T19:53:15.412Z Compiling fs-err v3.3.0
15922026-06-30T19:53:15.615Z Compiling cargo-platform v0.3.2
15932026-06-30T19:53:15.729Z Compiling ahash v0.8.12
15942026-06-30T19:53:15.885Z Compiling foldhash v0.1.5
15952026-06-30T19:53:15.949Z Compiling foldhash v0.2.0
15962026-06-30T19:53:16.059Z Compiling bitflags v1.3.2
15972026-06-30T19:53:16.133Z Compiling libbz2-rs-sys v0.2.2
15982026-06-30T19:53:16.166Z Compiling same-file v1.0.6
15992026-06-30T19:53:16.327Z Compiling unicode-segmentation v1.12.0
16002026-06-30T19:53:16.383Z Compiling managed v0.8.0
16012026-06-30T19:53:16.417Z Compiling bumpalo v3.20.2
16022026-06-30T19:53:16.455Z Compiling object v0.37.3
16032026-06-30T19:53:16.590Z Compiling winnow v0.5.40
16042026-06-30T19:53:16.659Z Compiling zopfli v0.8.3
16052026-06-30T19:53:16.776Z Compiling bzip2 v0.6.1
16062026-06-30T19:53:16.798Z Compiling clap_builder v4.6.0
16072026-06-30T19:53:16.812Z Compiling strum v0.27.2
16082026-06-30T19:53:16.932Z Compiling snafu v0.8.9
16092026-06-30T19:53:16.971Z Compiling walkdir v2.5.0
16102026-06-30T19:53:17.269Z Compiling hashbrown v0.16.1
16112026-06-30T19:53:17.282Z Compiling hashbrown v0.15.5
16122026-06-30T19:53:17.346Z Compiling cargo_metadata v0.23.1
16132026-06-30T19:53:17.476Z Compiling daft v0.1.7
16142026-06-30T19:53:17.812Z Compiling dof v0.3.0
16152026-06-30T19:53:17.844Z Compiling toml_edit v0.19.15
16162026-06-30T19:53:17.875Z Compiling elliptic-curve v0.13.8
16172026-06-30T19:53:18.371Z Compiling futures v0.3.32
16182026-06-30T19:53:18.499Z Compiling anstream v0.6.21
16192026-06-30T19:53:18.537Z Compiling phf v0.13.1
16202026-06-30T19:53:18.801Z Compiling signal-hook-mio v0.2.5
16212026-06-30T19:53:18.823Z Compiling cookie_store v0.22.1
16222026-06-30T19:53:18.919Z Compiling bzip2 v0.4.4
16232026-06-30T19:53:19.035Z Compiling reqwest v0.12.28
16242026-06-30T19:53:19.122Z Compiling zstd v0.13.3
16252026-06-30T19:53:19.382Z Compiling hubpack v0.1.2
16262026-06-30T19:53:19.471Z Compiling serde_with_macros v3.17.0
16272026-06-30T19:53:19.706Z Compiling postgres-types v0.2.12
16282026-06-30T19:53:20.249Z Compiling usdt-macro v0.6.0
16292026-06-30T19:53:20.482Z Compiling usdt-attr-macro v0.6.0
16302026-06-30T19:53:20.575Z Compiling globset v0.4.18
16312026-06-30T19:53:20.846Z Compiling dtrace-parser v0.2.0
16322026-06-30T19:53:20.976Z Compiling ed25519 v2.2.3
16332026-06-30T19:53:20.990Z Compiling phf_shared v0.11.3
16342026-06-30T19:53:21.171Z Compiling olpc-cjson v0.1.4
16352026-06-30T19:53:21.236Z Compiling pkcs1 v0.7.5
16362026-06-30T19:53:21.265Z Compiling serde-big-array v0.5.1
16372026-06-30T19:53:21.327Z Compiling serde_plain v1.0.2
16382026-06-30T19:53:21.403Z Compiling rfc6979 v0.4.0
16392026-06-30T19:53:21.517Z Compiling clap_derive v4.6.1
16402026-06-30T19:53:21.530Z Compiling async-recursion v1.1.1
16412026-06-30T19:53:21.586Z Compiling serde_repr v0.1.20
16422026-06-30T19:53:21.631Z Compiling enum-as-inner v0.6.1
16432026-06-30T19:53:21.870Z Compiling strum_macros v0.26.4
16442026-06-30T19:53:22.115Z Compiling pem v3.0.6
16452026-06-30T19:53:22.134Z Compiling float-cmp v0.10.0
16462026-06-30T19:53:22.169Z Compiling thread-id v4.2.2
16472026-06-30T19:53:22.252Z Compiling memmap2 v0.9.10
16482026-06-30T19:53:22.277Z Compiling env_filter v1.0.0
16492026-06-30T19:53:22.429Z Compiling keccak v0.1.6
16502026-06-30T19:53:22.465Z Compiling fixedbitset v0.4.2
16512026-06-30T19:53:22.569Z Compiling normalize-line-endings v0.3.0
16522026-06-30T19:53:22.663Z Compiling data-encoding v2.10.0
16532026-06-30T19:53:22.676Z Compiling either v1.15.0
16542026-06-30T19:53:22.693Z Compiling fixedbitset v0.5.7
16552026-06-30T19:53:22.874Z Compiling difflib v0.4.0
16562026-06-30T19:53:22.985Z Compiling typed-path v0.9.3
16572026-06-30T19:53:23.148Z Compiling predicates-core v1.0.10
16582026-06-30T19:53:23.257Z Compiling whoami v2.1.0
16592026-06-30T19:53:23.318Z Compiling winnow v1.0.3
16602026-06-30T19:53:23.337Z Compiling precomputed-hash v0.1.1
16612026-06-30T19:53:23.421Z Compiling jiff v0.2.21
16622026-06-30T19:53:23.421Z Compiling static_assertions v1.1.0
16632026-06-30T19:53:23.551Z Compiling new_debug_unreachable v1.0.6
16642026-06-30T19:53:23.622Z Compiling toml_edit v0.22.27
16652026-06-30T19:53:23.639Z Compiling string_cache v0.8.9
16662026-06-30T19:53:23.652Z Compiling strum v0.26.3
16672026-06-30T19:53:23.723Z Compiling toml_parser v1.1.2+spec-1.1.0
16682026-06-30T19:53:23.779Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-06-30T19:53:23.862Z Compiling tokio-postgres v0.7.16
16702026-06-30T19:53:24.222Z Compiling predicates v3.1.4
16712026-06-30T19:53:24.281Z Compiling clap v4.6.1
16722026-06-30T19:53:24.360Z Compiling hickory-proto v0.25.2
16732026-06-30T19:53:24.374Z Compiling petgraph v0.8.3
16742026-06-30T19:53:24.860Z Compiling itertools v0.13.0
16752026-06-30T19:53:26.034Z Compiling zip v4.6.1
16762026-06-30T19:53:26.105Z Compiling petgraph v0.6.5
16772026-06-30T19:53:26.279Z Compiling sha3 v0.10.8
16782026-06-30T19:53:26.309Z Compiling env_logger v0.11.9
16792026-06-30T19:53:26.518Z Compiling usdt v0.6.0
16802026-06-30T19:53:26.648Z Compiling usdt-impl v0.5.0
16812026-06-30T19:53:26.721Z Compiling ecdsa v0.16.9
16822026-06-30T19:53:26.775Z Compiling rsa v0.9.10
16832026-06-30T19:53:26.971Z Compiling ed25519-dalek v2.2.0
16842026-06-30T19:53:27.112Z Compiling crossterm v0.28.1
16852026-06-30T19:53:27.210Z Compiling serde_with v3.17.0
16862026-06-30T19:53:27.585Z Compiling toml v0.7.8
16872026-06-30T19:53:27.607Z Compiling zip v0.6.6
16882026-06-30T19:53:28.186Z Compiling iddqd v0.4.2
16892026-06-30T19:53:28.845Z Compiling heck v0.4.1
16902026-06-30T19:53:28.950Z Compiling similar v2.7.0
16912026-06-30T19:53:29.039Z Compiling crossbeam-epoch v0.9.18
16922026-06-30T19:53:29.070Z Compiling tokio-stream v0.1.18
16932026-06-30T19:53:29.083Z Compiling buf-list v1.1.2
16942026-06-30T19:53:29.357Z Compiling x509-cert v0.2.5
16952026-06-30T19:53:29.371Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-06-30T19:53:29.501Z Compiling openapiv3 v2.2.0
16972026-06-30T19:53:29.542Z Compiling sha1 v0.10.6
16982026-06-30T19:53:29.657Z Compiling peg-runtime v0.8.5
16992026-06-30T19:53:29.761Z Compiling lalrpop-util v0.19.12
17002026-06-30T19:53:29.807Z Compiling thread_local v1.1.9
17012026-06-30T19:53:29.944Z Compiling slog-async v2.8.0
17022026-06-30T19:53:29.950Z Compiling crossbeam-channel v0.5.15
17032026-06-30T19:53:30.108Z Compiling is-terminal v0.4.17
17042026-06-30T19:53:30.120Z Compiling filetime v0.2.27
17052026-06-30T19:53:30.147Z Compiling xattr v1.6.1
17062026-06-30T19:53:30.246Z Compiling take_mut v0.2.2
17072026-06-30T19:53:30.265Z Compiling term v1.2.1
17082026-06-30T19:53:30.311Z Compiling tar v0.4.45
17092026-06-30T19:53:30.389Z Compiling camino-tempfile v1.4.1
17102026-06-30T19:53:30.613Z Compiling slog-term v2.9.2
17112026-06-30T19:53:41.036Z Compiling rustls-webpki v0.103.9
17122026-06-30T19:53:43.714Z Compiling tokio-rustls v0.26.4
17132026-06-30T19:53:43.714Z Compiling rustls-platform-verifier v0.6.2
17142026-06-30T19:53:43.721Z Compiling tough v0.22.0
17152026-06-30T19:53:43.918Z Compiling hyper-rustls v0.27.7
17162026-06-30T19:53:44.125Z Compiling reqwest v0.13.2
17172026-06-30T19:53:46.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17182026-06-30T19:53:46.529Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17192026-06-30T19:53:49.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17202026-06-30T19:53:49.452Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17212026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: Clickhouse
17222026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: Cockroach
17232026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: Console
17242026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: MaghemiteMgd
17252026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: DendriteStub
17262026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: MaghemiteDdmd
17272026-06-30T19:53:49.500ZJun 30 19:53:48.499 INFO Starting download, target: TransceiverControl
17282026-06-30T19:53:49.503ZJun 30 19:53:48.499 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-06-30T19:53:49.503ZJun 30 19:53:48.499 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-06-30T19:53:49.503ZJun 30 19:53:48.499 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-06-30T19:53:49.503ZJun 30 19:53:48.499 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-30T19:53:49.503ZJun 30 19:53:48.499 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-30T19:53:49.503ZJun 30 19:53:48.500 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-30T19:53:49.503ZJun 30 19:53:48.500 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-06-30T19:53:49.888ZJun 30 19:53:48.881 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-06-30T19:53:50.104ZJun 30 19:53:49.100 INFO Download complete, target: TransceiverControl
17372026-06-30T19:53:51.170ZJun 30 19:53:50.163 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-06-30T19:53:51.201ZJun 30 19:53:50.195 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-06-30T19:53:51.309ZJun 30 19:53:50.304 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-06-30T19:53:51.387ZJun 30 19:53:50.382 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-30T19:53:51.488ZJun 30 19:53:50.482 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-30T19:53:51.723ZJun 30 19:53:50.722 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-06-30T19:53:51.723ZJun 30 19:53:50.722 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-06-30T19:53:51.731ZJun 30 19:53:50.731 INFO Download complete, target: Console
17452026-06-30T19:53:53.194ZJun 30 19:53:52.194 INFO Download complete, target: MaghemiteDdmd
17462026-06-30T19:53:53.639ZJun 30 19:53:52.639 INFO Download complete, target: DendriteStub
17472026-06-30T19:53:53.946ZJun 30 19:53:52.946 INFO Download complete, target: MaghemiteMgd
17482026-06-30T19:53:56.461ZJun 30 19:53:55.460 INFO Checking that binary works, target: Cockroach
17492026-06-30T19:53:56.575ZJun 30 19:53:55.574 INFO Download complete, target: Cockroach
17502026-06-30T19:53:58.152ZJun 30 19:53:57.151 INFO Checking that binary works, target: Clickhouse
17512026-06-30T19:53:58.240ZJun 30 19:53:57.239 INFO Download complete, target: Clickhouse
17522026-06-30T19:53:58.257ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-30T19:53:58.261Z
17542026-06-30T19:53:58.261Zreal 2:02.018933939
17552026-06-30T19:53:58.261Zuser 6:45.040773948
17562026-06-30T19:53:58.261Zsys 1:23.209967497
17572026-06-30T19:53:58.261Ztrap 0.241457608
17582026-06-30T19:53:58.261Ztflt 0.573657023
17592026-06-30T19:53:58.261Zdflt 0.823685763
17602026-06-30T19:53:58.261Zkflt 0.031222316
17612026-06-30T19:53:58.261Zlock 22:27.011937984
17622026-06-30T19:53:58.261Zslp 20:48.726185187
17632026-06-30T19:53:58.261Zlat 43.470720079
17642026-06-30T19:53:58.261Zstop 2:00.897171913
17652026-06-30T19:53:58.261Z+ banner hack-check
17662026-06-30T19:53:58.261Z
17672026-06-30T19:53:58.261Z # # ## #### # # #### # # ###### #### # #
17682026-06-30T19:53:58.261Z # # # # # # # # # # # # # # # # #
17692026-06-30T19:53:58.261Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-30T19:53:58.262Z # # ###### # # # # # # # # # #
17712026-06-30T19:53:58.262Z # # # # # # # # # # # # # # # # #
17722026-06-30T19:53:58.262Z # # # # #### # # #### # # ###### #### # #
17732026-06-30T19:53:58.262Z
17742026-06-30T19:53:58.262Z+ export CARGO_INCREMENTAL=0
17752026-06-30T19:53:58.262Z+ CARGO_INCREMENTAL=0
17762026-06-30T19:53:58.262Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-30T19:53:58.716Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-30T19:53:58.922Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-30T19:54:00.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17802026-06-30T19:54:00.850Z Running `target/debug/xtask check-features --ci`
17812026-06-30T19:54:00.876Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-30T19:54:00.879Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-30T19:54:01.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17842026-06-30T19:54:01.306Z Running `target/debug/xtask download cargo-hack`
17852026-06-30T19:54:02.004Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-30T19:54:02.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-30T19:54:04.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
17882026-06-30T19:54:04.923Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-30T19:54:04.961ZJun 30 19:54:03.958 INFO Starting download, target: CargoHack
17902026-06-30T19:54:04.964ZJun 30 19:54:03.959 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-30T19:54:05.334ZJun 30 19:54:04.334 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-30T19:54:05.383ZJun 30 19:54:04.383 INFO Download complete, target: CargoHack
17932026-06-30T19:54:05.387Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-30T19:54:05.400Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-30T19:54:05.553Zinfo: running `cargo check --bins` on api_identity (1/299)
17962026-06-30T19:54:05.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-30T19:54:05.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-30T19:54:05.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-30T19:54:05.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18002026-06-30T19:54:06.047Z
18012026-06-30T19:54:06.048Zinfo: running `cargo check --bins` on bootstore (2/299)
18022026-06-30T19:54:06.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-30T19:54:06.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-30T19:54:06.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-30T19:54:06.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18062026-06-30T19:54:06.541Z
18072026-06-30T19:54:06.541Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18082026-06-30T19:54:06.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-30T19:54:06.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-30T19:54:06.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-30T19:54:06.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18122026-06-30T19:54:07.032Z
18132026-06-30T19:54:07.032Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18142026-06-30T19:54:07.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-30T19:54:07.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-30T19:54:07.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-30T19:54:07.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18182026-06-30T19:54:07.521Z
18192026-06-30T19:54:07.521Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18202026-06-30T19:54:07.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-30T19:54:07.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-30T19:54:07.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-30T19:54:07.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18242026-06-30T19:54:08.015Z
18252026-06-30T19:54:08.015Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18262026-06-30T19:54:08.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-30T19:54:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-30T19:54:08.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-30T19:54:08.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18302026-06-30T19:54:08.521Z
18312026-06-30T19:54:08.521Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18322026-06-30T19:54:08.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-30T19:54:08.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-30T19:54:08.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-30T19:54:08.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18362026-06-30T19:54:09.032Z
18372026-06-30T19:54:09.032Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18382026-06-30T19:54:09.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-30T19:54:09.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-30T19:54:09.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-30T19:54:09.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18422026-06-30T19:54:09.533Z
18432026-06-30T19:54:09.533Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18442026-06-30T19:54:09.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-30T19:54:09.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-30T19:54:09.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-30T19:54:09.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18482026-06-30T19:54:09.915Z
18492026-06-30T19:54:09.915Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18502026-06-30T19:54:10.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-30T19:54:10.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-30T19:54:10.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-30T19:54:10.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18542026-06-30T19:54:10.296Z
18552026-06-30T19:54:10.296Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18562026-06-30T19:54:10.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-30T19:54:10.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-30T19:54:10.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-30T19:54:10.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18602026-06-30T19:54:10.705Z
18612026-06-30T19:54:10.705Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18622026-06-30T19:54:11.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-30T19:54:11.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-30T19:54:11.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-30T19:54:11.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18662026-06-30T19:54:11.060Z
18672026-06-30T19:54:11.060Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18682026-06-30T19:54:11.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-30T19:54:11.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-30T19:54:11.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-30T19:54:11.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18722026-06-30T19:54:11.442Z
18732026-06-30T19:54:11.442Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18742026-06-30T19:54:11.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-30T19:54:11.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-30T19:54:11.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-30T19:54:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18782026-06-30T19:54:11.822Z
18792026-06-30T19:54:11.822Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18802026-06-30T19:54:12.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-30T19:54:12.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-30T19:54:12.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-30T19:54:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18842026-06-30T19:54:12.207Z
18852026-06-30T19:54:12.207Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18862026-06-30T19:54:12.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-30T19:54:12.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-30T19:54:12.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-30T19:54:12.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18902026-06-30T19:54:12.587Z
18912026-06-30T19:54:12.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18922026-06-30T19:54:12.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-30T19:54:12.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-30T19:54:12.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-30T19:54:12.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18962026-06-30T19:54:12.968Z
18972026-06-30T19:54:12.968Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
18982026-06-30T19:54:13.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-30T19:54:13.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-30T19:54:13.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-30T19:54:13.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19022026-06-30T19:54:13.351Z
19032026-06-30T19:54:13.351Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19042026-06-30T19:54:13.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-30T19:54:13.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-30T19:54:13.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-30T19:54:13.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19082026-06-30T19:54:13.732Z
19092026-06-30T19:54:13.732Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19102026-06-30T19:54:14.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-30T19:54:14.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-30T19:54:14.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-30T19:54:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19142026-06-30T19:54:14.115Z
19152026-06-30T19:54:14.115Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19162026-06-30T19:54:14.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-30T19:54:14.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-30T19:54:14.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-30T19:54:14.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19202026-06-30T19:54:14.501Z
19212026-06-30T19:54:14.501Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19222026-06-30T19:54:14.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-30T19:54:14.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-30T19:54:14.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-30T19:54:14.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19262026-06-30T19:54:14.882Z
19272026-06-30T19:54:14.882Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19282026-06-30T19:54:15.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-30T19:54:15.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-30T19:54:15.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-30T19:54:15.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19322026-06-30T19:54:15.262Z
19332026-06-30T19:54:15.262Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19342026-06-30T19:54:15.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-30T19:54:15.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-30T19:54:15.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-30T19:54:15.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19382026-06-30T19:54:15.645Z
19392026-06-30T19:54:15.645Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19402026-06-30T19:54:15.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-30T19:54:15.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-30T19:54:15.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-30T19:54:15.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19442026-06-30T19:54:16.027Z
19452026-06-30T19:54:16.027Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19462026-06-30T19:54:16.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-30T19:54:16.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-30T19:54:16.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-30T19:54:16.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19502026-06-30T19:54:16.408Z
19512026-06-30T19:54:16.408Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19522026-06-30T19:54:16.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-30T19:54:16.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-30T19:54:16.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-30T19:54:16.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19562026-06-30T19:54:16.793Z
19572026-06-30T19:54:16.793Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19582026-06-30T19:54:17.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-30T19:54:17.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-30T19:54:17.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-30T19:54:17.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19622026-06-30T19:54:17.177Z
19632026-06-30T19:54:17.177Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19642026-06-30T19:54:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-30T19:54:17.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-30T19:54:17.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-30T19:54:17.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19682026-06-30T19:54:17.560Z
19692026-06-30T19:54:17.561Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19702026-06-30T19:54:17.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-30T19:54:17.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-30T19:54:17.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-30T19:54:17.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19742026-06-30T19:54:17.939Z
19752026-06-30T19:54:17.939Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19762026-06-30T19:54:18.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-30T19:54:18.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-30T19:54:18.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-30T19:54:18.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19802026-06-30T19:54:18.321Z
19812026-06-30T19:54:18.321Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19822026-06-30T19:54:18.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-30T19:54:18.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-30T19:54:18.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-30T19:54:18.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19862026-06-30T19:54:18.702Z
19872026-06-30T19:54:18.702Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19882026-06-30T19:54:19.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-30T19:54:19.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-30T19:54:19.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-30T19:54:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19922026-06-30T19:54:19.081Z
19932026-06-30T19:54:19.081Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
19942026-06-30T19:54:19.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-30T19:54:19.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-30T19:54:19.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-30T19:54:19.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19982026-06-30T19:54:19.458Z
19992026-06-30T19:54:19.458Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20002026-06-30T19:54:19.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-30T19:54:19.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-30T19:54:19.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-30T19:54:19.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20042026-06-30T19:54:19.837Z
20052026-06-30T19:54:19.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20062026-06-30T19:54:20.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-30T19:54:20.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-30T19:54:20.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-30T19:54:20.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20102026-06-30T19:54:20.214Z
20112026-06-30T19:54:20.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20122026-06-30T19:54:20.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-30T19:54:20.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-30T19:54:20.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-30T19:54:20.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20162026-06-30T19:54:20.594Z
20172026-06-30T19:54:20.594Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20182026-06-30T19:54:20.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-30T19:54:20.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-30T19:54:20.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-30T19:54:20.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20222026-06-30T19:54:20.972Z
20232026-06-30T19:54:20.972Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20242026-06-30T19:54:21.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-30T19:54:21.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-30T19:54:21.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-30T19:54:21.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20282026-06-30T19:54:21.349Z
20292026-06-30T19:54:21.349Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20302026-06-30T19:54:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-30T19:54:21.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-30T19:54:21.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-30T19:54:21.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20342026-06-30T19:54:21.729Z
20352026-06-30T19:54:21.729Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20362026-06-30T19:54:22.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-30T19:54:22.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-30T19:54:22.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-30T19:54:22.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20402026-06-30T19:54:22.113Z
20412026-06-30T19:54:22.113Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20422026-06-30T19:54:22.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-30T19:54:22.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-30T19:54:22.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-30T19:54:22.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20462026-06-30T19:54:22.500Z
20472026-06-30T19:54:22.500Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20482026-06-30T19:54:22.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-30T19:54:22.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-30T19:54:22.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-30T19:54:22.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20522026-06-30T19:54:22.885Z
20532026-06-30T19:54:22.885Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20542026-06-30T19:54:23.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-30T19:54:23.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-30T19:54:23.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-30T19:54:23.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20582026-06-30T19:54:23.265Z
20592026-06-30T19:54:23.265Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20602026-06-30T19:54:23.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-30T19:54:23.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-30T19:54:23.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-30T19:54:23.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20642026-06-30T19:54:23.645Z
20652026-06-30T19:54:23.645Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20662026-06-30T19:54:23.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-30T19:54:23.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-30T19:54:23.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-30T19:54:23.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20702026-06-30T19:54:24.025Z
20712026-06-30T19:54:24.025Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20722026-06-30T19:54:24.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-30T19:54:24.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-30T19:54:24.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-30T19:54:24.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20762026-06-30T19:54:24.406Z
20772026-06-30T19:54:24.406Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20782026-06-30T19:54:24.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-30T19:54:24.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-30T19:54:24.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-30T19:54:24.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20822026-06-30T19:54:24.788Z
20832026-06-30T19:54:24.788Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20842026-06-30T19:54:25.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-30T19:54:25.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-30T19:54:25.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-30T19:54:25.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20882026-06-30T19:54:25.333Z
20892026-06-30T19:54:25.333Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20902026-06-30T19:54:25.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-30T19:54:25.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-30T19:54:25.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-30T19:54:25.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20942026-06-30T19:54:25.882Z
20952026-06-30T19:54:25.882Zinfo: running `cargo check --bins` on nexus-config (51/299)
20962026-06-30T19:54:26.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-30T19:54:26.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-30T19:54:26.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-30T19:54:26.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21002026-06-30T19:54:26.428Z
21012026-06-30T19:54:26.428Zinfo: running `cargo check --bins` on nexus-types (52/299)
21022026-06-30T19:54:26.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-30T19:54:26.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-30T19:54:26.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-30T19:54:26.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21062026-06-30T19:54:26.975Z
21072026-06-30T19:54:26.975Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21082026-06-30T19:54:27.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-30T19:54:27.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-30T19:54:27.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-30T19:54:27.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21122026-06-30T19:54:27.490Z
21132026-06-30T19:54:27.490Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21142026-06-30T19:54:27.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-30T19:54:27.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-30T19:54:27.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-30T19:54:27.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21182026-06-30T19:54:27.987Z
21192026-06-30T19:54:27.987Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21202026-06-30T19:54:28.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-30T19:54:28.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-30T19:54:28.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-30T19:54:28.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21242026-06-30T19:54:28.501Z
21252026-06-30T19:54:28.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21262026-06-30T19:54:28.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-30T19:54:28.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-30T19:54:28.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-30T19:54:28.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21302026-06-30T19:54:29.019Z
21312026-06-30T19:54:29.019Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21322026-06-30T19:54:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-30T19:54:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-30T19:54:29.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-30T19:54:29.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21362026-06-30T19:54:29.535Z
21372026-06-30T19:54:29.535Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21382026-06-30T19:54:29.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-30T19:54:29.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-30T19:54:29.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-30T19:54:29.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21422026-06-30T19:54:30.055Z
21432026-06-30T19:54:30.055Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21442026-06-30T19:54:30.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-30T19:54:30.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-30T19:54:30.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-30T19:54:30.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21482026-06-30T19:54:30.555Z
21492026-06-30T19:54:30.555Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21502026-06-30T19:54:30.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-30T19:54:30.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-30T19:54:30.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-30T19:54:30.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21542026-06-30T19:54:31.057Z
21552026-06-30T19:54:31.057Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21562026-06-30T19:54:31.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-30T19:54:31.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-30T19:54:31.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-30T19:54:31.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21602026-06-30T19:54:31.552Z
21612026-06-30T19:54:31.552Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21622026-06-30T19:54:31.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-30T19:54:31.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-30T19:54:31.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-30T19:54:31.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21662026-06-30T19:54:32.048Z
21672026-06-30T19:54:32.048Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21682026-06-30T19:54:32.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-30T19:54:32.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-30T19:54:32.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-30T19:54:32.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21722026-06-30T19:54:32.561Z
21732026-06-30T19:54:32.561Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21742026-06-30T19:54:32.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-30T19:54:32.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-30T19:54:32.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-30T19:54:33.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21782026-06-30T19:54:33.076Z
21792026-06-30T19:54:33.076Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21802026-06-30T19:54:33.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-30T19:54:33.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-30T19:54:33.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-30T19:54:33.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21842026-06-30T19:54:33.569Z
21852026-06-30T19:54:33.569Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21862026-06-30T19:54:33.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-30T19:54:33.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-30T19:54:33.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-30T19:54:33.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21902026-06-30T19:54:34.069Z
21912026-06-30T19:54:34.069Zinfo: running `cargo check --bins` on ereport-types (67/299)
21922026-06-30T19:54:34.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-30T19:54:34.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-30T19:54:34.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-30T19:54:34.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21962026-06-30T19:54:34.575Z
21972026-06-30T19:54:34.575Zinfo: running `cargo check --bins` on gateway-client (68/299)
21982026-06-30T19:54:35.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-30T19:54:35.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-30T19:54:35.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-30T19:54:35.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22022026-06-30T19:54:35.085Z
22032026-06-30T19:54:35.085Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22042026-06-30T19:54:35.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-30T19:54:35.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-30T19:54:35.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-30T19:54:35.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22082026-06-30T19:54:35.592Z
22092026-06-30T19:54:35.592Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22102026-06-30T19:54:36.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-30T19:54:36.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-30T19:54:36.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-30T19:54:36.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22142026-06-30T19:54:36.097Z
22152026-06-30T19:54:36.097Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22162026-06-30T19:54:36.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-30T19:54:36.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-30T19:54:36.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-30T19:54:36.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22202026-06-30T19:54:36.604Z
22212026-06-30T19:54:36.604Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22222026-06-30T19:54:37.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-30T19:54:37.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-30T19:54:37.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-30T19:54:37.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22262026-06-30T19:54:37.113Z
22272026-06-30T19:54:37.113Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22282026-06-30T19:54:37.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-30T19:54:37.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-30T19:54:37.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-30T19:54:37.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22322026-06-30T19:54:37.638Z
22332026-06-30T19:54:37.638Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22342026-06-30T19:54:38.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-30T19:54:38.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-30T19:54:38.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-30T19:54:38.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22382026-06-30T19:54:38.164Z
22392026-06-30T19:54:38.164Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22402026-06-30T19:54:38.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-30T19:54:38.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-30T19:54:38.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-30T19:54:38.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22442026-06-30T19:54:38.658Z
22452026-06-30T19:54:38.658Zinfo: running `cargo check --bins` on oxlog (76/299)
22462026-06-30T19:54:39.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-30T19:54:39.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-30T19:54:39.199Z Checking cfg-if v1.0.4
22492026-06-30T19:54:39.202Z Checking libc v0.2.185
22502026-06-30T19:54:39.202Z Checking serde_core v1.0.228
22512026-06-30T19:54:39.308Z Checking zeroize v1.8.2
22522026-06-30T19:54:39.314Z Checking memchr v2.8.0
22532026-06-30T19:54:39.322Z Checking log v0.4.29
22542026-06-30T19:54:39.330Z Checking smallvec v1.15.1
22552026-06-30T19:54:39.342Z Checking typenum v1.19.0
22562026-06-30T19:54:39.351Z Checking subtle v2.6.1
22572026-06-30T19:54:39.441Z Checking itoa v1.0.17
22582026-06-30T19:54:39.473Z Checking scopeguard v1.2.0
22592026-06-30T19:54:39.491Z Checking stable_deref_trait v1.2.1
22602026-06-30T19:54:39.503Z Checking const-oid v0.9.6
22612026-06-30T19:54:39.561Z Checking zerofrom v0.1.6
22622026-06-30T19:54:39.571Z Checking lock_api v0.4.14
22632026-06-30T19:54:39.584Z Checking pin-project-lite v0.2.17
22642026-06-30T19:54:39.666Z Checking yoke v0.8.1
22652026-06-30T19:54:39.678Z Checking getrandom v0.2.17
22662026-06-30T19:54:39.678Z Checking errno v0.3.14
22672026-06-30T19:54:39.697Z Checking parking_lot_core v0.9.12
22682026-06-30T19:54:39.758Z Checking portable-atomic v1.13.1
22692026-06-30T19:54:39.787Z Checking signal-hook-registry v1.4.8
22702026-06-30T19:54:39.809Z Checking rand_core v0.6.4
22712026-06-30T19:54:39.820Z Checking zerovec v0.11.5
22722026-06-30T19:54:39.865Z Checking critical-section v1.2.0
22732026-06-30T19:54:39.936Z Checking futures-core v0.3.32
22742026-06-30T19:54:39.957Z Checking parking_lot v0.12.5
22752026-06-30T19:54:39.975Z Checking mio v1.2.0
22762026-06-30T19:54:40.001Z Checking generic-array v0.14.7
22772026-06-30T19:54:40.049Z Checking zerocopy v0.8.40
22782026-06-30T19:54:40.136Z Checking zmij v1.0.21
22792026-06-30T19:54:40.149Z Checking once_cell v1.21.3
22802026-06-30T19:54:40.170Z Checking socket2 v0.6.3
22812026-06-30T19:54:40.235Z Checking tinystr v0.8.2
22822026-06-30T19:54:40.247Z Checking libm v0.2.16
22832026-06-30T19:54:40.311Z Checking equivalent v1.0.2
22842026-06-30T19:54:40.335Z Checking litemap v0.8.1
22852026-06-30T19:54:40.388Z Checking percent-encoding v2.3.2
22862026-06-30T19:54:40.399Z Checking writeable v0.6.2
22872026-06-30T19:54:40.412Z Checking potential_utf v0.1.4
22882026-06-30T19:54:40.437Z Checking crypto-common v0.1.7
22892026-06-30T19:54:40.497Z Checking block-buffer v0.10.4
22902026-06-30T19:54:40.518Z Checking zerotrie v0.2.3
22912026-06-30T19:54:40.530Z Checking futures-sink v0.3.32
22922026-06-30T19:54:40.548Z Checking icu_locale_core v2.1.1
22932026-06-30T19:54:40.551Z Checking icu_collections v2.1.1
22942026-06-30T19:54:40.619Z Checking futures-channel v0.3.32
22952026-06-30T19:54:40.632Z Checking digest v0.10.7
22962026-06-30T19:54:40.752Z Checking slab v0.4.12
22972026-06-30T19:54:40.764Z Checking serde v1.0.228
22982026-06-30T19:54:40.803Z Checking bitflags v2.11.0
22992026-06-30T19:54:40.817Z Checking serde_json v1.0.150
23002026-06-30T19:54:40.879Z Checking futures-task v0.3.32
23012026-06-30T19:54:40.902Z Checking futures-io v0.3.32
23022026-06-30T19:54:40.920Z Checking num-traits v0.2.19
23032026-06-30T19:54:40.962Z Checking cpufeatures v0.2.17
23042026-06-30T19:54:41.006Z Checking futures-util v0.3.32
23052026-06-30T19:54:41.006Z Checking hmac v0.12.1
23062026-06-30T19:54:41.031Z Checking icu_properties_data v2.1.2
23072026-06-30T19:54:41.125Z Checking icu_provider v2.1.1
23082026-06-30T19:54:41.136Z Checking icu_normalizer_data v2.1.1
23092026-06-30T19:54:41.147Z Checking rand_core v0.10.0
23102026-06-30T19:54:41.159Z Checking bytes v1.11.1
23112026-06-30T19:54:41.197Z Checking hashbrown v0.17.0
23122026-06-30T19:54:41.278Z Checking getrandom v0.4.1
23132026-06-30T19:54:41.346Z Checking icu_properties v2.1.2
23142026-06-30T19:54:41.419Z Checking icu_normalizer v2.1.1
23152026-06-30T19:54:41.432Z Checking block-padding v0.3.3
23162026-06-30T19:54:41.471Z Checking utf8_iter v1.0.4
23172026-06-30T19:54:41.555Z Checking inout v0.1.4
23182026-06-30T19:54:41.586Z Checking sha2 v0.10.9
23192026-06-30T19:54:41.598Z Checking tokio v1.52.1
23202026-06-30T19:54:41.647Z Checking indexmap v2.14.0
23212026-06-30T19:54:41.682Z Checking cipher v0.4.4
23222026-06-30T19:54:41.717Z Checking form_urlencoded v1.2.2
23232026-06-30T19:54:41.840Z Checking getrandom v0.3.4
23242026-06-30T19:54:41.853Z Checking base64ct v1.8.3
23252026-06-30T19:54:41.879Z Checking byteorder v1.5.0
23262026-06-30T19:54:41.977Z Checking fnv v1.0.7
23272026-06-30T19:54:42.067Z Checking pem-rfc7468 v0.7.0
23282026-06-30T19:54:42.071Z Checking flagset v0.4.7
23292026-06-30T19:54:42.092Z Checking rand_core v0.9.5
23302026-06-30T19:54:42.146Z Checking idna_adapter v1.2.1
23312026-06-30T19:54:42.187Z Checking http v1.4.2
23322026-06-30T19:54:42.199Z Checking regex-syntax v0.8.10
23332026-06-30T19:54:42.219Z Checking der v0.7.10
23342026-06-30T19:54:42.256Z Checking idna v1.1.0
23352026-06-30T19:54:42.268Z Checking salsa20 v0.10.2
23362026-06-30T19:54:42.394Z Checking uuid v1.23.4
23372026-06-30T19:54:42.492Z Checking url v2.5.8
23382026-06-30T19:54:42.698Z Checking pbkdf2 v0.12.2
23392026-06-30T19:54:42.724Z Checking rustix v1.1.3
23402026-06-30T19:54:42.780Z Checking ppv-lite86 v0.2.21
23412026-06-30T19:54:42.800Z Checking tracing-core v0.1.36
23422026-06-30T19:54:42.898Z Checking base64 v0.22.1
23432026-06-30T19:54:42.927Z Checking iana-time-zone v0.1.65
23442026-06-30T19:54:42.939Z Checking spki v0.7.3
23452026-06-30T19:54:43.029Z Checking chrono v0.4.44
23462026-06-30T19:54:43.063Z Checking rand_chacha v0.9.0
23472026-06-30T19:54:43.094Z Checking tracing v0.1.44
23482026-06-30T19:54:43.107Z Checking scrypt v0.11.0
23492026-06-30T19:54:43.126Z Checking http-body v1.0.1
23502026-06-30T19:54:43.236Z Checking aes v0.8.4
23512026-06-30T19:54:43.248Z Checking cbc v0.1.2
23522026-06-30T19:54:43.260Z Checking rustls-pki-types v1.14.0
23532026-06-30T19:54:43.295Z Checking openssl-probe v0.2.1
23542026-06-30T19:54:43.364Z Checking tinyvec_macros v0.1.1
23552026-06-30T19:54:43.397Z Checking rand v0.9.2
23562026-06-30T19:54:43.426Z Checking tinyvec v1.10.0
23572026-06-30T19:54:43.489Z Checking aws-lc-sys v0.40.0
23582026-06-30T19:54:43.554Z Checking atomic-waker v1.1.2
23592026-06-30T19:54:43.558Z Checking tower-service v0.3.3
23602026-06-30T19:54:43.619Z Checking pkcs5 v0.7.1
23612026-06-30T19:54:43.634Z Checking untrusted v0.7.1
23622026-06-30T19:54:43.637Z Checking try-lock v0.2.5
23632026-06-30T19:54:43.738Z Checking tower-layer v0.3.3
23642026-06-30T19:54:43.742Z Checking want v0.3.1
23652026-06-30T19:54:43.761Z Checking ipnet v2.11.0
23662026-06-30T19:54:43.861Z Checking httparse v1.10.1
23672026-06-30T19:54:43.873Z Checking pkcs8 v0.10.2
23682026-06-30T19:54:43.883Z Checking aho-corasick v1.1.4
23692026-06-30T19:54:43.898Z Checking foreign-types-shared v0.1.1
23702026-06-30T19:54:43.901Z Checking httpdate v1.0.3
23712026-06-30T19:54:43.977Z Checking untrusted v0.9.0
23722026-06-30T19:54:43.989Z Checking aws-lc-rs v1.16.3
23732026-06-30T19:54:44.010Z Checking dyn-clone v1.0.20
23742026-06-30T19:54:44.043Z Checking fastrand v2.3.0
23752026-06-30T19:54:44.055Z Checking utf8parse v0.2.2
23762026-06-30T19:54:44.067Z Checking plain v0.2.3
23772026-06-30T19:54:44.079Z Checking foreign-types v0.3.2
23782026-06-30T19:54:44.103Z Checking unicode-normalization v0.1.25
23792026-06-30T19:54:44.141Z Checking semver v1.0.28
23802026-06-30T19:54:44.153Z Checking openssl-sys v0.9.115
23812026-06-30T19:54:44.165Z Checking spin v0.9.8
23822026-06-30T19:54:44.215Z Checking tempfile v3.25.0
23832026-06-30T19:54:44.339Z Checking unicode-ident v1.0.24
23842026-06-30T19:54:44.352Z Checking ucd-trie v0.1.7
23852026-06-30T19:54:44.410Z Checking anstyle v1.0.14
23862026-06-30T19:54:44.444Z Checking proc-macro2 v1.0.106
23872026-06-30T19:54:44.478Z Checking pest v2.8.6
23882026-06-30T19:54:44.493Z Checking schemars v0.8.22
23892026-06-30T19:54:44.511Z Checking openssl v0.10.79
23902026-06-30T19:54:44.561Z Checking regex-automata v0.4.14
23912026-06-30T19:54:44.584Z Checking thiserror v2.0.18
23922026-06-30T19:54:44.682Z Checking sync_wrapper v1.0.2
23932026-06-30T19:54:44.747Z Checking wait-timeout v0.2.1
23942026-06-30T19:54:44.779Z Checking colorchoice v1.0.4
23952026-06-30T19:54:44.813Z Checking rustls-webpki v0.103.9
23962026-06-30T19:54:44.849Z Checking tokio-util v0.7.18
23972026-06-30T19:54:44.863Z Checking quick-error v1.2.3
23982026-06-30T19:54:44.874Z Checking simd-adler32 v0.3.8
23992026-06-30T19:54:44.956Z Checking anstyle-query v1.1.5
24002026-06-30T19:54:45.034Z Checking siphasher v1.0.2
24012026-06-30T19:54:45.046Z Checking bit-vec v0.8.0
24022026-06-30T19:54:45.130Z Checking powerfmt v0.2.0
24032026-06-30T19:54:45.183Z Checking is_terminal_polyfill v1.70.2
24042026-06-30T19:54:45.212Z Checking rustls v0.23.41
24052026-06-30T19:54:45.228Z Checking pretty-hex v0.4.1
24062026-06-30T19:54:45.262Z Checking bit-set v0.8.0
24072026-06-30T19:54:45.274Z Checking deranged v0.5.8
24082026-06-30T19:54:45.336Z Checking rusty-fork v0.3.1
24092026-06-30T19:54:45.402Z Checking tower v0.5.3
24102026-06-30T19:54:45.441Z Checking h2 v0.4.15
24112026-06-30T19:54:45.503Z Checking quote v1.0.45
24122026-06-30T19:54:45.516Z Compiling newtype-uuid v1.3.2
24132026-06-30T19:54:45.664Z Checking http-body-util v0.1.3
24142026-06-30T19:54:45.690Z Checking crossbeam-utils v0.8.21
24152026-06-30T19:54:45.773Z Checking rand_xorshift v0.4.0
24162026-06-30T19:54:45.871Z Checking crc32fast v1.5.0
24172026-06-30T19:54:45.885Z Checking scroll v0.13.0
24182026-06-30T19:54:46.006Z Checking signature v2.2.0
24192026-06-30T19:54:46.022Z Checking num_threads v0.1.7
24202026-06-30T19:54:46.102Z Checking iri-string v0.7.10
24212026-06-30T19:54:46.102Z Checking ryu v1.0.23
24222026-06-30T19:54:46.127Z Checking unicode-properties v0.1.4
24232026-06-30T19:54:46.174Z Checking adler2 v2.0.1
24242026-06-30T19:54:46.239Z Checking time-core v0.1.8
24252026-06-30T19:54:46.277Z Checking unarray v0.1.4
24262026-06-30T19:54:46.305Z Checking allocator-api2 v0.2.21
24272026-06-30T19:54:46.371Z Checking num-conv v0.2.0
24282026-06-30T19:54:46.383Z Checking unicode-bidi v0.3.18
24292026-06-30T19:54:46.395Z Checking bstr v1.12.1
24302026-06-30T19:54:46.483Z Checking time v0.3.47
24312026-06-30T19:54:46.496Z Checking native-tls v0.2.18
24322026-06-30T19:54:46.574Z Checking proptest v1.10.0
24332026-06-30T19:54:46.665Z Checking stringprep v0.1.5
24342026-06-30T19:54:46.668Z Checking tokio-native-tls v0.3.1
24352026-06-30T19:54:46.774Z Checking miniz_oxide v0.8.9
24362026-06-30T19:54:46.812Z Checking serde_urlencoded v0.7.1
24372026-06-30T19:54:46.826Z Checking goblin v0.10.5
24382026-06-30T19:54:47.008Z Checking crossbeam-epoch v0.9.18
24392026-06-30T19:54:47.110Z Checking tower-http v0.6.8
24402026-06-30T19:54:47.124Z Checking syn v2.0.117
24412026-06-30T19:54:47.220Z Compiling daft v0.1.7
24422026-06-30T19:54:47.384Z Checking ipnetwork v0.21.1
24432026-06-30T19:54:47.448Z Checking anstyle-parse v1.0.0
24442026-06-30T19:54:47.493Z Checking rustls-native-certs v0.8.3
24452026-06-30T19:54:47.586Z Checking rand_chacha v0.3.1
24462026-06-30T19:54:47.598Z Checking scroll v0.12.0
24472026-06-30T19:54:47.601Z Checking thiserror v1.0.69
24482026-06-30T19:54:47.620Z Checking zstd-sys v2.0.16+zstd.1.5.7
24492026-06-30T19:54:47.712Z Checking hash32 v0.2.1
24502026-06-30T19:54:47.722Z Checking num-integer v0.1.46
24512026-06-30T19:54:47.787Z Checking toml_datetime v0.6.11
24522026-06-30T19:54:47.814Z Checking serde_spanned v0.6.9
24532026-06-30T19:54:47.849Z Checking md-5 v0.10.6
24542026-06-30T19:54:47.933Z Checking ff v0.13.1
24552026-06-30T19:54:47.945Z Checking encoding_rs v0.8.35
24562026-06-30T19:54:47.960Z Checking mime v0.3.17
24572026-06-30T19:54:47.979Z Checking base16ct v0.2.0
24582026-06-30T19:54:48.052Z Checking psl-types v2.0.11
24592026-06-30T19:54:48.098Z Checking zlib-rs v0.6.2
24602026-06-30T19:54:48.125Z Checking fallible-iterator v0.2.0
24612026-06-30T19:54:48.163Z Checking publicsuffix v2.3.0
24622026-06-30T19:54:48.243Z Checking hyper v1.10.1
24632026-06-30T19:54:48.319Z Checking sec1 v0.7.3
24642026-06-30T19:54:48.387Z Checking postgres-protocol v0.6.10
24652026-06-30T19:54:48.499Z Checking group v0.13.0
24662026-06-30T19:54:48.536Z Checking num-iter v0.1.45
24672026-06-30T19:54:48.639Z Checking heapless v0.7.17
24682026-06-30T19:54:48.650Z Checking goblin v0.8.2
24692026-06-30T19:54:48.715Z Checking rand v0.8.6
24702026-06-30T19:54:48.892Z Checking zstd-safe v7.2.4
24712026-06-30T19:54:48.975Z Checking flate2 v1.1.9
24722026-06-30T19:54:49.049Z Checking anstream v1.0.0
24732026-06-30T19:54:49.060Z Checking oxnet v0.1.6
24742026-06-30T19:54:49.140Z Checking dof v0.4.0
24752026-06-30T19:54:49.174Z Checking hyper-util v0.1.20
24762026-06-30T19:54:49.230Z Checking cookie v0.18.1
24772026-06-30T19:54:49.243Z Compiling iddqd v0.4.2
24782026-06-30T19:54:49.264Z Checking tokio-rustls v0.26.4
24792026-06-30T19:54:49.308Z Checking dtrace-parser v0.3.0
24802026-06-30T19:54:49.401Z Checking phf_shared v0.13.1
24812026-06-30T19:54:49.454Z Checking lazy_static v1.5.0
24822026-06-30T19:54:49.482Z Checking anstyle-parse v0.2.7
24832026-06-30T19:54:49.534Z Checking pin-project v1.1.11
24842026-06-30T19:54:49.537Z Checking zerocopy v0.7.35
24852026-06-30T19:54:49.586Z Checking terminal_size v0.4.3
24862026-06-30T19:54:49.621Z Checking bzip2-sys v0.1.13+1.0.8
24872026-06-30T19:54:49.621Z Checking signal-hook v0.3.18
24882026-06-30T19:54:49.692Z Checking futures-executor v0.3.32
24892026-06-30T19:54:49.704Z Checking hex v0.4.3
24902026-06-30T19:54:49.754Z Checking hkdf v0.12.4
24912026-06-30T19:54:49.811Z Checking crypto-bigint v0.5.5
24922026-06-30T19:54:49.832Z Checking thread-id v5.1.0
24932026-06-30T19:54:49.879Z Checking either v1.15.0
24942026-06-30T19:54:49.904Z Checking foldhash v0.2.0
24952026-06-30T19:54:49.916Z Compiling rayon-core v1.13.0
24962026-06-30T19:54:50.019Z Checking bitflags v1.3.2
24972026-06-30T19:54:50.049Z Checking bumpalo v3.20.2
24982026-06-30T19:54:50.061Z Checking winnow v0.5.40
24992026-06-30T19:54:50.085Z Checking libbz2-rs-sys v0.2.2
25002026-06-30T19:54:50.097Z Checking foldhash v0.1.5
25012026-06-30T19:54:50.225Z Checking managed v0.8.0
25022026-06-30T19:54:50.239Z Checking strsim v0.11.1
25032026-06-30T19:54:50.399Z Checking same-file v1.0.6
25042026-06-30T19:54:50.402Z Checking clap_lex v1.0.0
25052026-06-30T19:54:50.423Z Checking hyper-tls v0.6.0
25062026-06-30T19:54:50.462Z Checking bzip2 v0.6.1
25072026-06-30T19:54:50.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082026-06-30T19:54:50.509Z Checking walkdir v2.5.0
25092026-06-30T19:54:50.523Z Checking dof v0.3.0
25102026-06-30T19:54:50.549Z Checking clap_builder v4.6.0
25112026-06-30T19:54:50.582Z Checking reqwest v0.12.28
25122026-06-30T19:54:50.615Z Checking hyper-rustls v0.27.7
25132026-06-30T19:54:50.660Z Checking smoltcp v0.9.1
25142026-06-30T19:54:50.681Z Checking zopfli v0.8.3
25152026-06-30T19:54:50.698Z Checking elliptic-curve v0.13.8
25162026-06-30T19:54:50.793Z Checking hashbrown v0.15.5
25172026-06-30T19:54:50.826Z Checking hashbrown v0.16.1
25182026-06-30T19:54:50.997Z Checking usdt-impl v0.6.0
25192026-06-30T19:54:51.000Z Checking futures v0.3.32
25202026-06-30T19:54:51.080Z Checking signal-hook-mio v0.2.5
25212026-06-30T19:54:51.182Z Checking bzip2 v0.4.4
25222026-06-30T19:54:51.194Z Checking toml_edit v0.19.15
25232026-06-30T19:54:51.232Z Checking snafu v0.8.9
25242026-06-30T19:54:51.247Z Checking anstream v0.6.21
25252026-06-30T19:54:51.272Z Checking phf v0.13.1
25262026-06-30T19:54:51.310Z Checking num-bigint-dig v0.8.6
25272026-06-30T19:54:51.313Z Checking cookie_store v0.22.1
25282026-06-30T19:54:51.412Z Checking zstd v0.13.3
25292026-06-30T19:54:51.433Z Checking postgres-types v0.2.12
25302026-06-30T19:54:51.461Z Checking dtrace-parser v0.2.0
25312026-06-30T19:54:51.561Z Checking rustls-platform-verifier v0.6.2
25322026-06-30T19:54:51.595Z Checking crossbeam-deque v0.8.6
25332026-06-30T19:54:51.629Z Checking globset v0.4.18
25342026-06-30T19:54:51.686Z Checking regex v1.12.3
25352026-06-30T19:54:51.698Z Checking ed25519 v2.2.3
25362026-06-30T19:54:51.735Z Checking phf_shared v0.11.3
25372026-06-30T19:54:51.764Z Checking olpc-cjson v0.1.4
25382026-06-30T19:54:51.767Z Checking ref-cast v1.0.25
25392026-06-30T19:54:51.857Z Checking curve25519-dalek v4.1.3
25402026-06-30T19:54:51.869Z Checking strum v0.27.2
25412026-06-30T19:54:51.873Z Checking hubpack v0.1.2
25422026-06-30T19:54:51.873Z Checking memoffset v0.9.1
25432026-06-30T19:54:51.900Z Checking rustix v0.38.44
25442026-06-30T19:54:51.949Z Checking pkcs1 v0.7.5
25452026-06-30T19:54:51.952Z Checking pem v3.0.6
25462026-06-30T19:54:51.987Z Checking float-cmp v0.10.0
25472026-06-30T19:54:52.025Z Checking serde_plain v1.0.2
25482026-06-30T19:54:52.107Z Checking erased-serde v0.3.31
25492026-06-30T19:54:52.110Z Checking serde-big-array v0.5.1
25502026-06-30T19:54:52.130Z Checking rfc6979 v0.4.0
25512026-06-30T19:54:52.149Z Checking memmap2 v0.9.10
25522026-06-30T19:54:52.161Z Checking thread-id v4.2.2
25532026-06-30T19:54:52.218Z Checking env_filter v1.0.0
25542026-06-30T19:54:52.230Z Checking winnow v1.0.3
25552026-06-30T19:54:52.234Z Checking whoami v2.1.0
25562026-06-30T19:54:52.234Z Checking normalize-line-endings v0.3.0
25572026-06-30T19:54:52.300Z Checking static_assertions v1.1.0
25582026-06-30T19:54:52.332Z Checking jiff v0.2.21
25592026-06-30T19:54:52.352Z Checking fixedbitset v0.5.7
25602026-06-30T19:54:52.364Z Checking winnow v0.7.14
25612026-06-30T19:54:52.422Z Checking predicates-core v1.0.10
25622026-06-30T19:54:52.489Z Checking difflib v0.4.0
25632026-06-30T19:54:52.502Z Checking precomputed-hash v0.1.1
25642026-06-30T19:54:52.536Z Checking data-encoding v2.10.0
25652026-06-30T19:54:52.536Z Checking unicode-segmentation v1.12.0
25662026-06-30T19:54:52.575Z Checking keccak v0.1.6
25672026-06-30T19:54:52.617Z Checking toml_write v0.1.2
25682026-06-30T19:54:52.662Z Checking new_debug_unreachable v1.0.6
25692026-06-30T19:54:52.674Z Checking fixedbitset v0.4.2
25702026-06-30T19:54:52.726Z Checking typed-path v0.9.3
25712026-06-30T19:54:52.738Z Checking sha3 v0.10.8
25722026-06-30T19:54:52.779Z Checking string_cache v0.8.9
25732026-06-30T19:54:52.803Z Checking hickory-proto v0.25.2
25742026-06-30T19:54:52.817Z Checking petgraph v0.6.5
25752026-06-30T19:54:52.849Z Checking similar v2.7.0
25762026-06-30T19:54:52.932Z Checking crossterm v0.28.1
25772026-06-30T19:54:52.944Z Checking predicates v3.1.4
25782026-06-30T19:54:53.221Z Checking ed25519-dalek v2.2.0
25792026-06-30T19:54:53.234Z Checking petgraph v0.8.3
25802026-06-30T19:54:53.445Z Checking toml_parser v1.1.2+spec-1.1.0
25812026-06-30T19:54:53.480Z Checking tough v0.22.0
25822026-06-30T19:54:53.547Z Checking toml_edit v0.22.27
25832026-06-30T19:54:53.633Z Checking slog v2.8.2
25842026-06-30T19:54:53.794Z Checking tokio-postgres v0.7.16
25852026-06-30T19:54:53.895Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25862026-06-30T19:54:54.058Z Checking env_logger v0.11.9
25872026-06-30T19:54:54.241Z Checking usdt v0.6.0
25882026-06-30T19:54:54.407Z Checking ecdsa v0.16.9
25892026-06-30T19:54:54.561Z Checking zip v4.6.1
25902026-06-30T19:54:54.646Z Checking usdt-impl v0.5.0
25912026-06-30T19:54:54.738Z Checking toml v0.7.8
25922026-06-30T19:54:54.796Z Checking rsa v0.9.10
25932026-06-30T19:54:54.919Z Checking nix v0.31.2
25942026-06-30T19:54:55.051Z Checking clap v4.6.1
25952026-06-30T19:54:55.136Z Checking reqwest v0.13.2
25962026-06-30T19:54:55.261Z Checking zip v0.6.6
25972026-06-30T19:54:55.460Z Checking itertools v0.13.0
25982026-06-30T19:54:55.493Z Checking serde_with v3.17.0
25992026-06-30T19:54:55.578Z Checking strum v0.26.3
26002026-06-30T19:54:55.590Z Checking fs-err v3.3.0
26012026-06-30T19:54:55.683Z Checking ahash v0.8.12
26022026-06-30T19:54:55.874Z Checking object v0.37.3
26032026-06-30T19:54:55.887Z Checking tokio-stream v0.1.18
26042026-06-30T19:54:55.929Z Checking buf-list v1.1.2
26052026-06-30T19:54:55.961Z Checking camino v1.2.2
26062026-06-30T19:54:55.973Z Checking anyhow v1.0.102
26072026-06-30T19:54:56.106Z Checking x509-cert v0.2.5
26082026-06-30T19:54:56.126Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-30T19:54:56.164Z Checking openapiv3 v2.2.0
26102026-06-30T19:54:56.198Z Checking sha1 v0.10.6
26112026-06-30T19:54:56.262Z Checking peg-runtime v0.8.5
26122026-06-30T19:54:56.350Z Checking lalrpop-util v0.19.12
26132026-06-30T19:54:56.381Z Checking rayon v1.11.0
26142026-06-30T19:54:56.397Z Checking sigpipe v0.1.3
26152026-06-30T19:54:56.469Z Checking glob v0.3.3
26162026-06-30T19:54:58.046Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-30T19:54:58.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s
26182026-06-30T19:54:58.450Z
26192026-06-30T19:54:58.450Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26202026-06-30T19:54:58.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-30T19:54:58.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-30T19:54:58.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-30T19:54:58.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26242026-06-30T19:54:58.971Z
26252026-06-30T19:54:58.971Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26262026-06-30T19:54:59.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-30T19:54:59.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-30T19:54:59.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-30T19:54:59.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26302026-06-30T19:54:59.479Z
26312026-06-30T19:54:59.480Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26322026-06-30T19:54:59.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-30T19:54:59.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-30T19:54:59.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-30T19:54:59.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26362026-06-30T19:55:00.005Z
26372026-06-30T19:55:00.005Zinfo: running `cargo check --bins` on oxql-types (80/299)
26382026-06-30T19:55:00.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-30T19:55:00.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-30T19:55:00.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-30T19:55:00.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26422026-06-30T19:55:00.507Z
26432026-06-30T19:55:00.507Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26442026-06-30T19:55:00.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-30T19:55:00.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-30T19:55:00.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-30T19:55:00.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26482026-06-30T19:55:01.015Z
26492026-06-30T19:55:01.015Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26502026-06-30T19:55:01.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-30T19:55:01.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-30T19:55:01.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-30T19:55:01.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26542026-06-30T19:55:01.528Z
26552026-06-30T19:55:01.528Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26562026-06-30T19:55:01.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-30T19:55:01.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-30T19:55:01.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-30T19:55:01.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26602026-06-30T19:55:02.023Z
26612026-06-30T19:55:02.023Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26622026-06-30T19:55:02.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-30T19:55:02.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-30T19:55:02.634Z Compiling structmeta-derive v0.3.0
26652026-06-30T19:55:02.748Z Compiling multer v3.1.0
26662026-06-30T19:55:02.759Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672026-06-30T19:55:02.759Z Compiling async-stream-impl v0.3.6
26682026-06-30T19:55:02.776Z Compiling dropshot v0.17.1
26692026-06-30T19:55:02.790Z Compiling newtype-uuid-macros v0.1.0
26702026-06-30T19:55:02.790Z Compiling dropshot_endpoint v0.17.1
26712026-06-30T19:55:02.814Z Checking newtype-uuid v1.3.2
26722026-06-30T19:55:02.988Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-06-30T19:55:03.003Z Checking daft v0.1.7
26742026-06-30T19:55:03.017Z Checking hybrid-array v0.4.10
26752026-06-30T19:55:03.235Z Checking thread_local v1.1.9
26762026-06-30T19:55:03.328Z Checking const-oid v0.10.2
26772026-06-30T19:55:03.382Z Checking match_cfg v0.1.0
26782026-06-30T19:55:03.395Z Checking compression-core v0.4.31
26792026-06-30T19:55:03.447Z Checking hostname v0.3.1
26802026-06-30T19:55:03.461Z Checking crypto-common v0.2.2
26812026-06-30T19:55:03.476Z Checking block-buffer v0.12.1
26822026-06-30T19:55:03.513Z Checking compression-codecs v0.4.37
26832026-06-30T19:55:03.542Z Checking iddqd v0.4.2
26842026-06-30T19:55:03.567Z Checking crossbeam-channel v0.5.15
26852026-06-30T19:55:03.635Z Checking atomicwrites v0.4.4
26862026-06-30T19:55:03.648Z Checking slog-json v2.6.1
26872026-06-30T19:55:03.678Z Checking is-terminal v0.4.17
26882026-06-30T19:55:03.756Z Checking serde_spanned v1.1.1
26892026-06-30T19:55:03.771Z Checking toml_datetime v1.1.1+spec-1.1.0
26902026-06-30T19:55:03.797Z Compiling structmeta v0.3.0
26912026-06-30T19:55:03.797Z Checking term v1.2.1
26922026-06-30T19:55:03.881Z Checking debug-ignore v1.0.5
26932026-06-30T19:55:03.900Z Checking toml_writer v1.1.1+spec-1.1.0
26942026-06-30T19:55:03.957Z Checking take_mut v0.2.2
26952026-06-30T19:55:03.976Z Checking cpufeatures v0.3.0
26962026-06-30T19:55:04.026Z Compiling derive-ex v0.1.8
26972026-06-30T19:55:04.030Z Compiling parse-display-derive v0.10.0
26982026-06-30T19:55:04.042Z Checking slog-term v2.9.2
26992026-06-30T19:55:04.055Z Checking slog-async v2.8.0
27002026-06-30T19:55:04.058Z Checking digest v0.11.3
27012026-06-30T19:55:04.081Z Checking toml v1.1.2+spec-1.1.0
27022026-06-30T19:55:04.195Z Checking sha1 v0.11.0
27032026-06-30T19:55:04.231Z Checking slog-bunyan v2.5.0
27042026-06-30T19:55:04.295Z Checking async-compression v0.4.41
27052026-06-30T19:55:04.457Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27062026-06-30T19:55:04.510Z Checking async-stream v0.3.6
27072026-06-30T19:55:04.527Z Checking progenitor-client v0.14.0
27082026-06-30T19:55:04.527Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-30T19:55:04.575Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27102026-06-30T19:55:04.628Z Checking waitgroup v0.1.2
27112026-06-30T19:55:04.653Z Checking rustls-pemfile v2.2.0
27122026-06-30T19:55:04.707Z Checking backon v1.6.0
27132026-06-30T19:55:04.731Z Checking serde_path_to_error v0.1.20
27142026-06-30T19:55:04.756Z Checking hostname v0.4.2
27152026-06-30T19:55:04.783Z Checking instant v0.1.13
27162026-06-30T19:55:04.864Z Checking progenitor-extras v0.2.0
27172026-06-30T19:55:05.047Z Checking backoff v0.4.0
27182026-06-30T19:55:05.075Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27192026-06-30T19:55:05.210Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27202026-06-30T19:55:05.223Z Checking itertools v0.14.0
27212026-06-30T19:55:05.253Z Checking regress v0.10.5
27222026-06-30T19:55:05.478Z Checking macaddr v1.0.1
27232026-06-30T19:55:05.669Z Compiling test-strategy v0.4.5
27242026-06-30T19:55:05.683Z Checking parse-display v0.10.0
27252026-06-30T19:55:05.897Z Checking humantime v2.3.0
27262026-06-30T19:55:06.739Z Compiling prettyplease v0.2.37
27272026-06-30T19:55:06.997Z Checking num-rational v0.4.2
27282026-06-30T19:55:07.136Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27292026-06-30T19:55:07.267Z Checking num-complex v0.4.6
27302026-06-30T19:55:07.497Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27312026-06-30T19:55:07.813Z Checking num v0.4.3
27322026-06-30T19:55:07.816Z Compiling usdt-macro v0.5.0
27332026-06-30T19:55:07.885Z Compiling usdt-attr-macro v0.5.0
27342026-06-30T19:55:07.962Z Checking memmap v0.7.0
27352026-06-30T19:55:07.995Z Checking float-ord v0.3.2
27362026-06-30T19:55:08.101Z Compiling convert_case v0.4.0
27372026-06-30T19:55:08.203Z Checking unicode-width v0.2.0
27382026-06-30T19:55:08.453Z Checking console v0.15.11
27392026-06-30T19:55:08.478Z Compiling derive_more v0.99.20
27402026-06-30T19:55:08.602Z Checking newline-converter v0.3.0
27412026-06-30T19:55:08.702Z Checking usdt v0.5.0
27422026-06-30T19:55:08.716Z Compiling toml v0.8.23
27432026-06-30T19:55:08.734Z Compiling minimal-lexical v0.2.1
27442026-06-30T19:55:08.905Z Checking linked-hash-map v0.5.6
27452026-06-30T19:55:08.980Z Compiling nom v7.1.3
27462026-06-30T19:55:09.035Z Checking lru-cache v0.1.2
27472026-06-30T19:55:09.154Z Checking expectorate v1.2.0
27482026-06-30T19:55:09.485Z Checking camino-tempfile v1.4.1
27492026-06-30T19:55:09.646Z Checking hickory-proto v0.24.4
27502026-06-30T19:55:09.659Z Checking phf_shared v0.12.1
27512026-06-30T19:55:09.794Z Compiling slog-dtrace v0.3.0
27522026-06-30T19:55:09.797Z Compiling chrono-tz v0.10.4
27532026-06-30T19:55:09.994Z Checking resolv-conf v0.7.6
27542026-06-30T19:55:10.188Z Checking heck v0.5.0
27552026-06-30T19:55:10.312Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-30T19:55:10.354Z Compiling const_format_proc_macros v0.2.34
27572026-06-30T19:55:10.388Z Checking phf v0.12.1
27582026-06-30T19:55:10.528Z Checking tokio-dtrace v0.1.1
27592026-06-30T19:55:10.633Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-06-30T19:55:10.709Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-06-30T19:55:10.820Z Compiling derive-where v1.6.0
27622026-06-30T19:55:11.038Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-06-30T19:55:11.171Z Checking highway v1.3.0
27642026-06-30T19:55:11.393Z Checking const_format v0.2.35
27652026-06-30T19:55:11.457Z Checking hickory-resolver v0.24.4
27662026-06-30T19:55:11.613Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-06-30T19:55:12.126Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-06-30T19:55:12.129Z Checking oxide-tokio-rt v0.1.4
27692026-06-30T19:55:12.178Z Checking qorb v0.4.1
27702026-06-30T19:55:12.368Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-06-30T19:55:12.441Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-06-30T19:55:12.487Z Checking gethostname v0.5.0
27732026-06-30T19:55:12.516Z Checking bcs v0.1.6
27742026-06-30T19:55:12.531Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-30T19:55:12.569Z Checking termtree v0.5.1
27762026-06-30T19:55:15.889Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-06-30T19:55:18.299Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-06-30T19:55:20.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.38s
27792026-06-30T19:55:20.568Z
27802026-06-30T19:55:20.568Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27812026-06-30T19:55:21.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-06-30T19:55:21.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-06-30T19:55:21.179Z Compiling ar_archive_writer v0.5.1
27842026-06-30T19:55:21.278Z Compiling stacker v0.1.23
27852026-06-30T19:55:21.283Z Compiling cfg_aliases v0.1.1
27862026-06-30T19:55:21.289Z Compiling convert_case v0.10.0
27872026-06-30T19:55:21.295Z Checking unicode-width v0.1.14
27882026-06-30T19:55:21.301Z Compiling proc-macro-error v1.0.4
27892026-06-30T19:55:21.311Z Checking fd-lock v4.0.4
27902026-06-30T19:55:21.315Z Checking nibble_vec v0.1.0
27912026-06-30T19:55:21.334Z Compiling nix v0.28.0
27922026-06-30T19:55:21.422Z Checking vte v0.14.1
27932026-06-30T19:55:21.436Z Compiling recursive-proc-macro-impl v0.1.1
27942026-06-30T19:55:21.521Z Checking endian-type v0.1.2
27952026-06-30T19:55:21.549Z Checking bytecount v0.6.9
27962026-06-30T19:55:21.564Z Checking strip-ansi-escapes v0.2.1
27972026-06-30T19:55:21.574Z Compiling derive_more-impl v2.1.1
27982026-06-30T19:55:21.586Z Compiling tabled_derive v0.7.0
27992026-06-30T19:55:21.635Z Checking radix_trie v0.2.1
28002026-06-30T19:55:21.647Z Checking papergrid v0.11.0
28012026-06-30T19:55:21.658Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-06-30T19:55:21.832Z Compiling peg-macros v0.8.5
28032026-06-30T19:55:21.832Z Checking winnow v0.6.26
28042026-06-30T19:55:22.081Z Compiling psm v0.1.30
28052026-06-30T19:55:22.136Z Compiling sqlparser_derive v0.5.0
28062026-06-30T19:55:22.245Z Checking nu-ansi-term v0.50.3
28072026-06-30T19:55:22.373Z Checking derive_more v2.1.1
28082026-06-30T19:55:22.446Z Checking home v0.5.12
28092026-06-30T19:55:22.449Z Checking unicode_categories v0.1.1
28102026-06-30T19:55:22.540Z Checking tabled v0.15.0
28112026-06-30T19:55:22.552Z Checking crossterm v0.29.0
28122026-06-30T19:55:22.604Z Checking reedline v0.40.0
28132026-06-30T19:55:22.640Z Checking rustyline v14.0.0
28142026-06-30T19:55:22.841Z Checking recursive v0.1.1
28152026-06-30T19:55:22.914Z Checking display-error-chain v0.2.2
28162026-06-30T19:55:22.932Z Checking sqlparser v0.61.0
28172026-06-30T19:55:22.983Z Checking sqlformat v0.3.5
28182026-06-30T19:55:23.205Z Checking peg v0.8.5
28192026-06-30T19:55:34.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28202026-06-30T19:55:34.346Z
28212026-06-30T19:55:34.346Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28222026-06-30T19:55:34.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-06-30T19:55:34.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-06-30T19:55:34.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-06-30T19:55:38.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28262026-06-30T19:55:38.560Z
28272026-06-30T19:55:38.560Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28282026-06-30T19:55:39.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-30T19:55:39.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-30T19:55:39.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-30T19:55:41.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
28322026-06-30T19:55:41.745Z
28332026-06-30T19:55:41.745Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28342026-06-30T19:55:42.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-30T19:55:42.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-30T19:55:42.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-30T19:55:45.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28382026-06-30T19:55:45.718Z
28392026-06-30T19:55:45.718Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28402026-06-30T19:55:46.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-30T19:55:46.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-30T19:55:46.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-30T19:55:49.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28442026-06-30T19:55:49.757Z
28452026-06-30T19:55:49.757Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28462026-06-30T19:55:50.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-30T19:55:50.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-30T19:55:50.359Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-30T19:55:52.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28502026-06-30T19:55:53.099Z
28512026-06-30T19:55:53.100Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28522026-06-30T19:55:53.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-30T19:55:53.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-30T19:55:53.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-30T19:55:56.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28562026-06-30T19:55:56.455Z
28572026-06-30T19:55:56.455Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28582026-06-30T19:55:56.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-30T19:55:56.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-30T19:55:57.056Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-30T19:56:00.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28622026-06-30T19:56:00.605Z
28632026-06-30T19:56:00.605Zinfo: running `cargo check --bins` on oximeter (93/299)
28642026-06-30T19:56:01.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-30T19:56:01.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-30T19:56:01.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-06-30T19:56:01.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28682026-06-30T19:56:01.116Z
28692026-06-30T19:56:01.116Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28702026-06-30T19:56:01.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-30T19:56:01.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-30T19:56:01.683Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-06-30T19:56:01.836Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-06-30T19:56:01.836Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-06-30T19:56:02.184Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-06-30T19:56:04.681Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-06-30T19:56:05.886Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-06-30T19:56:06.079Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-06-30T19:56:06.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
28802026-06-30T19:56:06.880Z
28812026-06-30T19:56:06.881Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28822026-06-30T19:56:07.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-30T19:56:07.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-30T19:56:07.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-06-30T19:56:07.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28862026-06-30T19:56:07.389Z
28872026-06-30T19:56:07.389Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28882026-06-30T19:56:07.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-30T19:56:07.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-30T19:56:07.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-30T19:56:07.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28922026-06-30T19:56:07.938Z
28932026-06-30T19:56:07.938Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28942026-06-30T19:56:08.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-30T19:56:08.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-30T19:56:08.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-30T19:56:08.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28982026-06-30T19:56:08.459Z
28992026-06-30T19:56:08.459Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29002026-06-30T19:56:08.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-30T19:56:08.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-30T19:56:08.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-30T19:56:08.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29042026-06-30T19:56:08.984Z
29052026-06-30T19:56:08.985Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29062026-06-30T19:56:09.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-30T19:56:09.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-30T19:56:09.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-30T19:56:09.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29102026-06-30T19:56:09.503Z
29112026-06-30T19:56:09.503Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29122026-06-30T19:56:09.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-30T19:56:09.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-30T19:56:09.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-30T19:56:09.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29162026-06-30T19:56:10.024Z
29172026-06-30T19:56:10.024Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29182026-06-30T19:56:10.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-30T19:56:10.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-30T19:56:10.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-30T19:56:10.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29222026-06-30T19:56:10.524Z
29232026-06-30T19:56:10.525Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29242026-06-30T19:56:10.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-30T19:56:10.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-30T19:56:10.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-30T19:56:10.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29282026-06-30T19:56:11.044Z
29292026-06-30T19:56:11.044Zinfo: running `cargo check --bins` on update-engine (103/299)
29302026-06-30T19:56:11.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-30T19:56:11.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-30T19:56:11.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-30T19:56:11.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29342026-06-30T19:56:11.564Z
29352026-06-30T19:56:11.564Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29362026-06-30T19:56:12.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-30T19:56:12.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-30T19:56:12.198Z Compiling crucible-workspace-hack v0.1.0
29392026-06-30T19:56:12.313Z Checking secrecy v0.10.3
29402026-06-30T19:56:12.319Z Compiling heapless v0.8.0
29412026-06-30T19:56:12.322Z Compiling toml_datetime v0.7.5+spec-1.1.0
29422026-06-30T19:56:12.331Z Compiling ingot-macros v0.1.1
29432026-06-30T19:56:12.338Z Checking hash32 v0.3.1
29442026-06-30T19:56:12.348Z Compiling smoltcp v0.11.0
29452026-06-30T19:56:12.351Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-06-30T19:56:12.409Z Checking cobs v0.3.0
29472026-06-30T19:56:12.447Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-30T19:56:12.539Z Compiling toml_edit v0.23.10+spec-1.0.0
29492026-06-30T19:56:12.551Z Checking universal-hash v0.5.1
29502026-06-30T19:56:12.555Z Checking half v2.7.1
29512026-06-30T19:56:12.635Z Checking ciborium-io v0.2.2
29522026-06-30T19:56:12.700Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-06-30T19:56:12.716Z Checking opaque-debug v0.3.1
29542026-06-30T19:56:12.729Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29552026-06-30T19:56:12.778Z Checking poly1305 v0.8.0
29562026-06-30T19:56:12.856Z Checking ciborium-ll v0.2.2
29572026-06-30T19:56:12.905Z Checking postcard v1.1.3
29582026-06-30T19:56:13.024Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-06-30T19:56:13.038Z Checking password-hash v0.5.0
29602026-06-30T19:56:13.123Z Compiling proc-macro-crate v3.4.0
29612026-06-30T19:56:13.188Z Checking chacha20 v0.9.1
29622026-06-30T19:56:13.259Z Compiling proc-macro-crate v1.3.1
29632026-06-30T19:56:13.284Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29642026-06-30T19:56:13.379Z Checking blake2 v0.10.6
29652026-06-30T19:56:13.519Z Checking aead v0.5.2
29662026-06-30T19:56:13.593Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29672026-06-30T19:56:13.607Z Checking thiserror-no-std v2.0.2
29682026-06-30T19:56:13.629Z Compiling foreign-types-macros v0.2.3
29692026-06-30T19:56:13.665Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29702026-06-30T19:56:13.678Z Compiling num_enum_derive v0.7.6
29712026-06-30T19:56:13.681Z Checking foreign-types-shared v0.3.1
29722026-06-30T19:56:13.702Z Checking vsss-rs v3.3.4
29732026-06-30T19:56:13.773Z Compiling num_enum_derive v0.5.11
29742026-06-30T19:56:13.789Z Checking chacha20poly1305 v0.10.1
29752026-06-30T19:56:13.910Z Checking argon2 v0.5.3
29762026-06-30T19:56:13.923Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-06-30T19:56:14.222Z Checking foreign-types v0.5.0
29782026-06-30T19:56:14.243Z Checking ciborium v0.2.2
29792026-06-30T19:56:14.393Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-30T19:56:14.443Z Checking tabwriter v1.4.1
29812026-06-30T19:56:14.583Z Checking chacha20 v0.10.0
29822026-06-30T19:56:14.662Z Checking byte-wrapper v0.1.0
29832026-06-30T19:56:14.677Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-30T19:56:14.712Z Checking num_enum v0.7.6
29852026-06-30T19:56:14.785Z Checking cstr-argument v0.1.2
29862026-06-30T19:56:14.797Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29872026-06-30T19:56:14.810Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-30T19:56:14.822Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-06-30T19:56:14.866Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-06-30T19:56:14.898Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-06-30T19:56:14.979Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-06-30T19:56:15.017Z Checking rand v0.10.0
29932026-06-30T19:56:15.066Z Checking num_enum v0.5.11
29942026-06-30T19:56:15.105Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-30T19:56:15.141Z Checking ingot-types v0.1.2
29962026-06-30T19:56:15.171Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29972026-06-30T19:56:15.208Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-30T19:56:15.240Z Checking indent_write v2.2.0
29992026-06-30T19:56:15.363Z Checking colored v3.1.1
30002026-06-30T19:56:15.378Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30012026-06-30T19:56:15.381Z Compiling zone_cfg_derive v0.3.1
30022026-06-30T19:56:15.474Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-06-30T19:56:15.487Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30042026-06-30T19:56:15.487Z Checking itertools v0.12.1
30052026-06-30T19:56:15.511Z Checking ingot v0.1.1
30062026-06-30T19:56:15.524Z Compiling num-derive v0.4.2
30072026-06-30T19:56:15.635Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-30T19:56:15.659Z Checking swrite v0.1.0
30092026-06-30T19:56:15.746Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-30T19:56:15.848Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30112026-06-30T19:56:16.001Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-30T19:56:16.032Z Checking dropshot-api-manager-types v0.7.2
30132026-06-30T19:56:16.053Z Checking smf v0.2.3
30142026-06-30T19:56:16.077Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-06-30T19:56:16.105Z Checking nanorand v0.7.0
30162026-06-30T19:56:16.190Z Checking whoami v1.6.1
30172026-06-30T19:56:16.280Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-30T19:56:16.298Z Checking flume v0.11.1
30192026-06-30T19:56:16.440Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30202026-06-30T19:56:16.486Z Checking zone v0.3.1
30212026-06-30T19:56:17.052Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30222026-06-30T19:56:17.994Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30232026-06-30T19:56:18.875Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30242026-06-30T19:56:22.175Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-30T19:56:24.212Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-30T19:56:25.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
30272026-06-30T19:56:25.445Z
30282026-06-30T19:56:25.445Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30292026-06-30T19:56:25.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-30T19:56:25.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-30T19:56:25.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-30T19:56:25.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30332026-06-30T19:56:25.962Z
30342026-06-30T19:56:25.962Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30352026-06-30T19:56:26.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-30T19:56:26.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-30T19:56:26.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-30T19:56:26.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30392026-06-30T19:56:26.479Z
30402026-06-30T19:56:26.479Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30412026-06-30T19:56:26.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-30T19:56:26.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-30T19:56:26.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-30T19:56:26.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30452026-06-30T19:56:27.002Z
30462026-06-30T19:56:27.002Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30472026-06-30T19:56:27.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-30T19:56:27.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-30T19:56:27.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-30T19:56:27.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30512026-06-30T19:56:27.525Z
30522026-06-30T19:56:27.525Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30532026-06-30T19:56:27.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-30T19:56:27.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-30T19:56:27.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-30T19:56:27.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30572026-06-30T19:56:28.043Z
30582026-06-30T19:56:28.043Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30592026-06-30T19:56:28.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-30T19:56:28.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-30T19:56:28.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-30T19:56:28.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30632026-06-30T19:56:28.563Z
30642026-06-30T19:56:28.563Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30652026-06-30T19:56:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-30T19:56:29.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-30T19:56:29.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-30T19:56:29.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30692026-06-30T19:56:29.083Z
30702026-06-30T19:56:29.083Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30712026-06-30T19:56:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-30T19:56:29.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-30T19:56:29.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-30T19:56:29.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
30752026-06-30T19:56:29.584Z
30762026-06-30T19:56:29.584Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30772026-06-30T19:56:30.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-30T19:56:30.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-30T19:56:30.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-30T19:56:30.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30812026-06-30T19:56:30.102Z
30822026-06-30T19:56:30.102Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30832026-06-30T19:56:30.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-30T19:56:30.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-30T19:56:30.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-30T19:56:30.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30872026-06-30T19:56:30.618Z
30882026-06-30T19:56:30.618Zinfo: running `cargo check --bins` on installinator-client (115/299)
30892026-06-30T19:56:31.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-30T19:56:31.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-30T19:56:31.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-30T19:56:31.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30932026-06-30T19:56:31.136Z
30942026-06-30T19:56:31.136Zinfo: running `cargo check --bins` on nexus-client (116/299)
30952026-06-30T19:56:31.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-30T19:56:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-30T19:56:31.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-30T19:56:31.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30992026-06-30T19:56:31.687Z
31002026-06-30T19:56:31.687Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31012026-06-30T19:56:32.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-30T19:56:32.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-30T19:56:32.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-30T19:56:32.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31052026-06-30T19:56:32.241Z
31062026-06-30T19:56:32.241Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31072026-06-30T19:56:32.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-30T19:56:32.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-30T19:56:32.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-30T19:56:32.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31112026-06-30T19:56:32.743Z
31122026-06-30T19:56:32.743Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31132026-06-30T19:56:33.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-30T19:56:33.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-30T19:56:33.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-30T19:56:33.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31172026-06-30T19:56:33.242Z
31182026-06-30T19:56:33.242Zinfo: running `cargo check --bins` on oxide-client (120/299)
31192026-06-30T19:56:33.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-30T19:56:33.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-30T19:56:33.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-30T19:56:33.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31232026-06-30T19:56:33.744Z
31242026-06-30T19:56:33.744Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31252026-06-30T19:56:34.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-30T19:56:34.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-30T19:56:34.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-30T19:56:34.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31292026-06-30T19:56:34.259Z
31302026-06-30T19:56:34.259Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31312026-06-30T19:56:34.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-30T19:56:34.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-30T19:56:34.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-30T19:56:34.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31352026-06-30T19:56:34.759Z
31362026-06-30T19:56:34.759Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31372026-06-30T19:56:35.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-30T19:56:35.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-30T19:56:35.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-30T19:56:35.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31412026-06-30T19:56:35.285Z
31422026-06-30T19:56:35.285Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31432026-06-30T19:56:35.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-30T19:56:35.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-30T19:56:35.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-30T19:56:35.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31472026-06-30T19:56:35.825Z
31482026-06-30T19:56:35.825Zinfo: running `cargo check --bins` on installinator-common (125/299)
31492026-06-30T19:56:36.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-30T19:56:36.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-30T19:56:36.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-30T19:56:36.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31532026-06-30T19:56:36.360Z
31542026-06-30T19:56:36.360Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31552026-06-30T19:56:36.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-30T19:56:36.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-30T19:56:36.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-30T19:56:36.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31592026-06-30T19:56:36.860Z
31602026-06-30T19:56:36.860Zinfo: running `cargo check --bins` on wicket-common (127/299)
31612026-06-30T19:56:37.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-30T19:56:37.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-30T19:56:37.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-30T19:56:37.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31652026-06-30T19:56:37.388Z
31662026-06-30T19:56:37.388Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31672026-06-30T19:56:37.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-30T19:56:37.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-30T19:56:38.010Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-30T19:56:38.121Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-30T19:56:38.128Z Checking csv-core v0.1.13
31722026-06-30T19:56:38.134Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-30T19:56:38.137Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-30T19:56:38.148Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-06-30T19:56:38.160Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-30T19:56:38.170Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-30T19:56:38.275Z Checking csv v1.4.0
31782026-06-30T19:56:38.306Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-30T19:56:38.319Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-30T19:56:38.345Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-30T19:56:38.374Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-30T19:56:38.615Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-30T19:56:38.975Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-30T19:56:38.975Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-06-30T19:56:39.301Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-30T19:56:45.185Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-30T19:56:45.697Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-30T19:56:48.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.61s
31892026-06-30T19:56:48.179Z
31902026-06-30T19:56:48.179Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31912026-06-30T19:56:48.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-30T19:56:48.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-30T19:56:48.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-30T19:56:48.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31952026-06-30T19:56:48.701Z
31962026-06-30T19:56:48.701Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31972026-06-30T19:56:49.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-30T19:56:49.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-30T19:56:49.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-30T19:56:49.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32012026-06-30T19:56:49.294Z
32022026-06-30T19:56:49.294Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32032026-06-30T19:56:49.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-30T19:56:49.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-30T19:56:49.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-30T19:56:49.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-06-30T19:56:49.888Z
32082026-06-30T19:56:49.889Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32092026-06-30T19:56:50.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-30T19:56:50.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-30T19:56:50.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-30T19:56:50.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32132026-06-30T19:56:50.445Z
32142026-06-30T19:56:50.445Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32152026-06-30T19:56:50.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-30T19:56:50.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-30T19:56:51.131Z Compiling regress v0.11.1
32182026-06-30T19:56:51.269Z Compiling unsafe-libyaml v0.2.11
32192026-06-30T19:56:51.278Z Compiling semver v0.1.20
32202026-06-30T19:56:51.287Z Compiling radium v0.7.0
32212026-06-30T19:56:51.299Z Checking nom v8.0.0
32222026-06-30T19:56:51.310Z Checking tap v1.0.1
32232026-06-30T19:56:51.313Z Compiling maybe-uninit v2.0.0
32242026-06-30T19:56:51.406Z Checking wyz v0.5.1
32252026-06-30T19:56:51.555Z Compiling rustc_version v0.1.7
32262026-06-30T19:56:51.585Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-06-30T19:56:51.681Z Compiling zerocopy-derive v0.6.6
32282026-06-30T19:56:51.732Z Compiling owo-colors v4.3.0
32292026-06-30T19:56:51.762Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-30T19:56:51.980Z Compiling newtype_derive v0.1.6
32312026-06-30T19:56:52.059Z Compiling cancel-safe-futures v0.1.5
32322026-06-30T19:56:52.176Z Checking funty v2.0.0
32332026-06-30T19:56:52.275Z Compiling packed_struct v0.10.1
32342026-06-30T19:56:52.496Z Checking crc-catalog v2.4.0
32352026-06-30T19:56:52.533Z Checking zerocopy v0.6.6
32362026-06-30T19:56:52.566Z Checking bitvec v1.0.1
32372026-06-30T19:56:52.582Z Checking crc v3.4.0
32382026-06-30T19:56:52.708Z Checking typify-impl v0.6.2
32392026-06-30T19:56:52.989Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-30T19:56:53.097Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-06-30T19:56:53.212Z Compiling packed_struct_codegen v0.10.1
32422026-06-30T19:56:53.233Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32432026-06-30T19:56:53.430Z Checking libsw-core v0.3.2
32442026-06-30T19:56:53.508Z Compiling bitfield-macros v0.19.4
32452026-06-30T19:56:53.588Z Compiling indexmap v1.9.3
32462026-06-30T19:56:53.799Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-30T19:56:53.859Z Checking nodrop v0.1.14
32482026-06-30T19:56:53.891Z Checking libsw v3.5.0
32492026-06-30T19:56:53.904Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-30T19:56:53.954Z Checking array-init v0.0.4
32512026-06-30T19:56:54.041Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-30T19:56:54.220Z Checking smallvec v0.6.14
32532026-06-30T19:56:54.246Z Checking bitfield v0.19.4
32542026-06-30T19:56:54.260Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-06-30T19:56:54.479Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-06-30T19:56:54.506Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32572026-06-30T19:56:54.598Z Checking tagptr v0.2.0
32582026-06-30T19:56:54.659Z Checking linear-map v1.2.0
32592026-06-30T19:56:54.678Z Checking hashbrown v0.12.3
32602026-06-30T19:56:54.733Z Checking unicode-linebreak v0.1.5
32612026-06-30T19:56:54.826Z Checking base64 v0.21.7
32622026-06-30T19:56:54.839Z Checking smawk v0.3.2
32632026-06-30T19:56:54.940Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-30T19:56:54.965Z Checking textwrap v0.16.2
32652026-06-30T19:56:54.979Z Checking moka v0.12.13
32662026-06-30T19:56:55.060Z Checking ron v0.8.1
32672026-06-30T19:56:55.176Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-06-30T19:56:55.334Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-06-30T19:56:55.348Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-06-30T19:56:55.403Z Checking steno v0.4.1
32712026-06-30T19:56:55.574Z Checking serde-hex v0.1.0
32722026-06-30T19:56:55.598Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-06-30T19:56:55.751Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-06-30T19:56:56.146Z Checking hashbrown v0.13.2
32752026-06-30T19:56:56.203Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-06-30T19:56:56.316Z Checking crc-any v2.5.0
32772026-06-30T19:56:56.379Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-30T19:56:56.427Z Checking hickory-resolver v0.25.2
32792026-06-30T19:56:56.487Z Checking utf-8 v0.7.6
32802026-06-30T19:56:56.538Z Checking half v1.8.3
32812026-06-30T19:56:56.561Z Checking object v0.30.4
32822026-06-30T19:56:56.616Z Checking path-slash v0.1.5
32832026-06-30T19:56:56.717Z Checking void v1.0.2
32842026-06-30T19:56:56.730Z Checking serde_cbor v0.11.2
32852026-06-30T19:56:56.818Z Checking lzss v0.8.2
32862026-06-30T19:56:57.003Z Checking tungstenite v0.23.0
32872026-06-30T19:56:57.101Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-06-30T19:56:57.121Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-30T19:56:57.181Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-06-30T19:56:57.211Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-06-30T19:56:57.239Z Compiling typify-macro v0.6.2
32922026-06-30T19:56:57.253Z Checking nix v0.27.1
32932026-06-30T19:56:57.305Z Checking kstat-rs v0.2.4
32942026-06-30T19:56:57.407Z Checking fxhash v0.2.1
32952026-06-30T19:56:57.422Z Checking serde_bytes v0.11.19
32962026-06-30T19:56:57.487Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-06-30T19:56:57.520Z Checking tokio-tungstenite v0.23.1
32982026-06-30T19:56:57.534Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32992026-06-30T19:56:57.587Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-06-30T19:56:57.745Z Checking signal-hook-tokio v0.3.1
33012026-06-30T19:56:58.325Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33022026-06-30T19:56:58.597Z Compiling typify v0.6.2
33032026-06-30T19:56:58.674Z Compiling progenitor-impl v0.14.0
33042026-06-30T19:56:59.241Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33052026-06-30T19:56:59.541Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33062026-06-30T19:57:00.099Z Compiling progenitor-macro v0.14.0
33072026-06-30T19:57:02.383Z Checking progenitor v0.14.0
33082026-06-30T19:57:02.502Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-06-30T19:57:02.505Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33102026-06-30T19:57:05.139Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33112026-06-30T19:57:13.427Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33122026-06-30T19:57:19.902Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33132026-06-30T19:57:21.263Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33142026-06-30T19:57:21.743Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-06-30T19:57:23.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s
33162026-06-30T19:57:23.981Z
33172026-06-30T19:57:23.981Zinfo: running `cargo check --bins` on gateway-api (134/299)
33182026-06-30T19:57:24.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-06-30T19:57:24.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-06-30T19:57:24.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-06-30T19:57:24.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33222026-06-30T19:57:24.496Z
33232026-06-30T19:57:24.496Zinfo: running `cargo check --bins` on ipcc (135/299)
33242026-06-30T19:57:24.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-30T19:57:24.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-30T19:57:24.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-30T19:57:24.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33282026-06-30T19:57:25.022Z
33292026-06-30T19:57:25.022Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33302026-06-30T19:57:25.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-30T19:57:25.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-30T19:57:25.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-30T19:57:25.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33342026-06-30T19:57:25.515Z
33352026-06-30T19:57:25.515Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33362026-06-30T19:57:25.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-30T19:57:25.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-30T19:57:25.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-30T19:57:25.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33402026-06-30T19:57:26.050Z
33412026-06-30T19:57:26.050Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33422026-06-30T19:57:26.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-30T19:57:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-30T19:57:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-30T19:57:26.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33462026-06-30T19:57:26.570Z
33472026-06-30T19:57:26.570Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33482026-06-30T19:57:27.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-30T19:57:27.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-30T19:57:27.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-30T19:57:27.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33522026-06-30T19:57:27.090Z
33532026-06-30T19:57:27.090Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33542026-06-30T19:57:27.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-30T19:57:27.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-30T19:57:27.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-30T19:57:27.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33582026-06-30T19:57:27.611Z
33592026-06-30T19:57:27.611Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33602026-06-30T19:57:28.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-30T19:57:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-30T19:57:28.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-30T19:57:28.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-06-30T19:57:28.151Z
33652026-06-30T19:57:28.151Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33662026-06-30T19:57:28.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-30T19:57:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-30T19:57:28.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-30T19:57:28.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33702026-06-30T19:57:28.705Z
33712026-06-30T19:57:28.705Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33722026-06-30T19:57:29.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-30T19:57:29.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-30T19:57:29.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-30T19:57:29.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33762026-06-30T19:57:29.191Z
33772026-06-30T19:57:29.191Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33782026-06-30T19:57:29.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-30T19:57:29.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-30T19:57:29.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-30T19:57:29.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33822026-06-30T19:57:29.710Z
33832026-06-30T19:57:29.710Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33842026-06-30T19:57:30.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-30T19:57:30.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-30T19:57:30.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-30T19:57:30.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33882026-06-30T19:57:30.233Z
33892026-06-30T19:57:30.233Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33902026-06-30T19:57:30.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-30T19:57:30.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-30T19:57:30.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-30T19:57:30.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33942026-06-30T19:57:30.753Z
33952026-06-30T19:57:30.753Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33962026-06-30T19:57:31.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-30T19:57:31.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-30T19:57:31.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-30T19:57:31.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34002026-06-30T19:57:31.275Z
34012026-06-30T19:57:31.275Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34022026-06-30T19:57:31.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-30T19:57:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-30T19:57:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-30T19:57:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34062026-06-30T19:57:31.808Z
34072026-06-30T19:57:31.808Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34082026-06-30T19:57:32.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-30T19:57:32.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-30T19:57:32.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-30T19:57:32.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34122026-06-30T19:57:32.344Z
34132026-06-30T19:57:32.344Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34142026-06-30T19:57:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-30T19:57:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-30T19:57:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-30T19:57:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34182026-06-30T19:57:32.879Z
34192026-06-30T19:57:32.879Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34202026-06-30T19:57:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-30T19:57:33.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-30T19:57:33.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-30T19:57:33.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34242026-06-30T19:57:33.418Z
34252026-06-30T19:57:33.419Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34262026-06-30T19:57:33.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-30T19:57:33.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-30T19:57:33.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-30T19:57:33.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34302026-06-30T19:57:33.956Z
34312026-06-30T19:57:33.956Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34322026-06-30T19:57:34.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-30T19:57:34.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-30T19:57:34.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-30T19:57:34.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34362026-06-30T19:57:34.498Z
34372026-06-30T19:57:34.498Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34382026-06-30T19:57:34.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-30T19:57:34.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-30T19:57:34.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-30T19:57:34.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34422026-06-30T19:57:35.036Z
34432026-06-30T19:57:35.036Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34442026-06-30T19:57:35.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-30T19:57:35.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-30T19:57:35.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-30T19:57:35.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34482026-06-30T19:57:35.573Z
34492026-06-30T19:57:35.573Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34502026-06-30T19:57:36.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-30T19:57:36.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-30T19:57:36.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-30T19:57:36.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34542026-06-30T19:57:36.106Z
34552026-06-30T19:57:36.106Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34562026-06-30T19:57:36.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-30T19:57:36.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-30T19:57:36.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-30T19:57:36.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34602026-06-30T19:57:36.645Z
34612026-06-30T19:57:36.645Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34622026-06-30T19:57:37.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-30T19:57:37.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-30T19:57:37.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-30T19:57:37.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34662026-06-30T19:57:37.160Z
34672026-06-30T19:57:37.161Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34682026-06-30T19:57:37.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-30T19:57:37.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-30T19:57:37.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-30T19:57:37.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34722026-06-30T19:57:37.677Z
34732026-06-30T19:57:37.677Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34742026-06-30T19:57:38.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-30T19:57:38.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-30T19:57:38.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-30T19:57:38.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34782026-06-30T19:57:38.194Z
34792026-06-30T19:57:38.194Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34802026-06-30T19:57:38.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-30T19:57:38.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-30T19:57:38.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-30T19:57:38.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34842026-06-30T19:57:38.716Z
34852026-06-30T19:57:38.716Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34862026-06-30T19:57:39.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-30T19:57:39.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-30T19:57:39.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-30T19:57:39.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34902026-06-30T19:57:39.237Z
34912026-06-30T19:57:39.237Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34922026-06-30T19:57:39.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-30T19:57:39.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-30T19:57:39.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-30T19:57:39.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34962026-06-30T19:57:39.756Z
34972026-06-30T19:57:39.756Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
34982026-06-30T19:57:40.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-30T19:57:40.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-30T19:57:40.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-30T19:57:40.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35022026-06-30T19:57:40.278Z
35032026-06-30T19:57:40.278Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35042026-06-30T19:57:40.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-30T19:57:40.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-30T19:57:40.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-30T19:57:40.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35082026-06-30T19:57:40.798Z
35092026-06-30T19:57:40.798Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35102026-06-30T19:57:41.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-30T19:57:41.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-30T19:57:41.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-30T19:57:41.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35142026-06-30T19:57:41.338Z
35152026-06-30T19:57:41.338Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35162026-06-30T19:57:41.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-30T19:57:41.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-30T19:57:41.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-30T19:57:41.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35202026-06-30T19:57:41.875Z
35212026-06-30T19:57:41.875Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35222026-06-30T19:57:42.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-30T19:57:42.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-30T19:57:42.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-30T19:57:42.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35262026-06-30T19:57:42.409Z
35272026-06-30T19:57:42.409Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35282026-06-30T19:57:42.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-30T19:57:42.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-30T19:57:42.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-30T19:57:42.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35322026-06-30T19:57:42.945Z
35332026-06-30T19:57:42.945Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35342026-06-30T19:57:43.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-30T19:57:43.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-30T19:57:43.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-30T19:57:43.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35382026-06-30T19:57:43.483Z
35392026-06-30T19:57:43.483Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35402026-06-30T19:57:43.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-30T19:57:43.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-30T19:57:43.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-30T19:57:43.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35442026-06-30T19:57:44.020Z
35452026-06-30T19:57:44.020Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35462026-06-30T19:57:44.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-30T19:57:44.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-30T19:57:44.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-30T19:57:44.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35502026-06-30T19:57:44.555Z
35512026-06-30T19:57:44.555Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35522026-06-30T19:57:45.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-30T19:57:45.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-30T19:57:45.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-30T19:57:45.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35562026-06-30T19:57:45.116Z
35572026-06-30T19:57:45.116Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35582026-06-30T19:57:45.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-30T19:57:45.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-30T19:57:45.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-30T19:57:45.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35622026-06-30T19:57:45.631Z
35632026-06-30T19:57:45.631Zinfo: running `cargo check --bins` on dns-server (175/299)
35642026-06-30T19:57:46.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-30T19:57:46.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-30T19:57:46.216Z Compiling parking_lot_core v0.8.6
35672026-06-30T19:57:46.219Z Compiling git-stub v1.0.0
35682026-06-30T19:57:46.219Z Checking prefix-trie v0.7.0
35692026-06-30T19:57:46.219Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35702026-06-30T19:57:46.440Z Compiling git-stub-vcs v0.1.0
35712026-06-30T19:57:46.607Z Checking hickory-server v0.25.2
35722026-06-30T19:57:46.711Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-30T19:57:46.721Z Checking parking_lot v0.11.2
35742026-06-30T19:57:46.769Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-06-30T19:57:46.770Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35762026-06-30T19:57:46.882Z Checking sled v0.34.7
35772026-06-30T19:57:48.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
35782026-06-30T19:57:48.908Z
35792026-06-30T19:57:48.908Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35802026-06-30T19:57:49.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-30T19:57:49.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-30T19:57:49.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-30T19:57:49.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35842026-06-30T19:57:49.423Z
35852026-06-30T19:57:49.423Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35862026-06-30T19:57:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-30T19:57:49.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-30T19:57:49.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-30T19:57:49.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35902026-06-30T19:57:49.939Z
35912026-06-30T19:57:49.939Zinfo: running `cargo check --bins` on sp-sim (178/299)
35922026-06-30T19:57:50.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-30T19:57:50.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-30T19:57:50.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-30T19:57:52.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
35962026-06-30T19:57:52.493Z
35972026-06-30T19:57:52.493Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
35982026-06-30T19:57:52.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-30T19:57:52.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-30T19:57:52.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-30T19:57:52.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36022026-06-30T19:57:53.060Z
36032026-06-30T19:57:53.060Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36042026-06-30T19:57:53.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-30T19:57:53.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-30T19:57:53.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-30T19:57:53.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36082026-06-30T19:57:53.625Z
36092026-06-30T19:57:53.625Zinfo: running `cargo check --bins` on db-macros (181/299)
36102026-06-30T19:57:54.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-30T19:57:54.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-30T19:57:54.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-30T19:57:54.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36142026-06-30T19:57:54.126Z
36152026-06-30T19:57:54.126Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36162026-06-30T19:57:54.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-30T19:57:54.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-30T19:57:54.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-30T19:57:54.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36202026-06-30T19:57:54.629Z
36212026-06-30T19:57:54.629Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36222026-06-30T19:57:55.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-30T19:57:55.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-30T19:57:55.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-30T19:57:55.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-06-30T19:57:55.200Z
36272026-06-30T19:57:55.200Zinfo: running `cargo check --bins` on authz-macros (184/299)
36282026-06-30T19:57:55.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-30T19:57:55.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-30T19:57:55.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-30T19:57:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36322026-06-30T19:57:55.706Z
36332026-06-30T19:57:55.706Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36342026-06-30T19:57:56.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-30T19:57:56.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-30T19:57:56.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-30T19:57:56.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36382026-06-30T19:57:56.266Z
36392026-06-30T19:57:56.266Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36402026-06-30T19:57:56.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-30T19:57:56.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-30T19:57:56.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-30T19:57:56.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36442026-06-30T19:57:56.829Z
36452026-06-30T19:57:56.829Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36462026-06-30T19:57:57.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-30T19:57:57.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-30T19:57:57.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-30T19:57:57.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36502026-06-30T19:57:57.345Z
36512026-06-30T19:57:57.345Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36522026-06-30T19:57:57.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-30T19:57:57.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-30T19:57:57.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-30T19:57:57.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36562026-06-30T19:57:57.846Z
36572026-06-30T19:57:57.846Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36582026-06-30T19:57:58.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-30T19:57:58.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-30T19:57:58.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-30T19:57:58.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36622026-06-30T19:57:58.363Z
36632026-06-30T19:57:58.363Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36642026-06-30T19:57:58.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-30T19:57:58.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-30T19:57:58.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-30T19:57:58.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36682026-06-30T19:57:58.873Z
36692026-06-30T19:57:58.873Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36702026-06-30T19:57:59.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-30T19:57:59.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-30T19:57:59.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-30T19:57:59.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36742026-06-30T19:57:59.376Z
36752026-06-30T19:57:59.376Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36762026-06-30T19:57:59.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-30T19:57:59.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-30T19:57:59.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-30T19:57:59.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36802026-06-30T19:57:59.883Z
36812026-06-30T19:57:59.884Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36822026-06-30T19:58:00.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-30T19:58:00.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-30T19:58:00.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-30T19:58:00.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-06-30T19:58:00.456Z
36872026-06-30T19:58:00.456Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36882026-06-30T19:58:00.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-30T19:58:00.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-30T19:58:00.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-30T19:58:00.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36922026-06-30T19:58:01.029Z
36932026-06-30T19:58:01.029Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36942026-06-30T19:58:01.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-30T19:58:01.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-30T19:58:01.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-30T19:58:01.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36982026-06-30T19:58:01.591Z
36992026-06-30T19:58:01.591Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37002026-06-30T19:58:02.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-30T19:58:02.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-30T19:58:02.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-30T19:58:02.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37042026-06-30T19:58:02.132Z
37052026-06-30T19:58:02.132Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37062026-06-30T19:58:02.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-30T19:58:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-30T19:58:02.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-30T19:58:02.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37102026-06-30T19:58:02.673Z
37112026-06-30T19:58:02.673Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37122026-06-30T19:58:03.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-30T19:58:03.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-30T19:58:03.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-30T19:58:03.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37162026-06-30T19:58:03.203Z
37172026-06-30T19:58:03.203Zinfo: running `cargo check --bins` on key-manager (199/299)
37182026-06-30T19:58:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-30T19:58:03.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-30T19:58:03.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-30T19:58:03.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37222026-06-30T19:58:03.728Z
37232026-06-30T19:58:03.728Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37242026-06-30T19:58:04.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-30T19:58:04.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-30T19:58:04.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-30T19:58:04.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37282026-06-30T19:58:04.261Z
37292026-06-30T19:58:04.261Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37302026-06-30T19:58:04.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-30T19:58:04.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-30T19:58:04.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-30T19:58:04.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37342026-06-30T19:58:04.801Z
37352026-06-30T19:58:04.801Zinfo: running `cargo check --bins` on typed-rng (202/299)
37362026-06-30T19:58:05.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-30T19:58:05.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-30T19:58:05.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-30T19:58:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37402026-06-30T19:58:05.305Z
37412026-06-30T19:58:05.305Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37422026-06-30T19:58:05.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-30T19:58:05.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-30T19:58:06.081Z Compiling libefi-sys v0.1.0
37452026-06-30T19:58:06.084Z Compiling bitfield-struct v0.6.2
37462026-06-30T19:58:06.218Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37472026-06-30T19:58:06.227Z Compiling xshell-macros v0.2.7
37482026-06-30T19:58:06.235Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37492026-06-30T19:58:06.247Z Compiling salty v0.3.0
37502026-06-30T19:58:06.261Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37512026-06-30T19:58:06.275Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37522026-06-30T19:58:06.289Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37532026-06-30T19:58:06.392Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37542026-06-30T19:58:06.543Z Checking primeorder v0.13.6
37552026-06-30T19:58:06.559Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-30T19:58:06.573Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37572026-06-30T19:58:06.594Z Checking xshell v0.2.7
37582026-06-30T19:58:06.713Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37592026-06-30T19:58:06.748Z Checking tungstenite v0.21.0
37602026-06-30T19:58:06.773Z Checking p384 v0.13.1
37612026-06-30T19:58:06.773Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-06-30T19:58:06.819Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37632026-06-30T19:58:06.924Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37642026-06-30T19:58:06.941Z Compiling num-derive v0.3.3
37652026-06-30T19:58:06.955Z Compiling proc-macro-error2 v2.0.1
37662026-06-30T19:58:07.049Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-30T19:58:07.157Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-30T19:58:07.157Z Checking tokio-tungstenite v0.21.0
37692026-06-30T19:58:07.186Z Checking papergrid v0.17.0
37702026-06-30T19:58:07.251Z Compiling tabled_derive v0.11.0
37712026-06-30T19:58:07.276Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-06-30T19:58:07.291Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37732026-06-30T19:58:07.403Z Compiling progenitor-impl v0.13.0
37742026-06-30T19:58:07.432Z Checking testing_table v0.3.0
37752026-06-30T19:58:07.521Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37762026-06-30T19:58:07.536Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37772026-06-30T19:58:07.561Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-06-30T19:58:07.749Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37792026-06-30T19:58:07.752Z Compiling unicase v2.9.0
37802026-06-30T19:58:07.824Z Checking libscf-sys v1.1.0
37812026-06-30T19:58:07.952Z Checking corncobs v0.1.4
37822026-06-30T19:58:07.955Z Compiling illumos-nvpair-sys v0.2.0
37832026-06-30T19:58:07.982Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-06-30T19:58:08.029Z Compiling mime_guess v2.0.5
37852026-06-30T19:58:08.075Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-30T19:58:08.132Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37872026-06-30T19:58:08.194Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37882026-06-30T19:58:08.211Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-30T19:58:08.274Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-06-30T19:58:08.397Z Checking tabled v0.20.0
37912026-06-30T19:58:08.558Z Checking progenitor-client v0.13.0
37922026-06-30T19:58:08.599Z Checking secrecy v0.8.0
37932026-06-30T19:58:08.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-30T19:58:08.777Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-06-30T19:58:08.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37962026-06-30T19:58:08.970Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37972026-06-30T19:58:09.161Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37982026-06-30T19:58:09.237Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37992026-06-30T19:58:09.251Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-30T19:58:09.282Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38012026-06-30T19:58:09.368Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38022026-06-30T19:58:09.499Z Checking filetime v0.2.27
38032026-06-30T19:58:09.531Z Checking xattr v1.6.1
38042026-06-30T19:58:09.635Z Checking http-range v0.1.5
38052026-06-30T19:58:09.691Z Checking crc8 v0.1.1
38062026-06-30T19:58:09.757Z Checking tar v0.4.45
38072026-06-30T19:58:09.783Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38082026-06-30T19:58:09.937Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38092026-06-30T19:58:09.975Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102026-06-30T19:58:09.989Z Checking illumos-nvpair v0.3.0
38112026-06-30T19:58:10.009Z Compiling progenitor-macro v0.13.0
38122026-06-30T19:58:10.137Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38132026-06-30T19:58:10.141Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38142026-06-30T19:58:10.285Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38152026-06-30T19:58:10.458Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38162026-06-30T19:58:10.515Z Checking atty v0.2.14
38172026-06-30T19:58:10.564Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-30T19:58:10.609Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38192026-06-30T19:58:10.625Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-30T19:58:10.712Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38212026-06-30T19:58:10.849Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-06-30T19:58:10.872Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38232026-06-30T19:58:10.943Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-30T19:58:11.028Z Checking hyper-staticfile v0.10.1
38252026-06-30T19:58:11.105Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38262026-06-30T19:58:11.235Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38272026-06-30T19:58:11.315Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38282026-06-30T19:58:11.318Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38292026-06-30T19:58:11.506Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38302026-06-30T19:58:11.579Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38312026-06-30T19:58:11.769Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38322026-06-30T19:58:11.849Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38332026-06-30T19:58:12.156Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38342026-06-30T19:58:12.858Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38352026-06-30T19:58:13.329Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38362026-06-30T19:58:13.739Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38372026-06-30T19:58:14.014Z Checking progenitor v0.13.0
38382026-06-30T19:58:14.147Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38392026-06-30T19:58:16.119Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38402026-06-30T19:58:19.459Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38412026-06-30T19:58:30.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.94s
38422026-06-30T19:58:30.451Z
38432026-06-30T19:58:30.451Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38442026-06-30T19:58:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-06-30T19:58:30.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-06-30T19:58:31.166Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38472026-06-30T19:58:41.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38482026-06-30T19:58:41.952Z
38492026-06-30T19:58:41.952Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38502026-06-30T19:58:42.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-06-30T19:58:42.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-06-30T19:58:42.664Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38532026-06-30T19:58:53.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38542026-06-30T19:58:53.485Z
38552026-06-30T19:58:53.485Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38562026-06-30T19:58:53.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-06-30T19:58:53.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-06-30T19:58:54.207Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592026-06-30T19:59:04.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38602026-06-30T19:59:04.986Z
38612026-06-30T19:59:04.986Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38622026-06-30T19:59:05.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-06-30T19:59:05.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-06-30T19:59:05.701Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38652026-06-30T19:59:16.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38662026-06-30T19:59:16.498Z
38672026-06-30T19:59:16.498Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38682026-06-30T19:59:16.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-06-30T19:59:16.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-06-30T19:59:17.213Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-06-30T19:59:27.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38722026-06-30T19:59:28.085Z
38732026-06-30T19:59:28.085Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38742026-06-30T19:59:28.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-06-30T19:59:28.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-06-30T19:59:28.798Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-06-30T19:59:39.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38782026-06-30T19:59:39.568Z
38792026-06-30T19:59:39.568Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38802026-06-30T19:59:40.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-06-30T19:59:40.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-06-30T19:59:40.282Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38832026-06-30T19:59:50.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38842026-06-30T19:59:51.051Z
38852026-06-30T19:59:51.051Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38862026-06-30T19:59:51.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-06-30T19:59:51.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-06-30T19:59:51.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-06-30T19:59:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38902026-06-30T19:59:51.575Z
38912026-06-30T19:59:51.575Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38922026-06-30T19:59:52.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-06-30T19:59:52.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-06-30T19:59:52.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-06-30T19:59:52.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38962026-06-30T19:59:52.097Z
38972026-06-30T19:59:52.097Zinfo: running `cargo check --bins` on range-requests (213/299)
38982026-06-30T19:59:52.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-06-30T19:59:52.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-06-30T19:59:52.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-06-30T19:59:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39022026-06-30T19:59:52.609Z
39032026-06-30T19:59:52.609Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39042026-06-30T19:59:53.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-06-30T19:59:53.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-06-30T19:59:53.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-06-30T19:59:53.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39082026-06-30T19:59:53.127Z
39092026-06-30T19:59:53.127Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39102026-06-30T19:59:53.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-06-30T19:59:53.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-06-30T19:59:53.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-06-30T19:59:53.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39142026-06-30T19:59:53.667Z
39152026-06-30T19:59:53.667Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39162026-06-30T19:59:54.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-06-30T19:59:54.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-06-30T19:59:54.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-06-30T19:59:54.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39202026-06-30T19:59:54.206Z
39212026-06-30T19:59:54.206Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39222026-06-30T19:59:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-06-30T19:59:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-06-30T19:59:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-06-30T19:59:54.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39262026-06-30T19:59:54.742Z
39272026-06-30T19:59:54.742Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39282026-06-30T19:59:55.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-06-30T19:59:55.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-06-30T19:59:55.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-06-30T19:59:55.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39322026-06-30T19:59:55.292Z
39332026-06-30T19:59:55.292Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39342026-06-30T19:59:55.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-06-30T19:59:55.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-06-30T19:59:55.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-06-30T19:59:55.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39382026-06-30T19:59:55.837Z
39392026-06-30T19:59:55.837Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39402026-06-30T19:59:56.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-06-30T19:59:56.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-06-30T19:59:56.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-06-30T19:59:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39442026-06-30T19:59:56.395Z
39452026-06-30T19:59:56.409Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39462026-06-30T19:59:56.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-06-30T19:59:56.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-06-30T19:59:56.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-06-30T19:59:56.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39502026-06-30T19:59:56.918Z
39512026-06-30T19:59:56.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39522026-06-30T19:59:57.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-06-30T19:59:57.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-06-30T19:59:57.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-06-30T19:59:57.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39562026-06-30T19:59:57.465Z
39572026-06-30T19:59:57.465Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39582026-06-30T19:59:57.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-06-30T19:59:57.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-06-30T19:59:57.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-06-30T19:59:57.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39622026-06-30T19:59:58.013Z
39632026-06-30T19:59:58.013Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39642026-06-30T19:59:58.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-06-30T19:59:58.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-06-30T19:59:58.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-06-30T19:59:58.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39682026-06-30T19:59:58.813Z
39692026-06-30T19:59:58.813Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39702026-06-30T19:59:59.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-06-30T19:59:59.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-06-30T19:59:59.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-06-30T19:59:59.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-06-30T19:59:59.874Z
39752026-06-30T19:59:59.875Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39762026-06-30T19:59:59.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-06-30T19:59:59.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-06-30T19:59:59.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-06-30T19:59:59.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39802026-06-30T19:59:59.875Z
39812026-06-30T19:59:59.875Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39822026-06-30T20:00:01.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-06-30T20:00:02.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-06-30T20:00:02.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-06-30T20:00:02.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39862026-06-30T20:00:02.186Z
39872026-06-30T20:00:02.186Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39882026-06-30T20:00:02.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-06-30T20:00:02.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-06-30T20:00:02.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-06-30T20:00:02.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39922026-06-30T20:00:02.186Z
39932026-06-30T20:00:02.186Zinfo: running `cargo check --bins` on update-common (229/299)
39942026-06-30T20:00:02.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-06-30T20:00:02.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-06-30T20:00:02.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-06-30T20:00:02.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39982026-06-30T20:00:02.186Z
39992026-06-30T20:00:02.186Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40002026-06-30T20:00:02.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-06-30T20:00:02.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-06-30T20:00:02.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-06-30T20:00:02.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40042026-06-30T20:00:02.374Z
40052026-06-30T20:00:02.374Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40062026-06-30T20:00:02.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-06-30T20:00:02.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-06-30T20:00:02.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-06-30T20:00:02.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40102026-06-30T20:00:02.392Z
40112026-06-30T20:00:02.392Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40122026-06-30T20:00:02.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-06-30T20:00:02.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-06-30T20:00:03.085Z Compiling fs-err v2.11.0
40152026-06-30T20:00:03.089Z Checking ignore v0.4.25
40162026-06-30T20:00:03.089Z Checking arc-swap v1.8.2
40172026-06-30T20:00:03.863Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40182026-06-30T20:00:03.889Z Checking predicates-tree v1.0.13
40192026-06-30T20:00:03.889Z Checking parse-size v1.1.0
40202026-06-30T20:00:03.889Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40212026-06-30T20:00:03.889Z Checking rand_seeder v0.4.0
40222026-06-30T20:00:03.889Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40232026-06-30T20:00:03.889Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40242026-06-30T20:00:03.889Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40252026-06-30T20:00:03.889Z Checking slog-scope v4.4.1
40262026-06-30T20:00:03.889Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40272026-06-30T20:00:03.889Z Checking slog-stdlog v4.1.1
40282026-06-30T20:00:03.889Z Compiling petname v2.0.2
40292026-06-30T20:00:03.889Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40302026-06-30T20:00:03.889Z Checking globwalk v0.9.1
40312026-06-30T20:00:03.889Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40322026-06-30T20:00:03.889Z Checking slog-envlogger v2.2.0
40332026-06-30T20:00:03.889Z Checking camino-tempfile-ext v0.3.3
40342026-06-30T20:00:03.889Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40352026-06-30T20:00:03.889Z Checking sapling-renderdag v0.1.0
40362026-06-30T20:00:05.321Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40372026-06-30T20:00:05.332Z Checking subprocess v0.2.15
40382026-06-30T20:00:05.332Z Checking sync-ptr v0.1.4
40392026-06-30T20:00:05.332Z Checking colored v2.2.0
40402026-06-30T20:00:05.332Z Checking assert_matches v1.5.0
40412026-06-30T20:00:05.332Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40422026-06-30T20:00:05.332Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40432026-06-30T20:00:05.332Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-30T20:00:05.425Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40452026-06-30T20:00:06.438Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40462026-06-30T20:00:09.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
40472026-06-30T20:00:09.092Z
40482026-06-30T20:00:09.092Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40492026-06-30T20:00:09.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-06-30T20:00:09.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-06-30T20:00:09.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-06-30T20:00:09.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40532026-06-30T20:00:09.335Z
40542026-06-30T20:00:09.335Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40552026-06-30T20:00:09.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-06-30T20:00:09.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-06-30T20:00:09.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-06-30T20:00:09.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40592026-06-30T20:00:09.798Z
40602026-06-30T20:00:09.798Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40612026-06-30T20:00:10.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-06-30T20:00:10.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-06-30T20:00:10.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-06-30T20:00:10.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40652026-06-30T20:00:10.391Z
40662026-06-30T20:00:10.391Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40672026-06-30T20:00:10.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-06-30T20:00:10.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-06-30T20:00:11.015Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40702026-06-30T20:00:11.048Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40712026-06-30T20:00:11.636Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40722026-06-30T20:00:13.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
40732026-06-30T20:00:13.322Z
40742026-06-30T20:00:13.322Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40752026-06-30T20:00:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-06-30T20:00:13.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-06-30T20:00:13.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-06-30T20:00:13.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40792026-06-30T20:00:13.843Z
40802026-06-30T20:00:13.843Zinfo: running `cargo check --bins` on cert-dev (238/299)
40812026-06-30T20:00:14.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-06-30T20:00:14.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-06-30T20:00:14.385Z Checking yasna v0.5.2
40842026-06-30T20:00:14.799Z Checking rcgen v0.12.1
40852026-06-30T20:00:15.017Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40862026-06-30T20:00:15.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
40872026-06-30T20:00:15.341Z
40882026-06-30T20:00:15.341Zinfo: running `cargo check --bins` on clickana (239/299)
40892026-06-30T20:00:15.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-06-30T20:00:15.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-06-30T20:00:15.915Z Compiling darling_core v0.23.0
40922026-06-30T20:00:16.019Z Compiling instability v0.3.11
40932026-06-30T20:00:16.022Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40942026-06-30T20:00:16.031Z Checking castaway v0.2.4
40952026-06-30T20:00:16.038Z Compiling indoc v2.0.7
40962026-06-30T20:00:16.043Z Checking unicode-truncate v1.1.0
40972026-06-30T20:00:16.046Z Checking lru v0.12.5
40982026-06-30T20:00:16.053Z Checking cassowary v0.3.0
40992026-06-30T20:00:16.115Z Checking compact_str v0.8.1
41002026-06-30T20:00:17.321Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41012026-06-30T20:00:17.432Z Compiling darling_macro v0.23.0
41022026-06-30T20:00:17.471Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41032026-06-30T20:00:17.848Z Compiling darling v0.23.0
41042026-06-30T20:00:18.465Z Checking ratatui v0.29.0
41052026-06-30T20:00:19.523Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41062026-06-30T20:00:20.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
41072026-06-30T20:00:20.305Z
41082026-06-30T20:00:20.305Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41092026-06-30T20:00:20.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-06-30T20:00:20.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-06-30T20:00:20.969Z Checking headers-core v0.3.0
41122026-06-30T20:00:20.987Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41132026-06-30T20:00:21.145Z Checking headers v0.4.1
41142026-06-30T20:00:21.498Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41152026-06-30T20:00:22.351Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41162026-06-30T20:00:22.822Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41172026-06-30T20:00:23.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
41182026-06-30T20:00:23.379Z
41192026-06-30T20:00:23.379Zinfo: running `cargo check --bins` on ch-dev (241/299)
41202026-06-30T20:00:23.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-06-30T20:00:23.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-06-30T20:00:24.038Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41232026-06-30T20:00:24.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41242026-06-30T20:00:24.959Z
41252026-06-30T20:00:24.959Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41262026-06-30T20:00:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-06-30T20:00:25.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-06-30T20:00:25.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-06-30T20:00:25.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41302026-06-30T20:00:25.338Z
41312026-06-30T20:00:25.338Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41322026-06-30T20:00:25.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-06-30T20:00:25.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-06-30T20:00:25.972Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41352026-06-30T20:00:26.982Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41362026-06-30T20:00:27.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
41372026-06-30T20:00:27.461Z
41382026-06-30T20:00:27.461Zinfo: running `cargo check --bins` on db-dev (244/299)
41392026-06-30T20:00:27.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-06-30T20:00:27.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-06-30T20:00:28.113Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41422026-06-30T20:00:28.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41432026-06-30T20:00:28.995Z
41442026-06-30T20:00:28.995Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41452026-06-30T20:00:29.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-30T20:00:29.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-30T20:00:29.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-06-30T20:00:29.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41492026-06-30T20:00:29.568Z
41502026-06-30T20:00:29.568Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41512026-06-30T20:00:30.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-30T20:00:30.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-30T20:00:30.137Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41542026-06-30T20:00:30.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41552026-06-30T20:00:30.942Z
41562026-06-30T20:00:30.942Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41572026-06-30T20:00:31.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-06-30T20:00:31.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-06-30T20:00:31.685Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-06-30T20:00:31.685Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-30T20:00:31.848Z Checking git-stub v1.0.0
41622026-06-30T20:00:31.848Z Compiling trait-variant v0.1.2
41632026-06-30T20:00:31.848Z Checking maplit v1.0.2
41642026-06-30T20:00:31.848Z Checking is_ci v1.2.0
41652026-06-30T20:00:31.941Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41662026-06-30T20:00:31.941Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41672026-06-30T20:00:31.941Z Checking drift v0.2.0
41682026-06-30T20:00:31.941Z Checking supports-color v3.0.2
41692026-06-30T20:00:31.941Z Checking git-stub-vcs v0.1.0
41702026-06-30T20:00:32.063Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41712026-06-30T20:00:32.063Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41722026-06-30T20:00:32.063Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41732026-06-30T20:00:32.154Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41742026-06-30T20:00:32.184Z Checking dropshot-api-manager v0.7.2
41752026-06-30T20:00:32.231Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41762026-06-30T20:00:32.780Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41772026-06-30T20:00:32.781Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41782026-06-30T20:00:32.851Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-06-30T20:00:32.970Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41802026-06-30T20:00:33.963Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41812026-06-30T20:00:35.111Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41822026-06-30T20:00:35.703Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41832026-06-30T20:00:36.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
41842026-06-30T20:00:36.313Z
41852026-06-30T20:00:36.314Zinfo: running `cargo check --bins` on installinator-api (248/299)
41862026-06-30T20:00:36.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-06-30T20:00:36.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-06-30T20:00:36.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-06-30T20:00:36.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41902026-06-30T20:00:36.907Z
41912026-06-30T20:00:36.907Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41922026-06-30T20:00:37.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-06-30T20:00:37.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-06-30T20:00:37.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-06-30T20:00:37.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41962026-06-30T20:00:37.381Z
41972026-06-30T20:00:37.381Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
41982026-06-30T20:00:37.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-06-30T20:00:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-06-30T20:00:37.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-06-30T20:00:37.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42022026-06-30T20:00:37.945Z
42032026-06-30T20:00:37.945Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42042026-06-30T20:00:38.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-06-30T20:00:38.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-06-30T20:00:38.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-06-30T20:00:38.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42082026-06-30T20:00:38.505Z
42092026-06-30T20:00:38.505Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42102026-06-30T20:00:38.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-06-30T20:00:38.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-06-30T20:00:38.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-06-30T20:00:38.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42142026-06-30T20:00:39.032Z
42152026-06-30T20:00:39.032Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42162026-06-30T20:00:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-06-30T20:00:39.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-06-30T20:00:39.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-06-30T20:00:39.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42202026-06-30T20:00:39.531Z
42212026-06-30T20:00:39.531Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42222026-06-30T20:00:39.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-06-30T20:00:39.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-06-30T20:00:39.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-06-30T20:00:39.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42262026-06-30T20:00:40.068Z
42272026-06-30T20:00:40.068Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42282026-06-30T20:00:40.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-06-30T20:00:40.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-06-30T20:00:40.604Z Checking typeid v1.0.3
42312026-06-30T20:00:40.710Z Checking ordered-float v2.10.1
42322026-06-30T20:00:40.731Z Checking unicode-xid v0.2.6
42332026-06-30T20:00:40.739Z Checking cargo-platform v0.2.0
42342026-06-30T20:00:40.752Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42352026-06-30T20:00:40.769Z Checking erased-serde v0.4.9
42362026-06-30T20:00:40.906Z Checking serde-value v0.7.0
42372026-06-30T20:00:41.076Z Checking serde-untagged v0.1.9
42382026-06-30T20:00:41.222Z Checking cargo-util-schemas v0.8.2
42392026-06-30T20:00:41.897Z Checking cargo_metadata v0.21.0
42402026-06-30T20:00:42.488Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42412026-06-30T20:00:43.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
42422026-06-30T20:00:43.387Z
42432026-06-30T20:00:43.387Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42442026-06-30T20:00:43.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-30T20:00:43.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-30T20:00:44.039Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472026-06-30T20:00:44.653Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42482026-06-30T20:00:45.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
42492026-06-30T20:00:45.354Z
42502026-06-30T20:00:45.355Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42512026-06-30T20:00:45.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-06-30T20:00:45.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-06-30T20:00:46.200Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42542026-06-30T20:00:46.200Z Compiling vergen-lib v0.1.6
42552026-06-30T20:00:46.200Z Compiling diesel_derives v2.3.7
42562026-06-30T20:00:46.243Z Compiling dsl_auto_type v0.2.0
42572026-06-30T20:00:46.243Z Checking scheduled-thread-pool v0.2.7
42582026-06-30T20:00:46.243Z Compiling vergen-gitcl v1.0.8
42592026-06-30T20:00:46.244Z Compiling diesel_table_macro_syntax v0.3.0
42602026-06-30T20:00:46.378Z Compiling dirs-sys-next v0.1.2
42612026-06-30T20:00:46.465Z Compiling crunchy v0.2.4
42622026-06-30T20:00:46.514Z Compiling glob v0.3.3
42632026-06-30T20:00:46.539Z Compiling dirs-next v2.0.0
42642026-06-30T20:00:46.593Z Checking r2d2 v0.8.10
42652026-06-30T20:00:46.647Z Checking downcast-rs v2.0.2
42662026-06-30T20:00:46.683Z Compiling tiny-keccak v2.0.2
42672026-06-30T20:00:46.756Z Compiling term v0.7.0
42682026-06-30T20:00:46.806Z Compiling bit-vec v0.6.3
42692026-06-30T20:00:46.890Z Compiling clang-sys v1.8.1
42702026-06-30T20:00:46.941Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42712026-06-30T20:00:47.009Z Compiling bit-set v0.5.3
42722026-06-30T20:00:47.135Z Compiling ascii-canvas v3.0.0
42732026-06-30T20:00:47.153Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42742026-06-30T20:00:47.266Z Compiling itertools v0.10.5
42752026-06-30T20:00:47.295Z Compiling ena v0.14.4
42762026-06-30T20:00:47.311Z Compiling libloading v0.8.9
42772026-06-30T20:00:47.342Z Compiling diff v0.1.13
42782026-06-30T20:00:47.367Z Compiling regex-syntax v0.6.29
42792026-06-30T20:00:47.372Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42802026-06-30T20:00:47.497Z Compiling bindgen v0.71.1
42812026-06-30T20:00:47.617Z Compiling cexpr v0.6.0
42822026-06-30T20:00:47.954Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42832026-06-30T20:00:47.982Z Compiling rustc-hash v2.1.1
42842026-06-30T20:00:48.176Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42852026-06-30T20:00:48.267Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42862026-06-30T20:00:48.289Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42872026-06-30T20:00:48.328Z Compiling libxml v0.3.3
42882026-06-30T20:00:48.552Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42892026-06-30T20:00:48.585Z Compiling strum_macros v0.24.3
42902026-06-30T20:00:48.605Z Compiling indoc v1.0.9
42912026-06-30T20:00:48.756Z Compiling lalrpop v0.19.12
42922026-06-30T20:00:49.517Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-06-30T20:00:49.714Z Checking derive_builder v0.20.2
42942026-06-30T20:00:49.830Z Compiling oso-derive v0.27.3
42952026-06-30T20:00:49.970Z Checking quick-xml v0.37.5
42962026-06-30T20:00:50.053Z Compiling impl-trait-for-tuples v0.2.3
42972026-06-30T20:00:50.338Z Checking openssl-probe v0.1.6
42982026-06-30T20:00:50.475Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42992026-06-30T20:00:50.843Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002026-06-30T20:00:51.045Z Checking bb8 v0.8.6
43012026-06-30T20:00:51.155Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-06-30T20:00:51.196Z Checking nonempty v0.12.0
43032026-06-30T20:00:51.325Z Compiling libz-sys v1.1.24
43042026-06-30T20:00:51.368Z Compiling strsim v0.10.0
43052026-06-30T20:00:51.389Z Compiling libgit2-sys v0.18.3+1.9.2
43062026-06-30T20:00:51.595Z Compiling darling_core v0.13.4
43072026-06-30T20:00:51.699Z Compiling vergen-git2 v9.1.0
43082026-06-30T20:00:51.902Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43092026-06-30T20:00:51.941Z Compiling base64 v0.21.7
43102026-06-30T20:00:52.132Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-06-30T20:00:52.190Z Checking diesel v2.3.7
43122026-06-30T20:00:52.256Z Compiling ron v0.8.1
43132026-06-30T20:00:53.088Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43142026-06-30T20:00:53.194Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43152026-06-30T20:00:53.317Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43162026-06-30T20:00:53.453Z Compiling darling_macro v0.13.4
43172026-06-30T20:00:53.519Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43182026-06-30T20:00:53.733Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43192026-06-30T20:00:53.953Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43202026-06-30T20:00:54.005Z Compiling darling v0.13.4
43212026-06-30T20:00:54.090Z Compiling serde_with_macros v1.5.2
43222026-06-30T20:00:54.159Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43232026-06-30T20:00:54.350Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43242026-06-30T20:00:54.400Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43252026-06-30T20:00:54.534Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-06-30T20:00:54.940Z Compiling serde_with v1.14.0
43272026-06-30T20:00:56.045Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-30T20:00:56.066Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-30T20:00:56.250Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43302026-06-30T20:00:56.890Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-06-30T20:00:57.100Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43322026-06-30T20:00:57.385Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43332026-06-30T20:00:57.620Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-06-30T20:00:57.666Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43352026-06-30T20:00:58.262Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43362026-06-30T20:00:58.496Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43372026-06-30T20:00:58.516Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43382026-06-30T20:00:58.683Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43392026-06-30T20:00:58.883Z Checking twox-hash v2.1.2
43402026-06-30T20:00:58.903Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43412026-06-30T20:00:59.118Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43422026-06-30T20:00:59.196Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43432026-06-30T20:00:59.645Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43442026-06-30T20:00:59.797Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43452026-06-30T20:01:00.850Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43462026-06-30T20:01:01.083Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-06-30T20:01:01.120Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43482026-06-30T20:01:01.506Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43492026-06-30T20:01:01.742Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43502026-06-30T20:01:01.943Z Checking console v0.16.2
43512026-06-30T20:01:02.254Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43522026-06-30T20:01:02.399Z Checking fatfs v0.3.6
43532026-06-30T20:01:02.464Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43542026-06-30T20:01:02.866Z Compiling seq-macro v0.3.6
43552026-06-30T20:01:03.385Z Checking unit-prefix v0.5.2
43562026-06-30T20:01:03.529Z Checking indicatif v0.18.4
43572026-06-30T20:01:03.798Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43582026-06-30T20:01:03.932Z Checking support-bundle-viewer v0.1.2
43592026-06-30T20:01:04.176Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43602026-06-30T20:01:04.286Z Checking multimap v0.10.1
43612026-06-30T20:01:09.966Z Checking diesel-dtrace v0.5.0
43622026-06-30T20:01:10.222Z Checking async-bb8-diesel v0.2.1
43632026-06-30T20:01:12.942Z Compiling samael v0.0.19
43642026-06-30T20:01:18.354Z Compiling git2 v0.20.4
43652026-06-30T20:01:19.629Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43662026-06-30T20:01:20.433Z Compiling polar-core v0.27.3
43672026-06-30T20:01:20.802Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43682026-06-30T20:01:24.979Z Checking oso v0.27.3
43692026-06-30T20:01:54.269Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43702026-06-30T20:03:06.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43712026-06-30T20:03:06.814Z
43722026-06-30T20:03:06.814Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43732026-06-30T20:03:07.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-06-30T20:03:07.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-06-30T20:03:07.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43762026-06-30T20:03:07.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43772026-06-30T20:03:07.433Z
43782026-06-30T20:03:07.433Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43792026-06-30T20:03:07.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-06-30T20:03:07.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-06-30T20:03:07.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-06-30T20:03:07.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43832026-06-30T20:03:08.020Z
43842026-06-30T20:03:08.020Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43852026-06-30T20:03:08.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-06-30T20:03:08.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-06-30T20:03:08.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-06-30T20:03:08.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43892026-06-30T20:03:08.591Z
43902026-06-30T20:03:08.591Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43912026-06-30T20:03:09.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-30T20:03:09.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-30T20:03:09.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-30T20:03:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43952026-06-30T20:03:09.104Z
43962026-06-30T20:03:09.104Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43972026-06-30T20:03:09.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-30T20:03:09.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-30T20:03:09.881Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44002026-06-30T20:03:10.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44012026-06-30T20:03:10.810Z
44022026-06-30T20:03:10.810Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44032026-06-30T20:03:11.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-30T20:03:11.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-30T20:03:11.582Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-06-30T20:03:49.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
44072026-06-30T20:03:49.502Z
44082026-06-30T20:03:49.502Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44092026-06-30T20:03:49.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-30T20:03:49.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-30T20:03:49.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-30T20:03:50.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44132026-06-30T20:03:50.068Z
44142026-06-30T20:03:50.069Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44152026-06-30T20:03:50.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-30T20:03:50.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-30T20:03:50.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-06-30T20:03:50.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
44192026-06-30T20:03:50.502Z
44202026-06-30T20:03:50.503Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44212026-06-30T20:03:50.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-30T20:03:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-30T20:03:50.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-06-30T20:03:50.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44252026-06-30T20:03:51.068Z
44262026-06-30T20:03:51.068Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44272026-06-30T20:03:51.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-30T20:03:51.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-30T20:03:51.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-30T20:03:51.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-06-30T20:03:51.641Z
44322026-06-30T20:03:51.641Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44332026-06-30T20:03:52.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-30T20:03:52.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-30T20:03:52.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-30T20:03:52.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44372026-06-30T20:03:52.225Z
44382026-06-30T20:03:52.225Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44392026-06-30T20:03:52.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-30T20:03:52.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-30T20:03:52.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-30T20:03:52.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44432026-06-30T20:03:52.786Z
44442026-06-30T20:03:52.786Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44452026-06-30T20:03:53.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-30T20:03:53.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-30T20:03:53.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-30T20:03:53.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44492026-06-30T20:03:53.372Z
44502026-06-30T20:03:53.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44512026-06-30T20:03:53.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-30T20:03:53.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-30T20:03:53.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-30T20:03:53.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44552026-06-30T20:03:53.940Z
44562026-06-30T20:03:53.940Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44572026-06-30T20:03:54.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-30T20:03:54.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-30T20:03:54.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-30T20:03:54.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44612026-06-30T20:03:54.501Z
44622026-06-30T20:03:54.501Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44632026-06-30T20:03:54.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-30T20:03:54.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-30T20:03:54.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-30T20:03:54.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44672026-06-30T20:03:55.078Z
44682026-06-30T20:03:55.078Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44692026-06-30T20:03:55.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-30T20:03:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-30T20:03:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-30T20:03:55.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-06-30T20:03:55.656Z
44742026-06-30T20:03:55.656Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44752026-06-30T20:03:56.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-30T20:03:56.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-30T20:03:56.512Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44782026-06-30T20:03:56.543Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44792026-06-30T20:03:56.656Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44802026-06-30T20:03:56.667Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-06-30T20:03:56.681Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-06-30T20:03:56.697Z Checking yansi v1.0.1
44832026-06-30T20:03:56.697Z Checking diff v0.1.13
44842026-06-30T20:03:56.697Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-06-30T20:03:56.830Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-06-30T20:03:57.015Z Checking pretty_assertions v1.4.1
44872026-06-30T20:03:57.661Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-06-30T20:03:57.743Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-06-30T20:04:22.074Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-06-30T20:04:22.082Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-30T20:04:22.082Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44922026-06-30T20:04:22.082Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-06-30T20:04:22.082Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44942026-06-30T20:04:22.082Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44952026-06-30T20:04:22.082Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44962026-06-30T20:04:22.906Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44972026-06-30T20:04:22.915Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44982026-06-30T20:04:24.121Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44992026-06-30T20:05:01.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45002026-06-30T20:05:01.450Z
45012026-06-30T20:05:01.450Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45022026-06-30T20:05:01.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-06-30T20:05:01.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-06-30T20:05:01.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-06-30T20:05:01.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45062026-06-30T20:05:01.965Z
45072026-06-30T20:05:01.965Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45082026-06-30T20:05:02.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-30T20:05:02.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-30T20:05:02.677Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45112026-06-30T20:05:02.797Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45122026-06-30T20:05:02.801Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45132026-06-30T20:05:29.566Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45142026-06-30T20:05:29.935Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45152026-06-30T20:05:31.609Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45162026-06-30T20:05:32.044Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45172026-06-30T20:05:34.991Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45182026-06-30T20:05:58.453Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45192026-06-30T20:05:59.145Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45202026-06-30T20:06:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.76s
45212026-06-30T20:06:00.921Z
45222026-06-30T20:06:00.921Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45232026-06-30T20:06:01.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-06-30T20:06:01.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-06-30T20:06:01.583Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45262026-06-30T20:06:02.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45272026-06-30T20:06:02.415Z
45282026-06-30T20:06:02.415Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45292026-06-30T20:06:02.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-06-30T20:06:02.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-06-30T20:06:03.006Z Compiling blake3 v1.8.5
45322026-06-30T20:06:03.112Z Checking arrayvec v0.7.6
45332026-06-30T20:06:03.116Z Checking arrayref v0.3.9
45342026-06-30T20:06:03.116Z Checking constant_time_eq v0.4.2
45352026-06-30T20:06:03.127Z Checking topological-sort v0.2.2
45362026-06-30T20:06:03.130Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45372026-06-30T20:06:03.130Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45382026-06-30T20:06:03.130Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45392026-06-30T20:06:03.165Z Checking shell-words v1.1.1
45402026-06-30T20:06:04.007Z Checking omicron-zone-package v0.12.3
45412026-06-30T20:06:04.708Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45422026-06-30T20:06:05.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45432026-06-30T20:06:05.740Z
45442026-06-30T20:06:05.741Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45452026-06-30T20:06:06.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-06-30T20:06:06.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-06-30T20:06:06.329Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45482026-06-30T20:06:06.639Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45492026-06-30T20:06:07.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45502026-06-30T20:06:07.195Z
45512026-06-30T20:06:07.196Zinfo: running `cargo check --bins` on schema (281/299)
45522026-06-30T20:06:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-06-30T20:06:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-06-30T20:06:07.868Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45552026-06-30T20:06:08.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45562026-06-30T20:06:08.727Z
45572026-06-30T20:06:08.728Zinfo: running `cargo check --bins` on xtask (282/299)
45582026-06-30T20:06:09.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-06-30T20:06:09.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-06-30T20:06:09.115Z Checking libc v0.2.185
45612026-06-30T20:06:09.188Z Checking serde v1.0.228
45622026-06-30T20:06:09.194Z Checking zerofrom v0.1.6
45632026-06-30T20:06:09.198Z Checking bitflags v2.11.0
45642026-06-30T20:06:09.202Z Checking smallvec v1.15.1
45652026-06-30T20:06:09.206Z Checking indexmap v2.14.0
45662026-06-30T20:06:09.216Z Checking serde_json v1.0.150
45672026-06-30T20:06:09.226Z Checking scroll v0.12.0
45682026-06-30T20:06:09.284Z Checking yoke v0.8.1
45692026-06-30T20:06:09.334Z Checking num-traits v0.2.19
45702026-06-30T20:06:09.371Z Checking thiserror v1.0.69
45712026-06-30T20:06:09.444Z Checking zerovec v0.11.5
45722026-06-30T20:06:09.444Z Checking zerotrie v0.2.3
45732026-06-30T20:06:09.462Z Checking log v0.4.29
45742026-06-30T20:06:09.472Z Checking errno v0.3.14
45752026-06-30T20:06:09.563Z Checking serde_spanned v0.6.9
45762026-06-30T20:06:09.582Z Checking rustix v1.1.3
45772026-06-30T20:06:09.605Z Checking toml_datetime v0.6.11
45782026-06-30T20:06:09.681Z Checking percent-encoding v2.3.2
45792026-06-30T20:06:09.692Z Checking goblin v0.8.2
45802026-06-30T20:06:09.715Z Checking zerocopy v0.7.35
45812026-06-30T20:06:09.782Z Checking toml_edit v0.22.27
45822026-06-30T20:06:09.806Z Checking getrandom v0.4.1
45832026-06-30T20:06:09.817Z Checking form_urlencoded v1.2.2
45842026-06-30T20:06:09.843Z Checking ordered-float v2.10.1
45852026-06-30T20:06:09.864Z Checking tinystr v0.8.2
45862026-06-30T20:06:09.930Z Checking potential_utf v0.1.4
45872026-06-30T20:06:09.940Z Checking thiserror v2.0.18
45882026-06-30T20:06:10.036Z Checking icu_locale_core v2.1.1
45892026-06-30T20:06:10.036Z Checking syn v2.0.117
45902026-06-30T20:06:10.054Z Checking icu_collections v2.1.1
45912026-06-30T20:06:10.065Z Checking serde-value v0.7.0
45922026-06-30T20:06:10.195Z Checking dtrace-parser v0.2.0
45932026-06-30T20:06:10.258Z Checking thread-id v4.2.2
45942026-06-30T20:06:10.336Z Checking once_cell v1.21.3
45952026-06-30T20:06:10.355Z Checking cargo-platform v0.2.0
45962026-06-30T20:06:10.393Z Checking terminal_size v0.4.3
45972026-06-30T20:06:10.426Z Checking memmap v0.7.0
45982026-06-30T20:06:10.502Z Checking clap_builder v4.6.0
45992026-06-30T20:06:10.512Z Checking tempfile v3.25.0
46002026-06-30T20:06:10.545Z Checking textwrap v0.16.2
46012026-06-30T20:06:10.555Z Checking fs-err v3.3.0
46022026-06-30T20:06:10.587Z Checking icu_provider v2.1.1
46032026-06-30T20:06:10.695Z Checking camino-tempfile v1.4.1
46042026-06-30T20:06:10.726Z Checking anyhow v1.0.102
46052026-06-30T20:06:10.747Z Checking tabled v0.15.0
46062026-06-30T20:06:10.816Z Checking icu_normalizer v2.1.1
46072026-06-30T20:06:10.849Z Checking icu_properties v2.1.2
46082026-06-30T20:06:10.875Z Checking toml v0.8.23
46092026-06-30T20:06:10.920Z Checking macaddr v1.0.1
46102026-06-30T20:06:11.096Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46112026-06-30T20:06:11.185Z Checking cargo_toml v0.21.0
46122026-06-30T20:06:11.556Z Checking dof v0.3.0
46132026-06-30T20:06:11.635Z Checking idna_adapter v1.2.1
46142026-06-30T20:06:11.682Z Checking clap v4.6.1
46152026-06-30T20:06:11.751Z Checking idna v1.1.0
46162026-06-30T20:06:11.823Z Checking usdt-impl v0.5.0
46172026-06-30T20:06:11.970Z Checking url v2.5.8
46182026-06-30T20:06:12.069Z Checking usdt v0.5.0
46192026-06-30T20:06:12.303Z Checking cargo-util-schemas v0.8.2
46202026-06-30T20:06:12.986Z Checking cargo_metadata v0.21.0
46212026-06-30T20:06:13.586Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46222026-06-30T20:06:13.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46232026-06-30T20:06:14.095Z
46242026-06-30T20:06:14.095Zinfo: running `cargo check --bins` on dnsadm (283/299)
46252026-06-30T20:06:14.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-06-30T20:06:14.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-06-30T20:06:14.662Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46282026-06-30T20:06:15.115Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46292026-06-30T20:06:15.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46302026-06-30T20:06:15.655Z
46312026-06-30T20:06:15.655Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46322026-06-30T20:06:16.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-06-30T20:06:16.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-06-30T20:06:16.380Z Checking polyval v0.6.2
46352026-06-30T20:06:16.499Z Checking ctr v0.9.2
46362026-06-30T20:06:16.509Z Checking ssh-encoding v0.2.0
46372026-06-30T20:06:16.509Z Checking blowfish v0.9.1
46382026-06-30T20:06:16.526Z Checking password-hash v0.4.2
46392026-06-30T20:06:16.539Z Checking p256 v0.13.2
46402026-06-30T20:06:16.539Z Checking p521 v0.13.3
46412026-06-30T20:06:16.566Z Checking russh-cryptovec v0.7.3
46422026-06-30T20:06:16.634Z Checking ghash v0.5.1
46432026-06-30T20:06:16.647Z Checking bcrypt-pbkdf v0.10.0
46442026-06-30T20:06:16.651Z Checking md5 v0.7.0
46452026-06-30T20:06:16.678Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46462026-06-30T20:06:16.693Z Checking num-bigint v0.4.6
46472026-06-30T20:06:16.746Z Checking pbkdf2 v0.11.0
46482026-06-30T20:06:16.758Z Checking aes-gcm v0.10.3
46492026-06-30T20:06:16.774Z Checking des v0.8.1
46502026-06-30T20:06:16.797Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46512026-06-30T20:06:16.818Z Checking hex-literal v0.4.1
46522026-06-30T20:06:16.885Z Checking ssh-cipher v0.2.0
46532026-06-30T20:06:16.898Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46542026-06-30T20:06:16.914Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46552026-06-30T20:06:16.918Z Checking socket2 v0.5.10
46562026-06-30T20:06:16.939Z Checking internet-checksum v0.2.1
46572026-06-30T20:06:17.050Z Checking ssh-key v0.6.7
46582026-06-30T20:06:17.198Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46592026-06-30T20:06:17.675Z Checking russh-keys v0.45.0
46602026-06-30T20:06:18.224Z Checking russh v0.45.0
46612026-06-30T20:06:34.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
46622026-06-30T20:06:34.733Z
46632026-06-30T20:06:34.733Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46642026-06-30T20:06:35.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-06-30T20:06:35.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-06-30T20:06:35.306Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46672026-06-30T20:06:35.410Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46682026-06-30T20:06:35.417Z Checking termios v0.3.3
46692026-06-30T20:06:36.610Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46702026-06-30T20:06:36.753Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46712026-06-30T20:06:38.397Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46722026-06-30T20:06:38.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46732026-06-30T20:06:39.123Z
46742026-06-30T20:06:39.123Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
46752026-06-30T20:06:39.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-30T20:06:39.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-30T20:06:39.759Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46782026-06-30T20:06:39.763Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46792026-06-30T20:06:39.876Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46802026-06-30T20:06:39.880Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46812026-06-30T20:06:39.891Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46822026-06-30T20:06:39.896Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46832026-06-30T20:06:40.614Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46842026-06-30T20:06:40.966Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46852026-06-30T20:06:40.969Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46862026-06-30T20:06:41.585Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46872026-06-30T20:06:43.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
46882026-06-30T20:06:43.377Z
46892026-06-30T20:06:43.377Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
46902026-06-30T20:06:43.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-30T20:06:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-30T20:06:43.943Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46932026-06-30T20:06:44.379Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46942026-06-30T20:06:44.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
46952026-06-30T20:06:44.843Z
46962026-06-30T20:06:44.843Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
46972026-06-30T20:06:45.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-06-30T20:06:45.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-06-30T20:06:45.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-06-30T20:06:45.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
47012026-06-30T20:06:45.345Z
47022026-06-30T20:06:45.345Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47032026-06-30T20:06:45.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-06-30T20:06:45.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-06-30T20:06:45.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-06-30T20:06:45.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
47072026-06-30T20:06:45.846Z
47082026-06-30T20:06:45.846Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47092026-06-30T20:06:46.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-30T20:06:46.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-30T20:06:46.525Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47122026-06-30T20:06:47.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47132026-06-30T20:06:47.288Z
47142026-06-30T20:06:47.288Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47152026-06-30T20:06:47.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-30T20:06:47.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-30T20:06:47.869Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47182026-06-30T20:06:47.873Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47192026-06-30T20:06:48.150Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47202026-06-30T20:06:48.153Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47212026-06-30T20:06:48.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47222026-06-30T20:06:49.098Z
47232026-06-30T20:06:49.098Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47242026-06-30T20:06:49.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-06-30T20:06:49.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-06-30T20:06:49.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-06-30T20:06:49.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47282026-06-30T20:06:49.613Z
47292026-06-30T20:06:49.613Zinfo: running `cargo check --bins` on omicron-package (293/299)
47302026-06-30T20:06:50.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-06-30T20:06:50.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-06-30T20:06:50.220Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47332026-06-30T20:06:51.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47342026-06-30T20:06:51.449Z
47352026-06-30T20:06:51.449Zinfo: running `cargo check --bins` on tqdb (294/299)
47362026-06-30T20:06:51.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-06-30T20:06:51.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-06-30T20:06:52.161Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47392026-06-30T20:06:52.505Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47402026-06-30T20:06:53.015Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47412026-06-30T20:06:53.015Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47422026-06-30T20:06:58.979Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47432026-06-30T20:06:58.979Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47442026-06-30T20:06:59.540Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47452026-06-30T20:06:59.540Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47462026-06-30T20:06:59.543Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47472026-06-30T20:06:59.544Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47482026-06-30T20:07:00.318Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47492026-06-30T20:07:01.294Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47502026-06-30T20:07:02.075Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47512026-06-30T20:07:02.673Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47522026-06-30T20:07:07.746Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47532026-06-30T20:07:14.253Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47542026-06-30T20:07:14.256Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47552026-06-30T20:07:14.256Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47562026-06-30T20:07:14.256Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47572026-06-30T20:07:15.701Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47582026-06-30T20:07:17.032Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47592026-06-30T20:07:17.694Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47602026-06-30T20:07:18.918Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47612026-06-30T20:07:19.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.99s
47622026-06-30T20:07:19.637Z
47632026-06-30T20:07:19.637Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47642026-06-30T20:07:20.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-06-30T20:07:20.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-06-30T20:07:20.277Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47672026-06-30T20:07:20.280Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47682026-06-30T20:07:20.280Z Checking rtoolbox v0.0.3
47692026-06-30T20:07:20.406Z Checking tui-tree-widget v0.23.1
47702026-06-30T20:07:20.495Z Checking rpassword v7.4.0
47712026-06-30T20:07:21.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47722026-06-30T20:07:24.739Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47732026-06-30T20:07:26.607Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47742026-06-30T20:07:27.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
47752026-06-30T20:07:27.662Z
47762026-06-30T20:07:27.662Zinfo: running `cargo check --bins` on wicket (296/299)
47772026-06-30T20:07:28.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-06-30T20:07:28.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-06-30T20:07:28.293Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47802026-06-30T20:07:28.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
47812026-06-30T20:07:28.811Z
47822026-06-30T20:07:28.811Zinfo: running `cargo check --bins` on wicketd (297/299)
47832026-06-30T20:07:29.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-06-30T20:07:29.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-06-30T20:07:29.461Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47862026-06-30T20:07:29.461Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47872026-06-30T20:07:29.466Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47882026-06-30T20:07:29.466Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47892026-06-30T20:07:30.428Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47902026-06-30T20:07:30.983Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47912026-06-30T20:07:33.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
47922026-06-30T20:07:34.169Z
47932026-06-30T20:07:34.169Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
47942026-06-30T20:07:34.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-06-30T20:07:34.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-06-30T20:07:34.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47972026-06-30T20:07:34.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
47982026-06-30T20:07:34.672Z
47992026-06-30T20:07:34.672Zinfo: running `cargo check --bins` on zone-setup (299/299)
48002026-06-30T20:07:35.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48012026-06-30T20:07:35.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48022026-06-30T20:07:35.276Z Checking uzers v0.12.2
48032026-06-30T20:07:35.541Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48042026-06-30T20:07:36.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
48052026-06-30T20:07:36.469Z
48062026-06-30T20:07:36.469Zreal 13:38.203749372
48072026-06-30T20:07:36.469Zuser 20:32.415199685
48082026-06-30T20:07:36.469Zsys 4:04.112003403
48092026-06-30T20:07:36.469Ztrap 0.328610851
48102026-06-30T20:07:36.469Ztflt 0.772498367
48112026-06-30T20:07:36.469Zdflt 1.201589062
48122026-06-30T20:07:36.469Zkflt 0.008624491
48132026-06-30T20:07:36.469Zlock 1:17:12.218302478
48142026-06-30T20:07:36.469Zslp 1:38:38.548079791
48152026-06-30T20:07:36.469Zlat 52.327173333
48162026-06-30T20:07:36.469Zstop 3:24.679167871
48172026-06-30T20:07:36.472Zprocess exited: duration 940275 ms, exit code 0
 
48182026-06-30T20:07:36.479Zfound 0 output files