01KXEZXSZG0W8SK2R43ZHG8A70: 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: 01KXEZYCVH9SZ5MGN1GWDCRS5S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T00:21:32.207Zjob assigned to worker 01KXEZYTYQB4QD1KPWD3PG52SG [factory aws, i-0b3eeb674d20a6ba9] (queued for 58 s)
 
22026-07-14T00:21:39.056Zstarting task 0: "setup"
32026-07-14T00:21:39.060Z++ uname -s
42026-07-14T00:21:39.064Z+ kern=SunOS
52026-07-14T00:21:39.064Z+ build_user=build
62026-07-14T00:21:39.064Z+ build_uid=12345
72026-07-14T00:21:39.064Z+ work_dir=/work
82026-07-14T00:21:39.065Z+ input_dir=/input
92026-07-14T00:21:39.065Z+ [[ 0 == 12345 ]]
102026-07-14T00:21:39.065Z+ case "$kern" in
112026-07-14T00:21:39.065Z+ groupadd -g 12345 build
122026-07-14T00:21:39.068Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T00:21:40.070Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T00:21:40.159Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T00:21:40.162Z+ home_fs=zfs
162026-07-14T00:21:40.162Z+ [[ zfs == autofs ]]
172026-07-14T00:21:40.162Z+ mkdir -p /home/build
182026-07-14T00:21:40.162Z+ chown build:build /home/build /work
192026-07-14T00:21:42.163Z+ chmod 0700 /home/build /work
202026-07-14T00:21:42.167Zprocess exited: duration 3111 ms, exit code 0
 
212026-07-14T00:21:42.174Zstarting task 1: "rust-toolchain"
222026-07-14T00:21:42.178Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T00:21:42.179Z * rust toolchain channel = "1.96.1"
242026-07-14T00:21:42.179Z * rust toolchain profile = "default"
252026-07-14T00:21:42.179Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T00:21:42.179Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T00:21:42.179Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T00:21:42.182Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T00:21:42.183Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T00:21:42.262Zinfo: downloading installer
312026-07-14T00:21:43.717Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T00:21:43.717Zwarn: /home/build/.rustup/settings.toml
332026-07-14T00:21:43.717Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T00:21:43.717Zwarn: instead of the one inferred from the default host triple.
352026-07-14T00:21:43.729Zinfo: profile set to default
362026-07-14T00:21:43.729Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T00:21:43.735Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T00:21:43.872Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T00:21:43.875Zinfo: downloading 6 components
402026-07-14T00:21:59.354Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T00:21:59.355Z
422026-07-14T00:21:59.383Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T00:21:59.384Z
442026-07-14T00:21:59.384Z
452026-07-14T00:21:59.384ZRust is installed now. Great!
462026-07-14T00:21:59.384Z
472026-07-14T00:21:59.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T00:21:59.384Zenvironment variable. This has not been done automatically.
492026-07-14T00:21:59.384Z
502026-07-14T00:21:59.384ZTo configure your current shell, you need to source
512026-07-14T00:21:59.384Zthe corresponding env file under $HOME/.cargo.
522026-07-14T00:21:59.384Z
532026-07-14T00:21:59.384ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T00:21:59.384Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T00:21:59.384Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T00:21:59.384Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T00:21:59.384Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T00:21:59.384Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T00:21:59.384Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T00:21:59.387Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T00:21:59.387Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T00:21:59.476Z+ rustup --version
632026-07-14T00:21:59.485Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T00:21:59.488Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T00:21:59.506Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T00:21:59.509Z+ cargo --version
672026-07-14T00:21:59.523Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T00:21:59.526Z+ rustc --version
692026-07-14T00:21:59.544Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T00:21:59.547Zprocess exited: duration 17372 ms, exit code 0
 
712026-07-14T00:21:59.552Zstarting task 2: "authentication"
722026-07-14T00:21:59.569Zprocess exited: duration 15 ms, exit code 0
 
732026-07-14T00:21:59.575Zstarting task 3: "clone repository"
742026-07-14T00:21:59.578Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T00:21:59.581Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T00:21:59.610ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T00:22:10.369Z+ cd /work/oxidecomputer/omicron
782026-07-14T00:22:10.369Z+ git fetch origin 2c597e9df6e3a9d5b7dd830bcf950b15868724f5
792026-07-14T00:22:10.683ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T00:22:10.683Z * branch 2c597e9df6e3a9d5b7dd830bcf950b15868724f5 -> FETCH_HEAD
812026-07-14T00:22:10.693Z+ [[ -n '' ]]
822026-07-14T00:22:10.693Z+ git reset --hard 2c597e9df6e3a9d5b7dd830bcf950b15868724f5
832026-07-14T00:22:10.936ZHEAD is now at 2c597e9df [spr] initial version
842026-07-14T00:22:10.939Zprocess exited: duration 11364 ms, exit code 0
 
852026-07-14T00:22:10.947Zstarting task 4: "build"
862026-07-14T00:22:10.950Z+ source .github/buildomat/ci-env.sh
872026-07-14T00:22:10.950Z++ export CARGO_TERM_COLOR=always
882026-07-14T00:22:10.950Z++ CARGO_TERM_COLOR=always
892026-07-14T00:22:10.952Z+++ uname -s
902026-07-14T00:22:10.952Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-14T00:22:10.952Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-14T00:22:10.955Z+ cargo --version
932026-07-14T00:22:10.963Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-14T00:22:10.966Z+ rustc --version
952026-07-14T00:22:10.986Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-14T00:22:10.989Z+ source ./env.sh
972026-07-14T00:22:10.989Z++ OLD_SHELL_OPTS=ehxB
982026-07-14T00:22:10.989Z++ set -o xtrace
992026-07-14T00:22:10.991Z++++ dirname ./env.sh
1002026-07-14T00:22:10.994Z+++ readlink -f .
1012026-07-14T00:22:10.994Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-14T00:22:10.994Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-14T00:22:10.994Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-14T00:22:10.994Z++ 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
1052026-07-14T00:22:10.994Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-14T00:22:10.994Z++ 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
1072026-07-14T00:22:10.994Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-14T00:22:10.994Z++ 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
1092026-07-14T00:22:10.994Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-14T00:22:10.994Z++ 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
1112026-07-14T00:22:10.998Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-14T00:22:10.998Z++ case $OLD_SHELL_OPTS in
1132026-07-14T00:22:10.998Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-14T00:22:10.999Z+ 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
1152026-07-14T00:22:10.999Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-07-14T00:22:10.999Z+ banner prerequisites
1172026-07-14T00:22:10.999Z
1182026-07-14T00:22:10.999Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-07-14T00:22:10.999Z # # # # # # # # # # # # # # #
1202026-07-14T00:22:10.999Z # # # # ##### # # ##### # # # # # #### #
1212026-07-14T00:22:10.999Z ##### ##### # ##### # # # # # # # # #
1222026-07-14T00:22:10.999Z # # # # # # # # # # # # # # #
1232026-07-14T00:22:10.999Z # # # ###### # # ###### ### # #### # #### #
1242026-07-14T00:22:10.999Z
1252026-07-14T00:22:10.999Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-07-14T00:22:12.852Z Startup: Refreshing catalog 'helios' ... Done
1272026-07-14T00:22:12.969Z Startup: Caching catalogs ... Done
1282026-07-14T00:22:13.494ZPlanning: Solver setup ... Done (0.478s)
1292026-07-14T00:22:13.521ZPlanning: Running solver ... Done (0.028s)
1302026-07-14T00:22:13.534ZPlanning: Finding local manifests ... Done (0.003s)
1312026-07-14T00:22:13.546ZPlanning: Fetching manifests: 0/2 0% complete
1322026-07-14T00:22:13.565ZPlanning: Fetching manifests: 2/2 100% complete
1332026-07-14T00:22:13.579ZPlanning: Package planning ... Done (0.014s)
1342026-07-14T00:22:13.582ZPlanning: Merging actions ... Done (0.002s)
1352026-07-14T00:22:13.747ZPlanning: Checking for conflicting actions ... Done (0.166s)
1362026-07-14T00:22:13.750ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-07-14T00:22:14.598ZPlanning: Evaluating mediators ... Done (0.850s)
1382026-07-14T00:22:14.601ZPlanning: Planning completed in 1.61 seconds
1392026-07-14T00:22:14.607Z Packages to install: 2
1402026-07-14T00:22:14.607Z Estimated space available: 156.06 GB
1412026-07-14T00:22:14.610ZEstimated space to be consumed: 32.66 MB
1422026-07-14T00:22:14.610Z Create boot environment: No
1432026-07-14T00:22:14.610ZCreate backup boot environment: No
1442026-07-14T00:22:14.610Z Rebuild boot archive: No
1452026-07-14T00:22:14.610Z
1462026-07-14T00:22:14.610ZChanged packages:
1472026-07-14T00:22:14.610Zhelios
1482026-07-14T00:22:14.610Z developer/build-essential
1492026-07-14T00:22:14.610Z None -> 11-3.0
1502026-07-14T00:22:14.610Z library/libxmlsec1
1512026-07-14T00:22:14.611Z None -> 1.2.35-3.0
1522026-07-14T00:22:14.631Z
1532026-07-14T00:22:14.631ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-07-14T00:22:15.242ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1552026-07-14T00:22:15.313Z Actions: 1/268 actions (Installing new actions)
1562026-07-14T00:22:15.351Z Actions: Completed 268 actions in 0.04 seconds.
1572026-07-14T00:22:15.362ZFinalize: Updating package state database ... Done (0.011s)
1582026-07-14T00:22:15.362ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-14T00:22:15.394ZFinalize: Updating image state ... Done (0.031s)
1602026-07-14T00:22:17.852ZFinalize: Creating fast lookup database ... Done (2.433s)
1612026-07-14T00:22:17.926ZFinalize: Reading search index ... Done (0.012s)
1622026-07-14T00:22:17.928ZFinalize: Updating search index ... Done (0.000s)
1632026-07-14T00:22:18.043ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-14T00:22:18.353ZPlanning: Evaluating mediator changes ... Done
1652026-07-14T00:22:18.457ZPlanning: Checking for conflicting actions ... Done
1662026-07-14T00:22:18.462ZPlanning: Consolidating action changes ... Done
1672026-07-14T00:22:18.613ZPlanning: Evaluating mediators ... Done
1682026-07-14T00:22:18.616ZPlanning: Planning completed in 0.26 seconds
1692026-07-14T00:22:18.636Z Mediators to change: 2
1702026-07-14T00:22:18.636Z Create boot environment: No
1712026-07-14T00:22:18.636ZCreate backup boot environment: No
1722026-07-14T00:22:18.708ZFinalize: Updating package state database ... Done
1732026-07-14T00:22:18.708ZFinalize: Updating package cache ... Done
1742026-07-14T00:22:18.724ZFinalize: Updating image state ... Done
1752026-07-14T00:22:20.673ZFinalize: Creating fast lookup database ... Done
1762026-07-14T00:22:20.734ZFinalize: Reading search index ... Done
1772026-07-14T00:22:20.737ZFinalize: Updating search index ... Done
1782026-07-14T00:22:20.824ZFinalize: Updating package cache ... Done
1792026-07-14T00:22:21.108ZPlanning: Evaluating mediator changes ... Done
1802026-07-14T00:22:21.213ZPlanning: Checking for conflicting actions ... Done
1812026-07-14T00:22:21.217ZPlanning: Consolidating action changes ... Done
1822026-07-14T00:22:21.369ZPlanning: Evaluating mediators ... Done
1832026-07-14T00:22:21.372ZPlanning: Planning completed in 0.26 seconds
1842026-07-14T00:22:21.393Z Mediators to change: 1
1852026-07-14T00:22:21.393Z Create boot environment: No
1862026-07-14T00:22:21.393ZCreate backup boot environment: No
1872026-07-14T00:22:21.459ZFinalize: Updating package state database ... Done
1882026-07-14T00:22:21.459ZFinalize: Updating package cache ... Done
1892026-07-14T00:22:21.475ZFinalize: Updating image state ... Done
1902026-07-14T00:22:23.416ZFinalize: Creating fast lookup database ... Done
1912026-07-14T00:22:23.479ZFinalize: Reading search index ... Done
1922026-07-14T00:22:23.486ZFinalize: Updating search index ... Done
1932026-07-14T00:22:23.569ZFinalize: Updating package cache ... Done
1942026-07-14T00:22:23.878ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-07-14T00:22:23.878Zapache system 2.4 system
1962026-07-14T00:22:23.878Zclang system 15 system
1972026-07-14T00:22:23.878Zcsh system system illumos
1982026-07-14T00:22:23.878Zctags system system illumos
1992026-07-14T00:22:23.878Zfile vendor vendor darwinsys
2002026-07-14T00:22:23.878Zfile system system illumos
2012026-07-14T00:22:23.878Zgcc vendor 14 vendor
2022026-07-14T00:22:23.878Zgcc system 13 system
2032026-07-14T00:22:23.878Zgcc system 10 system
2042026-07-14T00:22:23.878Zgo system 1.25 system
2052026-07-14T00:22:23.879Zllvm system 15 system
2062026-07-14T00:22:23.879Zmariadb system 11.4 system
2072026-07-14T00:22:23.879Zmta vendor vendor dma
2082026-07-14T00:22:23.879Zopenjdk system 17 system
2092026-07-14T00:22:23.879Zopenjdk system 11 system
2102026-07-14T00:22:23.879Zopenssl vendor 3 vendor
2112026-07-14T00:22:23.879Zperl system 5.40 system
2122026-07-14T00:22:23.879Zpostgresql system 18 system
2132026-07-14T00:22:23.879Zpostgresql system 17 system
2142026-07-14T00:22:23.879Zpython vendor 3 vendor
2152026-07-14T00:22:23.879Zpython system 2 system
2162026-07-14T00:22:23.879Zpython3 vendor 3.13 vendor
2172026-07-14T00:22:23.879Zruby system 3.4 system
2182026-07-14T00:22:23.879Zruby system 3.0 system
2192026-07-14T00:22:23.879Zwords vendor vendor american-english
2202026-07-14T00:22:23.879Zwords system system australian-english
2212026-07-14T00:22:23.879Zwords system system british-english
2222026-07-14T00:22:23.879Zwords system system canadian-english
2232026-07-14T00:22:23.879Zwords system system french
2242026-07-14T00:22:23.879Zwords system system italian
2252026-07-14T00:22:23.879Zwords system system ngerman
2262026-07-14T00:22:23.879Zwords system system ogerman
2272026-07-14T00:22:23.879Zwords system system spanish
2282026-07-14T00:22:24.132ZPUBLISHER TYPE STATUS P LOCATION
2292026-07-14T00:22:24.132Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-07-14T00:22:24.445ZFMRI IFO
2312026-07-14T00:22:24.445Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-07-14T00:22:24.445Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-07-14T00:22:24.445Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-07-14T00:22:24.445Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-07-14T00:22:24.445Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-07-14T00:22:24.445Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-07-14T00:22:24.445Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-07-14T00:22:24.445Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-07-14T00:22:24.445Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-07-14T00:22:24.704Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-07-14T00:22:24.949Z Updating crates.io index
2422026-07-14T00:22:24.953Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-07-14T00:22:25.196Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-14T00:22:25.460Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-07-14T00:22:26.417Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-07-14T00:22:26.935Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-07-14T00:22:28.790Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-07-14T00:22:29.609Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-07-14T00:22:29.839Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-07-14T00:22:30.127Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-07-14T00:22:31.173Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-07-14T00:22:31.415Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-07-14T00:22:31.712Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-07-14T00:22:31.939Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-07-14T00:22:32.344Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-14T00:22:32.811Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-07-14T00:22:33.033Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-14T00:22:33.236Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-07-14T00:22:33.505Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-07-14T00:22:33.769Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-07-14T00:22:33.998Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-07-14T00:22:34.209Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-07-14T00:22:34.427Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-07-14T00:22:34.761Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-07-14T00:22:35.066Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-07-14T00:22:35.281Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-07-14T00:22:35.645Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-07-14T00:22:35.856Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-07-14T00:22:36.318Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-07-14T00:22:36.566Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-07-14T00:22:36.774Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-07-14T00:22:37.113Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-07-14T00:22:37.437Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-07-14T00:22:37.670Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-07-14T00:22:37.924Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-07-14T00:22:38.175Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-07-14T00:22:38.452Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-07-14T00:22:38.723Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-07-14T00:22:38.976Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-07-14T00:22:39.236Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-07-14T00:22:39.484Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-07-14T00:22:42.140Z Downloading crates ...
2832026-07-14T00:22:42.191Z Downloaded generic-array v0.14.7
2842026-07-14T00:22:42.202Z Downloaded once_cell v1.21.3
2852026-07-14T00:22:42.209Z Downloaded zmij v1.0.21
2862026-07-14T00:22:42.217Z Downloaded terminal_size v0.4.3
2872026-07-14T00:22:42.220Z Downloaded is_terminal_polyfill v1.70.2
2882026-07-14T00:22:42.220Z Downloaded heck v0.4.1
2892026-07-14T00:22:42.220Z Downloaded clap_lex v1.0.0
2902026-07-14T00:22:42.224Z Downloaded cargo-platform v0.3.2
2912026-07-14T00:22:42.227Z Downloaded crypto-common v0.1.7
2922026-07-14T00:22:42.227Z Downloaded block-buffer v0.10.4
2932026-07-14T00:22:42.227Z Downloaded zerocopy v0.7.35
2942026-07-14T00:22:42.234Z Downloaded errno v0.3.14
2952026-07-14T00:22:42.238Z Downloaded equivalent v1.0.2
2962026-07-14T00:22:42.238Z Downloaded cpufeatures v0.2.17
2972026-07-14T00:22:42.238Z Downloaded colorchoice v1.0.4
2982026-07-14T00:22:42.238Z Downloaded scroll_derive v0.12.1
2992026-07-14T00:22:42.241Z Downloaded dtrace-parser v0.2.0
3002026-07-14T00:22:42.241Z Downloaded anstyle-query v1.1.5
3012026-07-14T00:22:42.243Z Downloaded macaddr v1.0.1
3022026-07-14T00:22:42.246Z Downloaded itoa v1.0.17
3032026-07-14T00:22:42.250Z Downloaded heck v0.5.0
3042026-07-14T00:22:42.253Z Downloaded fnv v1.0.7
3052026-07-14T00:22:42.253Z Downloaded indexmap v2.14.0
3062026-07-14T00:22:42.257Z Downloaded swrite v0.1.0
3072026-07-14T00:22:42.260Z Downloaded thread-id v4.2.2
3082026-07-14T00:22:42.260Z Downloaded utf8parse v0.2.2
3092026-07-14T00:22:42.260Z Downloaded tabled_derive v0.7.0
3102026-07-14T00:22:42.260Z Downloaded serde_spanned v0.6.9
3112026-07-14T00:22:42.263Z Downloaded cfg-if v1.0.4
3122026-07-14T00:22:42.268Z Downloaded memmap v0.7.0
3132026-07-14T00:22:42.271Z Downloaded usdt-attr-macro v0.5.0
3142026-07-14T00:22:42.274Z Downloaded usdt v0.5.0
3152026-07-14T00:22:42.274Z Downloaded toml_datetime v0.6.11
3162026-07-14T00:22:42.274Z Downloaded unicode-linebreak v0.1.5
3172026-07-14T00:22:42.278Z Downloaded plain v0.2.3
3182026-07-14T00:22:42.281Z Downloaded proc-macro-error-attr v1.0.4
3192026-07-14T00:22:42.284Z Downloaded smawk v0.3.2
3202026-07-14T00:22:42.287Z Downloaded usdt-macro v0.5.0
3212026-07-14T00:22:42.291Z Downloaded strsim v0.11.1
3222026-07-14T00:22:42.296Z Downloaded version_check v0.9.5
3232026-07-14T00:22:42.296Z Downloaded pretty-hex v0.4.1
3242026-07-14T00:22:42.299Z Downloaded toml_write v0.1.2
3252026-07-14T00:22:42.300Z Downloaded quote v1.0.45
3262026-07-14T00:22:42.300Z Downloaded thiserror v2.0.18
3272026-07-14T00:22:42.305Z Downloaded autocfg v1.5.0
3282026-07-14T00:22:42.305Z Downloaded camino-tempfile v1.4.1
3292026-07-14T00:22:42.313Z Downloaded anstyle-parse v1.0.0
3302026-07-14T00:22:42.313Z Downloaded digest v0.10.7
3312026-07-14T00:22:42.317Z Downloaded fastrand v2.3.0
3322026-07-14T00:22:42.317Z Downloaded cargo_toml v0.21.0
3332026-07-14T00:22:42.317Z Downloaded anstyle v1.0.14
3342026-07-14T00:22:42.321Z Downloaded pest_derive v2.8.6
3352026-07-14T00:22:42.322Z Downloaded thiserror v1.0.69
3362026-07-14T00:22:42.322Z Downloaded usdt-impl v0.5.0
3372026-07-14T00:22:42.328Z Downloaded dof v0.3.0
3382026-07-14T00:22:42.329Z Downloaded bytecount v0.6.9
3392026-07-14T00:22:42.329Z Downloaded sha2 v0.10.9
3402026-07-14T00:22:42.336Z Downloaded proc-macro-error v1.0.4
3412026-07-14T00:22:42.345Z Downloaded serde_tokenstream v0.2.3
3422026-07-14T00:22:42.345Z Downloaded thiserror-impl v2.0.18
3432026-07-14T00:22:42.345Z Downloaded clap_derive v4.6.1
3442026-07-14T00:22:42.346Z Downloaded byteorder v1.5.0
3452026-07-14T00:22:42.349Z Downloaded pest_generator v2.8.6
3462026-07-14T00:22:42.349Z Downloaded anyhow v1.0.102
3472026-07-14T00:22:42.353Z Downloaded cargo_metadata v0.23.1
3482026-07-14T00:22:42.358Z Downloaded toml v0.8.23
3492026-07-14T00:22:42.358Z Downloaded ucd-trie v0.1.7
3502026-07-14T00:22:42.366Z Downloaded semver v1.0.28
3512026-07-14T00:22:42.366Z Downloaded fs-err v3.3.0
3522026-07-14T00:22:42.377Z Downloaded bitflags v2.11.0
3532026-07-14T00:22:42.377Z Downloaded scroll v0.12.0
3542026-07-14T00:22:42.383Z Downloaded tempfile v3.25.0
3552026-07-14T00:22:42.383Z Downloaded camino v1.2.2
3562026-07-14T00:22:42.383Z Downloaded zerocopy-derive v0.7.35
3572026-07-14T00:22:42.384Z Downloaded anstream v1.0.0
3582026-07-14T00:22:42.384Z Downloaded thiserror-impl v1.0.69
3592026-07-14T00:22:42.387Z Downloaded clap v4.6.1
3602026-07-14T00:22:42.394Z Downloaded unicode-ident v1.0.24
3612026-07-14T00:22:42.397Z Downloaded textwrap v0.16.2
3622026-07-14T00:22:42.401Z Downloaded serde_derive v1.0.228
3632026-07-14T00:22:42.404Z Downloaded proc-macro2 v1.0.106
3642026-07-14T00:22:42.407Z Downloaded pest_meta v2.8.6
3652026-07-14T00:22:42.414Z Downloaded log v0.4.29
3662026-07-14T00:22:42.419Z Downloaded serde_core v1.0.228
3672026-07-14T00:22:42.419Z Downloaded toml_edit v0.22.27
3682026-07-14T00:22:42.422Z Downloaded getrandom v0.4.1
3692026-07-14T00:22:42.428Z Downloaded serde v1.0.228
3702026-07-14T00:22:42.436Z Downloaded memchr v2.8.0
3712026-07-14T00:22:42.438Z Downloaded papergrid v0.11.0
3722026-07-14T00:22:42.449Z Downloaded typenum v1.20.1
3732026-07-14T00:22:42.470Z Downloaded pest v2.8.6
3742026-07-14T00:22:42.489Z Downloaded hashbrown v0.17.0
3752026-07-14T00:22:42.498Z Downloaded serde_json v1.0.150
3762026-07-14T00:22:42.501Z Downloaded goblin v0.8.2
3772026-07-14T00:22:42.523Z Downloaded winnow v0.7.14
3782026-07-14T00:22:42.528Z Downloaded tabled v0.15.0
3792026-07-14T00:22:42.536Z Downloaded syn v1.0.109
3802026-07-14T00:22:42.543Z Downloaded clap_builder v4.6.0
3812026-07-14T00:22:42.552Z Downloaded unicode-width v0.2.0
3822026-07-14T00:22:42.555Z Downloaded unicode-width v0.1.14
3832026-07-14T00:22:42.558Z Downloaded syn v2.0.117
3842026-07-14T00:22:42.566Z Downloaded rustix v1.1.3
3852026-07-14T00:22:42.595Z Downloaded libc v0.2.185
3862026-07-14T00:22:42.665Z Compiling proc-macro2 v1.0.106
3872026-07-14T00:22:42.665Z Compiling unicode-ident v1.0.24
3882026-07-14T00:22:42.675Z Compiling quote v1.0.45
3892026-07-14T00:22:42.675Z Compiling serde_core v1.0.228
3902026-07-14T00:22:42.675Z Compiling libc v0.2.185
3912026-07-14T00:22:42.675Z Compiling version_check v0.9.5
3922026-07-14T00:22:42.676Z Compiling memchr v2.8.0
3932026-07-14T00:22:42.838Z Compiling serde v1.0.228
3942026-07-14T00:22:43.029Z Compiling zmij v1.0.21
3952026-07-14T00:22:43.215Z Compiling itoa v1.0.17
3962026-07-14T00:22:43.299Z Compiling thiserror v1.0.69
3972026-07-14T00:22:43.410Z Compiling ucd-trie v0.1.7
3982026-07-14T00:22:43.650Z Compiling pest v2.8.6
3992026-07-14T00:22:43.708Z Compiling rustix v1.1.3
4002026-07-14T00:22:43.723Z Compiling byteorder v1.5.0
4012026-07-14T00:22:43.808Z Compiling errno v0.3.14
4022026-07-14T00:22:43.906Z Compiling bitflags v2.11.0
4032026-07-14T00:22:43.955Z Compiling serde_json v1.0.150
4042026-07-14T00:22:44.193Z Compiling syn v2.0.117
4052026-07-14T00:22:44.231Z Compiling thread-id v4.2.2
4062026-07-14T00:22:44.246Z Compiling usdt-impl v0.5.0
4072026-07-14T00:22:44.316Z Compiling proc-macro-error-attr v1.0.4
4082026-07-14T00:22:44.363Z Compiling syn v1.0.109
4092026-07-14T00:22:44.468Z Compiling camino v1.2.2
4102026-07-14T00:22:44.665Z Compiling proc-macro-error v1.0.4
4112026-07-14T00:22:44.738Z Compiling pest_meta v2.8.6
4122026-07-14T00:22:44.854Z Compiling getrandom v0.4.1
4132026-07-14T00:22:44.878Z Compiling equivalent v1.0.2
4142026-07-14T00:22:44.921Z Compiling plain v0.2.3
4152026-07-14T00:22:44.968Z Compiling utf8parse v0.2.2
4162026-07-14T00:22:45.040Z Compiling hashbrown v0.17.0
4172026-07-14T00:22:45.217Z Compiling log v0.4.29
4182026-07-14T00:22:45.252Z Compiling terminal_size v0.4.3
4192026-07-14T00:22:45.389Z Compiling anstyle-parse v1.0.0
4202026-07-14T00:22:45.581Z Compiling indexmap v2.14.0
4212026-07-14T00:22:46.012Z Compiling colorchoice v1.0.4
4222026-07-14T00:22:46.069Z Compiling winnow v0.7.14
4232026-07-14T00:22:46.088Z Compiling anstyle v1.0.14
4242026-07-14T00:22:46.138Z Compiling pretty-hex v0.4.1
4252026-07-14T00:22:46.193Z Compiling anstyle-query v1.1.5
4262026-07-14T00:22:46.284Z Compiling autocfg v1.5.0
4272026-07-14T00:22:46.313Z Compiling cfg-if v1.0.4
4282026-07-14T00:22:46.313Z Compiling thiserror v2.0.18
4292026-07-14T00:22:46.346Z Compiling toml_write v0.1.2
4302026-07-14T00:22:46.392Z Compiling pest_generator v2.8.6
4312026-07-14T00:22:46.402Z Compiling is_terminal_polyfill v1.70.2
4322026-07-14T00:22:46.503Z Compiling anstream v1.0.0
4332026-07-14T00:22:46.710Z Compiling fs-err v3.3.0
4342026-07-14T00:22:46.862Z Compiling clap_lex v1.0.0
4352026-07-14T00:22:46.908Z Compiling fastrand v2.3.0
4362026-07-14T00:22:46.923Z Compiling unicode-width v0.1.14
4372026-07-14T00:22:47.027Z Compiling heck v0.4.1
4382026-07-14T00:22:47.076Z Compiling bytecount v0.6.9
4392026-07-14T00:22:47.092Z Compiling fnv v1.0.7
4402026-07-14T00:22:47.171Z Compiling once_cell v1.21.3
4412026-07-14T00:22:47.195Z Compiling strsim v0.11.1
4422026-07-14T00:22:47.210Z Compiling anyhow v1.0.102
4432026-07-14T00:22:47.223Z Compiling heck v0.5.0
4442026-07-14T00:22:47.247Z Compiling papergrid v0.11.0
4452026-07-14T00:22:47.394Z Compiling clap_builder v4.6.0
4462026-07-14T00:22:47.457Z Compiling tempfile v3.25.0
4472026-07-14T00:22:47.547Z Compiling cargo-platform v0.3.2
4482026-07-14T00:22:47.612Z Compiling tabled_derive v0.7.0
4492026-07-14T00:22:47.645Z Compiling semver v1.0.28
4502026-07-14T00:22:47.754Z Compiling memmap v0.7.0
4512026-07-14T00:22:47.827Z Compiling smawk v0.3.2
4522026-07-14T00:22:47.841Z Compiling unicode-linebreak v0.1.5
4532026-07-14T00:22:47.916Z Compiling unicode-width v0.2.0
4542026-07-14T00:22:47.965Z Compiling camino-tempfile v1.4.1
4552026-07-14T00:22:48.031Z Compiling serde_derive v1.0.228
4562026-07-14T00:22:48.083Z Compiling thiserror-impl v1.0.69
4572026-07-14T00:22:48.188Z Compiling zerocopy-derive v0.7.35
4582026-07-14T00:22:48.211Z Compiling pest_derive v2.8.6
4592026-07-14T00:22:48.315Z Compiling scroll_derive v0.12.1
4602026-07-14T00:22:48.524Z Compiling thiserror-impl v2.0.18
4612026-07-14T00:22:48.683Z Compiling clap_derive v4.6.1
4622026-07-14T00:22:48.713Z Compiling tabled v0.15.0
4632026-07-14T00:22:49.069Z Compiling scroll v0.12.0
4642026-07-14T00:22:49.090Z Compiling zerocopy v0.7.35
4652026-07-14T00:22:49.343Z Compiling goblin v0.8.2
4662026-07-14T00:22:49.527Z Compiling dtrace-parser v0.2.0
4672026-07-14T00:22:49.658Z Compiling textwrap v0.16.2
4682026-07-14T00:22:50.123Z Compiling swrite v0.1.0
4692026-07-14T00:22:50.482Z Compiling clap v4.6.1
4702026-07-14T00:22:51.173Z Compiling toml_datetime v0.6.11
4712026-07-14T00:22:51.173Z Compiling serde_spanned v0.6.9
4722026-07-14T00:22:51.178Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4732026-07-14T00:22:51.178Z Compiling cargo_metadata v0.23.1
4742026-07-14T00:22:51.178Z Compiling macaddr v1.0.1
4752026-07-14T00:22:51.249Z Compiling dof v0.3.0
4762026-07-14T00:22:51.266Z Compiling serde_tokenstream v0.2.3
4772026-07-14T00:22:51.396Z Compiling toml_edit v0.22.27
4782026-07-14T00:22:52.009Z Compiling usdt-attr-macro v0.5.0
4792026-07-14T00:22:52.014Z Compiling usdt-macro v0.5.0
4802026-07-14T00:22:52.627Z Compiling usdt v0.5.0
4812026-07-14T00:22:52.710Z Compiling toml v0.8.23
4822026-07-14T00:22:53.035Z Compiling cargo_toml v0.21.0
4832026-07-14T00:22:54.310Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-07-14T00:22:56.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.74s
4852026-07-14T00:22:56.494Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-07-14T00:22:56.975Z Downloading crates ...
4872026-07-14T00:22:57.055Z Downloaded aead v0.5.2
4882026-07-14T00:22:57.062Z Downloaded adler2 v2.0.1
4892026-07-14T00:22:57.066Z Downloaded bcrypt-pbkdf v0.11.0
4902026-07-14T00:22:57.069Z Downloaded base64 v0.22.1
4912026-07-14T00:22:57.072Z Downloaded ciborium-io v0.2.2
4922026-07-14T00:22:57.078Z Downloaded bitfield-macros v0.19.4
4932026-07-14T00:22:57.083Z Downloaded aes v0.9.1
4942026-07-14T00:22:57.083Z Downloaded cookie v0.18.1
4952026-07-14T00:22:57.087Z Downloaded bit-set v0.5.3
4962026-07-14T00:22:57.087Z Downloaded async-stream v0.3.6
4972026-07-14T00:22:57.087Z Downloaded aead v0.6.1
4982026-07-14T00:22:57.092Z Downloaded cpufeatures v0.3.0
4992026-07-14T00:22:57.092Z Downloaded async-recursion v1.1.1
5002026-07-14T00:22:57.097Z Downloaded bitflags v1.3.2
5012026-07-14T00:22:57.097Z Downloaded convert_case v0.10.0
5022026-07-14T00:22:57.097Z Downloaded dof v0.4.0
5032026-07-14T00:22:57.097Z Downloaded atomicwrites v0.4.4
5042026-07-14T00:22:57.100Z Downloaded daft-derive v0.1.7
5052026-07-14T00:22:57.100Z Downloaded base64ct v1.8.3
5062026-07-14T00:22:57.100Z Downloaded defmt-parser v1.0.0
5072026-07-14T00:22:57.104Z Downloaded darling_macro v0.20.11
5082026-07-14T00:22:57.104Z Downloaded crossbeam-deque v0.8.6
5092026-07-14T00:22:57.104Z Downloaded curve25519-dalek-derive v0.1.1
5102026-07-14T00:22:57.107Z Downloaded crypto-common v0.2.2
5112026-07-14T00:22:57.108Z Downloaded defmt v1.0.1
5122026-07-14T00:22:57.112Z Downloaded debug-ignore v1.0.5
5132026-07-14T00:22:57.112Z Downloaded crc8 v0.1.1
5142026-07-14T00:22:57.112Z Downloaded crc32fast v1.5.0
5152026-07-14T00:22:57.115Z Downloaded cpubits v0.1.1
5162026-07-14T00:22:57.115Z Downloaded ctutils v0.4.2
5172026-07-14T00:22:57.116Z Downloaded darling_macro v0.23.0
5182026-07-14T00:22:57.118Z Downloaded crossbeam-epoch v0.9.18
5192026-07-14T00:22:57.118Z Downloaded darling v0.20.11
5202026-07-14T00:22:57.121Z Downloaded darling_core v0.13.4
5212026-07-14T00:22:57.124Z Downloaded atty v0.2.14
5222026-07-14T00:22:57.127Z Downloaded crc v3.4.0
5232026-07-14T00:22:57.128Z Downloaded corncobs v0.1.4
5242026-07-14T00:22:57.130Z Downloaded cfg_aliases v0.2.1
5252026-07-14T00:22:57.130Z Downloaded byte-wrapper v0.1.0
5262026-07-14T00:22:57.130Z Downloaded embedded-io v0.6.1
5272026-07-14T00:22:57.133Z Downloaded arrayref v0.3.9
5282026-07-14T00:22:57.133Z Downloaded convert_case v0.4.0
5292026-07-14T00:22:57.136Z Downloaded bitfield-struct v0.6.2
5302026-07-14T00:22:57.136Z Downloaded darling v0.21.3
5312026-07-14T00:22:57.139Z Downloaded darling_macro v0.21.3
5322026-07-14T00:22:57.142Z Downloaded crc-catalog v2.4.0
5332026-07-14T00:22:57.142Z Downloaded async-stream-impl v0.3.6
5342026-07-14T00:22:57.142Z Downloaded compact_str v0.8.1
5352026-07-14T00:22:57.145Z Downloaded block-buffer v0.12.1
5362026-07-14T00:22:57.145Z Downloaded base16ct v0.2.0
5372026-07-14T00:22:57.148Z Downloaded base16ct v1.0.0
5382026-07-14T00:22:57.148Z Downloaded assert_matches v1.5.0
5392026-07-14T00:22:57.148Z Downloaded async-compression v0.4.41
5402026-07-14T00:22:57.178Z Downloaded ctr v0.10.1
5412026-07-14T00:22:57.188Z Downloaded crc-any v2.5.0
5422026-07-14T00:22:57.188Z Downloaded des v0.9.0
5432026-07-14T00:22:57.188Z Downloaded endian-type v0.1.2
5442026-07-14T00:22:57.188Z Downloaded cobs v0.3.0
5452026-07-14T00:22:57.188Z Downloaded dropshot-api-manager-types v0.7.2
5462026-07-14T00:22:57.188Z Downloaded bb8 v0.8.6
5472026-07-14T00:22:57.188Z Downloaded bit-vec v0.8.0
5482026-07-14T00:22:57.188Z Downloaded foreign-types v0.5.0
5492026-07-14T00:22:57.188Z Downloaded diesel_table_macro_syntax v0.3.0
5502026-07-14T00:22:57.188Z Downloaded darling_macro v0.13.4
5512026-07-14T00:22:57.188Z Downloaded display-error-chain v0.2.2
5522026-07-14T00:22:57.188Z Downloaded cstr-argument v0.1.2
5532026-07-14T00:22:57.188Z Downloaded crunchy v0.2.4
5542026-07-14T00:22:57.188Z Downloaded dirs-sys-next v0.1.2
5552026-07-14T00:22:57.188Z Downloaded dtrace-parser v0.3.0
5562026-07-14T00:22:57.189Z Downloaded const_format_proc_macros v0.2.34
5572026-07-14T00:22:57.189Z Downloaded crucible-workspace-hack v0.1.0
5582026-07-14T00:22:57.189Z Downloaded difflib v0.4.0
5592026-07-14T00:22:57.189Z Downloaded array-init v0.0.4
5602026-07-14T00:22:57.189Z Downloaded compression-core v0.4.31
5612026-07-14T00:22:57.189Z Downloaded embedded-io v0.4.0
5622026-07-14T00:22:57.189Z Downloaded downcast-rs v2.0.2
5632026-07-14T00:22:57.189Z Downloaded blake2 v0.10.6
5642026-07-14T00:22:57.189Z Downloaded cfg_aliases v0.1.1
5652026-07-14T00:22:57.189Z Downloaded castaway v0.2.4
5662026-07-14T00:22:57.189Z Downloaded block-padding v0.4.2
5672026-07-14T00:22:57.189Z Downloaded ascii-canvas v3.0.0
5682026-07-14T00:22:57.192Z Downloaded backoff v0.4.0
5692026-07-14T00:22:57.192Z Downloaded dyn-clone v1.0.20
5702026-07-14T00:22:57.192Z Downloaded derive_builder_macro v0.20.2
5712026-07-14T00:22:57.192Z Downloaded constant_time_eq v0.4.2
5722026-07-14T00:22:57.192Z Downloaded atomic-waker v1.1.2
5732026-07-14T00:22:57.192Z Downloaded bit-vec v0.6.3
5742026-07-14T00:22:57.192Z Downloaded foreign-types-shared v0.3.1
5752026-07-14T00:22:57.192Z Downloaded enum-as-inner v0.6.1
5762026-07-14T00:22:57.195Z Downloaded base64 v0.21.7
5772026-07-14T00:22:57.199Z Downloaded flagset v0.4.7
5782026-07-14T00:22:57.199Z Downloaded fixedbitset v0.4.2
5792026-07-14T00:22:57.199Z Downloaded env_filter v1.0.0
5802026-07-14T00:22:57.203Z Downloaded dunce v1.0.5
5812026-07-14T00:22:57.203Z Downloaded dirs-next v2.0.0
5822026-07-14T00:22:57.203Z Downloaded bit-set v0.8.0
5832026-07-14T00:22:57.206Z Downloaded float-cmp v0.10.0
5842026-07-14T00:22:57.206Z Downloaded float-ord v0.3.2
5852026-07-14T00:22:57.209Z Downloaded foreign-types-shared v0.1.1
5862026-07-14T00:22:57.212Z Downloaded form_urlencoded v1.2.2
5872026-07-14T00:22:57.212Z Downloaded argon2 v0.5.3
5882026-07-14T00:22:57.216Z Downloaded anstyle-parse v0.2.7
5892026-07-14T00:22:57.216Z Downloaded bcs v0.1.6
5902026-07-14T00:22:57.221Z Downloaded foreign-types-macros v0.2.3
5912026-07-14T00:22:57.221Z Downloaded defmt v0.3.100
5922026-07-14T00:22:57.221Z Downloaded chacha20 v0.9.1
5932026-07-14T00:22:57.225Z Downloaded ciborium-ll v0.2.2
5942026-07-14T00:22:57.225Z Downloaded data-encoding v2.10.0
5952026-07-14T00:22:57.225Z Downloaded darling v0.13.4
5962026-07-14T00:22:57.228Z Downloaded daft v0.1.7
5972026-07-14T00:22:57.228Z Downloaded anstream v0.6.21
5982026-07-14T00:22:57.228Z Downloaded cmake v0.1.57
5992026-07-14T00:22:57.231Z Downloaded fxhash v0.2.1
6002026-07-14T00:22:57.231Z Downloaded futures-task v0.3.32
6012026-07-14T00:22:57.231Z Downloaded derive-ex v0.1.8
6022026-07-14T00:22:57.234Z Downloaded csv-core v0.1.13
6032026-07-14T00:22:57.234Z Downloaded buf-list v1.1.2
6042026-07-14T00:22:57.234Z Downloaded git-stub v1.0.0
6052026-07-14T00:22:57.237Z Downloaded ahash v0.8.12
6062026-07-14T00:22:57.237Z Downloaded blake2 v0.11.0-rc.6
6072026-07-14T00:22:57.241Z Downloaded cipher v0.4.4
6082026-07-14T00:22:57.241Z Downloaded camino-tempfile-ext v0.3.3
6092026-07-14T00:22:57.241Z Downloaded cbc v0.2.1
6102026-07-14T00:22:57.244Z Downloaded bitfield v0.19.4
6112026-07-14T00:22:57.244Z Downloaded futures-io v0.3.32
6122026-07-14T00:22:57.244Z Downloaded futures-core v0.3.32
6132026-07-14T00:22:57.248Z Downloaded funty v2.0.0
6142026-07-14T00:22:57.248Z Downloaded foreign-types v0.3.2
6152026-07-14T00:22:57.248Z Downloaded futures-sink v0.3.32
6162026-07-14T00:22:57.248Z Downloaded arrayvec v0.7.6
6172026-07-14T00:22:57.251Z Downloaded gethostname v0.5.0
6182026-07-14T00:22:57.251Z Downloaded ghash v0.6.0
6192026-07-14T00:22:57.251Z Downloaded globwalk v0.9.1
6202026-07-14T00:22:57.254Z Downloaded cexpr v0.6.0
6212026-07-14T00:22:57.254Z Downloaded blowfish v0.10.0
6222026-07-14T00:22:57.254Z Downloaded clang-sys v1.8.1
6232026-07-14T00:22:57.257Z Downloaded hash32 v0.2.1
6242026-07-14T00:22:57.257Z Downloaded hex v0.4.3
6252026-07-14T00:22:57.260Z Downloaded hex-literal v1.1.0
6262026-07-14T00:22:57.260Z Downloaded cmov v0.5.4
6272026-07-14T00:22:57.260Z Downloaded cipher v0.5.2
6282026-07-14T00:22:57.263Z Downloaded enum_dispatch v0.3.13
6292026-07-14T00:22:57.263Z Downloaded ed25519 v3.0.0
6302026-07-14T00:22:57.266Z Downloaded filetime v0.2.27
6312026-07-14T00:22:57.266Z Downloaded ff v0.13.1
6322026-07-14T00:22:57.269Z Downloaded fd-lock v4.0.4
6332026-07-14T00:22:57.269Z Downloaded foldhash v0.1.5
6342026-07-14T00:22:57.269Z Downloaded hash32 v0.3.1
6352026-07-14T00:22:57.272Z Downloaded fallible-iterator v0.2.0
6362026-07-14T00:22:57.272Z Downloaded displaydoc v0.2.5
6372026-07-14T00:22:57.275Z Downloaded headers-core v0.3.0
6382026-07-14T00:22:57.275Z Downloaded home v0.5.12
6392026-07-14T00:22:57.275Z Downloaded fixedbitset v0.5.7
6402026-07-14T00:22:57.279Z Downloaded cookie_store v0.22.1
6412026-07-14T00:22:57.279Z Downloaded ecdsa v0.16.9
6422026-07-14T00:22:57.283Z Downloaded diesel-dtrace v0.5.0
6432026-07-14T00:22:57.283Z Downloaded deranged v0.5.8
6442026-07-14T00:22:57.283Z Downloaded const-oid v0.9.6
6452026-07-14T00:22:57.287Z Downloaded futures-executor v0.3.32
6462026-07-14T00:22:57.287Z Downloaded der_derive v0.7.3
6472026-07-14T00:22:57.287Z Downloaded hubpack_derive v0.1.1
6482026-07-14T00:22:57.287Z Downloaded http-range v0.1.5
6492026-07-14T00:22:57.287Z Downloaded crossbeam-utils v0.8.21
6502026-07-14T00:22:57.290Z Downloaded find-msvc-tools v0.1.9
6512026-07-14T00:22:57.290Z Downloaded crypto-bigint v0.5.5
6522026-07-14T00:22:57.293Z Downloaded git-stub-vcs v0.1.0
6532026-07-14T00:22:57.296Z Downloaded either v1.15.0
6542026-07-14T00:22:57.296Z Downloaded colored v3.1.1
6552026-07-14T00:22:57.300Z Downloaded defmt-macros v1.0.1
6562026-07-14T00:22:57.300Z Downloaded cancel-safe-futures v0.1.5
6572026-07-14T00:22:57.302Z Downloaded hostname v0.3.1
6582026-07-14T00:22:57.302Z Downloaded group v0.13.0
6592026-07-14T00:22:57.309Z Downloaded compression-codecs v0.4.37
6602026-07-14T00:22:57.309Z Downloaded hubpack v0.1.2
6612026-07-14T00:22:57.312Z Downloaded httpdate v1.0.3
6622026-07-14T00:22:57.312Z Downloaded futures-macro v0.3.32
6632026-07-14T00:22:57.312Z Downloaded fs_extra v1.3.0
6642026-07-14T00:22:57.312Z Downloaded hyper-tls v0.6.0
6652026-07-14T00:22:57.312Z Downloaded http-body v1.0.1
6662026-07-14T00:22:57.312Z Downloaded hostname v0.4.2
6672026-07-14T00:22:57.312Z Downloaded group v0.14.0
6682026-07-14T00:22:57.315Z Downloaded ecdsa v0.17.0-rc.18
6692026-07-14T00:22:57.315Z Downloaded idna_adapter v1.2.1
6702026-07-14T00:22:57.315Z Downloaded globset v0.4.18
6712026-07-14T00:22:57.318Z Downloaded glob v0.3.3
6722026-07-14T00:22:57.318Z Downloaded futures-channel v0.3.32
6732026-07-14T00:22:57.327Z Downloaded ff v0.14.0
6742026-07-14T00:22:57.327Z Downloaded erased-serde v0.3.31
6752026-07-14T00:22:57.327Z Downloaded backon v1.6.0
6762026-07-14T00:22:57.330Z Downloaded highway v1.3.0
6772026-07-14T00:22:57.330Z Downloaded indent_write v2.2.0
6782026-07-14T00:22:57.330Z Downloaded illumos-nvpair-sys v0.2.0
6792026-07-14T00:22:57.330Z Downloaded ident_case v1.0.1
6802026-07-14T00:22:57.330Z Downloaded indoc v1.0.9
6812026-07-14T00:22:57.330Z Downloaded fs-err v2.11.0
6822026-07-14T00:22:57.330Z Downloaded ena v0.14.4
6832026-07-14T00:22:57.333Z Downloaded console v0.15.11
6842026-07-14T00:22:57.333Z Downloaded diff v0.1.13
6852026-07-14T00:22:57.337Z Downloaded cassowary v0.3.0
6862026-07-14T00:22:57.337Z Downloaded colored v2.2.0
6872026-07-14T00:22:57.342Z Downloaded derive_builder v0.20.2
6882026-07-14T00:22:57.342Z Downloaded http-body-util v0.1.3
6892026-07-14T00:22:57.345Z Downloaded foldhash v0.2.0
6902026-07-14T00:22:57.345Z Downloaded derive_builder_core v0.20.2
6912026-07-14T00:22:57.345Z Downloaded darling v0.23.0
6922026-07-14T00:22:57.348Z Downloaded const-oid v0.10.2
6932026-07-14T00:22:57.350Z Downloaded inout v0.2.2
6942026-07-14T00:22:57.350Z Downloaded bzip2 v0.6.1
6952026-07-14T00:22:57.350Z Downloaded chacha20 v0.10.0
6962026-07-14T00:22:57.354Z Downloaded elliptic-curve v0.13.8
6972026-07-14T00:22:57.357Z Downloaded async-bb8-diesel v0.2.1
6982026-07-14T00:22:57.357Z Downloaded internet-checksum v0.2.1
6992026-07-14T00:22:57.357Z Downloaded console v0.16.2
7002026-07-14T00:22:57.361Z Downloaded ciborium v0.2.2
7012026-07-14T00:22:57.361Z Downloaded is_ci v1.2.0
7022026-07-14T00:22:57.361Z Downloaded is-terminal v0.4.17
7032026-07-14T00:22:57.364Z Downloaded bzip2 v0.4.4
7042026-07-14T00:22:57.364Z Downloaded instant v0.1.13
7052026-07-14T00:22:57.364Z Downloaded instability v0.3.11
7062026-07-14T00:22:57.367Z Downloaded darling_core v0.21.3
7072026-07-14T00:22:57.367Z Downloaded hyper-staticfile v0.10.1
7082026-07-14T00:22:57.371Z Downloaded async-trait v0.1.89
7092026-07-14T00:22:57.371Z Downloaded dsl_auto_type v0.2.0
7102026-07-14T00:22:57.373Z Downloaded lazy_static v1.5.0
7112026-07-14T00:22:57.374Z Downloaded lalrpop-util v0.19.12
7122026-07-14T00:22:57.374Z Downloaded kstat-rs v0.2.4
7132026-07-14T00:22:57.376Z Downloaded digest v0.11.3
7142026-07-14T00:22:57.376Z Downloaded kem v0.3.0
7152026-07-14T00:22:57.377Z Downloaded delegate v0.13.5
7162026-07-14T00:22:57.379Z Downloaded critical-section v1.2.0
7172026-07-14T00:22:57.379Z Downloaded libscf-sys v1.1.0
7182026-07-14T00:22:57.379Z Downloaded keccak v0.1.6
7192026-07-14T00:22:57.384Z Downloaded env_logger v0.11.9
7202026-07-14T00:22:57.384Z Downloaded ed25519 v2.2.3
7212026-07-14T00:22:57.384Z Downloaded linked-hash-map v0.5.6
7222026-07-14T00:22:57.387Z Downloaded humantime v2.3.0
7232026-07-14T00:22:57.387Z Downloaded lzss v0.8.2
7242026-07-14T00:22:57.387Z Downloaded lru-slab v0.1.2
7252026-07-14T00:22:57.387Z Downloaded document-features v0.2.12
7262026-07-14T00:22:57.391Z Downloaded argon2 v0.6.0-rc.8
7272026-07-14T00:22:57.391Z Downloaded fatfs v0.3.6
7282026-07-14T00:22:57.394Z Downloaded lru-cache v0.1.2
7292026-07-14T00:22:57.397Z Downloaded illumos-nvpair v0.3.0
7302026-07-14T00:22:57.401Z Downloaded match_cfg v0.1.0
7312026-07-14T00:22:57.401Z Downloaded mime v0.3.17
7322026-07-14T00:22:57.401Z Downloaded lru v0.12.5
7332026-07-14T00:22:57.401Z Downloaded managed v0.8.0
7342026-07-14T00:22:57.404Z Downloaded arc-swap v1.8.2
7352026-07-14T00:22:57.404Z Downloaded multimap v0.10.1
7362026-07-14T00:22:57.406Z Downloaded indoc v2.0.7
7372026-07-14T00:22:57.406Z Downloaded allocator-api2 v0.2.21
7382026-07-14T00:22:57.410Z Downloaded hmac v0.12.1
7392026-07-14T00:22:57.410Z Downloaded memoffset v0.9.1
7402026-07-14T00:22:57.413Z Downloaded maplit v1.0.2
7412026-07-14T00:22:57.413Z Downloaded newline-converter v0.3.0
7422026-07-14T00:22:57.413Z Downloaded md5 v0.8.0
7432026-07-14T00:22:57.413Z Downloaded md-5 v0.10.6
7442026-07-14T00:22:57.418Z Downloaded ingot v0.1.1
7452026-07-14T00:22:57.418Z Downloaded getrandom v0.2.17
7462026-07-14T00:22:57.421Z Downloaded new_debug_unreachable v1.0.6
7472026-07-14T00:22:57.421Z Downloaded getrandom v0.3.4
7482026-07-14T00:22:57.421Z Downloaded chacha20poly1305 v0.10.1
7492026-07-14T00:22:57.424Z Downloaded ar_archive_writer v0.5.1
7502026-07-14T00:22:57.424Z Downloaded elliptic-curve v0.14.0-rc.33
7512026-07-14T00:22:57.427Z Downloaded newtype_derive v0.1.6
7522026-07-14T00:22:57.427Z Downloaded newtype-uuid-macros v0.1.0
7532026-07-14T00:22:57.432Z Downloaded inout v0.1.4
7542026-07-14T00:22:57.432Z Downloaded const_format v0.2.35
7552026-07-14T00:22:57.435Z Downloaded normalize-line-endings v0.3.0
7562026-07-14T00:22:57.435Z Downloaded num-conv v0.2.0
7572026-07-14T00:22:57.435Z Downloaded nonempty v0.12.0
7582026-07-14T00:22:57.435Z Downloaded num-derive v0.3.3
7592026-07-14T00:22:57.438Z Downloaded ingot-types v0.1.2
7602026-07-14T00:22:57.438Z Downloaded hybrid-array v0.4.13
7612026-07-14T00:22:57.441Z Downloaded nibble_vec v0.1.0
7622026-07-14T00:22:57.444Z Downloaded hyper-rustls v0.27.7
7632026-07-14T00:22:57.445Z Downloaded nodrop v0.1.14
7642026-07-14T00:22:57.447Z Downloaded num-derive v0.4.2
7652026-07-14T00:22:57.447Z Downloaded num v0.4.3
7662026-07-14T00:22:57.447Z Downloaded keccak v0.2.0
7672026-07-14T00:22:57.450Z Downloaded dropshot_endpoint v0.17.1
7682026-07-14T00:22:57.450Z Downloaded lock_api v0.4.14
7692026-07-14T00:22:57.454Z Downloaded num_threads v0.1.7
7702026-07-14T00:22:57.454Z Downloaded ipnetwork v0.21.1
7712026-07-14T00:22:57.454Z Downloaded ipnet v2.11.0
7722026-07-14T00:22:57.459Z Downloaded num-iter v0.1.45
7732026-07-14T00:22:57.459Z Downloaded iana-time-zone v0.1.65
7742026-07-14T00:22:57.459Z Downloaded linear-map v1.2.0
7752026-07-14T00:22:57.462Z Downloaded libloading v0.8.9
7762026-07-14T00:22:57.462Z Downloaded num_enum_derive v0.5.11
7772026-07-14T00:22:57.462Z Downloaded drift v0.2.0
7782026-07-14T00:22:57.466Z Downloaded openssl-probe v0.1.6
7792026-07-14T00:22:57.469Z Downloaded olpc-cjson v0.1.4
7802026-07-14T00:22:57.469Z Downloaded half v1.8.3
7812026-07-14T00:22:57.472Z Downloaded generic-array v1.4.3
7822026-07-14T00:22:57.472Z Downloaded ingot-macros v0.1.1
7832026-07-14T00:22:57.475Z Downloaded oso-derive v0.27.3
7842026-07-14T00:22:57.475Z Downloaded maybe-uninit v2.0.0
7852026-07-14T00:22:57.475Z Downloaded impl-trait-for-tuples v0.2.3
7862026-07-14T00:22:57.478Z Downloaded libsw-core v0.3.2
7872026-07-14T00:22:57.478Z Downloaded libsw v3.5.0
7882026-07-14T00:22:57.478Z Downloaded hmac v0.13.0
7892026-07-14T00:22:57.481Z Downloaded openssl-macros v0.1.1
7902026-07-14T00:22:57.481Z Downloaded mime_guess v2.0.5
7912026-07-14T00:22:57.481Z Downloaded futures v0.3.32
7922026-07-14T00:22:57.484Z Downloaded multer v3.1.0
7932026-07-14T00:22:57.487Z Downloaded httparse v1.10.1
7942026-07-14T00:22:57.487Z Downloaded nanorand v0.7.0
7952026-07-14T00:22:57.490Z Downloaded derive_more v0.99.20
7962026-07-14T00:22:57.493Z Downloaded nu-ansi-term v0.50.3
7972026-07-14T00:22:57.493Z Downloaded num-complex v0.4.6
7982026-07-14T00:22:57.496Z Downloaded module-lattice v0.2.3
7992026-07-14T00:22:57.496Z Downloaded flume v0.11.1
8002026-07-14T00:22:57.499Z Downloaded darling_core v0.20.11
8012026-07-14T00:22:57.502Z Downloaded parse-size v1.1.0
8022026-07-14T00:22:57.502Z Downloaded openssl-probe v0.2.1
8032026-07-14T00:22:57.502Z Downloaded native-tls v0.2.18
8042026-07-14T00:22:57.505Z Downloaded bytes v1.11.1
8052026-07-14T00:22:57.508Z Downloaded der v0.7.10
8062026-07-14T00:22:57.516Z Downloaded num_enum v0.5.11
8072026-07-14T00:22:57.519Z Downloaded litemap v0.8.1
8082026-07-14T00:22:57.522Z Downloaded libefi-sys v0.1.0
8092026-07-14T00:22:57.525Z Downloaded path-slash v0.1.5
8102026-07-14T00:22:57.525Z Downloaded password-hash v0.6.1
8112026-07-14T00:22:57.528Z Downloaded peg-runtime v0.8.5
8122026-07-14T00:22:57.528Z Downloaded jobserver v0.1.34
8132026-07-14T00:22:57.528Z Downloaded percent-encoding v2.3.2
8142026-07-14T00:22:57.530Z Downloaded parse-display v0.10.0
8152026-07-14T00:22:57.531Z Downloaded num-rational v0.4.2
8162026-07-14T00:22:57.535Z Downloaded flate2 v1.1.9
8172026-07-14T00:22:57.538Z Downloaded headers v0.4.1
8182026-07-14T00:22:57.538Z Downloaded num_enum_derive v0.7.6
8192026-07-14T00:22:57.541Z Downloaded opaque-debug v0.3.1
8202026-07-14T00:22:57.541Z Downloaded ignore v0.4.25
8212026-07-14T00:22:57.544Z Downloaded indexmap v1.9.3
8222026-07-14T00:22:57.544Z Downloaded icu_provider v2.1.1
8232026-07-14T00:22:57.547Z Downloaded ml-kem v0.3.2
8242026-07-14T00:22:57.547Z Downloaded oxnet v0.1.6
8252026-07-14T00:22:57.551Z Downloaded oxide-tokio-rt v0.1.4
8262026-07-14T00:22:57.561Z Downloaded phf_shared v0.13.1
8272026-07-14T00:22:57.564Z Downloaded darling_core v0.23.0
8282026-07-14T00:22:57.567Z Downloaded cc v1.2.56
8292026-07-14T00:22:57.567Z Downloaded phf_shared v0.12.1
8302026-07-14T00:22:57.570Z Downloaded owo-colors v4.3.0
8312026-07-14T00:22:57.570Z Downloaded icu_properties v2.1.2
8322026-07-14T00:22:57.574Z Downloaded derive_more v2.1.1
8332026-07-14T00:22:57.577Z Downloaded predicates-tree v1.0.13
8342026-07-14T00:22:57.580Z Downloaded powerfmt v0.2.0
8352026-07-14T00:22:57.580Z Downloaded potential_utf v0.1.4
8362026-07-14T00:22:57.580Z Downloaded packed_struct_codegen v0.10.1
8372026-07-14T00:22:57.583Z Downloaded num-integer v0.1.46
8382026-07-14T00:22:57.583Z Downloaded parse-display-derive v0.10.0
8392026-07-14T00:22:57.583Z Downloaded heapless v0.8.0
8402026-07-14T00:22:57.586Z Downloaded heapless v0.7.17
8412026-07-14T00:22:57.590Z Downloaded half v2.7.1
8422026-07-14T00:22:57.590Z Downloaded libbz2-rs-sys v0.2.2
8432026-07-14T00:22:57.593Z Downloaded password-hash v0.5.0
8442026-07-14T00:22:57.593Z Downloaded packed_struct v0.10.1
8452026-07-14T00:22:57.596Z Downloaded peg v0.8.5
8462026-07-14T00:22:57.596Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-07-14T00:22:57.599Z Downloaded expectorate v1.2.0
8482026-07-14T00:22:57.599Z Downloaded proc-macro-crate v3.4.0
8492026-07-14T00:22:57.599Z Downloaded proc-macro-crate v1.3.1
8502026-07-14T00:22:57.602Z Downloaded predicates-core v1.0.10
8512026-07-14T00:22:57.602Z Downloaded precomputed-hash v0.1.1
8522026-07-14T00:22:57.602Z Downloaded pem v3.0.6
8532026-07-14T00:22:57.602Z Downloaded icu_normalizer_data v2.1.1
8542026-07-14T00:22:57.606Z Downloaded paste v1.0.15
8552026-07-14T00:22:57.609Z Downloaded psl-types v2.0.11
8562026-07-14T00:22:57.609Z Downloaded indicatif v0.18.4
8572026-07-14T00:22:57.609Z Downloaded progenitor-client v0.14.0
8582026-07-14T00:22:57.612Z Downloaded pem-rfc7468 v0.7.0
8592026-07-14T00:22:57.612Z Downloaded phf_shared v0.11.3
8602026-07-14T00:22:57.612Z Downloaded phf v0.13.1
8612026-07-14T00:22:57.615Z Downloaded progenitor-macro v0.13.0
8622026-07-14T00:22:57.615Z Downloaded phf v0.12.1
8632026-07-14T00:22:57.615Z Downloaded num_enum v0.7.6
8642026-07-14T00:22:57.618Z Downloaded polyval v0.7.1
8652026-07-14T00:22:57.621Z Downloaded icu_locale_core v2.1.1
8662026-07-14T00:22:57.624Z Downloaded pin-project-internal v1.1.11
8672026-07-14T00:22:57.624Z Downloaded newtype-uuid v1.3.2
8682026-07-14T00:22:57.628Z Downloaded ed25519-dalek v3.0.0-rc.0
8692026-07-14T00:22:57.628Z Downloaded bumpalo v3.20.2
8702026-07-14T00:22:57.631Z Downloaded parking_lot_core v0.8.6
8712026-07-14T00:22:57.631Z Downloaded litrs v1.0.0
8722026-07-14T00:22:57.634Z Downloaded parking_lot v0.12.5
8732026-07-14T00:22:57.634Z Downloaded progenitor-macro v0.14.0
8742026-07-14T00:22:57.634Z Downloaded ppv-lite86 v0.2.21
8752026-07-14T00:22:57.637Z Downloaded port-file v0.1.0
8762026-07-14T00:22:57.637Z Downloaded memmap2 v0.9.10
8772026-07-14T00:22:57.640Z Downloaded hickory-resolver v0.25.2
8782026-07-14T00:22:57.640Z Downloaded pkg-config v0.3.32
8792026-07-14T00:22:57.643Z Downloaded crossbeam-channel v0.5.15
8802026-07-14T00:22:57.646Z Downloaded ed25519-dalek v2.2.0
8812026-07-14T00:22:57.646Z Downloaded parking_lot_core v0.9.12
8822026-07-14T00:22:57.649Z Downloaded diesel_derives v2.3.7
8832026-07-14T00:22:57.652Z Downloaded radium v0.7.0
8842026-07-14T00:22:57.652Z Downloaded peg-macros v0.8.5
8852026-07-14T00:22:57.655Z Downloaded rand_chacha v0.3.1
8862026-07-14T00:22:57.655Z Downloaded pbkdf2 v0.13.0
8872026-07-14T00:22:57.655Z Downloaded derive_more-impl v2.1.1
8882026-07-14T00:22:57.658Z Downloaded parking_lot v0.11.2
8892026-07-14T00:22:57.662Z Downloaded proc-macro-error2 v2.0.1
8902026-07-14T00:22:57.662Z Downloaded pem-rfc7468 v1.0.0
8912026-07-14T00:22:57.665Z Downloaded omicron-zone-package v0.12.3
8922026-07-14T00:22:57.665Z Downloaded rand_xorshift v0.4.0
8932026-07-14T00:22:57.667Z Downloaded recursive v0.1.1
8942026-07-14T00:22:57.668Z Downloaded crossterm v0.29.0
8952026-07-14T00:22:57.670Z Downloaded ref-cast v1.0.25
8962026-07-14T00:22:57.676Z Downloaded primeorder v0.14.0-rc.10
8972026-07-14T00:22:57.676Z Downloaded progenitor v0.14.0
8982026-07-14T00:22:57.696Z Downloaded ref-cast-impl v1.0.25
8992026-07-14T00:22:57.696Z Downloaded pkcs8 v0.11.0
9002026-07-14T00:22:57.696Z Downloaded rfc6979 v0.4.0
9012026-07-14T00:22:57.696Z Downloaded phc v0.6.1
9022026-07-14T00:22:57.696Z Downloaded oso v0.27.3
9032026-07-14T00:22:57.701Z Downloaded rfc6979 v0.5.0
9042026-07-14T00:22:57.701Z Downloaded progenitor-client v0.13.0
9052026-07-14T00:22:57.701Z Downloaded poly1305 v0.9.0
9062026-07-14T00:22:57.701Z Downloaded num-traits v0.2.19
9072026-07-14T00:22:57.701Z Downloaded icu_collections v2.1.1
9082026-07-14T00:22:57.701Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-07-14T00:22:57.701Z Downloaded primeorder v0.13.6
9102026-07-14T00:22:57.701Z Downloaded primefield v0.14.0
9112026-07-14T00:22:57.701Z Downloaded crypto-bigint v0.7.5
9122026-07-14T00:22:57.705Z Downloaded r2d2 v0.8.10
9132026-07-14T00:22:57.705Z Downloaded russh-util v0.52.0
9142026-07-14T00:22:57.709Z Downloaded russh-cryptovec v0.61.0
9152026-07-14T00:22:57.709Z Downloaded quick-error v1.2.3
9162026-07-14T00:22:57.709Z Downloaded psm v0.1.30
9172026-07-14T00:22:57.712Z Downloaded progenitor-extras v0.2.0
9182026-07-14T00:22:57.712Z Downloaded postcard v1.1.3
9192026-07-14T00:22:57.712Z Downloaded pkcs1 v0.8.0-rc.4
9202026-07-14T00:22:57.715Z Downloaded rand_core v0.9.5
9212026-07-14T00:22:57.715Z Downloaded rand_core v0.6.4
9222026-07-14T00:22:57.718Z Downloaded hyper-util v0.1.20
9232026-07-14T00:22:57.721Z Downloaded rustc_version v0.1.7
9242026-07-14T00:22:57.721Z Downloaded rand_seeder v0.4.0
9252026-07-14T00:22:57.721Z Downloaded postgres-protocol v0.6.10
9262026-07-14T00:22:57.725Z Downloaded jiff-static v0.2.21
9272026-07-14T00:22:57.725Z Downloaded rustc-hash v2.1.1
9282026-07-14T00:22:57.729Z Downloaded papergrid v0.17.0
9292026-07-14T00:22:57.729Z Downloaded same-file v1.0.6
9302026-07-14T00:22:57.732Z Downloaded rand_core v0.10.0
9312026-07-14T00:22:57.732Z Downloaded hickory-resolver v0.24.4
9322026-07-14T00:22:57.736Z Downloaded predicates v3.1.4
9332026-07-14T00:22:57.736Z Downloaded poly1305 v0.8.0
9342026-07-14T00:22:57.739Z Downloaded scheduled-thread-pool v0.2.7
9352026-07-14T00:22:57.739Z Downloaded progenitor v0.13.0
9362026-07-14T00:22:57.739Z Downloaded pkcs8 v0.10.2
9372026-07-14T00:22:57.742Z Downloaded scopeguard v1.2.0
9382026-07-14T00:22:57.742Z Downloaded sapling-renderdag v0.1.0
9392026-07-14T00:22:57.742Z Downloaded http v1.4.2
9402026-07-14T00:22:57.745Z Downloaded scroll_derive v0.13.1
9412026-07-14T00:22:57.751Z Downloaded resolv-conf v0.7.6
9422026-07-14T00:22:57.751Z Downloaded pin-project v1.1.11
9432026-07-14T00:22:57.754Z Downloaded serde_bytes v0.11.19
9442026-07-14T00:22:57.757Z Downloaded minimal-lexical v0.2.1
9452026-07-14T00:22:57.760Z Downloaded serde-big-array v0.5.1
9462026-07-14T00:22:57.760Z Downloaded seq-macro v0.3.6
9472026-07-14T00:22:57.761Z Downloaded pkcs1 v0.7.5
9482026-07-14T00:22:57.763Z Downloaded semver v0.1.20
9492026-07-14T00:22:57.764Z Downloaded secrecy v0.8.0
9502026-07-14T00:22:57.764Z Downloaded quinn-udp v0.5.14
9512026-07-14T00:22:57.767Z Downloaded pkcs5 v0.8.1
9522026-07-14T00:22:57.767Z Downloaded crossterm v0.28.1
9532026-07-14T00:22:57.771Z Downloaded rustls-native-certs v0.8.3
9542026-07-14T00:22:57.775Z Downloaded rtoolbox v0.0.3
9552026-07-14T00:22:57.775Z Downloaded serde_plain v1.0.2
9562026-07-14T00:22:57.778Z Downloaded serde_urlencoded v0.7.1
9572026-07-14T00:22:57.778Z Downloaded serde_spanned v1.1.1
9582026-07-14T00:22:57.778Z Downloaded shell-words v1.1.1
9592026-07-14T00:22:57.778Z Downloaded serde_repr v0.1.20
9602026-07-14T00:22:57.782Z Downloaded postgres-types v0.2.12
9612026-07-14T00:22:57.782Z Downloaded rusty-fork v0.3.1
9622026-07-14T00:22:57.784Z Downloaded hickory-server v0.25.2
9632026-07-14T00:22:57.787Z Downloaded rustc_version v0.4.1
9642026-07-14T00:22:57.787Z Downloaded rustversion v1.0.22
9652026-07-14T00:22:57.790Z Downloaded prefix-trie v0.7.0
9662026-07-14T00:22:57.790Z Downloaded openssl-sys v0.9.115
9672026-07-14T00:22:57.793Z Downloaded sha1 v0.11.0
9682026-07-14T00:22:57.796Z Downloaded rand_chacha v0.9.0
9692026-07-14T00:22:57.796Z Downloaded signal-hook-mio v0.2.5
9702026-07-14T00:22:57.796Z Downloaded rustls-pemfile v2.2.0
9712026-07-14T00:22:57.799Z Downloaded p384 v0.14.0-rc.10
9722026-07-14T00:22:57.799Z Downloaded pin-project-lite v0.2.17
9732026-07-14T00:22:57.802Z Downloaded hashbrown v0.13.2
9742026-07-14T00:22:57.807Z Downloaded signature v3.0.0
9752026-07-14T00:22:57.810Z Downloaded signal-hook-tokio v0.3.1
9762026-07-14T00:22:57.810Z Downloaded schemars_derive v0.8.22
9772026-07-14T00:22:57.810Z Downloaded signature v2.2.0
9782026-07-14T00:22:57.810Z Downloaded siphasher v1.0.2
9792026-07-14T00:22:57.813Z Downloaded sigpipe v0.1.3
9802026-07-14T00:22:57.813Z Downloaded scroll v0.13.0
9812026-07-14T00:22:57.813Z Downloaded miniz_oxide v0.8.9
9822026-07-14T00:22:57.816Z Downloaded slog-bunyan v2.5.0
9832026-07-14T00:22:57.816Z Downloaded secrecy v0.10.3
9842026-07-14T00:22:57.816Z Downloaded sec1 v0.8.1
9852026-07-14T00:22:57.819Z Downloaded hashbrown v0.12.3
9862026-07-14T00:22:57.821Z Downloaded progenitor-impl v0.14.0
9872026-07-14T00:22:57.821Z Downloaded icu_normalizer v2.1.1
9882026-07-14T00:22:57.825Z Downloaded derive-where v1.6.0
9892026-07-14T00:22:57.828Z Downloaded serde-hex v0.1.0
9902026-07-14T00:22:57.828Z Downloaded aho-corasick v1.1.4
9912026-07-14T00:22:57.831Z Downloaded slog-envlogger v2.2.0
9922026-07-14T00:22:57.835Z Downloaded dropshot-api-manager v0.7.2
9932026-07-14T00:22:57.838Z Downloaded der v0.8.0
9942026-07-14T00:22:57.841Z Downloaded p256 v0.14.0-rc.10
9952026-07-14T00:22:57.841Z Downloaded serde_path_to_error v0.1.20
9962026-07-14T00:22:57.844Z Downloaded serde_derive_internals v0.29.1
9972026-07-14T00:22:57.844Z Downloaded aes-gcm v0.11.0
9982026-07-14T00:22:57.849Z Downloaded sec1 v0.7.3
9992026-07-14T00:22:57.849Z Downloaded scrypt v0.12.0
10002026-07-14T00:22:57.852Z Downloaded itertools v0.10.5
10012026-07-14T00:22:57.855Z Downloaded sha1 v0.10.6
10022026-07-14T00:22:57.858Z Downloaded serde_with_macros v1.5.2
10032026-07-14T00:22:57.858Z Downloaded rustls-pki-types v1.14.0
10042026-07-14T00:22:57.861Z Downloaded shlex v1.3.0
10052026-07-14T00:22:57.861Z Downloaded serdect v0.4.3
10062026-07-14T00:22:57.864Z Downloaded stable_deref_trait v1.2.1
10072026-07-14T00:22:57.867Z Downloaded progenitor-impl v0.13.0
10082026-07-14T00:22:57.870Z Downloaded sqlparser_derive v0.5.0
10092026-07-14T00:22:57.873Z Downloaded simd-adler32 v0.3.8
10102026-07-14T00:22:57.878Z Downloaded slab v0.4.12
10112026-07-14T00:22:57.878Z Downloaded salsa20 v0.11.0
10122026-07-14T00:22:57.880Z Downloaded supports-color v3.0.2
10132026-07-14T00:22:57.880Z Downloaded strum v0.26.3
10142026-07-14T00:22:57.881Z Downloaded strip-ansi-escapes v0.2.1
10152026-07-14T00:22:57.881Z Downloaded structmeta-derive v0.3.0
10162026-07-14T00:22:57.883Z Downloaded structmeta v0.3.0
10172026-07-14T00:22:57.883Z Downloaded strum v0.27.2
10182026-07-14T00:22:57.886Z Downloaded strsim v0.10.0
10192026-07-14T00:22:57.893Z Downloaded sync-ptr v0.1.4
10202026-07-14T00:22:57.897Z Downloaded signal-hook-registry v1.4.8
10212026-07-14T00:22:57.897Z Downloaded slog-stdlog v4.1.1
10222026-07-14T00:22:57.900Z Downloaded slog-dtrace v0.3.0
10232026-07-14T00:22:57.900Z Downloaded slog-term v2.9.2
10242026-07-14T00:22:57.900Z Downloaded slog-scope v4.4.1
10252026-07-14T00:22:57.900Z Downloaded mio v1.2.0
10262026-07-14T00:22:57.903Z Downloaded sync_wrapper v1.0.2
10272026-07-14T00:22:57.906Z Downloaded smallvec v0.6.14
10282026-07-14T00:22:57.906Z Downloaded subtle v2.6.1
10292026-07-14T00:22:57.906Z Downloaded slog-json v2.6.1
10302026-07-14T00:22:57.910Z Downloaded serde_cbor v0.11.2
10312026-07-14T00:22:57.910Z Downloaded tabwriter v1.4.1
10322026-07-14T00:22:57.913Z Downloaded slog-async v2.8.0
10332026-07-14T00:22:57.913Z Downloaded smf v0.2.3
10342026-07-14T00:22:57.913Z Downloaded internal-russh-num-bigint v0.5.0
10352026-07-14T00:22:57.916Z Downloaded spki v0.7.3
10362026-07-14T00:22:57.919Z Downloaded sha2 v0.11.0
10372026-07-14T00:22:57.922Z Downloaded sqlformat v0.3.5
10382026-07-14T00:22:57.929Z Downloaded tap v1.0.1
10392026-07-14T00:22:57.929Z Downloaded tagptr v0.2.0
10402026-07-14T00:22:57.929Z Downloaded serde_with_macros v3.17.0
10412026-07-14T00:22:57.933Z Downloaded thread-id v5.1.0
10422026-07-14T00:22:57.933Z Downloaded snafu-derive v0.8.9
10432026-07-14T00:22:57.933Z Downloaded thiserror-impl-no-std v2.0.2
10442026-07-14T00:22:57.933Z Downloaded termtree v0.5.1
10452026-07-14T00:22:57.933Z Downloaded spki v0.8.0
10462026-07-14T00:22:57.933Z Downloaded prettyplease v0.2.37
10472026-07-14T00:22:57.936Z Downloaded pretty_assertions v1.4.1
10482026-07-14T00:22:57.936Z Downloaded num-bigint v0.4.6
10492026-07-14T00:22:57.939Z Downloaded nom v7.1.3
10502026-07-14T00:22:57.942Z Downloaded rustls-platform-verifier v0.6.2
10512026-07-14T00:22:57.946Z Downloaded testing_table v0.3.0
10522026-07-14T00:22:57.946Z Downloaded string_cache v0.8.9
10532026-07-14T00:22:57.949Z Downloaded static_assertions v1.1.0
10542026-07-14T00:22:57.949Z Downloaded tinyvec_macros v0.1.1
10552026-07-14T00:22:57.949Z Downloaded time-core v0.1.8
10562026-07-14T00:22:57.949Z Downloaded ron v0.8.1
10572026-07-14T00:22:57.953Z Downloaded rayon-core v1.13.0
10582026-07-14T00:22:57.956Z Downloaded schemars v0.8.22
10592026-07-14T00:22:57.962Z Downloaded stacker v0.1.23
10602026-07-14T00:22:57.965Z Downloaded ssh-encoding v0.3.0-rc.9
10612026-07-14T00:22:57.965Z Downloaded ssh-cipher v0.3.0-rc.9
10622026-07-14T00:22:57.965Z Downloaded rcgen v0.12.1
10632026-07-14T00:22:57.968Z Downloaded libxml v0.3.3
10642026-07-14T00:22:57.970Z Downloaded strum_macros v0.26.4
10652026-07-14T00:22:57.973Z Downloaded support-bundle-viewer v0.1.2
10662026-07-14T00:22:57.973Z Downloaded publicsuffix v2.3.0
10672026-07-14T00:22:57.976Z Downloaded hashbrown v0.16.1
10682026-07-14T00:22:57.979Z Downloaded iri-string v0.7.10
10692026-07-14T00:22:57.982Z Downloaded quinn v0.11.9
10702026-07-14T00:22:57.985Z Downloaded qorb v0.4.1
10712026-07-14T00:22:57.988Z Downloaded tabled_derive v0.11.0
10722026-07-14T00:22:57.988Z Downloaded synstructure v0.13.2
10732026-07-14T00:22:57.990Z Downloaded tokio-macros v2.7.0
10742026-07-14T00:22:57.990Z Downloaded p521 v0.14.0-rc.10
10752026-07-14T00:22:57.993Z Downloaded tokio-test v0.4.5
10762026-07-14T00:22:57.993Z Downloaded signal-hook v0.3.18
10772026-07-14T00:22:57.997Z Downloaded rand v0.8.6
10782026-07-14T00:22:58.000Z Downloaded hyper v1.10.1
10792026-07-14T00:22:58.003Z Downloaded spin v0.9.8
10802026-07-14T00:22:58.003Z Downloaded topological-sort v0.2.2
10812026-07-14T00:22:58.007Z Downloaded ryu v1.0.23
10822026-07-14T00:22:58.007Z Downloaded thread_local v1.1.9
10832026-07-14T00:22:58.010Z Downloaded thiserror-no-std v2.0.2
10842026-07-14T00:22:58.010Z Downloaded termios v0.3.3
10852026-07-14T00:22:58.015Z Downloaded h2 v0.4.15
10862026-07-14T00:22:58.020Z Downloaded trait-variant v0.1.2
10872026-07-14T00:22:58.020Z Downloaded tower-service v0.3.3
10882026-07-14T00:22:58.020Z Downloaded tower-layer v0.3.3
10892026-07-14T00:22:58.020Z Downloaded tinystr v0.8.2
10902026-07-14T00:22:58.020Z Downloaded stringprep v0.1.5
10912026-07-14T00:22:58.023Z Downloaded itertools v0.13.0
10922026-07-14T00:22:58.026Z Downloaded strum_macros v0.24.3
10932026-07-14T00:22:58.026Z Downloaded slog v2.8.2
10942026-07-14T00:22:58.029Z Downloaded tls_codec v0.4.2
10952026-07-14T00:22:58.029Z Downloaded tokio-dtrace v0.1.1
10962026-07-14T00:22:58.032Z Downloaded try-lock v0.2.5
10972026-07-14T00:22:58.032Z Downloaded time-macros v0.2.27
10982026-07-14T00:22:58.032Z Downloaded similar v2.7.0
10992026-07-14T00:22:58.035Z Downloaded schemars v0.9.0
11002026-07-14T00:22:58.041Z Downloaded unarray v0.1.4
11012026-07-14T00:22:58.046Z Downloaded strum_macros v0.27.2
11022026-07-14T00:22:58.046Z Downloaded tiny-keccak v2.0.2
11032026-07-14T00:22:58.049Z Downloaded socket2 v0.6.3
11042026-07-14T00:22:58.049Z Downloaded unicode-xid v0.2.6
11052026-07-14T00:22:58.049Z Downloaded term v0.7.0
11062026-07-14T00:22:58.050Z Downloaded universal-hash v0.6.1
11072026-07-14T00:22:58.071Z Downloaded universal-hash v0.5.1
11082026-07-14T00:22:58.071Z Downloaded unicode-truncate v1.1.0
11092026-07-14T00:22:58.071Z Downloaded unit-prefix v0.5.2
11102026-07-14T00:22:58.071Z Downloaded typify-macro v0.6.2
11112026-07-14T00:22:58.071Z Downloaded rustls-webpki v0.103.13
11122026-07-14T00:22:58.071Z Downloaded serde_yaml v0.9.34+deprecated
11132026-07-14T00:22:58.071Z Downloaded smallvec v1.15.1
11142026-07-14T00:22:58.071Z Downloaded rsa v0.9.10
11152026-07-14T00:22:58.071Z Downloaded rand v0.9.2
11162026-07-14T00:22:58.071Z Downloaded untrusted v0.7.1
11172026-07-14T00:22:58.071Z Downloaded tokio-native-tls v0.3.1
11182026-07-14T00:22:58.071Z Downloaded socket2 v0.5.10
11192026-07-14T00:22:58.071Z Downloaded tokio-tungstenite v0.21.0
11202026-07-14T00:22:58.071Z Downloaded usdt-attr-macro v0.6.0
11212026-07-14T00:22:58.074Z Downloaded void v1.0.2
11222026-07-14T00:22:58.074Z Downloaded utf-8 v0.7.6
11232026-07-14T00:22:58.074Z Downloaded usdt-macro v0.6.0
11242026-07-14T00:22:58.074Z Downloaded untrusted v0.9.0
11252026-07-14T00:22:58.074Z Downloaded tokio-tungstenite v0.23.1
11262026-07-14T00:22:58.074Z Downloaded rand v0.10.1
11272026-07-14T00:22:58.079Z Downloaded utf8_iter v1.0.4
11282026-07-14T00:22:58.079Z Downloaded hkdf v0.13.0
11292026-07-14T00:22:58.082Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-07-14T00:22:58.082Z Downloaded wait-timeout v0.2.1
11312026-07-14T00:22:58.082Z Downloaded nom v8.0.0
11322026-07-14T00:22:58.084Z Downloaded icu_properties_data v2.1.2
11332026-07-14T00:22:58.089Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11342026-07-14T00:22:58.093Z Downloaded rsa v0.10.0-rc.18
11352026-07-14T00:22:58.096Z Downloaded tui-tree-widget v0.23.1
11362026-07-14T00:22:58.096Z Downloaded toml_writer v1.1.1+spec-1.1.0
11372026-07-14T00:22:58.096Z Downloaded waitgroup v0.1.2
11382026-07-14T00:22:58.096Z Downloaded tls_codec_derive v0.4.2
11392026-07-14T00:22:58.099Z Downloaded schemars v1.2.1
11402026-07-14T00:22:58.106Z Downloaded unicase v2.9.0
11412026-07-14T00:22:58.109Z Downloaded num-bigint-dig v0.8.6
11422026-07-14T00:22:58.112Z Downloaded want v0.3.1
11432026-07-14T00:22:58.112Z Downloaded bindgen v0.71.1
11442026-07-14T00:22:58.116Z Downloaded xattr v1.6.1
11452026-07-14T00:22:58.116Z Downloaded futures-util v0.3.32
11462026-07-14T00:22:58.121Z Downloaded zerofrom-derive v0.1.6
11472026-07-14T00:22:58.124Z Downloaded zerofrom v0.1.6
11482026-07-14T00:22:58.124Z Downloaded yoke-derive v0.8.1
11492026-07-14T00:22:58.124Z Downloaded xshell-macros v0.2.7
11502026-07-14T00:22:58.124Z Downloaded crypto-primes v0.7.2
11512026-07-14T00:22:58.128Z Downloaded itertools v0.12.1
11522026-07-14T00:22:58.131Z Downloaded samael v0.0.19
11532026-07-14T00:22:58.134Z Downloaded snafu v0.8.9
11542026-07-14T00:22:58.137Z Downloaded tokio-rustls v0.26.4
11552026-07-14T00:22:58.140Z Downloaded vergen-git2 v9.1.0
11562026-07-14T00:22:58.140Z Downloaded usdt-impl v0.6.0
11572026-07-14T00:22:58.143Z Downloaded usdt v0.6.0
11582026-07-14T00:22:58.143Z Downloaded zeroize_derive v1.4.3
11592026-07-14T00:22:58.143Z Downloaded vergen-lib v0.1.6
11602026-07-14T00:22:58.143Z Downloaded term v1.2.1
11612026-07-14T00:22:58.146Z Downloaded zone v0.3.1
11622026-07-14T00:22:58.146Z Downloaded hkdf v0.12.4
11632026-07-14T00:22:58.149Z Downloaded idna v1.1.0
11642026-07-14T00:22:58.152Z Downloaded vsss-rs v3.3.4
11652026-07-14T00:22:58.152Z Downloaded subprocess v0.2.15
11662026-07-14T00:22:58.155Z Downloaded vergen-lib v9.1.0
11672026-07-14T00:22:58.155Z Downloaded vergen-gitcl v1.0.8
11682026-07-14T00:22:58.155Z Downloaded test-strategy v0.4.5
11692026-07-14T00:22:58.158Z Downloaded hashbrown v0.15.5
11702026-07-14T00:22:58.161Z Downloaded take_mut v0.2.2
11712026-07-14T00:22:58.161Z Downloaded itertools v0.14.0
11722026-07-14T00:22:58.165Z Downloaded zone_cfg_derive v0.3.1
11732026-07-14T00:22:58.169Z Downloaded tracing-attributes v0.1.31
11742026-07-14T00:22:58.169Z Downloaded tinyvec v1.10.0
11752026-07-14T00:22:58.169Z Downloaded twox-hash v2.1.2
11762026-07-14T00:22:58.171Z Downloaded blake3 v1.8.5
11772026-07-14T00:22:58.176Z Downloaded whoami v2.1.0
11782026-07-14T00:22:58.179Z Downloaded whoami v1.6.1
11792026-07-14T00:22:58.179Z Downloaded libm v0.2.16
11802026-07-14T00:22:58.182Z Downloaded wyz v0.5.1
11812026-07-14T00:22:58.186Z Downloaded walkdir v2.5.0
11822026-07-14T00:22:58.186Z Downloaded unicode-properties v0.1.4
11832026-07-14T00:22:58.189Z Downloaded xshell v0.2.7
11842026-07-14T00:22:58.189Z Downloaded writeable v0.6.2
11852026-07-14T00:22:58.189Z Downloaded aws-lc-rs v1.16.3
11862026-07-14T00:22:58.193Z Downloaded zerovec-derive v0.11.2
11872026-07-14T00:22:58.196Z Downloaded toml v0.7.8
11882026-07-14T00:22:58.196Z Downloaded tar v0.4.45
11892026-07-14T00:22:58.199Z Downloaded zeroize v1.8.2
11902026-07-14T00:22:58.199Z Downloaded yoke v0.8.1
11912026-07-14T00:22:58.202Z Downloaded toml_parser v1.1.2+spec-1.1.0
11922026-07-14T00:22:58.202Z Downloaded uzers v0.12.2
11932026-07-14T00:22:58.202Z Downloaded toml v1.1.2+spec-1.1.0
11942026-07-14T00:22:58.205Z Downloaded tokio-stream v0.1.18
11952026-07-14T00:22:58.207Z Downloaded bitvec v1.0.1
11962026-07-14T00:22:58.214Z Downloaded zstd-safe v7.2.4
11972026-07-14T00:22:58.217Z Downloaded zstd v0.13.3
11982026-07-14T00:22:58.217Z Downloaded vergen v9.1.0
11992026-07-14T00:22:58.220Z Downloaded tracing-core v0.1.36
12002026-07-14T00:22:58.220Z Downloaded rustyline v14.0.0
12012026-07-14T00:22:58.223Z Downloaded tungstenite v0.21.0
12022026-07-14T00:22:58.226Z Downloaded rpassword v7.4.0
12032026-07-14T00:22:58.229Z Downloaded iddqd v0.4.2
12042026-07-14T00:22:58.234Z Downloaded unsafe-libyaml v0.2.11
12052026-07-14T00:22:58.237Z Downloaded yasna v0.5.2
12062026-07-14T00:22:58.244Z Downloaded zerocopy v0.6.6
12072026-07-14T00:22:58.249Z Downloaded uuid v1.23.4
12082026-07-14T00:22:58.259Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-07-14T00:22:58.267Z Downloaded vte v0.14.1
12102026-07-14T00:22:58.270Z Downloaded serde_with v1.14.0
12112026-07-14T00:22:58.273Z Downloaded unicode-bidi v0.3.18
12122026-07-14T00:22:58.273Z Downloaded tungstenite v0.23.0
12132026-07-14T00:22:58.276Z Downloaded reedline v0.40.0
12142026-07-14T00:22:58.279Z Downloaded p384 v0.13.1
12152026-07-14T00:22:58.284Z Downloaded typify v0.6.2
12162026-07-14T00:22:58.287Z Downloaded chrono v0.4.45
12172026-07-14T00:22:58.290Z Downloaded git2 v0.20.4
12182026-07-14T00:22:58.305Z Downloaded regex v1.12.3
12192026-07-14T00:22:58.309Z Downloaded tokio-postgres v0.7.16
12202026-07-14T00:22:58.324Z Downloaded toml_edit v0.19.15
12212026-07-14T00:22:58.332Z Downloaded zopfli v0.8.3
12222026-07-14T00:22:58.332Z Downloaded steno v0.4.1
12232026-07-14T00:22:58.332Z Downloaded url v2.5.8
12242026-07-14T00:22:58.342Z Downloaded reqwest v0.12.28
12252026-07-14T00:22:58.345Z Downloaded yansi v1.0.1
12262026-07-14T00:22:58.346Z Downloaded unicode_categories v0.1.1
12272026-07-14T00:22:58.346Z Downloaded tower v0.5.3
12282026-07-14T00:22:58.354Z Downloaded quick-xml v0.37.5
12292026-07-14T00:22:58.364Z Downloaded zip v0.6.6
12302026-07-14T00:22:58.364Z Downloaded lalrpop v0.19.12
12312026-07-14T00:22:58.369Z Downloaded salty v0.3.0
12322026-07-14T00:22:58.375Z Downloaded zerotrie v0.2.3
12332026-07-14T00:22:58.375Z Downloaded reqwest v0.13.2
12342026-07-14T00:22:58.382Z Downloaded zerocopy-derive v0.8.40
12352026-07-14T00:22:58.388Z Downloaded goblin v0.10.5
12362026-07-14T00:22:58.394Z Downloaded rayon v1.11.0
12372026-07-14T00:22:58.402Z Downloaded ssh-key v0.7.0-rc.10
12382026-07-14T00:22:58.410Z Downloaded typed-path v0.9.3
12392026-07-14T00:22:58.417Z Downloaded unicode-normalization v0.1.25
12402026-07-14T00:22:58.417Z Downloaded proptest v1.10.0
12412026-07-14T00:22:58.430Z Downloaded unicode-segmentation v1.12.0
12422026-07-14T00:22:58.431Z Downloaded tower-http v0.6.8
12432026-07-14T00:22:58.445Z Downloaded x509-cert v0.2.5
12442026-07-14T00:22:58.451Z Downloaded petname v2.0.2
12452026-07-14T00:22:58.455Z Downloaded portable-atomic v1.13.1
12462026-07-14T00:22:58.458Z Downloaded zerovec v0.11.5
12472026-07-14T00:22:58.463Z Downloaded curve25519-dalek v4.1.3
12482026-07-14T00:22:58.468Z Downloaded russh v0.61.2
12492026-07-14T00:22:58.478Z Downloaded tokio-util v0.7.18
12502026-07-14T00:22:58.478Z Downloaded bstr v1.12.1
12512026-07-14T00:22:58.483Z Downloaded quinn-proto v0.11.13
12522026-07-14T00:22:58.489Z Downloaded winnow v0.5.40
12532026-07-14T00:22:58.490Z Downloaded object v0.30.4
12542026-07-14T00:22:58.499Z Downloaded moka v0.12.13
12552026-07-14T00:22:58.533Z Downloaded zip v4.6.1
12562026-07-14T00:22:58.533Z Downloaded serde_with v3.17.0
12572026-07-14T00:22:58.538Z Downloaded nix v0.27.1
12582026-07-14T00:22:58.539Z Downloaded winnow v1.0.3
12592026-07-14T00:22:58.542Z Downloaded tough v0.22.0
12602026-07-14T00:22:58.546Z Downloaded radix_trie v0.2.1
12612026-07-14T00:22:58.549Z Downloaded curve25519-dalek v5.0.0-rc.0
12622026-07-14T00:22:58.553Z Downloaded time v0.3.47
12632026-07-14T00:22:58.566Z Downloaded winnow v0.6.26
12642026-07-14T00:22:58.569Z Downloaded regex-syntax v0.6.29
12652026-07-14T00:22:58.569Z Downloaded smoltcp v0.9.1
12662026-07-14T00:22:58.575Z Downloaded polar-core v0.27.3
12672026-07-14T00:22:58.579Z Downloaded vcpkg v0.2.15
12682026-07-14T00:22:58.602Z Downloaded zlib-rs v0.6.2
12692026-07-14T00:22:58.608Z Downloaded nix v0.28.0
12702026-07-14T00:22:58.612Z Downloaded tabled v0.20.0
12712026-07-14T00:22:58.620Z Downloaded openssl v0.10.79
12722026-07-14T00:22:58.625Z Downloaded nix v0.31.2
12732026-07-14T00:22:58.632Z Downloaded zerocopy v0.8.40
12742026-07-14T00:22:58.639Z Downloaded regress v0.11.1
12752026-07-14T00:22:58.650Z Downloaded object v0.37.3
12762026-07-14T00:22:58.660Z Downloaded regex-syntax v0.8.10
12772026-07-14T00:22:58.660Z Downloaded rustls v0.23.41
12782026-07-14T00:22:58.671Z Downloaded openapiv3 v2.2.0
12792026-07-14T00:22:58.677Z Downloaded regress v0.10.5
12802026-07-14T00:22:58.677Z Downloaded hickory-proto v0.24.4
12812026-07-14T00:22:58.682Z Downloaded dropshot v0.17.1
12822026-07-14T00:22:58.696Z Downloaded smoltcp v0.11.0
12832026-07-14T00:22:58.701Z Downloaded hickory-proto v0.25.2
12842026-07-14T00:22:58.707Z Downloaded diesel v2.3.7
12852026-07-14T00:22:58.728Z Downloaded rustix v0.38.44
12862026-07-14T00:22:58.750Z Downloaded sled v0.34.7
12872026-07-14T00:22:58.754Z Downloaded ratatui v0.29.0
12882026-07-14T00:22:58.771Z Downloaded tracing v0.1.44
12892026-07-14T00:22:58.777Z Downloaded sha3 v0.11.0
12902026-07-14T00:22:58.781Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-07-14T00:22:58.786Z Downloaded sqlparser v0.61.0
12922026-07-14T00:22:58.793Z Downloaded zerocopy-derive v0.6.6
12932026-07-14T00:22:58.802Z Downloaded regex-automata v0.4.14
12942026-07-14T00:22:58.811Z Downloaded typify-impl v0.6.2
12952026-07-14T00:22:58.815Z Downloaded fiat-crypto v0.3.0
12962026-07-14T00:22:58.822Z Downloaded chrono-tz v0.10.4
12972026-07-14T00:22:58.834Z Downloaded petgraph v0.8.3
12982026-07-14T00:22:58.845Z Downloaded petgraph v0.6.5
12992026-07-14T00:22:58.901Z Downloaded jiff v0.2.21
13002026-07-14T00:22:58.926Z Downloaded ring v0.17.14
13012026-07-14T00:22:58.957Z Downloaded csv v1.4.0
13022026-07-14T00:22:58.966Z Downloaded libz-sys v1.1.24
13032026-07-14T00:22:58.976Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-07-14T00:22:58.986Z Downloaded sha3 v0.10.8
13052026-07-14T00:22:58.997Z Downloaded tokio v1.52.1
13062026-07-14T00:22:59.048Z Downloaded encoding_rs v0.8.35
13072026-07-14T00:22:59.075Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-07-14T00:22:59.464Z Downloaded aws-lc-sys v0.40.0
13092026-07-14T00:22:59.713Z Compiling libc v0.2.185
13102026-07-14T00:22:59.713Z Compiling serde_core v1.0.228
13112026-07-14T00:22:59.713Z Compiling serde v1.0.228
13122026-07-14T00:22:59.717Z Compiling log v0.4.29
13132026-07-14T00:22:59.717Z Compiling smallvec v1.15.1
13142026-07-14T00:22:59.894Z Compiling shlex v1.3.0
13152026-07-14T00:22:59.902Z Compiling find-msvc-tools v0.1.9
13162026-07-14T00:22:59.902Z Compiling syn v2.0.117
13172026-07-14T00:23:00.074Z Compiling subtle v2.6.1
13182026-07-14T00:23:00.086Z Compiling scopeguard v1.2.0
13192026-07-14T00:23:00.097Z Compiling stable_deref_trait v1.2.1
13202026-07-14T00:23:00.179Z Compiling lock_api v0.4.14
13212026-07-14T00:23:00.183Z Compiling typenum v1.20.1
13222026-07-14T00:23:00.207Z Compiling serde_json v1.0.150
13232026-07-14T00:23:00.232Z Compiling portable-atomic v1.13.1
13242026-07-14T00:23:00.257Z Compiling zerocopy v0.8.40
13252026-07-14T00:23:00.410Z Compiling pin-project-lite v0.2.17
13262026-07-14T00:23:00.443Z Compiling parking_lot_core v0.9.12
13272026-07-14T00:23:00.507Z Compiling critical-section v1.2.0
13282026-07-14T00:23:00.616Z Compiling pkg-config v0.3.32
13292026-07-14T00:23:00.724Z Compiling jobserver v0.1.34
13302026-07-14T00:23:00.738Z Compiling errno v0.3.14
13312026-07-14T00:23:00.794Z Compiling getrandom v0.2.17
13322026-07-14T00:23:00.886Z Compiling signal-hook-registry v1.4.8
13332026-07-14T00:23:01.008Z Compiling cc v1.2.56
13342026-07-14T00:23:01.024Z Compiling rand_core v0.6.4
13352026-07-14T00:23:01.150Z Compiling futures-core v0.3.32
13362026-07-14T00:23:01.171Z Compiling once_cell v1.21.3
13372026-07-14T00:23:01.271Z Compiling getrandom v0.4.1
13382026-07-14T00:23:01.286Z Compiling libm v0.2.16
13392026-07-14T00:23:01.297Z Compiling parking_lot v0.12.5
13402026-07-14T00:23:01.392Z Compiling mio v1.2.0
13412026-07-14T00:23:01.408Z Compiling num-traits v0.2.19
13422026-07-14T00:23:01.599Z Compiling generic-array v0.14.7
13432026-07-14T00:23:01.633Z Compiling rand_core v0.10.0
13442026-07-14T00:23:01.664Z Compiling const-oid v0.9.6
13452026-07-14T00:23:01.856Z Compiling percent-encoding v2.3.2
13462026-07-14T00:23:02.029Z Compiling bitflags v2.11.0
13472026-07-14T00:23:02.041Z Compiling writeable v0.6.2
13482026-07-14T00:23:02.079Z Compiling litemap v0.8.1
13492026-07-14T00:23:02.230Z Compiling semver v1.0.28
13502026-07-14T00:23:02.241Z Compiling socket2 v0.6.3
13512026-07-14T00:23:02.275Z Compiling icu_normalizer_data v2.1.1
13522026-07-14T00:23:02.394Z Compiling icu_properties_data v2.1.2
13532026-07-14T00:23:02.545Z Compiling futures-sink v0.3.32
13542026-07-14T00:23:02.623Z Compiling futures-task v0.3.32
13552026-07-14T00:23:02.661Z Compiling futures-channel v0.3.32
13562026-07-14T00:23:02.669Z Compiling futures-io v0.3.32
13572026-07-14T00:23:02.755Z Compiling synstructure v0.13.2
13582026-07-14T00:23:02.761Z Compiling slab v0.4.12
13592026-07-14T00:23:02.784Z Compiling indexmap v2.14.0
13602026-07-14T00:23:02.808Z Compiling getrandom v0.3.4
13612026-07-14T00:23:02.851Z Compiling rustversion v1.0.22
13622026-07-14T00:23:02.918Z Compiling utf8_iter v1.0.4
13632026-07-14T00:23:03.064Z Compiling form_urlencoded v1.2.2
13642026-07-14T00:23:03.082Z Compiling cmake v0.1.57
13652026-07-14T00:23:03.103Z Compiling fs_extra v1.3.0
13662026-07-14T00:23:03.242Z Compiling ident_case v1.0.1
13672026-07-14T00:23:03.318Z Compiling rustix v1.1.3
13682026-07-14T00:23:03.368Z Compiling dunce v1.0.5
13692026-07-14T00:23:03.371Z Compiling regex-syntax v0.8.10
13702026-07-14T00:23:03.438Z Compiling iana-time-zone v0.1.65
13712026-07-14T00:23:03.471Z Compiling aws-lc-sys v0.40.0
13722026-07-14T00:23:03.479Z Compiling vcpkg v0.2.15
13732026-07-14T00:23:03.678Z Compiling base64ct v1.8.3
13742026-07-14T00:23:03.826Z Compiling rand_core v0.9.5
13752026-07-14T00:23:03.954Z Compiling pem-rfc7468 v0.7.0
13762026-07-14T00:23:03.973Z Compiling rustc_version v0.4.1
13772026-07-14T00:23:04.097Z Compiling uuid v1.23.4
13782026-07-14T00:23:04.256Z Compiling tracing-core v0.1.36
13792026-07-14T00:23:05.332Z Compiling openssl-sys v0.9.115
13802026-07-14T00:23:05.458Z Compiling base64 v0.22.1
13812026-07-14T00:23:05.458Z Compiling serde_derive v1.0.228
13822026-07-14T00:23:05.458Z Compiling zeroize_derive v1.4.3
13832026-07-14T00:23:05.459Z Compiling zerofrom-derive v0.1.6
13842026-07-14T00:23:05.459Z Compiling yoke-derive v0.8.1
13852026-07-14T00:23:05.459Z Compiling zerovec-derive v0.11.2
13862026-07-14T00:23:05.459Z Compiling zerocopy-derive v0.8.40
13872026-07-14T00:23:05.459Z Compiling zeroize v1.8.2
13882026-07-14T00:23:05.603Z Compiling displaydoc v0.2.5
13892026-07-14T00:23:06.035Z Compiling tokio-macros v2.7.0
13902026-07-14T00:23:06.183Z Compiling futures-macro v0.3.32
13912026-07-14T00:23:06.305Z Compiling zerofrom v0.1.6
13922026-07-14T00:23:06.392Z Compiling thiserror-impl v2.0.18
13932026-07-14T00:23:06.489Z Compiling yoke v0.8.1
13942026-07-14T00:23:06.489Z Compiling block-buffer v0.10.4
13952026-07-14T00:23:06.665Z Compiling zerovec v0.11.5
13962026-07-14T00:23:06.743Z Compiling zerotrie v0.2.3
13972026-07-14T00:23:06.793Z Compiling crypto-common v0.1.7
13982026-07-14T00:23:06.854Z Compiling futures-util v0.3.32
13992026-07-14T00:23:06.876Z Compiling digest v0.10.7
14002026-07-14T00:23:06.897Z Compiling der_derive v0.7.3
14012026-07-14T00:23:07.086Z Compiling tinystr v0.8.2
14022026-07-14T00:23:07.166Z Compiling potential_utf v0.1.4
14032026-07-14T00:23:07.291Z Compiling icu_locale_core v2.1.1
14042026-07-14T00:23:07.350Z Compiling icu_collections v2.1.1
14052026-07-14T00:23:07.638Z Compiling tracing-attributes v0.1.31
14062026-07-14T00:23:07.755Z Compiling flagset v0.4.7
14072026-07-14T00:23:07.879Z Compiling aws-lc-rs v1.16.3
14082026-07-14T00:23:07.885Z Compiling bytes v1.11.1
14092026-07-14T00:23:07.960Z Compiling icu_provider v2.1.1
14102026-07-14T00:23:08.118Z Compiling chrono v0.4.45
14112026-07-14T00:23:08.158Z Compiling der v0.7.10
14122026-07-14T00:23:08.257Z Compiling icu_properties v2.1.2
14132026-07-14T00:23:08.493Z Compiling tokio v1.52.1
14142026-07-14T00:23:09.008Z Compiling icu_normalizer v2.1.1
14152026-07-14T00:23:09.224Z Compiling http v1.4.2
14162026-07-14T00:23:09.406Z Compiling idna_adapter v1.2.1
14172026-07-14T00:23:09.418Z Compiling tracing v0.1.44
14182026-07-14T00:23:09.528Z Compiling ppv-lite86 v0.2.21
14192026-07-14T00:23:09.541Z Compiling idna v1.1.0
14202026-07-14T00:23:09.561Z Compiling thiserror v2.0.18
14212026-07-14T00:23:09.665Z Compiling rustls-pki-types v1.14.0
14222026-07-14T00:23:09.698Z Compiling tinyvec_macros v0.1.1
14232026-07-14T00:23:09.749Z Compiling httparse v1.10.1
14242026-07-14T00:23:09.766Z Compiling cmov v0.5.4
14252026-07-14T00:23:09.849Z Compiling url v2.5.8
14262026-07-14T00:23:09.973Z Compiling http-body v1.0.1
14272026-07-14T00:23:10.097Z Compiling rand_chacha v0.9.0
14282026-07-14T00:23:10.112Z Compiling openssl-probe v0.2.1
14292026-07-14T00:23:10.138Z Compiling ctutils v0.4.2
14302026-07-14T00:23:10.168Z Compiling tinyvec v1.10.0
14312026-07-14T00:23:10.185Z Compiling pest_generator v2.8.6
14322026-07-14T00:23:10.275Z Compiling spki v0.7.3
14332026-07-14T00:23:10.363Z Compiling rand v0.9.2
14342026-07-14T00:23:10.471Z Compiling serde_derive_internals v0.29.1
14352026-07-14T00:23:10.502Z Compiling aho-corasick v1.1.4
14362026-07-14T00:23:10.641Z Compiling atomic-waker v1.1.2
14372026-07-14T00:23:10.767Z Compiling dyn-clone v1.0.20
14382026-07-14T00:23:10.780Z Compiling tower-layer v0.3.3
14392026-07-14T00:23:10.859Z Compiling tower-service v0.3.3
14402026-07-14T00:23:10.897Z Compiling try-lock v0.2.5
14412026-07-14T00:23:10.931Z Compiling untrusted v0.7.1
14422026-07-14T00:23:10.951Z Compiling schemars v0.8.22
14432026-07-14T00:23:11.000Z Compiling want v0.3.1
14442026-07-14T00:23:11.050Z Compiling tempfile v3.25.0
14452026-07-14T00:23:11.136Z Compiling pest_derive v2.8.6
14462026-07-14T00:23:11.159Z Compiling hybrid-array v0.4.13
14472026-07-14T00:23:11.331Z Compiling schemars_derive v0.8.22
14482026-07-14T00:23:11.408Z Compiling regex-automata v0.4.14
14492026-07-14T00:23:11.474Z Compiling ipnet v2.11.0
14502026-07-14T00:23:11.562Z Compiling scroll_derive v0.13.1
14512026-07-14T00:23:11.920Z Compiling darling_core v0.20.11
14522026-07-14T00:23:11.951Z Compiling openssl v0.10.79
14532026-07-14T00:23:12.158Z Compiling httpdate v1.0.3
14542026-07-14T00:23:12.193Z Compiling rustls v0.23.41
14552026-07-14T00:23:12.356Z Compiling tokio-util v0.7.18
14562026-07-14T00:23:12.373Z Compiling foreign-types-shared v0.1.1
14572026-07-14T00:23:12.387Z Compiling cpufeatures v0.2.17
14582026-07-14T00:23:12.460Z Compiling untrusted v0.9.0
14592026-07-14T00:23:12.460Z Compiling foreign-types v0.3.2
14602026-07-14T00:23:12.542Z Compiling scroll v0.13.0
14612026-07-14T00:23:12.596Z Compiling unicode-normalization v0.1.25
14622026-07-14T00:23:12.803Z Compiling pkcs8 v0.10.2
14632026-07-14T00:23:13.042Z Compiling h2 v0.4.15
14642026-07-14T00:23:13.362Z Compiling openssl-macros v0.1.1
14652026-07-14T00:23:13.455Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-07-14T00:23:13.812Z Compiling spin v0.9.8
14672026-07-14T00:23:13.861Z Compiling time-core v0.1.8
14682026-07-14T00:23:13.902Z Compiling native-tls v0.2.18
14692026-07-14T00:23:14.005Z Compiling num-conv v0.2.0
14702026-07-14T00:23:14.019Z Compiling powerfmt v0.2.0
14712026-07-14T00:23:14.116Z Compiling crc32fast v1.5.0
14722026-07-14T00:23:14.137Z Compiling time-macros v0.2.27
14732026-07-14T00:23:14.151Z Compiling darling_macro v0.20.11
14742026-07-14T00:23:14.165Z Compiling deranged v0.5.8
14752026-07-14T00:23:14.624Z Compiling darling v0.20.11
14762026-07-14T00:23:14.706Z Compiling goblin v0.10.5
14772026-07-14T00:23:15.126Z Compiling sha2 v0.10.9
14782026-07-14T00:23:15.206Z Compiling hmac v0.12.1
14792026-07-14T00:23:15.363Z Compiling sync_wrapper v1.0.2
14802026-07-14T00:23:15.452Z Compiling wait-timeout v0.2.1
14812026-07-14T00:23:15.468Z Compiling simd-adler32 v0.3.8
14822026-07-14T00:23:15.706Z Compiling quick-error v1.2.3
14832026-07-14T00:23:15.706Z Compiling crossbeam-utils v0.8.21
14842026-07-14T00:23:15.813Z Compiling usdt-impl v0.6.0
14852026-07-14T00:23:16.012Z Compiling num_threads v0.1.7
14862026-07-14T00:23:16.029Z Compiling siphasher v1.0.2
14872026-07-14T00:23:16.107Z Compiling syn v1.0.109
14882026-07-14T00:23:16.211Z Compiling hyper v1.10.1
14892026-07-14T00:23:16.416Z Compiling bit-vec v0.8.0
14902026-07-14T00:23:16.547Z Compiling time v0.3.47
14912026-07-14T00:23:16.964Z Compiling bit-set v0.8.0
14922026-07-14T00:23:17.158Z Compiling rusty-fork v0.3.1
14932026-07-14T00:23:17.176Z Compiling tower v0.5.3
14942026-07-14T00:23:17.360Z Compiling hyper-util v0.1.20
14952026-07-14T00:23:17.468Z Compiling dof v0.4.0
14962026-07-14T00:23:17.640Z Compiling derive_builder_core v0.20.2
14972026-07-14T00:23:17.961Z Compiling dtrace-parser v0.3.0
14982026-07-14T00:23:18.092Z Compiling http-body-util v0.1.3
14992026-07-14T00:23:18.332Z Compiling thiserror-impl v1.0.69
15002026-07-14T00:23:18.492Z Compiling scroll_derive v0.12.1
15012026-07-14T00:23:18.646Z Compiling heapless v0.7.17
15022026-07-14T00:23:18.719Z Compiling rand_xorshift v0.4.0
15032026-07-14T00:23:18.882Z Compiling slog v2.8.2
15042026-07-14T00:23:18.896Z Compiling darling_core v0.21.3
15052026-07-14T00:23:18.908Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-07-14T00:23:19.085Z Compiling thread-id v5.1.0
15072026-07-14T00:23:19.117Z Compiling cookie v0.18.1
15082026-07-14T00:23:19.170Z Compiling unicode-bidi v0.3.18
15092026-07-14T00:23:19.196Z Compiling ryu v1.0.23
15102026-07-14T00:23:19.210Z Compiling iri-string v0.7.10
15112026-07-14T00:23:19.311Z Compiling zstd-safe v7.2.4
15122026-07-14T00:23:19.374Z Compiling allocator-api2 v0.2.21
15132026-07-14T00:23:19.523Z Compiling adler2 v2.0.1
15142026-07-14T00:23:19.604Z Compiling unarray v0.1.4
15152026-07-14T00:23:19.654Z Compiling unicode-properties v0.1.4
15162026-07-14T00:23:19.705Z Compiling signal-hook v0.3.18
15172026-07-14T00:23:19.720Z Compiling paste v1.0.15
15182026-07-14T00:23:19.724Z Compiling anyhow v1.0.102
15192026-07-14T00:23:19.862Z Compiling stringprep v0.1.5
15202026-07-14T00:23:19.903Z Compiling proptest v1.10.0
15212026-07-14T00:23:20.040Z Compiling miniz_oxide v0.8.9
15222026-07-14T00:23:20.257Z Compiling thiserror v1.0.69
15232026-07-14T00:23:20.299Z Compiling serde_urlencoded v0.7.1
15242026-07-14T00:23:20.356Z Compiling tower-http v0.6.8
15252026-07-14T00:23:20.586Z Compiling scroll v0.12.0
15262026-07-14T00:23:20.837Z Compiling derive_builder_macro v0.20.2
15272026-07-14T00:23:20.873Z Compiling tokio-native-tls v0.3.1
15282026-07-14T00:23:21.260Z Compiling camino v1.2.2
15292026-07-14T00:23:21.296Z Compiling bstr v1.12.1
15302026-07-14T00:23:21.330Z Compiling ipnetwork v0.21.1
15312026-07-14T00:23:21.363Z Compiling darling_macro v0.21.3
15322026-07-14T00:23:21.386Z Compiling block-buffer v0.12.1
15332026-07-14T00:23:21.571Z Compiling crypto-common v0.2.2
15342026-07-14T00:23:21.630Z Compiling block-padding v0.4.2
15352026-07-14T00:23:21.714Z Compiling rustls-native-certs v0.8.3
15362026-07-14T00:23:21.791Z Compiling rand_chacha v0.3.1
15372026-07-14T00:23:21.846Z Compiling erased-serde v0.3.31
15382026-07-14T00:23:21.930Z Compiling serde_spanned v0.6.9
15392026-07-14T00:23:22.003Z Compiling serde_tokenstream v0.2.3
15402026-07-14T00:23:22.073Z Compiling toml_datetime v0.6.11
15412026-07-14T00:23:22.306Z Compiling signature v2.2.0
15422026-07-14T00:23:22.323Z Compiling md-5 v0.10.6
15432026-07-14T00:23:22.337Z Compiling zerocopy-derive v0.7.35
15442026-07-14T00:23:22.484Z Compiling pin-project-internal v1.1.11
15452026-07-14T00:23:22.484Z Compiling async-trait v0.1.89
15462026-07-14T00:23:22.572Z Compiling curve25519-dalek v4.1.3
15472026-07-14T00:23:22.919Z Compiling vergen-lib v9.1.0
15482026-07-14T00:23:23.113Z Compiling num-integer v0.1.46
15492026-07-14T00:23:23.206Z Compiling hash32 v0.2.1
15502026-07-14T00:23:23.275Z Compiling memoffset v0.9.1
15512026-07-14T00:23:23.390Z Compiling encoding_rs v0.8.35
15522026-07-14T00:23:23.434Z Compiling litrs v1.0.0
15532026-07-14T00:23:23.478Z Compiling cfg_aliases v0.2.1
15542026-07-14T00:23:23.510Z Compiling psl-types v2.0.11
15552026-07-14T00:23:23.586Z Compiling zlib-rs v0.6.2
15562026-07-14T00:23:23.664Z Compiling mime v0.3.17
15572026-07-14T00:23:23.695Z Compiling fallible-iterator v0.2.0
15582026-07-14T00:23:23.927Z Compiling smoltcp v0.9.1
15592026-07-14T00:23:23.999Z Compiling ref-cast v1.0.25
15602026-07-14T00:23:24.014Z Compiling num-bigint-dig v0.8.6
15612026-07-14T00:23:24.215Z Compiling rustix v0.38.44
15622026-07-14T00:23:24.325Z Compiling document-features v0.2.12
15632026-07-14T00:23:24.361Z Compiling postgres-protocol v0.6.10
15642026-07-14T00:23:24.667Z Compiling publicsuffix v2.3.0
15652026-07-14T00:23:24.847Z Compiling pin-project v1.1.11
15662026-07-14T00:23:24.899Z Compiling hubpack_derive v0.1.1
15672026-07-14T00:23:24.917Z Compiling nix v0.31.2
15682026-07-14T00:23:24.945Z Compiling num-iter v0.1.45
15692026-07-14T00:23:25.023Z Compiling zerocopy v0.7.35
15702026-07-14T00:23:25.292Z Compiling newtype-uuid v1.3.2
15712026-07-14T00:23:25.369Z Compiling rand v0.8.6
15722026-07-14T00:23:25.413Z Compiling darling v0.21.3
15732026-07-14T00:23:25.497Z Compiling inout v0.2.2
15742026-07-14T00:23:25.552Z Compiling oxnet v0.1.6
15752026-07-14T00:23:25.616Z Compiling derive_builder v0.20.2
15762026-07-14T00:23:25.655Z Compiling hyper-tls v0.6.0
15772026-07-14T00:23:25.745Z Compiling goblin v0.8.2
15782026-07-14T00:23:26.218Z Compiling phf_shared v0.13.1
15792026-07-14T00:23:26.410Z Compiling lazy_static v1.5.0
15802026-07-14T00:23:26.457Z Compiling regex v1.12.3
15812026-07-14T00:23:26.486Z Compiling anstyle-parse v0.2.7
15822026-07-14T00:23:26.500Z Compiling futures-executor v0.3.32
15832026-07-14T00:23:26.503Z Compiling hex v0.4.3
15842026-07-14T00:23:26.665Z Compiling flate2 v1.1.9
15852026-07-14T00:23:26.750Z Compiling terminal_size v0.4.3
15862026-07-14T00:23:26.774Z Compiling daft-derive v0.1.7
15872026-07-14T00:23:26.873Z Compiling snafu-derive v0.8.9
15882026-07-14T00:23:26.887Z Compiling curve25519-dalek-derive v0.1.1
15892026-07-14T00:23:26.890Z Compiling strum_macros v0.27.2
15902026-07-14T00:23:27.067Z Compiling ref-cast-impl v1.0.25
15912026-07-14T00:23:27.494Z Compiling vergen v9.1.0
15922026-07-14T00:23:27.537Z Compiling cargo-platform v0.3.2
15932026-07-14T00:23:27.617Z Compiling ff v0.13.1
15942026-07-14T00:23:27.691Z Compiling fs-err v3.3.0
15952026-07-14T00:23:27.757Z Compiling ahash v0.8.12
15962026-07-14T00:23:27.808Z Compiling foldhash v0.2.0
15972026-07-14T00:23:27.893Z Compiling unicode-segmentation v1.12.0
15982026-07-14T00:23:27.979Z Compiling bumpalo v3.20.2
15992026-07-14T00:23:28.027Z Compiling winnow v0.5.40
16002026-07-14T00:23:28.227Z Compiling foldhash v0.1.5
16012026-07-14T00:23:28.279Z Compiling managed v0.8.0
16022026-07-14T00:23:28.397Z Compiling object v0.37.3
16032026-07-14T00:23:28.492Z Compiling same-file v1.0.6
16042026-07-14T00:23:28.716Z Compiling libbz2-rs-sys v0.2.2
16052026-07-14T00:23:28.744Z Compiling base16ct v0.2.0
16062026-07-14T00:23:28.793Z Compiling bitflags v1.3.2
16072026-07-14T00:23:28.851Z Compiling strum v0.27.2
16082026-07-14T00:23:28.872Z Compiling sec1 v0.7.3
16092026-07-14T00:23:28.982Z Compiling snafu v0.8.9
16102026-07-14T00:23:29.149Z Compiling bzip2 v0.6.1
16112026-07-14T00:23:29.252Z Compiling walkdir v2.5.0
16122026-07-14T00:23:29.342Z Compiling hashbrown v0.15.5
16132026-07-14T00:23:29.361Z Compiling toml_edit v0.19.15
16142026-07-14T00:23:29.399Z Compiling clap_builder v4.6.0
16152026-07-14T00:23:29.495Z Compiling zopfli v0.8.3
16162026-07-14T00:23:29.610Z Compiling hashbrown v0.16.1
16172026-07-14T00:23:29.730Z Compiling dof v0.3.0
16182026-07-14T00:23:29.995Z Compiling group v0.13.0
16192026-07-14T00:23:30.151Z Compiling cargo_metadata v0.23.1
16202026-07-14T00:23:30.291Z Compiling daft v0.1.7
16212026-07-14T00:23:30.431Z Compiling futures v0.3.32
16222026-07-14T00:23:30.513Z Compiling anstream v0.6.21
16232026-07-14T00:23:30.816Z Compiling phf v0.13.1
16242026-07-14T00:23:30.838Z Compiling signal-hook-mio v0.2.5
16252026-07-14T00:23:30.954Z Compiling cookie_store v0.22.1
16262026-07-14T00:23:31.324Z Compiling reqwest v0.12.28
16272026-07-14T00:23:31.476Z Compiling zstd v0.13.3
16282026-07-14T00:23:31.594Z Compiling bzip2 v0.4.4
16292026-07-14T00:23:31.738Z Compiling cipher v0.5.2
16302026-07-14T00:23:31.801Z Compiling serde_with_macros v3.17.0
16312026-07-14T00:23:31.977Z Compiling hubpack v0.1.2
16322026-07-14T00:23:32.139Z Compiling postgres-types v0.2.12
16332026-07-14T00:23:32.357Z Compiling ed25519 v2.2.3
16342026-07-14T00:23:32.687Z Compiling usdt-attr-macro v0.6.0
16352026-07-14T00:23:32.923Z Compiling usdt-macro v0.6.0
16362026-07-14T00:23:33.179Z Compiling globset v0.4.18
16372026-07-14T00:23:33.258Z Compiling dtrace-parser v0.2.0
16382026-07-14T00:23:33.279Z Compiling phf_shared v0.11.3
16392026-07-14T00:23:33.483Z Compiling hkdf v0.12.4
16402026-07-14T00:23:33.487Z Compiling olpc-cjson v0.1.4
16412026-07-14T00:23:33.658Z Compiling pkcs1 v0.7.5
16422026-07-14T00:23:33.682Z Compiling serde_plain v1.0.2
16432026-07-14T00:23:33.709Z Compiling serde-big-array v0.5.1
16442026-07-14T00:23:33.850Z Compiling crypto-bigint v0.5.5
16452026-07-14T00:23:33.884Z Compiling pem v3.0.6
16462026-07-14T00:23:33.898Z Compiling enum-as-inner v0.6.1
16472026-07-14T00:23:34.030Z Compiling async-recursion v1.1.1
16482026-07-14T00:23:34.045Z Compiling clap_derive v4.6.1
16492026-07-14T00:23:34.207Z Compiling serde_repr v0.1.20
16502026-07-14T00:23:34.412Z Compiling strum_macros v0.26.4
16512026-07-14T00:23:34.694Z Compiling float-cmp v0.10.0
16522026-07-14T00:23:34.754Z Compiling memmap2 v0.9.10
16532026-07-14T00:23:34.842Z Compiling thread-id v4.2.2
16542026-07-14T00:23:34.937Z Compiling env_filter v1.0.0
16552026-07-14T00:23:34.964Z Compiling predicates-core v1.0.10
16562026-07-14T00:23:35.035Z Compiling precomputed-hash v0.1.1
16572026-07-14T00:23:35.125Z Compiling typed-path v0.9.3
16582026-07-14T00:23:35.140Z Compiling normalize-line-endings v0.3.0
16592026-07-14T00:23:35.230Z Compiling either v1.15.0
16602026-07-14T00:23:35.238Z Compiling const-oid v0.10.2
16612026-07-14T00:23:35.438Z Compiling winnow v1.0.3
16622026-07-14T00:23:35.449Z Compiling data-encoding v2.10.0
16632026-07-14T00:23:35.782Z Compiling static_assertions v1.1.0
16642026-07-14T00:23:35.815Z Compiling fixedbitset v0.5.7
16652026-07-14T00:23:35.854Z Compiling whoami v2.1.0
16662026-07-14T00:23:35.959Z Compiling keccak v0.1.6
16672026-07-14T00:23:36.113Z Compiling cpufeatures v0.3.0
16682026-07-14T00:23:36.128Z Compiling jiff v0.2.21
16692026-07-14T00:23:36.182Z Compiling new_debug_unreachable v1.0.6
16702026-07-14T00:23:36.193Z Compiling fixedbitset v0.4.2
16712026-07-14T00:23:36.215Z Compiling difflib v0.4.0
16722026-07-14T00:23:36.234Z Compiling string_cache v0.8.9
16732026-07-14T00:23:36.247Z Compiling strum v0.26.3
16742026-07-14T00:23:36.318Z Compiling chacha20 v0.10.0
16752026-07-14T00:23:36.365Z Compiling petgraph v0.6.5
16762026-07-14T00:23:36.393Z Compiling toml_edit v0.22.27
16772026-07-14T00:23:36.445Z Compiling predicates v3.1.4
16782026-07-14T00:23:36.677Z Compiling sha3 v0.10.8
16792026-07-14T00:23:36.691Z Compiling tokio-postgres v0.7.16
16802026-07-14T00:23:36.763Z Compiling petgraph v0.8.3
16812026-07-14T00:23:37.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-07-14T00:23:37.126Z Compiling clap v4.6.1
16832026-07-14T00:23:37.205Z Compiling hickory-proto v0.25.2
16842026-07-14T00:23:37.833Z Compiling toml_parser v1.1.2+spec-1.1.0
16852026-07-14T00:23:38.457Z Compiling itertools v0.13.0
16862026-07-14T00:23:38.727Z Compiling zip v4.6.1
16872026-07-14T00:23:38.911Z Compiling digest v0.11.3
16882026-07-14T00:23:39.129Z Compiling env_logger v0.11.9
16892026-07-14T00:23:39.144Z Compiling usdt-impl v0.5.0
16902026-07-14T00:23:39.484Z Compiling usdt v0.6.0
16912026-07-14T00:23:39.683Z Compiling elliptic-curve v0.13.8
16922026-07-14T00:23:39.726Z Compiling rsa v0.9.10
16932026-07-14T00:23:39.743Z Compiling crossterm v0.28.1
16942026-07-14T00:23:39.757Z Compiling serde_with v3.17.0
16952026-07-14T00:23:39.936Z Compiling ed25519-dalek v2.2.0
16962026-07-14T00:23:40.298Z Compiling zip v0.6.6
16972026-07-14T00:23:40.877Z Compiling toml v0.7.8
16982026-07-14T00:23:40.985Z Compiling iddqd v0.4.2
16992026-07-14T00:23:41.477Z Compiling heck v0.4.1
17002026-07-14T00:23:41.680Z Compiling similar v2.7.0
17012026-07-14T00:23:41.706Z Compiling crossbeam-epoch v0.9.18
17022026-07-14T00:23:41.769Z Compiling tokio-stream v0.1.18
17032026-07-14T00:23:41.890Z Compiling buf-list v1.1.2
17042026-07-14T00:23:42.038Z Compiling x509-cert v0.2.5
17052026-07-14T00:23:42.163Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-07-14T00:23:42.217Z Compiling openapiv3 v2.2.0
17072026-07-14T00:23:42.272Z Compiling lalrpop-util v0.19.12
17082026-07-14T00:23:42.458Z Compiling peg-runtime v0.8.5
17092026-07-14T00:23:42.472Z Compiling thread_local v1.1.9
17102026-07-14T00:23:42.544Z Compiling slog-async v2.8.0
17112026-07-14T00:23:42.716Z Compiling crossbeam-channel v0.5.15
17122026-07-14T00:23:42.733Z Compiling is-terminal v0.4.17
17132026-07-14T00:23:42.838Z Compiling filetime v0.2.27
17142026-07-14T00:23:42.879Z Compiling term v1.2.1
17152026-07-14T00:23:43.010Z Compiling take_mut v0.2.2
17162026-07-14T00:23:43.013Z Compiling xattr v1.6.1
17172026-07-14T00:23:43.168Z Compiling tar v0.4.45
17182026-07-14T00:23:43.200Z Compiling slog-term v2.9.2
17192026-07-14T00:23:43.457Z Compiling camino-tempfile v1.4.1
17202026-07-14T00:23:53.415Z Compiling rustls-webpki v0.103.13
17212026-07-14T00:23:56.180Z Compiling tokio-rustls v0.26.4
17222026-07-14T00:23:56.180Z Compiling rustls-platform-verifier v0.6.2
17232026-07-14T00:23:56.180Z Compiling tough v0.22.0
17242026-07-14T00:23:56.377Z Compiling hyper-rustls v0.27.7
17252026-07-14T00:23:56.572Z Compiling reqwest v0.13.2
17262026-07-14T00:23:58.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-07-14T00:23:59.013Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-07-14T00:24:01.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17292026-07-14T00:24:01.981Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17302026-07-14T00:24:02.028ZJul 14 00:24:00.959 INFO Starting download, target: Clickhouse
17312026-07-14T00:24:02.028ZJul 14 00:24:00.960 INFO Starting download, target: Console
17322026-07-14T00:24:02.028ZJul 14 00:24:00.960 INFO Starting download, target: Cockroach
17332026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Starting download, target: DendriteStub
17342026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Starting download, target: MaghemiteMgd
17352026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Starting download, target: MaghemiteDdmd
17362026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Starting download, target: TransceiverControl
17372026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-07-14T00:24:02.033ZJul 14 00:24:00.960 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-07-14T00:24:02.034ZJul 14 00:24:00.960 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-07-14T00:24:02.034ZJul 14 00:24:00.960 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-07-14T00:24:02.034ZJul 14 00:24:00.960 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-07-14T00:24:02.034ZJul 14 00:24:00.961 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-07-14T00:24:04.105ZJul 14 00:24:03.037 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-07-14T00:24:04.352ZJul 14 00:24:03.281 INFO Download complete, target: Console
17462026-07-14T00:24:04.473ZJul 14 00:24:03.394 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-07-14T00:24:05.103ZJul 14 00:24:04.016 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-14T00:24:05.310ZJul 14 00:24:04.222 INFO Download complete, target: TransceiverControl
17492026-07-14T00:24:06.636ZJul 14 00:24:05.546 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-07-14T00:24:06.653ZJul 14 00:24:05.575 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-07-14T00:24:08.190ZJul 14 00:24:07.093 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-07-14T00:24:08.578ZJul 14 00:24:07.496 INFO Download complete, target: MaghemiteDdmd
17532026-07-14T00:24:08.678ZJul 14 00:24:07.607 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-07-14T00:24:08.678ZJul 14 00:24:07.607 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-07-14T00:24:09.003ZJul 14 00:24:07.899 INFO Download complete, target: DendriteStub
17562026-07-14T00:24:10.623ZJul 14 00:24:09.519 INFO Download complete, target: MaghemiteMgd
17572026-07-14T00:24:11.098ZJul 14 00:24:10.030 INFO Checking that binary works, target: Clickhouse
17582026-07-14T00:24:11.234ZJul 14 00:24:10.151 INFO Download complete, target: Clickhouse
17592026-07-14T00:24:13.235ZJul 14 00:24:12.166 INFO Checking that binary works, target: Cockroach
17602026-07-14T00:24:13.361ZJul 14 00:24:12.293 INFO Download complete, target: Cockroach
17612026-07-14T00:24:13.378ZAll builder prerequisites installed successfully, and PATH looks valid
17622026-07-14T00:24:13.499Z
17632026-07-14T00:24:13.499Zreal 2:02.378477314
17642026-07-14T00:24:13.499Zuser 6:35.694079264
17652026-07-14T00:24:13.499Zsys 1:20.923591199
17662026-07-14T00:24:13.499Ztrap 0.215807614
17672026-07-14T00:24:13.499Ztflt 0.517967820
17682026-07-14T00:24:13.499Zdflt 0.785963739
17692026-07-14T00:24:13.499Zkflt 0.022362769
17702026-07-14T00:24:13.499Zlock 22:14.226357860
17712026-07-14T00:24:13.499Zslp 20:10.659140360
17722026-07-14T00:24:13.499Zlat 40.990933935
17732026-07-14T00:24:13.499Zstop 1:55.191955518
17742026-07-14T00:24:13.499Z+ banner hack-check
17752026-07-14T00:24:13.499Z
17762026-07-14T00:24:13.499Z # # ## #### # # #### # # ###### #### # #
17772026-07-14T00:24:13.499Z # # # # # # # # # # # # # # # # #
17782026-07-14T00:24:13.499Z ###### # # # #### ##### # ###### ##### # ####
17792026-07-14T00:24:13.500Z # # ###### # # # # # # # # # #
17802026-07-14T00:24:13.500Z # # # # # # # # # # # # # # # # #
17812026-07-14T00:24:13.500Z # # # # #### # # #### # # ###### #### # #
17822026-07-14T00:24:13.500Z
17832026-07-14T00:24:13.500Z+ export CARGO_INCREMENTAL=0
17842026-07-14T00:24:13.500Z+ CARGO_INCREMENTAL=0
17852026-07-14T00:24:13.500Z+ ptime -m timeout 2h cargo xtask check-features --ci
17862026-07-14T00:24:13.850Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17872026-07-14T00:24:14.130Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17882026-07-14T00:24:15.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17892026-07-14T00:24:15.953Z Running `target/debug/xtask check-features --ci`
17902026-07-14T00:24:15.979Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17912026-07-14T00:24:15.985Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17922026-07-14T00:24:16.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17932026-07-14T00:24:16.414Z Running `target/debug/xtask download cargo-hack`
17942026-07-14T00:24:17.152Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17952026-07-14T00:24:17.478Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17962026-07-14T00:24:20.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17972026-07-14T00:24:20.160Z Running `target/debug/xtask-downloader cargo-hack`
17982026-07-14T00:24:20.200ZJul 14 00:24:19.130 INFO Starting download, target: CargoHack
17992026-07-14T00:24:20.203ZJul 14 00:24:19.131 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18002026-07-14T00:24:20.543ZJul 14 00:24:19.474 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18012026-07-14T00:24:20.590ZJul 14 00:24:19.522 INFO Download complete, target: CargoHack
18022026-07-14T00:24:20.602Zrunning: "/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"
18032026-07-14T00:24:20.608Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18042026-07-14T00:24:20.766Zinfo: running `cargo check --bins` on api_identity (1/301)
18052026-07-14T00:24:21.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-07-14T00:24:21.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-07-14T00:24:21.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-07-14T00:24:21.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18092026-07-14T00:24:21.289Z
18102026-07-14T00:24:21.289Zinfo: running `cargo check --bins` on bootstore (2/301)
18112026-07-14T00:24:21.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-07-14T00:24:21.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-07-14T00:24:21.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-07-14T00:24:21.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18152026-07-14T00:24:21.802Z
18162026-07-14T00:24:21.802Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18172026-07-14T00:24:22.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-07-14T00:24:22.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-07-14T00:24:22.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-07-14T00:24:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18212026-07-14T00:24:22.321Z
18222026-07-14T00:24:22.321Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18232026-07-14T00:24:22.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-14T00:24:22.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-14T00:24:22.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-14T00:24:22.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18272026-07-14T00:24:22.837Z
18282026-07-14T00:24:22.837Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18292026-07-14T00:24:23.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-14T00:24:23.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-14T00:24:23.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-14T00:24:23.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18332026-07-14T00:24:23.352Z
18342026-07-14T00:24:23.352Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18352026-07-14T00:24:23.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-14T00:24:23.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-14T00:24:23.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-14T00:24:23.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-07-14T00:24:23.890Z
18402026-07-14T00:24:23.890Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18412026-07-14T00:24:24.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-14T00:24:24.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-14T00:24:24.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-14T00:24:24.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18452026-07-14T00:24:24.417Z
18462026-07-14T00:24:24.417Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18472026-07-14T00:24:24.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-14T00:24:24.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-14T00:24:24.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-14T00:24:24.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18512026-07-14T00:24:25.003Z
18522026-07-14T00:24:25.003Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18532026-07-14T00:24:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-14T00:24:25.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-14T00:24:25.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-14T00:24:25.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18572026-07-14T00:24:25.329Z
18582026-07-14T00:24:25.329Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18592026-07-14T00:24:25.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-14T00:24:25.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-14T00:24:25.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-14T00:24:25.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18632026-07-14T00:24:25.836Z
18642026-07-14T00:24:25.837Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18652026-07-14T00:24:26.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-14T00:24:26.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-14T00:24:26.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-14T00:24:26.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18692026-07-14T00:24:26.134Z
18702026-07-14T00:24:26.134Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18712026-07-14T00:24:26.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-14T00:24:26.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-14T00:24:26.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-14T00:24:26.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-07-14T00:24:26.539Z
18762026-07-14T00:24:26.539Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18772026-07-14T00:24:26.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-14T00:24:26.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-14T00:24:26.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-14T00:24:26.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18812026-07-14T00:24:26.928Z
18822026-07-14T00:24:26.928Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18832026-07-14T00:24:27.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-14T00:24:27.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-14T00:24:27.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-14T00:24:27.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18872026-07-14T00:24:27.338Z
18882026-07-14T00:24:27.338Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18892026-07-14T00:24:27.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-14T00:24:27.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-14T00:24:27.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-14T00:24:27.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18932026-07-14T00:24:27.772Z
18942026-07-14T00:24:27.772Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
18952026-07-14T00:24:28.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-14T00:24:28.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-14T00:24:28.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-14T00:24:28.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18992026-07-14T00:24:28.114Z
19002026-07-14T00:24:28.114Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19012026-07-14T00:24:28.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-14T00:24:28.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-14T00:24:28.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-14T00:24:28.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19052026-07-14T00:24:28.516Z
19062026-07-14T00:24:28.516Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19072026-07-14T00:24:28.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-14T00:24:28.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-14T00:24:28.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-14T00:24:28.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-07-14T00:24:28.915Z
19122026-07-14T00:24:28.915Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19132026-07-14T00:24:29.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-14T00:24:29.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-14T00:24:29.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-14T00:24:29.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-14T00:24:29.356Z
19182026-07-14T00:24:29.356Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19192026-07-14T00:24:29.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-14T00:24:29.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-14T00:24:29.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-14T00:24:29.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-07-14T00:24:29.728Z
19242026-07-14T00:24:29.728Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19252026-07-14T00:24:30.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-14T00:24:30.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-14T00:24:30.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-14T00:24:30.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-14T00:24:30.239Z
19302026-07-14T00:24:30.239Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19312026-07-14T00:24:30.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-14T00:24:30.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-14T00:24:30.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-14T00:24:30.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19352026-07-14T00:24:30.519Z
19362026-07-14T00:24:30.519Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19372026-07-14T00:24:30.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-14T00:24:30.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-14T00:24:30.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-14T00:24:30.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19412026-07-14T00:24:30.920Z
19422026-07-14T00:24:30.920Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19432026-07-14T00:24:31.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-14T00:24:31.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-14T00:24:31.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-14T00:24:31.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-07-14T00:24:31.319Z
19482026-07-14T00:24:31.319Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19492026-07-14T00:24:36.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-14T00:24:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-14T00:24:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-14T00:24:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19532026-07-14T00:24:36.593Z
19542026-07-14T00:24:36.593Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19552026-07-14T00:24:36.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-14T00:24:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-14T00:24:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-14T00:24:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-07-14T00:24:36.593Z
19602026-07-14T00:24:36.593Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19612026-07-14T00:24:36.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-14T00:24:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-14T00:24:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-14T00:24:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19652026-07-14T00:24:36.593Z
19662026-07-14T00:24:36.594Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19672026-07-14T00:24:36.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-14T00:24:36.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-14T00:24:36.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-14T00:24:36.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-07-14T00:24:36.594Z
19722026-07-14T00:24:36.594Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19732026-07-14T00:24:36.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-14T00:24:36.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-14T00:24:36.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-14T00:24:36.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-07-14T00:24:36.594Z
19782026-07-14T00:24:36.594Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19792026-07-14T00:24:36.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-14T00:24:36.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-14T00:24:36.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-14T00:24:36.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19832026-07-14T00:24:36.594Z
19842026-07-14T00:24:36.594Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19852026-07-14T00:24:36.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-14T00:24:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-14T00:24:36.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-14T00:24:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19892026-07-14T00:24:36.651Z
19902026-07-14T00:24:36.651Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
19912026-07-14T00:24:36.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-14T00:24:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-14T00:24:36.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-14T00:24:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19952026-07-14T00:24:36.651Z
19962026-07-14T00:24:36.651Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
19972026-07-14T00:24:36.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-14T00:24:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-14T00:24:36.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-14T00:24:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-07-14T00:24:36.651Z
20022026-07-14T00:24:36.651Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20032026-07-14T00:24:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-14T00:24:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-14T00:24:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-14T00:24:36.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20072026-07-14T00:24:36.652Z
20082026-07-14T00:24:36.652Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20092026-07-14T00:24:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-14T00:24:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-14T00:24:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-14T00:24:36.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-14T00:24:36.652Z
20142026-07-14T00:24:36.652Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20152026-07-14T00:24:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-14T00:24:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-14T00:24:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-14T00:24:36.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-14T00:24:36.652Z
20202026-07-14T00:24:36.652Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20212026-07-14T00:24:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-14T00:24:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-14T00:24:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-14T00:24:36.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20252026-07-14T00:24:36.652Z
20262026-07-14T00:24:36.652Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20272026-07-14T00:24:36.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-14T00:24:36.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-14T00:24:36.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-14T00:24:36.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20312026-07-14T00:24:36.914Z
20322026-07-14T00:24:36.914Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20332026-07-14T00:24:37.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-14T00:24:37.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-14T00:24:37.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-14T00:24:37.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-14T00:24:37.318Z
20382026-07-14T00:24:37.318Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20392026-07-14T00:24:37.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-14T00:24:37.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-14T00:24:37.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-14T00:24:37.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-07-14T00:24:37.719Z
20442026-07-14T00:24:37.719Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20452026-07-14T00:24:38.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-14T00:24:38.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-14T00:24:38.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-14T00:24:38.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-07-14T00:24:38.120Z
20502026-07-14T00:24:38.120Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20512026-07-14T00:24:38.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-14T00:24:38.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-14T00:24:38.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-14T00:24:38.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20552026-07-14T00:24:38.517Z
20562026-07-14T00:24:38.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20572026-07-14T00:24:38.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-14T00:24:38.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-14T00:24:38.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-14T00:24:38.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20612026-07-14T00:24:38.915Z
20622026-07-14T00:24:38.915Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20632026-07-14T00:24:39.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-14T00:24:39.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-14T00:24:39.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-14T00:24:39.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-14T00:24:39.317Z
20682026-07-14T00:24:39.317Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20692026-07-14T00:24:39.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-14T00:24:39.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-14T00:24:39.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-14T00:24:39.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-07-14T00:24:39.722Z
20742026-07-14T00:24:39.722Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20752026-07-14T00:24:40.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-14T00:24:40.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-14T00:24:40.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-14T00:24:40.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-14T00:24:40.129Z
20802026-07-14T00:24:40.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20812026-07-14T00:24:40.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-14T00:24:40.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-14T00:24:40.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-14T00:24:40.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20852026-07-14T00:24:40.569Z
20862026-07-14T00:24:40.569Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20872026-07-14T00:24:40.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-14T00:24:40.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-14T00:24:40.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-14T00:24:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-14T00:24:40.927Z
20922026-07-14T00:24:40.927Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
20932026-07-14T00:24:41.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-14T00:24:41.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-14T00:24:41.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-14T00:24:41.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20972026-07-14T00:24:41.482Z
20982026-07-14T00:24:41.482Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
20992026-07-14T00:24:41.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-14T00:24:41.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-14T00:24:41.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-14T00:24:41.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-07-14T00:24:42.050Z
21042026-07-14T00:24:42.050Zinfo: running `cargo check --bins` on nexus-config (51/301)
21052026-07-14T00:24:42.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-14T00:24:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-14T00:24:42.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-14T00:24:42.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21092026-07-14T00:24:42.621Z
21102026-07-14T00:24:42.621Zinfo: running `cargo check --bins` on nexus-types (52/301)
21112026-07-14T00:24:43.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-14T00:24:43.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-14T00:24:43.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-14T00:24:43.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21152026-07-14T00:24:43.192Z
21162026-07-14T00:24:43.192Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21172026-07-14T00:24:43.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-14T00:24:43.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-14T00:24:43.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-14T00:24:43.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21212026-07-14T00:24:43.728Z
21222026-07-14T00:24:43.728Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21232026-07-14T00:24:44.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-14T00:24:44.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-14T00:24:44.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-14T00:24:44.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21272026-07-14T00:24:44.242Z
21282026-07-14T00:24:44.242Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21292026-07-14T00:24:44.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-14T00:24:44.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-14T00:24:44.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-14T00:24:44.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21332026-07-14T00:24:44.770Z
21342026-07-14T00:24:44.770Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21352026-07-14T00:24:45.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-14T00:24:45.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-14T00:24:45.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-14T00:24:45.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21392026-07-14T00:24:45.304Z
21402026-07-14T00:24:45.304Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21412026-07-14T00:24:45.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-14T00:24:45.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-14T00:24:45.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-14T00:24:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-14T00:24:45.832Z
21462026-07-14T00:24:45.832Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21472026-07-14T00:24:46.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-14T00:24:46.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-14T00:24:46.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-14T00:24:46.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21512026-07-14T00:24:46.364Z
21522026-07-14T00:24:46.364Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21532026-07-14T00:24:46.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-14T00:24:46.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-14T00:24:46.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-14T00:24:46.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21572026-07-14T00:24:46.874Z
21582026-07-14T00:24:46.874Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21592026-07-14T00:24:47.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-14T00:24:47.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-14T00:24:47.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-14T00:24:47.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21632026-07-14T00:24:47.385Z
21642026-07-14T00:24:47.385Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21652026-07-14T00:24:47.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-14T00:24:47.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-14T00:24:47.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-14T00:24:47.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21692026-07-14T00:24:47.905Z
21702026-07-14T00:24:47.905Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21712026-07-14T00:24:48.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-14T00:24:48.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-14T00:24:48.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-14T00:24:48.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21752026-07-14T00:24:48.408Z
21762026-07-14T00:24:48.408Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21772026-07-14T00:24:48.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-14T00:24:48.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-14T00:24:48.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-14T00:24:48.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21812026-07-14T00:24:48.932Z
21822026-07-14T00:24:48.933Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21832026-07-14T00:24:49.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-14T00:24:49.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-14T00:24:49.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-14T00:24:49.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21872026-07-14T00:24:49.461Z
21882026-07-14T00:24:49.461Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21892026-07-14T00:24:49.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-14T00:24:49.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-14T00:24:49.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-14T00:24:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21932026-07-14T00:24:49.975Z
21942026-07-14T00:24:49.975Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
21952026-07-14T00:24:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-14T00:24:50.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-14T00:24:50.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-14T00:24:50.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21992026-07-14T00:24:50.493Z
22002026-07-14T00:24:50.493Zinfo: running `cargo check --bins` on ereport-types (67/301)
22012026-07-14T00:24:50.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-14T00:24:50.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-14T00:24:50.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-14T00:24:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22052026-07-14T00:24:51.017Z
22062026-07-14T00:24:51.018Zinfo: running `cargo check --bins` on gateway-client (68/301)
22072026-07-14T00:24:51.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-14T00:24:51.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-14T00:24:51.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-14T00:24:51.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22112026-07-14T00:24:51.544Z
22122026-07-14T00:24:51.544Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22132026-07-14T00:24:52.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-14T00:24:52.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-14T00:24:52.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-14T00:24:52.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22172026-07-14T00:24:52.069Z
22182026-07-14T00:24:52.069Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22192026-07-14T00:24:52.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-14T00:24:52.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-14T00:24:52.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-14T00:24:52.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22232026-07-14T00:24:52.586Z
22242026-07-14T00:24:52.586Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22252026-07-14T00:24:53.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-14T00:24:53.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-14T00:24:53.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-14T00:24:53.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22292026-07-14T00:24:53.109Z
22302026-07-14T00:24:53.109Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22312026-07-14T00:24:53.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-14T00:24:53.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-14T00:24:53.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-14T00:24:53.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22352026-07-14T00:24:53.630Z
22362026-07-14T00:24:53.630Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22372026-07-14T00:24:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-14T00:24:54.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-14T00:24:54.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-14T00:24:54.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22412026-07-14T00:24:54.178Z
22422026-07-14T00:24:54.178Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22432026-07-14T00:24:54.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-14T00:24:54.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-14T00:24:54.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-14T00:24:54.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-14T00:24:54.724Z
22482026-07-14T00:24:54.724Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22492026-07-14T00:24:55.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-14T00:24:55.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-14T00:24:55.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-14T00:24:55.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22532026-07-14T00:24:55.236Z
22542026-07-14T00:24:55.237Zinfo: running `cargo check --bins` on oxlog (76/301)
22552026-07-14T00:24:55.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-14T00:24:55.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-14T00:24:55.797Z Checking cfg-if v1.0.4
22582026-07-14T00:24:55.800Z Checking libc v0.2.185
22592026-07-14T00:24:55.800Z Checking serde_core v1.0.228
22602026-07-14T00:24:55.908Z Checking memchr v2.8.0
22612026-07-14T00:24:55.908Z Checking zeroize v1.8.2
22622026-07-14T00:24:55.922Z Checking log v0.4.29
22632026-07-14T00:24:55.925Z Checking smallvec v1.15.1
22642026-07-14T00:24:55.944Z Checking subtle v2.6.1
22652026-07-14T00:24:55.953Z Checking itoa v1.0.17
22662026-07-14T00:24:56.049Z Checking scopeguard v1.2.0
22672026-07-14T00:24:56.083Z Checking stable_deref_trait v1.2.1
22682026-07-14T00:24:56.083Z Checking typenum v1.20.1
22692026-07-14T00:24:56.106Z Checking zerofrom v0.1.6
22702026-07-14T00:24:56.122Z Checking pin-project-lite v0.2.17
22712026-07-14T00:24:56.145Z Checking lock_api v0.4.14
22722026-07-14T00:24:56.162Z Checking portable-atomic v1.13.1
22732026-07-14T00:24:56.207Z Checking critical-section v1.2.0
22742026-07-14T00:24:56.219Z Checking yoke v0.8.1
22752026-07-14T00:24:56.286Z Checking futures-core v0.3.32
22762026-07-14T00:24:56.299Z Checking errno v0.3.14
22772026-07-14T00:24:56.302Z Checking getrandom v0.2.17
22782026-07-14T00:24:56.349Z Checking parking_lot_core v0.9.12
22792026-07-14T00:24:56.380Z Checking zerovec v0.11.5
22802026-07-14T00:24:56.403Z Checking mio v1.2.0
22812026-07-14T00:24:56.440Z Checking signal-hook-registry v1.4.8
22822026-07-14T00:24:56.476Z Checking rand_core v0.6.4
22832026-07-14T00:24:56.533Z Checking parking_lot v0.12.5
22842026-07-14T00:24:56.566Z Checking once_cell v1.21.3
22852026-07-14T00:24:56.596Z Checking zerocopy v0.8.40
22862026-07-14T00:24:56.650Z Checking const-oid v0.9.6
22872026-07-14T00:24:56.687Z Checking zmij v1.0.21
22882026-07-14T00:24:56.715Z Checking rand_core v0.10.0
22892026-07-14T00:24:56.736Z Checking socket2 v0.6.3
22902026-07-14T00:24:56.809Z Checking tinystr v0.8.2
22912026-07-14T00:24:56.821Z Checking generic-array v0.14.7
22922026-07-14T00:24:56.848Z Checking getrandom v0.4.1
22932026-07-14T00:24:56.885Z Checking libm v0.2.16
22942026-07-14T00:24:56.971Z Checking equivalent v1.0.2
22952026-07-14T00:24:56.983Z Checking litemap v0.8.1
22962026-07-14T00:24:56.995Z Checking writeable v0.6.2
22972026-07-14T00:24:57.052Z Checking percent-encoding v2.3.2
22982026-07-14T00:24:57.152Z Checking icu_locale_core v2.1.1
22992026-07-14T00:24:57.166Z Checking potential_utf v0.1.4
23002026-07-14T00:24:57.190Z Checking zerotrie v0.2.3
23012026-07-14T00:24:57.273Z Checking futures-sink v0.3.32
23022026-07-14T00:24:57.287Z Checking icu_collections v2.1.1
23032026-07-14T00:24:57.336Z Checking futures-task v0.3.32
23042026-07-14T00:24:57.368Z Checking futures-channel v0.3.32
23052026-07-14T00:24:57.390Z Checking serde v1.0.228
23062026-07-14T00:24:57.426Z Checking bitflags v2.11.0
23072026-07-14T00:24:57.469Z Checking serde_json v1.0.150
23082026-07-14T00:24:57.554Z Checking futures-io v0.3.32
23092026-07-14T00:24:57.574Z Checking num-traits v0.2.19
23102026-07-14T00:24:57.590Z Checking slab v0.4.12
23112026-07-14T00:24:57.601Z Checking icu_normalizer_data v2.1.1
23122026-07-14T00:24:57.663Z Checking icu_properties_data v2.1.2
23132026-07-14T00:24:57.676Z Checking hashbrown v0.17.0
23142026-07-14T00:24:57.701Z Checking icu_provider v2.1.1
23152026-07-14T00:24:57.741Z Checking futures-util v0.3.32
23162026-07-14T00:24:57.786Z Checking block-buffer v0.10.4
23172026-07-14T00:24:57.798Z Checking bytes v1.11.1
23182026-07-14T00:24:57.921Z Checking crypto-common v0.1.7
23192026-07-14T00:24:57.933Z Checking icu_properties v2.1.2
23202026-07-14T00:24:58.041Z Checking icu_normalizer v2.1.1
23212026-07-14T00:24:58.090Z Checking digest v0.10.7
23222026-07-14T00:24:58.130Z Checking indexmap v2.14.0
23232026-07-14T00:24:58.142Z Checking utf8_iter v1.0.4
23242026-07-14T00:24:58.237Z Checking tokio v1.52.1
23252026-07-14T00:24:58.259Z Checking form_urlencoded v1.2.2
23262026-07-14T00:24:58.282Z Checking getrandom v0.3.4
23272026-07-14T00:24:58.422Z Checking byteorder v1.5.0
23282026-07-14T00:24:58.429Z Checking fnv v1.0.7
23292026-07-14T00:24:58.429Z Checking rand_core v0.9.5
23302026-07-14T00:24:58.473Z Checking http v1.4.2
23312026-07-14T00:24:58.543Z Checking regex-syntax v0.8.10
23322026-07-14T00:24:58.603Z Checking base64ct v1.8.3
23332026-07-14T00:24:58.693Z Checking rustix v1.1.3
23342026-07-14T00:24:58.752Z Checking idna_adapter v1.2.1
23352026-07-14T00:24:58.841Z Checking pem-rfc7468 v0.7.0
23362026-07-14T00:24:58.870Z Checking idna v1.1.0
23372026-07-14T00:24:59.006Z Checking uuid v1.23.4
23382026-07-14T00:24:59.054Z Checking tracing-core v0.1.36
23392026-07-14T00:24:59.141Z Checking url v2.5.8
23402026-07-14T00:24:59.361Z Checking flagset v0.4.7
23412026-07-14T00:24:59.423Z Checking base64 v0.22.1
23422026-07-14T00:24:59.432Z Checking ppv-lite86 v0.2.21
23432026-07-14T00:24:59.467Z Checking iana-time-zone v0.1.65
23442026-07-14T00:24:59.526Z Checking der v0.7.10
23452026-07-14T00:24:59.547Z Checking chrono v0.4.45
23462026-07-14T00:24:59.572Z Checking tracing v0.1.44
23472026-07-14T00:24:59.594Z Checking http-body v1.0.1
23482026-07-14T00:24:59.689Z Checking rustls-pki-types v1.14.0
23492026-07-14T00:24:59.741Z Checking rand_chacha v0.9.0
23502026-07-14T00:24:59.760Z Checking tinyvec_macros v0.1.1
23512026-07-14T00:24:59.771Z Checking cmov v0.5.4
23522026-07-14T00:24:59.787Z Checking openssl-probe v0.2.1
23532026-07-14T00:24:59.876Z Checking tinyvec v1.10.0
23542026-07-14T00:24:59.894Z Checking rand v0.9.2
23552026-07-14T00:24:59.927Z Checking aws-lc-sys v0.40.0
23562026-07-14T00:24:59.961Z Checking ctutils v0.4.2
23572026-07-14T00:24:59.980Z Checking atomic-waker v1.1.2
23582026-07-14T00:25:00.088Z Checking try-lock v0.2.5
23592026-07-14T00:25:00.157Z Checking untrusted v0.7.1
23602026-07-14T00:25:00.166Z Checking tower-service v0.3.3
23612026-07-14T00:25:00.192Z Checking tower-layer v0.3.3
23622026-07-14T00:25:00.255Z Checking spki v0.7.3
23632026-07-14T00:25:00.268Z Checking want v0.3.1
23642026-07-14T00:25:00.269Z Checking hybrid-array v0.4.13
23652026-07-14T00:25:00.407Z Checking ipnet v2.11.0
23662026-07-14T00:25:00.441Z Checking httparse v1.10.1
23672026-07-14T00:25:00.442Z Checking aho-corasick v1.1.4
23682026-07-14T00:25:00.442Z Checking aws-lc-rs v1.16.3
23692026-07-14T00:25:00.442Z Checking dyn-clone v1.0.20
23702026-07-14T00:25:00.442Z Checking plain v0.2.3
23712026-07-14T00:25:00.536Z Checking utf8parse v0.2.2
23722026-07-14T00:25:00.555Z Checking fastrand v2.3.0
23732026-07-14T00:25:00.577Z Checking untrusted v0.9.0
23742026-07-14T00:25:00.584Z Checking cpufeatures v0.2.17
23752026-07-14T00:25:00.601Z Checking foreign-types-shared v0.1.1
23762026-07-14T00:25:00.683Z Checking httpdate v1.0.3
23772026-07-14T00:25:00.701Z Checking pkcs8 v0.10.2
23782026-07-14T00:25:00.702Z Checking foreign-types v0.3.2
23792026-07-14T00:25:00.711Z Checking tempfile v3.25.0
23802026-07-14T00:25:00.752Z Checking unicode-normalization v0.1.25
23812026-07-14T00:25:00.793Z Checking semver v1.0.28
23822026-07-14T00:25:00.825Z Checking openssl-sys v0.9.115
23832026-07-14T00:25:00.885Z Checking spin v0.9.8
23842026-07-14T00:25:01.004Z Checking anstyle v1.0.14
23852026-07-14T00:25:01.034Z Checking unicode-ident v1.0.24
23862026-07-14T00:25:01.039Z Checking regex-automata v0.4.14
23872026-07-14T00:25:01.074Z Checking ucd-trie v0.1.7
23882026-07-14T00:25:01.140Z Checking proc-macro2 v1.0.106
23892026-07-14T00:25:01.154Z Checking schemars v0.8.22
23902026-07-14T00:25:01.175Z Checking sha2 v0.10.9
23912026-07-14T00:25:01.193Z Checking openssl v0.10.79
23922026-07-14T00:25:01.204Z Checking pest v2.8.6
23932026-07-14T00:25:01.223Z Checking rustls-webpki v0.103.13
23942026-07-14T00:25:01.452Z Checking hmac v0.12.1
23952026-07-14T00:25:01.460Z Checking thiserror v2.0.18
23962026-07-14T00:25:01.502Z Checking tokio-util v0.7.18
23972026-07-14T00:25:01.562Z Checking sync_wrapper v1.0.2
23982026-07-14T00:25:01.581Z Checking wait-timeout v0.2.1
23992026-07-14T00:25:01.643Z Checking rustls v0.23.41
24002026-07-14T00:25:01.661Z Checking is_terminal_polyfill v1.70.2
24012026-07-14T00:25:01.699Z Checking anstyle-query v1.1.5
24022026-07-14T00:25:01.818Z Checking powerfmt v0.2.0
24032026-07-14T00:25:01.831Z Checking siphasher v1.0.2
24042026-07-14T00:25:01.831Z Checking colorchoice v1.0.4
24052026-07-14T00:25:01.896Z Checking quick-error v1.2.3
24062026-07-14T00:25:01.931Z Checking pretty-hex v0.4.1
24072026-07-14T00:25:01.964Z Checking simd-adler32 v0.3.8
24082026-07-14T00:25:02.017Z Checking bit-vec v0.8.0
24092026-07-14T00:25:02.022Z Checking rusty-fork v0.3.1
24102026-07-14T00:25:02.102Z Checking deranged v0.5.8
24112026-07-14T00:25:02.123Z Checking h2 v0.4.15
24122026-07-14T00:25:02.178Z Checking bit-set v0.8.0
24132026-07-14T00:25:02.200Z Checking tower v0.5.3
24142026-07-14T00:25:02.257Z Checking quote v1.0.45
24152026-07-14T00:25:02.322Z Compiling newtype-uuid v1.3.2
24162026-07-14T00:25:02.427Z Checking http-body-util v0.1.3
24172026-07-14T00:25:02.501Z Checking crossbeam-utils v0.8.21
24182026-07-14T00:25:02.572Z Checking rand_xorshift v0.4.0
24192026-07-14T00:25:02.643Z Checking crc32fast v1.5.0
24202026-07-14T00:25:02.688Z Checking scroll v0.13.0
24212026-07-14T00:25:02.782Z Checking num_threads v0.1.7
24222026-07-14T00:25:02.837Z Checking ryu v1.0.23
24232026-07-14T00:25:02.867Z Checking unicode-bidi v0.3.18
24242026-07-14T00:25:02.881Z Checking allocator-api2 v0.2.21
24252026-07-14T00:25:02.914Z Checking num-conv v0.2.0
24262026-07-14T00:25:02.968Z Checking unarray v0.1.4
24272026-07-14T00:25:03.019Z Checking adler2 v2.0.1
24282026-07-14T00:25:03.031Z Checking time-core v0.1.8
24292026-07-14T00:25:03.070Z Checking iri-string v0.7.10
24302026-07-14T00:25:03.127Z Checking unicode-properties v0.1.4
24312026-07-14T00:25:03.160Z Checking miniz_oxide v0.8.9
24322026-07-14T00:25:03.160Z Checking proptest v1.10.0
24332026-07-14T00:25:03.181Z Checking time v0.3.47
24342026-07-14T00:25:03.208Z Checking native-tls v0.2.18
24352026-07-14T00:25:03.306Z Checking stringprep v0.1.5
24362026-07-14T00:25:03.386Z Checking tokio-native-tls v0.3.1
24372026-07-14T00:25:03.461Z Checking serde_urlencoded v0.7.1
24382026-07-14T00:25:03.512Z Checking goblin v0.10.5
24392026-07-14T00:25:03.540Z Checking bstr v1.12.1
24402026-07-14T00:25:03.683Z Checking crossbeam-epoch v0.9.18
24412026-07-14T00:25:03.882Z Compiling daft v0.1.7
24422026-07-14T00:25:03.910Z Checking syn v2.0.117
24432026-07-14T00:25:03.931Z Checking ipnetwork v0.21.1
24442026-07-14T00:25:04.096Z Checking tower-http v0.6.8
24452026-07-14T00:25:04.155Z Checking crypto-common v0.2.2
24462026-07-14T00:25:04.168Z Checking block-padding v0.4.2
24472026-07-14T00:25:04.304Z Checking block-buffer v0.12.1
24482026-07-14T00:25:04.336Z Checking anstyle-parse v1.0.0
24492026-07-14T00:25:04.371Z Checking rustls-native-certs v0.8.3
24502026-07-14T00:25:04.463Z Checking rand_chacha v0.3.1
24512026-07-14T00:25:04.482Z Checking thiserror v1.0.69
24522026-07-14T00:25:04.499Z Checking scroll v0.12.0
24532026-07-14T00:25:04.579Z Checking hash32 v0.2.1
24542026-07-14T00:25:04.669Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-07-14T00:25:04.720Z Checking signature v2.2.0
24562026-07-14T00:25:04.736Z Checking md-5 v0.10.6
24572026-07-14T00:25:04.749Z Checking num-integer v0.1.46
24582026-07-14T00:25:04.777Z Checking toml_datetime v0.6.11
24592026-07-14T00:25:04.848Z Checking serde_spanned v0.6.9
24602026-07-14T00:25:04.870Z Checking encoding_rs v0.8.35
24612026-07-14T00:25:04.950Z Checking hyper v1.10.1
24622026-07-14T00:25:04.963Z Checking mime v0.3.17
24632026-07-14T00:25:04.976Z Checking psl-types v2.0.11
24642026-07-14T00:25:04.976Z Checking zlib-rs v0.6.2
24652026-07-14T00:25:05.003Z Checking fallible-iterator v0.2.0
24662026-07-14T00:25:05.088Z Checking publicsuffix v2.3.0
24672026-07-14T00:25:05.247Z Checking num-iter v0.1.45
24682026-07-14T00:25:05.271Z Checking postgres-protocol v0.6.10
24692026-07-14T00:25:05.284Z Checking zstd-safe v7.2.4
24702026-07-14T00:25:05.354Z Checking heapless v0.7.17
24712026-07-14T00:25:05.443Z Checking goblin v0.8.2
24722026-07-14T00:25:05.579Z Checking rand v0.8.6
24732026-07-14T00:25:05.764Z Checking anstream v1.0.0
24742026-07-14T00:25:05.800Z Compiling iddqd v0.4.2
24752026-07-14T00:25:05.856Z Checking flate2 v1.1.9
24762026-07-14T00:25:05.859Z Checking dof v0.4.0
24772026-07-14T00:25:05.879Z Checking hyper-util v0.1.20
24782026-07-14T00:25:05.955Z Checking cookie v0.18.1
24792026-07-14T00:25:06.102Z Checking inout v0.2.2
24802026-07-14T00:25:06.150Z Checking oxnet v0.1.6
24812026-07-14T00:25:06.173Z Checking tokio-rustls v0.26.4
24822026-07-14T00:25:06.187Z Checking dtrace-parser v0.3.0
24832026-07-14T00:25:06.245Z Checking phf_shared v0.13.1
24842026-07-14T00:25:06.397Z Checking lazy_static v1.5.0
24852026-07-14T00:25:06.401Z Checking anstyle-parse v0.2.7
24862026-07-14T00:25:06.424Z Checking pin-project v1.1.11
24872026-07-14T00:25:06.438Z Checking zerocopy v0.7.35
24882026-07-14T00:25:06.487Z Checking bzip2-sys v0.1.13+1.0.8
24892026-07-14T00:25:06.499Z Checking signal-hook v0.3.18
24902026-07-14T00:25:06.511Z Checking futures-executor v0.3.32
24912026-07-14T00:25:06.557Z Checking terminal_size v0.4.3
24922026-07-14T00:25:06.571Z Checking hex v0.4.3
24932026-07-14T00:25:06.655Z Checking ff v0.13.1
24942026-07-14T00:25:06.670Z Checking thread-id v5.1.0
24952026-07-14T00:25:06.680Z Checking either v1.15.0
24962026-07-14T00:25:06.742Z Checking strsim v0.11.1
24972026-07-14T00:25:06.779Z Compiling rayon-core v1.13.0
24982026-07-14T00:25:06.791Z Checking foldhash v0.2.0
24992026-07-14T00:25:06.862Z Checking clap_lex v1.0.0
25002026-07-14T00:25:06.903Z Checking libbz2-rs-sys v0.2.2
25012026-07-14T00:25:06.916Z Checking same-file v1.0.6
25022026-07-14T00:25:06.942Z Checking bumpalo v3.20.2
25032026-07-14T00:25:06.970Z Checking foldhash v0.1.5
25042026-07-14T00:25:07.013Z Checking bitflags v1.3.2
25052026-07-14T00:25:07.029Z Checking winnow v0.5.40
25062026-07-14T00:25:07.063Z Checking managed v0.8.0
25072026-07-14T00:25:07.082Z Checking base16ct v0.2.0
25082026-07-14T00:25:07.099Z Checking hashbrown v0.15.5
25092026-07-14T00:25:07.137Z Checking zopfli v0.8.3
25102026-07-14T00:25:07.151Z Checking hyper-tls v0.6.0
25112026-07-14T00:25:07.204Z Checking sec1 v0.7.3
25122026-07-14T00:25:07.245Z Checking smoltcp v0.9.1
25132026-07-14T00:25:07.291Z Checking bzip2 v0.6.1
25142026-07-14T00:25:07.316Z Checking reqwest v0.12.28
25152026-07-14T00:25:07.343Z Checking dof v0.3.0
25162026-07-14T00:25:07.404Z Checking hyper-rustls v0.27.7
25172026-07-14T00:25:07.448Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-07-14T00:25:07.462Z Checking walkdir v2.5.0
25192026-07-14T00:25:07.553Z Checking clap_builder v4.6.0
25202026-07-14T00:25:07.631Z Checking hashbrown v0.16.1
25212026-07-14T00:25:07.640Z Checking group v0.13.0
25222026-07-14T00:25:07.654Z Checking usdt-impl v0.6.0
25232026-07-14T00:25:07.668Z Checking signal-hook-mio v0.2.5
25242026-07-14T00:25:07.771Z Checking futures v0.3.32
25252026-07-14T00:25:07.786Z Checking bzip2 v0.4.4
25262026-07-14T00:25:07.831Z Checking anstream v0.6.21
25272026-07-14T00:25:07.847Z Checking snafu v0.8.9
25282026-07-14T00:25:07.929Z Checking num-bigint-dig v0.8.6
25292026-07-14T00:25:07.942Z Checking phf v0.13.1
25302026-07-14T00:25:08.063Z Checking cipher v0.5.2
25312026-07-14T00:25:08.077Z Checking cookie_store v0.22.1
25322026-07-14T00:25:08.089Z Checking postgres-types v0.2.12
25332026-07-14T00:25:08.123Z Checking zstd v0.13.3
25342026-07-14T00:25:08.184Z Checking toml_edit v0.19.15
25352026-07-14T00:25:08.334Z Checking ed25519 v2.2.3
25362026-07-14T00:25:08.353Z Checking dtrace-parser v0.2.0
25372026-07-14T00:25:08.353Z Checking rustls-platform-verifier v0.6.2
25382026-07-14T00:25:08.393Z Checking globset v0.4.18
25392026-07-14T00:25:08.406Z Checking crossbeam-deque v0.8.6
25402026-07-14T00:25:08.436Z Checking regex v1.12.3
25412026-07-14T00:25:08.439Z Checking phf_shared v0.11.3
25422026-07-14T00:25:08.521Z Checking hkdf v0.12.4
25432026-07-14T00:25:08.573Z Checking olpc-cjson v0.1.4
25442026-07-14T00:25:08.591Z Checking curve25519-dalek v4.1.3
25452026-07-14T00:25:08.647Z Checking ref-cast v1.0.25
25462026-07-14T00:25:08.669Z Checking strum v0.27.2
25472026-07-14T00:25:08.715Z Checking pkcs1 v0.7.5
25482026-07-14T00:25:08.739Z Checking hubpack v0.1.2
25492026-07-14T00:25:08.752Z Checking memoffset v0.9.1
25502026-07-14T00:25:08.764Z Checking rustix v0.38.44
25512026-07-14T00:25:08.775Z Checking pem v3.0.6
25522026-07-14T00:25:08.812Z Checking float-cmp v0.10.0
25532026-07-14T00:25:08.825Z Checking serde-big-array v0.5.1
25542026-07-14T00:25:08.900Z Checking erased-serde v0.3.31
25552026-07-14T00:25:08.925Z Checking serde_plain v1.0.2
25562026-07-14T00:25:08.928Z Checking crypto-bigint v0.5.5
25572026-07-14T00:25:08.946Z Checking thread-id v4.2.2
25582026-07-14T00:25:08.958Z Checking memmap2 v0.9.10
25592026-07-14T00:25:09.022Z Checking env_filter v1.0.0
25602026-07-14T00:25:09.072Z Checking normalize-line-endings v0.3.0
25612026-07-14T00:25:09.120Z Checking precomputed-hash v0.1.1
25622026-07-14T00:25:09.160Z Checking new_debug_unreachable v1.0.6
25632026-07-14T00:25:09.172Z Checking cpufeatures v0.3.0
25642026-07-14T00:25:09.202Z Checking predicates-core v1.0.10
25652026-07-14T00:25:09.226Z Checking const-oid v0.10.2
25662026-07-14T00:25:09.239Z Checking difflib v0.4.0
25672026-07-14T00:25:09.279Z Checking jiff v0.2.21
25682026-07-14T00:25:09.291Z Checking winnow v0.7.14
25692026-07-14T00:25:09.318Z Checking unicode-segmentation v1.12.0
25702026-07-14T00:25:09.379Z Checking toml_write v0.1.2
25712026-07-14T00:25:09.391Z Checking keccak v0.1.6
25722026-07-14T00:25:09.407Z Checking winnow v1.0.3
25732026-07-14T00:25:09.544Z Checking whoami v2.1.0
25742026-07-14T00:25:09.555Z Checking data-encoding v2.10.0
25752026-07-14T00:25:09.558Z Checking static_assertions v1.1.0
25762026-07-14T00:25:09.629Z Checking fixedbitset v0.5.7
25772026-07-14T00:25:09.641Z Checking typed-path v0.9.3
25782026-07-14T00:25:09.695Z Checking fixedbitset v0.4.2
25792026-07-14T00:25:09.734Z Checking tokio-postgres v0.7.16
25802026-07-14T00:25:09.820Z Checking petgraph v0.8.3
25812026-07-14T00:25:09.820Z Checking hickory-proto v0.25.2
25822026-07-14T00:25:09.844Z Checking petgraph v0.6.5
25832026-07-14T00:25:09.850Z Checking elliptic-curve v0.13.8
25842026-07-14T00:25:10.158Z Checking toml_parser v1.1.2+spec-1.1.0
25852026-07-14T00:25:10.416Z Checking tough v0.22.0
25862026-07-14T00:25:10.483Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-07-14T00:25:10.486Z Checking toml_edit v0.22.27
25882026-07-14T00:25:11.003Z Checking similar v2.7.0
25892026-07-14T00:25:11.087Z Checking crossterm v0.28.1
25902026-07-14T00:25:11.379Z Checking sha3 v0.10.8
25912026-07-14T00:25:11.453Z Checking predicates v3.1.4
25922026-07-14T00:25:11.490Z Checking zip v4.6.1
25932026-07-14T00:25:11.580Z Checking ed25519-dalek v2.2.0
25942026-07-14T00:25:11.593Z Checking digest v0.11.3
25952026-07-14T00:25:11.685Z Checking slog v2.8.2
25962026-07-14T00:25:11.772Z Checking toml v0.7.8
25972026-07-14T00:25:11.790Z Checking chacha20 v0.10.0
25982026-07-14T00:25:11.806Z Checking string_cache v0.8.9
25992026-07-14T00:25:11.953Z Checking env_logger v0.11.9
26002026-07-14T00:25:11.972Z Checking usdt v0.6.0
26012026-07-14T00:25:12.037Z Checking usdt-impl v0.5.0
26022026-07-14T00:25:12.069Z Checking rsa v0.9.10
26032026-07-14T00:25:12.082Z Checking nix v0.31.2
26042026-07-14T00:25:12.137Z Checking clap v4.6.1
26052026-07-14T00:25:12.314Z Checking reqwest v0.13.2
26062026-07-14T00:25:12.428Z Checking zip v0.6.6
26072026-07-14T00:25:12.534Z Checking itertools v0.13.0
26082026-07-14T00:25:12.561Z Checking serde_with v3.17.0
26092026-07-14T00:25:12.584Z Checking strum v0.26.3
26102026-07-14T00:25:12.696Z Checking fs-err v3.3.0
26112026-07-14T00:25:12.742Z Checking ahash v0.8.12
26122026-07-14T00:25:12.755Z Checking object v0.37.3
26132026-07-14T00:25:12.934Z Checking tokio-stream v0.1.18
26142026-07-14T00:25:12.992Z Checking buf-list v1.1.2
26152026-07-14T00:25:13.055Z Checking camino v1.2.2
26162026-07-14T00:25:13.161Z Checking anyhow v1.0.102
26172026-07-14T00:25:13.173Z Checking x509-cert v0.2.5
26182026-07-14T00:25:13.271Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26192026-07-14T00:25:13.298Z Checking openapiv3 v2.2.0
26202026-07-14T00:25:13.318Z Checking lalrpop-util v0.19.12
26212026-07-14T00:25:13.356Z Checking peg-runtime v0.8.5
26222026-07-14T00:25:13.475Z Checking rayon v1.11.0
26232026-07-14T00:25:13.495Z Checking sigpipe v0.1.3
26242026-07-14T00:25:13.524Z Checking glob v0.3.3
26252026-07-14T00:25:14.985Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-07-14T00:25:15.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s
26272026-07-14T00:25:15.412Z
26282026-07-14T00:25:15.412Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26292026-07-14T00:25:15.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-07-14T00:25:15.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-07-14T00:25:15.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-07-14T00:25:15.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26332026-07-14T00:25:15.980Z
26342026-07-14T00:25:15.980Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26352026-07-14T00:25:16.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-07-14T00:25:16.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-07-14T00:25:16.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-07-14T00:25:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26392026-07-14T00:25:16.459Z
26402026-07-14T00:25:16.459Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26412026-07-14T00:25:16.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-14T00:25:16.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-14T00:25:16.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-14T00:25:16.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26452026-07-14T00:25:17.000Z
26462026-07-14T00:25:17.000Zinfo: running `cargo check --bins` on oxql-types (80/301)
26472026-07-14T00:25:17.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-14T00:25:17.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-14T00:25:17.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-14T00:25:17.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-07-14T00:25:17.526Z
26522026-07-14T00:25:17.526Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26532026-07-14T00:25:17.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-14T00:25:17.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-14T00:25:17.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-14T00:25:17.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26572026-07-14T00:25:18.056Z
26582026-07-14T00:25:18.056Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26592026-07-14T00:25:18.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-14T00:25:18.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-14T00:25:18.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-14T00:25:18.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26632026-07-14T00:25:18.584Z
26642026-07-14T00:25:18.584Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26652026-07-14T00:25:19.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-14T00:25:19.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-14T00:25:19.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-14T00:25:19.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26692026-07-14T00:25:19.096Z
26702026-07-14T00:25:19.096Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26712026-07-14T00:25:19.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-14T00:25:19.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-14T00:25:19.725Z Compiling structmeta-derive v0.3.0
26742026-07-14T00:25:19.841Z Compiling multer v3.1.0
26752026-07-14T00:25:19.852Z Compiling async-stream-impl v0.3.6
26762026-07-14T00:25:19.855Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-07-14T00:25:19.870Z Compiling dropshot v0.17.1
26782026-07-14T00:25:19.885Z Compiling newtype-uuid-macros v0.1.0
26792026-07-14T00:25:19.889Z Compiling dropshot_endpoint v0.17.1
26802026-07-14T00:25:19.910Z Checking newtype-uuid v1.3.2
26812026-07-14T00:25:20.082Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-07-14T00:25:20.099Z Checking daft v0.1.7
26832026-07-14T00:25:20.122Z Checking thread_local v1.1.9
26842026-07-14T00:25:20.242Z Checking compression-core v0.4.31
26852026-07-14T00:25:20.317Z Checking match_cfg v0.1.0
26862026-07-14T00:25:20.332Z Checking iddqd v0.4.2
26872026-07-14T00:25:20.366Z Checking compression-codecs v0.4.37
26882026-07-14T00:25:20.383Z Checking hostname v0.3.1
26892026-07-14T00:25:20.440Z Checking crossbeam-channel v0.5.15
26902026-07-14T00:25:20.476Z Checking atomicwrites v0.4.4
26912026-07-14T00:25:20.569Z Checking slog-json v2.6.1
26922026-07-14T00:25:20.569Z Checking serde_spanned v1.1.1
26932026-07-14T00:25:20.597Z Checking is-terminal v0.4.17
26942026-07-14T00:25:20.646Z Checking toml_datetime v1.1.1+spec-1.1.0
26952026-07-14T00:25:20.658Z Checking toml_writer v1.1.1+spec-1.1.0
26962026-07-14T00:25:20.670Z Checking debug-ignore v1.0.5
26972026-07-14T00:25:20.681Z Checking take_mut v0.2.2
26982026-07-14T00:25:20.763Z Checking term v1.2.1
26992026-07-14T00:25:20.776Z Checking slog-bunyan v2.5.0
27002026-07-14T00:25:20.788Z Checking slog-async v2.8.0
27012026-07-14T00:25:20.831Z Checking async-compression v0.4.41
27022026-07-14T00:25:20.846Z Checking toml v1.1.2+spec-1.1.0
27032026-07-14T00:25:20.882Z Checking async-stream v0.3.6
27042026-07-14T00:25:20.899Z Compiling structmeta v0.3.0
27052026-07-14T00:25:20.959Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27062026-07-14T00:25:20.981Z Checking slog-term v2.9.2
27072026-07-14T00:25:21.007Z Checking progenitor-client v0.14.0
27082026-07-14T00:25:21.062Z Checking sha1 v0.11.0
27092026-07-14T00:25:21.075Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27102026-07-14T00:25:21.113Z Compiling derive-ex v0.1.8
27112026-07-14T00:25:21.209Z Compiling parse-display-derive v0.10.0
27122026-07-14T00:25:21.246Z Checking waitgroup v0.1.2
27132026-07-14T00:25:21.262Z Checking rustls-pemfile v2.2.0
27142026-07-14T00:25:21.267Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-07-14T00:25:21.340Z Checking backon v1.6.0
27162026-07-14T00:25:21.355Z Checking serde_path_to_error v0.1.20
27172026-07-14T00:25:21.395Z Checking hostname v0.4.2
27182026-07-14T00:25:21.421Z Checking instant v0.1.13
27192026-07-14T00:25:21.503Z Checking progenitor-extras v0.2.0
27202026-07-14T00:25:21.506Z Checking backoff v0.4.0
27212026-07-14T00:25:21.638Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-07-14T00:25:21.660Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-07-14T00:25:21.682Z Checking itertools v0.14.0
27242026-07-14T00:25:21.718Z Checking regress v0.10.5
27252026-07-14T00:25:21.862Z Checking macaddr v1.0.1
27262026-07-14T00:25:22.053Z Checking humantime v2.3.0
27272026-07-14T00:25:22.800Z Compiling test-strategy v0.4.5
27282026-07-14T00:25:22.881Z Checking parse-display v0.10.0
27292026-07-14T00:25:23.320Z Compiling prettyplease v0.2.37
27302026-07-14T00:25:23.589Z Checking num-rational v0.4.2
27312026-07-14T00:25:23.816Z Checking num-complex v0.4.6
27322026-07-14T00:25:24.262Z Compiling num v0.4.3
27332026-07-14T00:25:24.338Z Compiling usdt-attr-macro v0.5.0
27342026-07-14T00:25:24.351Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27352026-07-14T00:25:24.385Z Compiling usdt-macro v0.5.0
27362026-07-14T00:25:24.472Z Checking memmap v0.7.0
27372026-07-14T00:25:24.605Z Compiling float-ord v0.3.2
27382026-07-14T00:25:24.742Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27392026-07-14T00:25:24.844Z Compiling convert_case v0.4.0
27402026-07-14T00:25:24.898Z Checking unicode-width v0.2.0
27412026-07-14T00:25:25.123Z Checking newline-converter v0.3.0
27422026-07-14T00:25:25.136Z Checking usdt v0.5.0
27432026-07-14T00:25:25.149Z Checking console v0.15.11
27442026-07-14T00:25:25.202Z Compiling derive_more v0.99.20
27452026-07-14T00:25:25.229Z Compiling toml v0.8.23
27462026-07-14T00:25:25.299Z Compiling minimal-lexical v0.2.1
27472026-07-14T00:25:25.421Z Checking linked-hash-map v0.5.6
27482026-07-14T00:25:25.555Z Compiling nom v7.1.3
27492026-07-14T00:25:25.590Z Checking lru-cache v0.1.2
27502026-07-14T00:25:25.708Z Checking expectorate v1.2.0
27512026-07-14T00:25:26.054Z Checking camino-tempfile v1.4.1
27522026-07-14T00:25:26.177Z Checking hickory-proto v0.24.4
27532026-07-14T00:25:26.214Z Checking phf_shared v0.12.1
27542026-07-14T00:25:26.344Z Compiling slog-dtrace v0.3.0
27552026-07-14T00:25:26.358Z Checking heck v0.5.0
27562026-07-14T00:25:26.551Z Compiling chrono-tz v0.10.4
27572026-07-14T00:25:26.745Z Checking resolv-conf v0.7.6
27582026-07-14T00:25:26.763Z Compiling unicode-xid v0.2.6
27592026-07-14T00:25:26.890Z Compiling const_format_proc_macros v0.2.34
27602026-07-14T00:25:26.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-07-14T00:25:26.999Z Checking phf v0.12.1
27622026-07-14T00:25:27.143Z Checking tokio-dtrace v0.1.1
27632026-07-14T00:25:27.329Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27642026-07-14T00:25:27.391Z Compiling derive-where v1.6.0
27652026-07-14T00:25:27.779Z Checking highway v1.3.0
27662026-07-14T00:25:27.863Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-07-14T00:25:27.876Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27682026-07-14T00:25:27.945Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-07-14T00:25:27.987Z Checking hickory-resolver v0.24.4
27702026-07-14T00:25:28.362Z Checking const_format v0.2.35
27712026-07-14T00:25:28.653Z Checking oxide-tokio-rt v0.1.4
27722026-07-14T00:25:28.786Z Checking qorb v0.4.1
27732026-07-14T00:25:29.051Z Checking gethostname v0.5.0
27742026-07-14T00:25:29.082Z Checking bcs v0.1.6
27752026-07-14T00:25:29.111Z Checking termtree v0.5.1
27762026-07-14T00:25:29.435Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27772026-07-14T00:25:29.487Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27782026-07-14T00:25:29.670Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27792026-07-14T00:25:29.674Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27802026-07-14T00:25:32.509Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-07-14T00:25:34.870Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-07-14T00:25:36.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.85s
27832026-07-14T00:25:37.119Z
27842026-07-14T00:25:37.119Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27852026-07-14T00:25:37.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-07-14T00:25:37.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-07-14T00:25:37.738Z Compiling ar_archive_writer v0.5.1
27882026-07-14T00:25:37.848Z Compiling stacker v0.1.23
27892026-07-14T00:25:37.859Z Compiling cfg_aliases v0.1.1
27902026-07-14T00:25:37.862Z Compiling convert_case v0.10.0
27912026-07-14T00:25:37.865Z Checking unicode-width v0.1.14
27922026-07-14T00:25:37.874Z Compiling proc-macro-error v1.0.4
27932026-07-14T00:25:37.888Z Checking fd-lock v4.0.4
27942026-07-14T00:25:37.888Z Checking nibble_vec v0.1.0
27952026-07-14T00:25:37.909Z Compiling nix v0.28.0
27962026-07-14T00:25:38.007Z Compiling recursive-proc-macro-impl v0.1.1
27972026-07-14T00:25:38.023Z Checking vte v0.14.1
27982026-07-14T00:25:38.119Z Checking bytecount v0.6.9
27992026-07-14T00:25:38.141Z Checking endian-type v0.1.2
28002026-07-14T00:25:38.151Z Compiling derive_more-impl v2.1.1
28012026-07-14T00:25:38.160Z Checking strip-ansi-escapes v0.2.1
28022026-07-14T00:25:38.236Z Compiling tabled_derive v0.7.0
28032026-07-14T00:25:38.249Z Checking papergrid v0.11.0
28042026-07-14T00:25:38.254Z Checking radix_trie v0.2.1
28052026-07-14T00:25:38.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-07-14T00:25:38.401Z Compiling peg-macros v0.8.5
28072026-07-14T00:25:38.451Z Checking winnow v0.6.26
28082026-07-14T00:25:38.681Z Compiling psm v0.1.30
28092026-07-14T00:25:38.842Z Compiling sqlparser_derive v0.5.0
28102026-07-14T00:25:38.846Z Checking nu-ansi-term v0.50.3
28112026-07-14T00:25:38.993Z Checking derive_more v2.1.1
28122026-07-14T00:25:39.063Z Checking unicode_categories v0.1.1
28132026-07-14T00:25:39.077Z Checking home v0.5.12
28142026-07-14T00:25:39.164Z Checking tabled v0.15.0
28152026-07-14T00:25:39.189Z Checking crossterm v0.29.0
28162026-07-14T00:25:39.216Z Checking reedline v0.40.0
28172026-07-14T00:25:39.276Z Checking rustyline v14.0.0
28182026-07-14T00:25:39.472Z Checking recursive v0.1.1
28192026-07-14T00:25:39.588Z Checking display-error-chain v0.2.2
28202026-07-14T00:25:39.626Z Checking sqlparser v0.61.0
28212026-07-14T00:25:39.656Z Checking sqlformat v0.3.5
28222026-07-14T00:25:39.821Z Checking peg v0.8.5
28232026-07-14T00:25:50.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
28242026-07-14T00:25:51.019Z
28252026-07-14T00:25:51.019Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28262026-07-14T00:25:51.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-07-14T00:25:51.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-07-14T00:25:51.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-07-14T00:25:55.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28302026-07-14T00:25:55.301Z
28312026-07-14T00:25:55.301Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28322026-07-14T00:25:55.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-07-14T00:25:55.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-07-14T00:25:55.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-07-14T00:25:58.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28362026-07-14T00:25:58.554Z
28372026-07-14T00:25:58.554Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28382026-07-14T00:25:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-14T00:25:59.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-14T00:25:59.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-14T00:26:02.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28422026-07-14T00:26:02.615Z
28432026-07-14T00:26:02.615Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28442026-07-14T00:26:03.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-14T00:26:03.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-14T00:26:03.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-14T00:26:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28482026-07-14T00:26:06.699Z
28492026-07-14T00:26:06.699Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28502026-07-14T00:26:07.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-14T00:26:07.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-14T00:26:07.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-14T00:26:09.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28542026-07-14T00:26:10.079Z
28552026-07-14T00:26:10.079Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28562026-07-14T00:26:10.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-14T00:26:10.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-14T00:26:10.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-14T00:26:17.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28602026-07-14T00:26:17.225Z
28612026-07-14T00:26:17.225Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28622026-07-14T00:26:17.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-14T00:26:17.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-14T00:26:17.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-14T00:26:17.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28662026-07-14T00:26:17.715Z
28672026-07-14T00:26:17.716Zinfo: running `cargo check --bins` on oximeter (93/301)
28682026-07-14T00:26:18.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-14T00:26:18.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-14T00:26:18.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-07-14T00:26:18.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28722026-07-14T00:26:18.252Z
28732026-07-14T00:26:18.252Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28742026-07-14T00:26:18.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-14T00:26:19.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-14T00:26:19.032Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-07-14T00:26:19.060Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-07-14T00:26:19.060Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-07-14T00:26:19.356Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-07-14T00:26:21.880Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-07-14T00:26:23.085Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-07-14T00:26:23.287Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-07-14T00:26:23.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
28842026-07-14T00:26:24.123Z
28852026-07-14T00:26:24.123Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28862026-07-14T00:26:24.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-14T00:26:24.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-14T00:26:24.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-07-14T00:26:24.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-07-14T00:26:24.642Z
28912026-07-14T00:26:24.642Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
28922026-07-14T00:26:25.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-14T00:26:25.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-14T00:26:25.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-14T00:26:25.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28962026-07-14T00:26:25.213Z
28972026-07-14T00:26:25.213Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
28982026-07-14T00:26:28.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-14T00:26:28.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-14T00:26:28.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-14T00:26:28.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-07-14T00:26:28.861Z
29032026-07-14T00:26:28.861Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29042026-07-14T00:26:28.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-14T00:26:28.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-14T00:26:28.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-14T00:26:28.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-07-14T00:26:28.862Z
29092026-07-14T00:26:28.862Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29102026-07-14T00:26:28.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-14T00:26:28.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-14T00:26:28.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-14T00:26:28.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-14T00:26:28.863Z
29152026-07-14T00:26:28.863Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29162026-07-14T00:26:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-14T00:26:28.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-14T00:26:28.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-14T00:26:28.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-14T00:26:28.863Z
29212026-07-14T00:26:28.863Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29222026-07-14T00:26:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-14T00:26:28.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-14T00:26:28.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-14T00:26:28.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29262026-07-14T00:26:28.864Z
29272026-07-14T00:26:28.864Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29282026-07-14T00:26:28.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-14T00:26:28.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-14T00:26:28.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-14T00:26:28.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-14T00:26:28.864Z
29332026-07-14T00:26:28.864Zinfo: running `cargo check --bins` on update-engine (103/301)
29342026-07-14T00:26:28.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-14T00:26:28.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-14T00:26:28.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-14T00:26:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-07-14T00:26:28.947Z
29392026-07-14T00:26:28.947Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29402026-07-14T00:26:29.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-14T00:26:29.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-14T00:26:29.617Z Compiling crucible-workspace-hack v0.1.0
29432026-07-14T00:26:29.732Z Checking secrecy v0.10.3
29442026-07-14T00:26:29.738Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-07-14T00:26:29.738Z Compiling heapless v0.8.0
29462026-07-14T00:26:29.751Z Compiling ingot-macros v0.1.1
29472026-07-14T00:26:29.761Z Checking hash32 v0.3.1
29482026-07-14T00:26:29.766Z Checking inout v0.1.4
29492026-07-14T00:26:29.783Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-07-14T00:26:29.831Z Compiling smoltcp v0.11.0
29512026-07-14T00:26:29.886Z Checking cipher v0.4.4
29522026-07-14T00:26:29.891Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-07-14T00:26:29.976Z Checking cobs v0.3.0
29542026-07-14T00:26:30.003Z Checking universal-hash v0.5.1
29552026-07-14T00:26:30.027Z Compiling thiserror-impl-no-std v2.0.2
29562026-07-14T00:26:30.080Z Checking half v2.7.1
29572026-07-14T00:26:30.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-14T00:26:30.131Z Checking ciborium-io v0.2.2
29592026-07-14T00:26:30.198Z Checking opaque-debug v0.3.1
29602026-07-14T00:26:30.216Z Checking postcard v1.1.3
29612026-07-14T00:26:30.265Z Checking poly1305 v0.8.0
29622026-07-14T00:26:30.328Z Checking chacha20 v0.9.1
29632026-07-14T00:26:30.342Z Checking ciborium-ll v0.2.2
29642026-07-14T00:26:30.499Z Compiling proc-macro-crate v3.4.0
29652026-07-14T00:26:30.524Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29662026-07-14T00:26:30.527Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29672026-07-14T00:26:30.549Z Checking password-hash v0.5.0
29682026-07-14T00:26:30.772Z Checking blake2 v0.10.6
29692026-07-14T00:26:30.801Z Compiling proc-macro-crate v1.3.1
29702026-07-14T00:26:30.931Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29712026-07-14T00:26:30.946Z Checking aead v0.5.2
29722026-07-14T00:26:31.006Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-14T00:26:31.042Z Compiling num_enum_derive v0.7.6
29742026-07-14T00:26:31.083Z Compiling foreign-types-macros v0.2.3
29752026-07-14T00:26:31.164Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29762026-07-14T00:26:31.204Z Checking foreign-types-shared v0.3.1
29772026-07-14T00:26:31.204Z Checking thiserror-no-std v2.0.2
29782026-07-14T00:26:31.230Z Compiling num_enum_derive v0.5.11
29792026-07-14T00:26:31.293Z Checking vsss-rs v3.3.4
29802026-07-14T00:26:31.307Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29812026-07-14T00:26:31.414Z Checking chacha20poly1305 v0.10.1
29822026-07-14T00:26:31.539Z Checking argon2 v0.5.3
29832026-07-14T00:26:31.693Z Checking foreign-types v0.5.0
29842026-07-14T00:26:31.729Z Checking ciborium v0.2.2
29852026-07-14T00:26:31.887Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-07-14T00:26:31.972Z Checking tabwriter v1.4.1
29872026-07-14T00:26:32.089Z Checking num_enum v0.7.6
29882026-07-14T00:26:32.115Z Checking byte-wrapper v0.1.0
29892026-07-14T00:26:32.139Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-07-14T00:26:32.167Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29912026-07-14T00:26:32.200Z Checking cstr-argument v0.1.2
29922026-07-14T00:26:32.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-07-14T00:26:32.319Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-14T00:26:32.322Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-07-14T00:26:32.408Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-14T00:26:32.464Z Checking num_enum v0.5.11
29972026-07-14T00:26:32.488Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-07-14T00:26:32.562Z Checking ingot-types v0.1.2
29992026-07-14T00:26:32.576Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-14T00:26:32.588Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-07-14T00:26:32.615Z Checking rand v0.10.1
30022026-07-14T00:26:32.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-07-14T00:26:32.678Z Checking indent_write v2.2.0
30042026-07-14T00:26:32.769Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30052026-07-14T00:26:32.779Z Checking colored v3.1.1
30062026-07-14T00:26:32.808Z Compiling zone_cfg_derive v0.3.1
30072026-07-14T00:26:32.861Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-14T00:26:32.917Z Checking ingot v0.1.1
30092026-07-14T00:26:32.942Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-14T00:26:32.970Z Checking itertools v0.12.1
30112026-07-14T00:26:32.983Z Compiling num-derive v0.4.2
30122026-07-14T00:26:33.027Z Checking swrite v0.1.0
30132026-07-14T00:26:33.110Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-07-14T00:26:33.123Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-07-14T00:26:33.280Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30162026-07-14T00:26:33.439Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-07-14T00:26:33.456Z Checking dropshot-api-manager-types v0.7.2
30182026-07-14T00:26:33.475Z Checking smf v0.2.3
30192026-07-14T00:26:33.520Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-07-14T00:26:33.543Z Checking nanorand v0.7.0
30212026-07-14T00:26:33.640Z Checking whoami v1.6.1
30222026-07-14T00:26:33.752Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-07-14T00:26:33.768Z Checking flume v0.11.1
30242026-07-14T00:26:33.959Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30252026-07-14T00:26:34.050Z Checking zone v0.3.1
30262026-07-14T00:26:34.535Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-14T00:26:35.498Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-14T00:26:36.400Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-14T00:26:39.773Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-14T00:26:41.844Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-14T00:26:42.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
30322026-07-14T00:26:43.168Z
30332026-07-14T00:26:43.168Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30342026-07-14T00:26:43.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-14T00:26:43.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-14T00:26:43.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-14T00:26:43.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-07-14T00:26:43.642Z
30392026-07-14T00:26:43.642Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30402026-07-14T00:26:44.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-14T00:26:44.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-14T00:26:44.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-14T00:26:44.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-14T00:26:44.180Z
30452026-07-14T00:26:44.180Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30462026-07-14T00:26:44.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-14T00:26:44.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-14T00:26:44.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-14T00:26:44.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-07-14T00:26:44.713Z
30512026-07-14T00:26:44.713Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30522026-07-14T00:26:45.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-14T00:26:45.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-14T00:26:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-14T00:26:45.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-07-14T00:26:45.256Z
30572026-07-14T00:26:45.256Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30582026-07-14T00:26:45.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-14T00:26:45.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-14T00:26:45.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-14T00:26:45.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-14T00:26:45.794Z
30632026-07-14T00:26:45.794Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30642026-07-14T00:26:46.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-14T00:26:46.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-14T00:26:46.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-14T00:26:46.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-14T00:26:46.329Z
30692026-07-14T00:26:46.329Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30702026-07-14T00:26:46.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-14T00:26:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-14T00:26:46.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-14T00:26:46.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-07-14T00:26:46.860Z
30752026-07-14T00:26:46.860Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30762026-07-14T00:26:47.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-14T00:26:47.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-14T00:26:47.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-14T00:26:47.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-14T00:26:47.379Z
30812026-07-14T00:26:47.379Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30822026-07-14T00:26:47.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-14T00:26:47.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-14T00:26:47.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-14T00:26:47.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-07-14T00:26:47.908Z
30872026-07-14T00:26:47.908Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30882026-07-14T00:26:48.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-14T00:26:48.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-14T00:26:48.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-14T00:26:48.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-14T00:26:48.442Z
30932026-07-14T00:26:48.443Zinfo: running `cargo check --bins` on installinator-client (115/301)
30942026-07-14T00:26:48.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-14T00:26:48.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-14T00:26:48.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-14T00:26:48.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-14T00:26:48.978Z
30992026-07-14T00:26:48.978Zinfo: running `cargo check --bins` on nexus-client (116/301)
31002026-07-14T00:26:49.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-14T00:26:49.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-14T00:26:49.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-14T00:26:49.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-07-14T00:26:49.546Z
31052026-07-14T00:26:49.546Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31062026-07-14T00:26:50.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-14T00:26:50.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-14T00:26:50.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-14T00:26:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-07-14T00:26:50.107Z
31112026-07-14T00:26:50.107Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31122026-07-14T00:26:50.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-14T00:26:50.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-14T00:26:50.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-14T00:26:50.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31162026-07-14T00:26:50.628Z
31172026-07-14T00:26:50.628Zinfo: running `cargo check --bins` on oxide-client (119/301)
31182026-07-14T00:26:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-14T00:26:51.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-14T00:26:51.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-14T00:26:51.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-14T00:26:51.154Z
31232026-07-14T00:26:51.154Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31242026-07-14T00:26:51.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-14T00:26:51.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-14T00:26:51.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-14T00:26:51.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-07-14T00:26:51.691Z
31292026-07-14T00:26:51.691Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31302026-07-14T00:26:52.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-14T00:26:52.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-14T00:26:52.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-14T00:26:52.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-07-14T00:26:52.209Z
31352026-07-14T00:26:52.209Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31362026-07-14T00:26:52.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-14T00:26:52.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-14T00:26:52.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-14T00:26:52.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-07-14T00:26:52.744Z
31412026-07-14T00:26:52.744Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31422026-07-14T00:26:53.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-14T00:26:53.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-14T00:26:53.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-14T00:26:53.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-07-14T00:26:53.289Z
31472026-07-14T00:26:53.289Zinfo: running `cargo check --bins` on installinator-common (124/301)
31482026-07-14T00:26:53.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-14T00:26:53.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-14T00:26:53.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-14T00:26:53.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-07-14T00:26:53.834Z
31532026-07-14T00:26:53.834Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31542026-07-14T00:26:54.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-14T00:26:54.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-14T00:26:54.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-14T00:26:54.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-07-14T00:26:54.352Z
31592026-07-14T00:26:54.352Zinfo: running `cargo check --bins` on wicket-common (126/301)
31602026-07-14T00:26:54.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-14T00:26:54.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-14T00:26:54.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-14T00:26:54.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-14T00:26:54.896Z
31652026-07-14T00:26:54.896Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31662026-07-14T00:26:55.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-14T00:26:55.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-14T00:26:55.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-14T00:26:55.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-07-14T00:26:55.431Z
31712026-07-14T00:26:55.431Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31722026-07-14T00:26:55.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-14T00:26:55.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-14T00:26:55.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-14T00:26:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31762026-07-14T00:26:55.969Z
31772026-07-14T00:26:55.969Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31782026-07-14T00:26:56.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-14T00:26:56.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-14T00:26:56.605Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-07-14T00:26:56.718Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-07-14T00:26:56.725Z Checking csv-core v0.1.13
31832026-07-14T00:26:56.731Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-07-14T00:26:56.737Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-07-14T00:26:56.745Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31862026-07-14T00:26:56.756Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-07-14T00:26:56.767Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-07-14T00:26:56.877Z Checking csv v1.4.0
31892026-07-14T00:26:56.905Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-07-14T00:26:56.920Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-07-14T00:26:56.948Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-07-14T00:26:56.978Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-07-14T00:26:57.219Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-07-14T00:26:57.590Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-14T00:26:57.590Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-07-14T00:26:57.914Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-07-14T00:27:03.970Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-07-14T00:27:04.498Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-07-14T00:27:06.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
32002026-07-14T00:27:07.040Z
32012026-07-14T00:27:07.040Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32022026-07-14T00:27:07.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-07-14T00:27:07.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-07-14T00:27:07.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-07-14T00:27:07.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32062026-07-14T00:27:07.573Z
32072026-07-14T00:27:07.573Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32082026-07-14T00:27:08.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-07-14T00:27:08.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-07-14T00:27:08.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-07-14T00:27:08.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-07-14T00:27:08.184Z
32132026-07-14T00:27:08.184Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32142026-07-14T00:27:08.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-07-14T00:27:08.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-07-14T00:27:08.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-07-14T00:27:08.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32182026-07-14T00:27:08.797Z
32192026-07-14T00:27:08.797Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32202026-07-14T00:27:09.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-07-14T00:27:09.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-07-14T00:27:09.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-07-14T00:27:09.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32242026-07-14T00:27:09.382Z
32252026-07-14T00:27:09.382Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32262026-07-14T00:27:09.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-07-14T00:27:09.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-07-14T00:27:10.094Z Compiling regress v0.11.1
32292026-07-14T00:27:10.234Z Compiling unsafe-libyaml v0.2.11
32302026-07-14T00:27:10.246Z Compiling semver v0.1.20
32312026-07-14T00:27:10.249Z Compiling radium v0.7.0
32322026-07-14T00:27:10.268Z Checking nom v8.0.0
32332026-07-14T00:27:10.271Z Checking tap v1.0.1
32342026-07-14T00:27:10.271Z Compiling maybe-uninit v2.0.0
32352026-07-14T00:27:10.378Z Checking wyz v0.5.1
32362026-07-14T00:27:10.512Z Compiling rustc_version v0.1.7
32372026-07-14T00:27:10.555Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-07-14T00:27:10.648Z Compiling zerocopy-derive v0.6.6
32392026-07-14T00:27:10.708Z Compiling cancel-safe-futures v0.1.5
32402026-07-14T00:27:10.738Z Compiling serde_yaml v0.9.34+deprecated
32412026-07-14T00:27:10.923Z Compiling newtype_derive v0.1.6
32422026-07-14T00:27:10.966Z Checking crc-catalog v2.4.0
32432026-07-14T00:27:11.060Z Compiling packed_struct v0.10.1
32442026-07-14T00:27:11.134Z Compiling owo-colors v4.3.0
32452026-07-14T00:27:11.328Z Checking funty v2.0.0
32462026-07-14T00:27:11.503Z Checking zerocopy v0.6.6
32472026-07-14T00:27:11.587Z Checking crc v3.4.0
32482026-07-14T00:27:11.642Z Checking bitvec v1.0.1
32492026-07-14T00:27:11.695Z Checking typify-impl v0.6.2
32502026-07-14T00:27:11.880Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-07-14T00:27:12.086Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-07-14T00:27:12.250Z Compiling packed_struct_codegen v0.10.1
32532026-07-14T00:27:12.254Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32542026-07-14T00:27:12.410Z Checking libsw-core v0.3.2
32552026-07-14T00:27:12.425Z Compiling bitfield-macros v0.19.4
32562026-07-14T00:27:12.556Z Compiling indexmap v1.9.3
32572026-07-14T00:27:12.769Z Checking nodrop v0.1.14
32582026-07-14T00:27:12.861Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32592026-07-14T00:27:12.874Z Checking array-init v0.0.4
32602026-07-14T00:27:12.952Z Checking libsw v3.5.0
32612026-07-14T00:27:12.956Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-07-14T00:27:13.104Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-07-14T00:27:13.144Z Checking bitfield v0.19.4
32642026-07-14T00:27:13.176Z Checking smallvec v0.6.14
32652026-07-14T00:27:13.278Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-07-14T00:27:13.426Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-07-14T00:27:13.439Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32682026-07-14T00:27:13.548Z Checking smawk v0.3.2
32692026-07-14T00:27:13.606Z Checking linear-map v1.2.0
32702026-07-14T00:27:13.697Z Checking base64 v0.21.7
32712026-07-14T00:27:13.721Z Checking tagptr v0.2.0
32722026-07-14T00:27:13.780Z Checking unicode-linebreak v0.1.5
32732026-07-14T00:27:13.864Z Checking hashbrown v0.12.3
32742026-07-14T00:27:13.936Z Checking ron v0.8.1
32752026-07-14T00:27:13.936Z Checking moka v0.12.13
32762026-07-14T00:27:13.984Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32772026-07-14T00:27:13.997Z Checking textwrap v0.16.2
32782026-07-14T00:27:14.215Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32792026-07-14T00:27:14.375Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-07-14T00:27:14.390Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-07-14T00:27:14.480Z Checking steno v0.4.1
32822026-07-14T00:27:14.599Z Checking serde-hex v0.1.0
32832026-07-14T00:27:14.599Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-07-14T00:27:14.757Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-07-14T00:27:15.198Z Checking hashbrown v0.13.2
32862026-07-14T00:27:15.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-07-14T00:27:15.333Z Checking crc-any v2.5.0
32882026-07-14T00:27:15.466Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32892026-07-14T00:27:15.498Z Checking hickory-resolver v0.25.2
32902026-07-14T00:27:15.512Z Checking sha1 v0.10.6
32912026-07-14T00:27:15.620Z Checking object v0.30.4
32922026-07-14T00:27:15.633Z Checking half v1.8.3
32932026-07-14T00:27:15.675Z Checking void v1.0.2
32942026-07-14T00:27:15.780Z Checking path-slash v0.1.5
32952026-07-14T00:27:15.826Z Checking utf-8 v0.7.6
32962026-07-14T00:27:15.885Z Checking serde_cbor v0.11.2
32972026-07-14T00:27:15.960Z Checking tungstenite v0.23.0
32982026-07-14T00:27:16.100Z Checking lzss v0.8.2
32992026-07-14T00:27:16.217Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33002026-07-14T00:27:16.231Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-07-14T00:27:16.247Z Compiling typify-macro v0.6.2
33022026-07-14T00:27:16.285Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33032026-07-14T00:27:16.316Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-07-14T00:27:16.368Z Checking nix v0.27.1
33052026-07-14T00:27:16.397Z Checking kstat-rs v0.2.4
33062026-07-14T00:27:16.431Z Checking fxhash v0.2.1
33072026-07-14T00:27:16.548Z Checking serde_bytes v0.11.19
33082026-07-14T00:27:16.562Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33092026-07-14T00:27:16.584Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-07-14T00:27:16.639Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-07-14T00:27:16.723Z Checking tokio-tungstenite v0.23.1
33122026-07-14T00:27:16.782Z Checking signal-hook-tokio v0.3.1
33132026-07-14T00:27:17.389Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-07-14T00:27:17.680Z Compiling typify v0.6.2
33152026-07-14T00:27:17.758Z Compiling progenitor-impl v0.14.0
33162026-07-14T00:27:18.302Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-07-14T00:27:18.610Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-07-14T00:27:19.202Z Compiling progenitor-macro v0.14.0
33192026-07-14T00:27:21.495Z Checking progenitor v0.14.0
33202026-07-14T00:27:21.611Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33212026-07-14T00:27:21.627Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-07-14T00:27:24.313Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-07-14T00:27:32.651Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-07-14T00:27:39.230Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-07-14T00:27:40.608Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-07-14T00:27:41.100Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-07-14T00:27:43.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s
33282026-07-14T00:27:43.369Z
33292026-07-14T00:27:43.369Zinfo: running `cargo check --bins` on gateway-api (135/301)
33302026-07-14T00:27:43.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-07-14T00:27:43.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-07-14T00:27:43.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-07-14T00:27:43.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33342026-07-14T00:27:43.891Z
33352026-07-14T00:27:43.891Zinfo: running `cargo check --bins` on ipcc (136/301)
33362026-07-14T00:27:44.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-14T00:27:44.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-14T00:27:44.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-14T00:27:44.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33402026-07-14T00:27:44.428Z
33412026-07-14T00:27:44.428Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33422026-07-14T00:27:44.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-14T00:27:44.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-14T00:27:44.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-14T00:27:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33462026-07-14T00:27:44.948Z
33472026-07-14T00:27:44.948Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33482026-07-14T00:27:45.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-14T00:27:45.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-14T00:27:45.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-14T00:27:45.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33522026-07-14T00:27:45.500Z
33532026-07-14T00:27:45.500Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33542026-07-14T00:27:45.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-14T00:27:45.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-14T00:27:45.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-14T00:27:45.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33582026-07-14T00:27:46.037Z
33592026-07-14T00:27:46.037Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33602026-07-14T00:27:46.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-14T00:27:46.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-14T00:27:46.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-14T00:27:46.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-07-14T00:27:46.572Z
33652026-07-14T00:27:46.572Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33662026-07-14T00:27:47.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-14T00:27:47.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-14T00:27:47.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-14T00:27:47.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33702026-07-14T00:27:47.109Z
33712026-07-14T00:27:47.109Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33722026-07-14T00:27:47.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-14T00:27:47.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-14T00:27:47.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-14T00:27:47.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33762026-07-14T00:27:47.665Z
33772026-07-14T00:27:47.665Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33782026-07-14T00:27:48.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-14T00:27:48.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-14T00:27:48.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-14T00:27:48.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33822026-07-14T00:27:48.203Z
33832026-07-14T00:27:48.203Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33842026-07-14T00:27:48.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-14T00:27:48.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-14T00:27:48.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-14T00:27:48.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33882026-07-14T00:27:48.740Z
33892026-07-14T00:27:48.740Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
33902026-07-14T00:27:49.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-14T00:27:49.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-14T00:27:49.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-14T00:27:49.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33942026-07-14T00:27:49.272Z
33952026-07-14T00:27:49.272Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
33962026-07-14T00:27:49.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-14T00:27:49.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-14T00:27:49.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-14T00:27:49.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-07-14T00:27:49.810Z
34012026-07-14T00:27:49.810Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34022026-07-14T00:27:50.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-14T00:27:50.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-14T00:27:50.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-14T00:27:50.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34062026-07-14T00:27:50.356Z
34072026-07-14T00:27:50.356Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34082026-07-14T00:27:50.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-14T00:27:50.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-14T00:27:50.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-14T00:27:50.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34122026-07-14T00:27:50.900Z
34132026-07-14T00:27:50.900Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34142026-07-14T00:27:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-14T00:27:51.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-14T00:27:51.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-14T00:27:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34182026-07-14T00:27:51.454Z
34192026-07-14T00:27:51.454Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34202026-07-14T00:27:51.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-14T00:27:51.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-14T00:27:51.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-14T00:27:51.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-07-14T00:27:52.011Z
34252026-07-14T00:27:52.011Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34262026-07-14T00:27:52.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-14T00:27:52.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-14T00:27:52.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-14T00:27:52.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-07-14T00:27:52.574Z
34312026-07-14T00:27:52.574Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34322026-07-14T00:27:53.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-14T00:27:53.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-14T00:27:53.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-14T00:27:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-07-14T00:27:53.138Z
34372026-07-14T00:27:53.138Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34382026-07-14T00:27:53.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-14T00:27:53.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-14T00:27:53.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-14T00:27:53.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-07-14T00:27:53.698Z
34432026-07-14T00:27:53.698Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34442026-07-14T00:27:54.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-14T00:27:54.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-14T00:27:54.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-14T00:27:54.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-07-14T00:27:54.844Z
34492026-07-14T00:27:54.844Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34502026-07-14T00:27:54.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-14T00:27:54.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-14T00:27:54.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-14T00:27:54.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-07-14T00:27:54.844Z
34552026-07-14T00:27:54.844Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34562026-07-14T00:27:55.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-14T00:27:55.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-14T00:27:55.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-14T00:27:55.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34602026-07-14T00:27:55.384Z
34612026-07-14T00:27:55.384Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34622026-07-14T00:27:55.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-14T00:27:55.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-14T00:27:55.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-14T00:27:55.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34662026-07-14T00:27:55.947Z
34672026-07-14T00:27:55.947Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34682026-07-14T00:27:56.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-14T00:27:56.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-14T00:27:56.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-14T00:27:56.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34722026-07-14T00:27:56.501Z
34732026-07-14T00:27:56.501Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34742026-07-14T00:27:56.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-14T00:27:56.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-14T00:27:56.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-14T00:27:56.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34782026-07-14T00:27:57.048Z
34792026-07-14T00:27:57.048Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34802026-07-14T00:27:57.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-14T00:27:57.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-14T00:27:57.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-14T00:27:57.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34842026-07-14T00:27:57.577Z
34852026-07-14T00:27:57.577Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34862026-07-14T00:27:58.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-14T00:27:58.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-14T00:27:58.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-14T00:27:58.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34902026-07-14T00:27:58.121Z
34912026-07-14T00:27:58.121Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
34922026-07-14T00:27:58.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-14T00:27:58.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-14T00:27:58.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-14T00:27:58.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34962026-07-14T00:27:58.658Z
34972026-07-14T00:27:58.658Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
34982026-07-14T00:27:59.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-14T00:27:59.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-14T00:27:59.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-14T00:27:59.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35022026-07-14T00:27:59.195Z
35032026-07-14T00:27:59.195Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35042026-07-14T00:27:59.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-14T00:27:59.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-14T00:27:59.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-14T00:27:59.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35082026-07-14T00:27:59.734Z
35092026-07-14T00:27:59.734Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35102026-07-14T00:28:00.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-14T00:28:00.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-14T00:28:00.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-14T00:28:00.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35142026-07-14T00:28:00.280Z
35152026-07-14T00:28:00.280Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35162026-07-14T00:28:00.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-14T00:28:00.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-14T00:28:00.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-14T00:28:00.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35202026-07-14T00:28:00.824Z
35212026-07-14T00:28:00.825Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35222026-07-14T00:28:01.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-14T00:28:01.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-14T00:28:01.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-14T00:28:01.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35262026-07-14T00:28:01.386Z
35272026-07-14T00:28:01.386Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35282026-07-14T00:28:01.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-14T00:28:01.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-14T00:28:01.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-14T00:28:01.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35322026-07-14T00:28:01.945Z
35332026-07-14T00:28:01.945Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35342026-07-14T00:28:02.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-14T00:28:02.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-14T00:28:02.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-14T00:28:02.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35382026-07-14T00:28:02.504Z
35392026-07-14T00:28:02.504Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35402026-07-14T00:28:02.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-14T00:28:02.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-14T00:28:02.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-14T00:28:02.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35442026-07-14T00:28:03.055Z
35452026-07-14T00:28:03.055Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35462026-07-14T00:28:03.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-14T00:28:03.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-14T00:28:03.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-14T00:28:03.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35502026-07-14T00:28:03.617Z
35512026-07-14T00:28:03.617Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35522026-07-14T00:28:04.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-14T00:28:04.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-14T00:28:04.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-14T00:28:04.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35562026-07-14T00:28:04.172Z
35572026-07-14T00:28:04.172Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35582026-07-14T00:28:04.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-14T00:28:04.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-14T00:28:04.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-14T00:28:04.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35622026-07-14T00:28:04.729Z
35632026-07-14T00:28:04.729Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35642026-07-14T00:28:05.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-14T00:28:05.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-14T00:28:05.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-14T00:28:05.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35682026-07-14T00:28:05.309Z
35692026-07-14T00:28:05.309Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35702026-07-14T00:28:05.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-14T00:28:05.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-14T00:28:05.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-14T00:28:05.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35742026-07-14T00:28:05.896Z
35752026-07-14T00:28:05.897Zinfo: running `cargo check --bins` on dns-server (176/301)
35762026-07-14T00:28:06.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-14T00:28:06.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-14T00:28:06.466Z Compiling parking_lot_core v0.8.6
35792026-07-14T00:28:06.466Z Compiling git-stub v1.0.0
35802026-07-14T00:28:06.469Z Checking prefix-trie v0.7.0
35812026-07-14T00:28:06.469Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35822026-07-14T00:28:06.697Z Compiling git-stub-vcs v0.1.0
35832026-07-14T00:28:06.850Z Checking hickory-server v0.25.2
35842026-07-14T00:28:06.973Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35852026-07-14T00:28:06.984Z Checking parking_lot v0.11.2
35862026-07-14T00:28:07.033Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-07-14T00:28:07.033Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35882026-07-14T00:28:07.192Z Checking sled v0.34.7
35892026-07-14T00:28:09.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35902026-07-14T00:28:09.241Z
35912026-07-14T00:28:09.241Zinfo: running `cargo check --bins` on dns-server-api (177/301)
35922026-07-14T00:28:09.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-07-14T00:28:09.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-07-14T00:28:09.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-07-14T00:28:09.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35962026-07-14T00:28:09.778Z
35972026-07-14T00:28:09.778Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
35982026-07-14T00:28:10.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-07-14T00:28:10.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-07-14T00:28:10.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-07-14T00:28:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36022026-07-14T00:28:10.316Z
36032026-07-14T00:28:10.318Zinfo: running `cargo check --bins` on sp-sim (179/301)
36042026-07-14T00:28:10.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-07-14T00:28:10.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-07-14T00:28:10.994Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36072026-07-14T00:28:12.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36082026-07-14T00:28:12.909Z
36092026-07-14T00:28:12.909Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36102026-07-14T00:28:13.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-07-14T00:28:13.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-07-14T00:28:13.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-07-14T00:28:13.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-07-14T00:28:13.505Z
36152026-07-14T00:28:13.505Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36162026-07-14T00:28:14.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-07-14T00:28:14.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-07-14T00:28:14.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-07-14T00:28:14.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-07-14T00:28:14.104Z
36212026-07-14T00:28:14.104Zinfo: running `cargo check --bins` on db-macros (182/301)
36222026-07-14T00:28:14.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-07-14T00:28:14.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-07-14T00:28:14.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-07-14T00:28:14.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36262026-07-14T00:28:14.629Z
36272026-07-14T00:28:14.629Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36282026-07-14T00:28:15.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-07-14T00:28:15.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-07-14T00:28:15.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-07-14T00:28:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36322026-07-14T00:28:15.152Z
36332026-07-14T00:28:15.153Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36342026-07-14T00:28:15.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-07-14T00:28:15.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-07-14T00:28:15.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-07-14T00:28:15.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-07-14T00:28:15.738Z
36392026-07-14T00:28:15.738Zinfo: running `cargo check --bins` on authz-macros (185/301)
36402026-07-14T00:28:16.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-07-14T00:28:16.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-07-14T00:28:16.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-07-14T00:28:16.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36442026-07-14T00:28:16.266Z
36452026-07-14T00:28:16.266Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36462026-07-14T00:28:16.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-07-14T00:28:16.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-07-14T00:28:16.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-07-14T00:28:16.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-07-14T00:28:16.845Z
36512026-07-14T00:28:16.845Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36522026-07-14T00:28:17.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-07-14T00:28:17.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-07-14T00:28:17.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-07-14T00:28:17.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-07-14T00:28:17.437Z
36572026-07-14T00:28:17.437Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36582026-07-14T00:28:17.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-07-14T00:28:17.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-07-14T00:28:17.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-07-14T00:28:17.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36622026-07-14T00:28:17.956Z
36632026-07-14T00:28:17.956Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36642026-07-14T00:28:18.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-07-14T00:28:18.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-07-14T00:28:18.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-07-14T00:28:18.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36682026-07-14T00:28:18.481Z
36692026-07-14T00:28:18.481Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36702026-07-14T00:28:18.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-07-14T00:28:18.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-07-14T00:28:18.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-07-14T00:28:18.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36742026-07-14T00:28:19.018Z
36752026-07-14T00:28:19.018Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36762026-07-14T00:28:19.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-07-14T00:28:19.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-07-14T00:28:19.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-07-14T00:28:19.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36802026-07-14T00:28:19.535Z
36812026-07-14T00:28:19.535Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36822026-07-14T00:28:19.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-07-14T00:28:19.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-07-14T00:28:19.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-07-14T00:28:19.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36862026-07-14T00:28:20.046Z
36872026-07-14T00:28:20.046Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36882026-07-14T00:28:20.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-07-14T00:28:20.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-07-14T00:28:20.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-07-14T00:28:20.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36922026-07-14T00:28:20.562Z
36932026-07-14T00:28:20.563Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
36942026-07-14T00:28:21.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-07-14T00:28:21.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-07-14T00:28:21.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-07-14T00:28:21.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-07-14T00:28:21.133Z
36992026-07-14T00:28:21.133Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37002026-07-14T00:28:21.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-07-14T00:28:21.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-07-14T00:28:21.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-07-14T00:28:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-07-14T00:28:21.708Z
37052026-07-14T00:28:21.708Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37062026-07-14T00:28:22.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-07-14T00:28:22.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-07-14T00:28:22.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-07-14T00:28:22.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-07-14T00:28:22.282Z
37112026-07-14T00:28:22.282Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37122026-07-14T00:28:22.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-07-14T00:28:22.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-07-14T00:28:22.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-07-14T00:28:22.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37162026-07-14T00:28:22.835Z
37172026-07-14T00:28:22.835Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37182026-07-14T00:28:23.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-07-14T00:28:23.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-07-14T00:28:23.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-07-14T00:28:23.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37222026-07-14T00:28:23.382Z
37232026-07-14T00:28:23.382Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37242026-07-14T00:28:23.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-07-14T00:28:23.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-07-14T00:28:23.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-07-14T00:28:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37282026-07-14T00:28:23.931Z
37292026-07-14T00:28:23.931Zinfo: running `cargo check --bins` on key-manager (200/301)
37302026-07-14T00:28:24.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-07-14T00:28:24.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-07-14T00:28:24.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-07-14T00:28:24.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37342026-07-14T00:28:24.459Z
37352026-07-14T00:28:24.459Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37362026-07-14T00:28:24.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-07-14T00:28:24.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-07-14T00:28:24.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-07-14T00:28:24.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37402026-07-14T00:28:25.007Z
37412026-07-14T00:28:25.007Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37422026-07-14T00:28:25.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-07-14T00:28:25.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-07-14T00:28:25.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-07-14T00:28:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37462026-07-14T00:28:25.549Z
37472026-07-14T00:28:25.549Zinfo: running `cargo check --bins` on typed-rng (203/301)
37482026-07-14T00:28:25.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-07-14T00:28:25.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-07-14T00:28:25.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-07-14T00:28:25.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37522026-07-14T00:28:26.064Z
37532026-07-14T00:28:26.064Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37542026-07-14T00:28:26.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-07-14T00:28:26.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-07-14T00:28:26.848Z Compiling libefi-sys v0.1.0
37572026-07-14T00:28:26.852Z Compiling bitfield-struct v0.6.2
37582026-07-14T00:28:26.988Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-07-14T00:28:26.996Z Compiling xshell-macros v0.2.7
37602026-07-14T00:28:27.004Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37612026-07-14T00:28:27.016Z Compiling salty v0.3.0
37622026-07-14T00:28:27.029Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37632026-07-14T00:28:27.043Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-14T00:28:27.056Z Checking rfc6979 v0.4.0
37652026-07-14T00:28:27.168Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37662026-07-14T00:28:27.183Z Checking ecdsa v0.16.9
37672026-07-14T00:28:27.315Z Checking primeorder v0.13.6
37682026-07-14T00:28:27.335Z Compiling proc-macro-error-attr2 v2.0.0
37692026-07-14T00:28:27.365Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37702026-07-14T00:28:27.379Z Checking xshell v0.2.7
37712026-07-14T00:28:27.511Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-14T00:28:27.526Z Checking tungstenite v0.21.0
37732026-07-14T00:28:27.541Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37742026-07-14T00:28:27.554Z Checking p384 v0.13.1
37752026-07-14T00:28:27.568Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37762026-07-14T00:28:27.612Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37772026-07-14T00:28:27.671Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37782026-07-14T00:28:27.732Z Compiling num-derive v0.3.3
37792026-07-14T00:28:27.746Z Compiling proc-macro-error2 v2.0.1
37802026-07-14T00:28:27.845Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37812026-07-14T00:28:27.940Z Checking tokio-tungstenite v0.21.0
37822026-07-14T00:28:27.957Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-14T00:28:28.022Z Checking papergrid v0.17.0
37842026-07-14T00:28:28.038Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37852026-07-14T00:28:28.052Z Compiling tabled_derive v0.11.0
37862026-07-14T00:28:28.072Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37872026-07-14T00:28:28.173Z Compiling progenitor-impl v0.13.0
37882026-07-14T00:28:28.218Z Checking testing_table v0.3.0
37892026-07-14T00:28:28.310Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-07-14T00:28:28.324Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37912026-07-14T00:28:28.339Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-14T00:28:28.530Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-07-14T00:28:28.545Z Compiling illumos-nvpair-sys v0.2.0
37942026-07-14T00:28:28.648Z Checking libscf-sys v1.1.0
37952026-07-14T00:28:28.743Z Compiling unicase v2.9.0
37962026-07-14T00:28:28.766Z Checking corncobs v0.1.4
37972026-07-14T00:28:28.784Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37982026-07-14T00:28:28.895Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-07-14T00:28:28.913Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38002026-07-14T00:28:28.945Z Compiling mime_guess v2.0.5
38012026-07-14T00:28:28.974Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38022026-07-14T00:28:28.994Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38032026-07-14T00:28:29.107Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-14T00:28:29.235Z Checking tabled v0.20.0
38052026-07-14T00:28:29.253Z Checking progenitor-client v0.13.0
38062026-07-14T00:28:29.491Z Checking secrecy v0.8.0
38072026-07-14T00:28:29.507Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38082026-07-14T00:28:29.569Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38092026-07-14T00:28:29.657Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38102026-07-14T00:28:29.755Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38112026-07-14T00:28:29.976Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38122026-07-14T00:28:30.033Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38132026-07-14T00:28:30.046Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38142026-07-14T00:28:30.107Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38152026-07-14T00:28:30.177Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38162026-07-14T00:28:30.310Z Checking filetime v0.2.27
38172026-07-14T00:28:30.452Z Checking crc8 v0.1.1
38182026-07-14T00:28:30.467Z Checking xattr v1.6.1
38192026-07-14T00:28:30.528Z Checking http-range v0.1.5
38202026-07-14T00:28:30.597Z Checking tar v0.4.45
38212026-07-14T00:28:30.624Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38222026-07-14T00:28:30.727Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-07-14T00:28:30.792Z Compiling progenitor-macro v0.13.0
38242026-07-14T00:28:30.808Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38252026-07-14T00:28:30.824Z Checking illumos-nvpair v0.3.0
38262026-07-14T00:28:30.977Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38272026-07-14T00:28:30.980Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38282026-07-14T00:28:31.006Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38292026-07-14T00:28:31.282Z Checking atty v0.2.14
38302026-07-14T00:28:31.359Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38312026-07-14T00:28:31.374Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-07-14T00:28:31.389Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38332026-07-14T00:28:31.549Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38342026-07-14T00:28:31.582Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38352026-07-14T00:28:31.686Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38362026-07-14T00:28:31.701Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38372026-07-14T00:28:31.701Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-07-14T00:28:31.867Z Checking hyper-staticfile v0.10.1
38392026-07-14T00:28:31.917Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-14T00:28:31.934Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-14T00:28:32.158Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-14T00:28:32.175Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-07-14T00:28:32.423Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-07-14T00:28:32.445Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-14T00:28:32.709Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38462026-07-14T00:28:32.965Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38472026-07-14T00:28:33.707Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-14T00:28:34.189Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-14T00:28:34.603Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-14T00:28:34.814Z Checking progenitor v0.13.0
38512026-07-14T00:28:34.947Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-14T00:28:37.094Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-14T00:28:40.283Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-14T00:28:51.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s
38552026-07-14T00:28:51.442Z
38562026-07-14T00:28:51.442Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38572026-07-14T00:28:51.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-14T00:28:51.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-14T00:28:52.133Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-14T00:29:06.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38612026-07-14T00:29:06.470Z
38622026-07-14T00:29:06.471Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38632026-07-14T00:29:06.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-14T00:29:06.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-14T00:29:06.471Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-14T00:29:14.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38672026-07-14T00:29:14.786Z
38682026-07-14T00:29:14.786Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38692026-07-14T00:29:15.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-14T00:29:15.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-14T00:29:15.505Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-14T00:29:26.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38732026-07-14T00:29:26.448Z
38742026-07-14T00:29:26.448Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38752026-07-14T00:29:26.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-14T00:29:26.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-14T00:29:27.171Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-14T00:29:37.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38792026-07-14T00:29:38.130Z
38802026-07-14T00:29:38.130Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38812026-07-14T00:29:38.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-14T00:29:38.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-14T00:29:38.853Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-14T00:29:49.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38852026-07-14T00:29:49.816Z
38862026-07-14T00:29:49.816Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38872026-07-14T00:29:50.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-14T00:29:50.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-14T00:29:50.544Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-14T00:30:01.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38912026-07-14T00:30:01.501Z
38922026-07-14T00:30:01.501Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
38932026-07-14T00:30:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-14T00:30:02.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-14T00:30:02.230Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-14T00:30:13.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38972026-07-14T00:30:13.251Z
38982026-07-14T00:30:13.251Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
38992026-07-14T00:30:13.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-14T00:30:13.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-14T00:30:13.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-14T00:30:13.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-14T00:30:13.789Z
39042026-07-14T00:30:13.789Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39052026-07-14T00:30:14.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-14T00:30:14.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-14T00:30:14.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-14T00:30:14.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-14T00:30:14.327Z
39102026-07-14T00:30:14.327Zinfo: running `cargo check --bins` on range-requests (214/301)
39112026-07-14T00:30:14.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-14T00:30:14.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-14T00:30:14.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-14T00:30:14.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-14T00:30:14.856Z
39162026-07-14T00:30:14.856Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39172026-07-14T00:30:15.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-14T00:30:15.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-14T00:30:15.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-14T00:30:15.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39212026-07-14T00:30:15.388Z
39222026-07-14T00:30:15.388Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39232026-07-14T00:30:15.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-14T00:30:15.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-14T00:30:15.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-14T00:30:15.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-14T00:30:15.945Z
39282026-07-14T00:30:15.945Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39292026-07-14T00:30:16.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-14T00:30:16.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-14T00:30:16.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-14T00:30:16.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39332026-07-14T00:30:16.500Z
39342026-07-14T00:30:16.500Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39352026-07-14T00:30:16.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-14T00:30:16.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-14T00:30:16.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-14T00:30:16.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-14T00:30:17.051Z
39402026-07-14T00:30:17.051Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39412026-07-14T00:30:17.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-14T00:30:17.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-14T00:30:17.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-14T00:30:17.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-14T00:30:17.609Z
39462026-07-14T00:30:17.609Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39472026-07-14T00:30:18.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-14T00:30:18.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-14T00:30:18.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-14T00:30:18.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39512026-07-14T00:30:18.163Z
39522026-07-14T00:30:18.163Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39532026-07-14T00:30:18.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-14T00:30:18.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-14T00:30:18.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-14T00:30:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39572026-07-14T00:30:18.717Z
39582026-07-14T00:30:18.717Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39592026-07-14T00:30:19.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-14T00:30:19.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-14T00:30:19.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-14T00:30:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39632026-07-14T00:30:19.270Z
39642026-07-14T00:30:19.270Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39652026-07-14T00:30:19.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-14T00:30:19.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-14T00:30:19.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-14T00:30:19.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-14T00:30:19.820Z
39702026-07-14T00:30:19.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39712026-07-14T00:30:20.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-14T00:30:20.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-14T00:30:20.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-14T00:30:20.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-14T00:30:20.379Z
39762026-07-14T00:30:20.379Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39772026-07-14T00:30:20.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-14T00:30:20.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-14T00:30:20.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-14T00:30:20.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39812026-07-14T00:30:20.934Z
39822026-07-14T00:30:20.934Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39832026-07-14T00:30:21.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-14T00:30:21.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-14T00:30:21.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-14T00:30:21.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39872026-07-14T00:30:21.511Z
39882026-07-14T00:30:21.512Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39892026-07-14T00:30:21.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-14T00:30:21.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-14T00:30:21.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-14T00:30:21.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-14T00:30:22.070Z
39942026-07-14T00:30:22.070Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
39952026-07-14T00:30:22.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-14T00:30:22.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-14T00:30:22.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-14T00:30:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-14T00:30:22.641Z
40002026-07-14T00:30:22.641Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40012026-07-14T00:30:23.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-14T00:30:23.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-14T00:30:23.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-14T00:30:23.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-14T00:30:23.227Z
40062026-07-14T00:30:23.227Zinfo: running `cargo check --bins` on update-common (230/301)
40072026-07-14T00:30:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-14T00:30:23.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-14T00:30:23.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-14T00:30:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40112026-07-14T00:30:23.767Z
40122026-07-14T00:30:23.767Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40132026-07-14T00:30:24.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-14T00:30:24.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-14T00:30:24.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-14T00:30:24.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-07-14T00:30:24.351Z
40182026-07-14T00:30:24.351Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40192026-07-14T00:30:24.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-14T00:30:24.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-14T00:30:24.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-14T00:30:24.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40232026-07-14T00:30:24.868Z
40242026-07-14T00:30:24.868Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40252026-07-14T00:30:25.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-14T00:30:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-14T00:30:25.587Z Compiling fs-err v2.11.0
40282026-07-14T00:30:25.591Z Checking ignore v0.4.25
40292026-07-14T00:30:25.591Z Checking arc-swap v1.8.2
40302026-07-14T00:30:25.719Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-14T00:30:25.720Z Checking predicates-tree v1.0.13
40322026-07-14T00:30:25.728Z Checking parse-size v1.1.0
40332026-07-14T00:30:25.749Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-14T00:30:25.752Z Checking rand_seeder v0.4.0
40352026-07-14T00:30:25.827Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-14T00:30:25.846Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40372026-07-14T00:30:25.906Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-14T00:30:25.917Z Checking slog-scope v4.4.1
40392026-07-14T00:30:25.960Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40402026-07-14T00:30:26.033Z Compiling petname v2.0.2
40412026-07-14T00:30:26.047Z Checking slog-stdlog v4.1.1
40422026-07-14T00:30:26.062Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-14T00:30:26.095Z Checking globwalk v0.9.1
40442026-07-14T00:30:26.152Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-14T00:30:26.167Z Checking slog-envlogger v2.2.0
40462026-07-14T00:30:26.269Z Checking camino-tempfile-ext v0.3.3
40472026-07-14T00:30:26.316Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-14T00:30:26.357Z Checking sapling-renderdag v0.1.0
40492026-07-14T00:30:26.460Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-14T00:30:26.516Z Checking subprocess v0.2.15
40512026-07-14T00:30:26.597Z Checking sync-ptr v0.1.4
40522026-07-14T00:30:26.662Z Checking colored v2.2.0
40532026-07-14T00:30:26.713Z Checking assert_matches v1.5.0
40542026-07-14T00:30:26.796Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-14T00:30:26.953Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40562026-07-14T00:30:26.956Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-14T00:30:27.671Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-14T00:30:28.989Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-14T00:30:31.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40602026-07-14T00:30:31.328Z
40612026-07-14T00:30:31.328Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40622026-07-14T00:30:31.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-14T00:30:31.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-14T00:30:31.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-14T00:30:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40662026-07-14T00:30:31.846Z
40672026-07-14T00:30:31.846Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40682026-07-14T00:30:32.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-14T00:30:32.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-14T00:30:32.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-14T00:30:32.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40722026-07-14T00:30:32.392Z
40732026-07-14T00:30:32.392Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40742026-07-14T00:30:32.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-14T00:30:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-14T00:30:32.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-14T00:30:32.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-07-14T00:30:32.980Z
40792026-07-14T00:30:32.981Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40802026-07-14T00:30:33.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-14T00:30:33.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-14T00:30:33.650Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40832026-07-14T00:30:33.650Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40842026-07-14T00:30:34.293Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-14T00:30:35.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
40862026-07-14T00:30:36.052Z
40872026-07-14T00:30:36.052Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40882026-07-14T00:30:36.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-14T00:30:36.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-14T00:30:36.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-14T00:30:36.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40922026-07-14T00:30:36.579Z
40932026-07-14T00:30:36.579Zinfo: running `cargo check --bins` on cert-dev (239/301)
40942026-07-14T00:30:37.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-14T00:30:37.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-14T00:30:37.130Z Checking yasna v0.5.2
40972026-07-14T00:30:37.532Z Checking rcgen v0.12.1
40982026-07-14T00:30:37.784Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-14T00:30:37.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41002026-07-14T00:30:38.115Z
41012026-07-14T00:30:38.115Zinfo: running `cargo check --bins` on clickana (240/301)
41022026-07-14T00:30:38.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-14T00:30:38.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-14T00:30:38.717Z Compiling darling_core v0.23.0
41052026-07-14T00:30:38.823Z Compiling instability v0.3.11
41062026-07-14T00:30:38.831Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-14T00:30:38.834Z Checking castaway v0.2.4
41082026-07-14T00:30:38.844Z Compiling indoc v2.0.7
41092026-07-14T00:30:38.847Z Checking unicode-truncate v1.1.0
41102026-07-14T00:30:38.863Z Checking lru v0.12.5
41112026-07-14T00:30:38.863Z Checking cassowary v0.3.0
41122026-07-14T00:30:38.927Z Checking compact_str v0.8.1
41132026-07-14T00:30:40.172Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-14T00:30:40.231Z Compiling darling_macro v0.23.0
41152026-07-14T00:30:40.338Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-14T00:30:40.654Z Compiling darling v0.23.0
41172026-07-14T00:30:41.280Z Checking ratatui v0.29.0
41182026-07-14T00:30:42.349Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-14T00:30:43.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
41202026-07-14T00:30:43.167Z
41212026-07-14T00:30:43.167Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41222026-07-14T00:30:43.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-14T00:30:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-14T00:30:43.836Z Checking headers-core v0.3.0
41252026-07-14T00:30:43.839Z Checking port-file v0.1.0
41262026-07-14T00:30:43.839Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41272026-07-14T00:30:44.030Z Checking headers v0.4.1
41282026-07-14T00:30:44.400Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-07-14T00:30:45.336Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41302026-07-14T00:30:45.808Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41312026-07-14T00:30:46.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41322026-07-14T00:30:46.383Z
41332026-07-14T00:30:46.383Zinfo: running `cargo check --bins` on ch-dev (242/301)
41342026-07-14T00:30:46.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-07-14T00:30:46.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-07-14T00:30:47.042Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41372026-07-14T00:30:47.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41382026-07-14T00:30:47.969Z
41392026-07-14T00:30:47.969Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41402026-07-14T00:30:48.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-14T00:30:48.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-14T00:30:48.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-07-14T00:30:48.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41442026-07-14T00:30:48.401Z
41452026-07-14T00:30:48.401Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41462026-07-14T00:30:48.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-14T00:30:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-14T00:30:48.936Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41492026-07-14T00:30:49.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41502026-07-14T00:30:49.447Z
41512026-07-14T00:30:49.447Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41522026-07-14T00:30:49.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-14T00:30:49.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-14T00:30:50.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41552026-07-14T00:30:51.159Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41562026-07-14T00:30:51.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41572026-07-14T00:30:51.662Z
41582026-07-14T00:30:51.662Zinfo: running `cargo check --bins` on db-dev (246/301)
41592026-07-14T00:30:52.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-07-14T00:30:52.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-07-14T00:30:52.324Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41622026-07-14T00:30:53.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41632026-07-14T00:30:53.248Z
41642026-07-14T00:30:53.248Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41652026-07-14T00:30:53.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-14T00:30:54.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-14T00:30:54.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41682026-07-14T00:30:54.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41692026-07-14T00:30:54.148Z
41702026-07-14T00:30:54.149Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41712026-07-14T00:30:54.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-14T00:30:54.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-14T00:30:54.371Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41742026-07-14T00:30:55.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41752026-07-14T00:30:55.213Z
41762026-07-14T00:30:55.214Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41772026-07-14T00:30:55.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-14T00:30:55.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-14T00:30:55.908Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-14T00:30:55.909Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-07-14T00:30:55.914Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41822026-07-14T00:30:55.914Z Checking git-stub v1.0.0
41832026-07-14T00:30:56.026Z Compiling trait-variant v0.1.2
41842026-07-14T00:30:56.050Z Checking is_ci v1.2.0
41852026-07-14T00:30:56.062Z Checking maplit v1.0.2
41862026-07-14T00:30:56.096Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41872026-07-14T00:30:56.119Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41882026-07-14T00:30:56.148Z Checking supports-color v3.0.2
41892026-07-14T00:30:56.161Z Checking git-stub-vcs v0.1.0
41902026-07-14T00:30:56.266Z Checking drift v0.2.0
41912026-07-14T00:30:56.316Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41922026-07-14T00:30:56.330Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41932026-07-14T00:30:56.349Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41942026-07-14T00:30:56.526Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41952026-07-14T00:30:56.572Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41962026-07-14T00:30:56.602Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41972026-07-14T00:30:56.616Z Checking dropshot-api-manager v0.7.2
41982026-07-14T00:30:56.630Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41992026-07-14T00:30:56.758Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42002026-07-14T00:30:56.805Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42012026-07-14T00:30:57.296Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42022026-07-14T00:30:58.234Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42032026-07-14T00:30:59.250Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42042026-07-14T00:30:59.901Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42052026-07-14T00:31:00.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
42062026-07-14T00:31:00.505Z
42072026-07-14T00:31:00.505Zinfo: running `cargo check --bins` on installinator-api (250/301)
42082026-07-14T00:31:00.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-14T00:31:00.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-14T00:31:00.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-07-14T00:31:00.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42122026-07-14T00:31:01.031Z
42132026-07-14T00:31:01.031Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42142026-07-14T00:31:01.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-14T00:31:01.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-14T00:31:01.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-14T00:31:01.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42182026-07-14T00:31:01.621Z
42192026-07-14T00:31:01.621Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42202026-07-14T00:31:02.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-14T00:31:02.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-14T00:31:02.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-14T00:31:02.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42242026-07-14T00:31:02.169Z
42252026-07-14T00:31:02.169Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42262026-07-14T00:31:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-14T00:31:02.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-14T00:31:02.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-14T00:31:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42302026-07-14T00:31:02.734Z
42312026-07-14T00:31:02.734Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42322026-07-14T00:31:03.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-14T00:31:03.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-14T00:31:03.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-14T00:31:03.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42362026-07-14T00:31:03.268Z
42372026-07-14T00:31:03.268Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42382026-07-14T00:31:03.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-14T00:31:03.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-14T00:31:03.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-07-14T00:31:03.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42422026-07-14T00:31:03.785Z
42432026-07-14T00:31:03.785Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42442026-07-14T00:31:04.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-07-14T00:31:04.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-07-14T00:31:04.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-07-14T00:31:04.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42482026-07-14T00:31:04.334Z
42492026-07-14T00:31:04.334Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42502026-07-14T00:31:04.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-14T00:31:04.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-14T00:31:04.888Z Checking cargo-platform v0.3.2
42532026-07-14T00:31:04.892Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42542026-07-14T00:31:05.129Z Checking cargo_metadata v0.23.1
42552026-07-14T00:31:05.718Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42562026-07-14T00:31:06.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
42572026-07-14T00:31:06.618Z
42582026-07-14T00:31:06.618Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42592026-07-14T00:31:07.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-07-14T00:31:07.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-07-14T00:31:07.277Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42622026-07-14T00:31:07.874Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42632026-07-14T00:31:08.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42642026-07-14T00:31:08.539Z
42652026-07-14T00:31:08.539Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42662026-07-14T00:31:09.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-07-14T00:31:09.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-07-14T00:31:09.448Z Compiling vergen-lib v0.1.6
42692026-07-14T00:31:09.448Z Compiling diesel_derives v2.3.7
42702026-07-14T00:31:09.449Z Compiling dsl_auto_type v0.2.0
42712026-07-14T00:31:09.449Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42722026-07-14T00:31:09.453Z Checking scheduled-thread-pool v0.2.7
42732026-07-14T00:31:09.453Z Compiling vergen-gitcl v1.0.8
42742026-07-14T00:31:09.453Z Compiling diesel_table_macro_syntax v0.3.0
42752026-07-14T00:31:09.453Z Compiling dirs-sys-next v0.1.2
42762026-07-14T00:31:09.713Z Compiling glob v0.3.3
42772026-07-14T00:31:09.783Z Compiling crunchy v0.2.4
42782026-07-14T00:31:09.839Z Compiling dirs-next v2.0.0
42792026-07-14T00:31:09.869Z Checking r2d2 v0.8.10
42802026-07-14T00:31:09.917Z Compiling tiny-keccak v2.0.2
42812026-07-14T00:31:09.956Z Checking downcast-rs v2.0.2
42822026-07-14T00:31:10.048Z Compiling term v0.7.0
42832026-07-14T00:31:10.109Z Compiling clang-sys v1.8.1
42842026-07-14T00:31:10.146Z Compiling bit-vec v0.6.3
42852026-07-14T00:31:10.259Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42862026-07-14T00:31:10.361Z Compiling ascii-canvas v3.0.0
42872026-07-14T00:31:10.476Z Compiling bit-set v0.5.3
42882026-07-14T00:31:10.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42892026-07-14T00:31:10.594Z Compiling itertools v0.10.5
42902026-07-14T00:31:10.594Z Compiling ena v0.14.4
42912026-07-14T00:31:10.624Z Compiling libloading v0.8.9
42922026-07-14T00:31:10.645Z Compiling regex-syntax v0.6.29
42932026-07-14T00:31:10.659Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42942026-07-14T00:31:10.675Z Compiling bindgen v0.71.1
42952026-07-14T00:31:10.820Z Compiling diff v0.1.13
42962026-07-14T00:31:11.100Z Compiling cexpr v0.6.0
42972026-07-14T00:31:11.138Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42982026-07-14T00:31:11.346Z Compiling rustc-hash v2.1.1
42992026-07-14T00:31:11.494Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43002026-07-14T00:31:11.541Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43012026-07-14T00:31:11.650Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43022026-07-14T00:31:11.765Z Compiling libxml v0.3.3
43032026-07-14T00:31:11.854Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43042026-07-14T00:31:11.901Z Compiling strum_macros v0.24.3
43052026-07-14T00:31:12.000Z Compiling lalrpop v0.19.12
43062026-07-14T00:31:12.088Z Compiling indoc v1.0.9
43072026-07-14T00:31:12.798Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43082026-07-14T00:31:13.006Z Checking derive_builder v0.20.2
43092026-07-14T00:31:13.124Z Compiling oso-derive v0.27.3
43102026-07-14T00:31:13.252Z Checking quick-xml v0.37.5
43112026-07-14T00:31:13.284Z Compiling impl-trait-for-tuples v0.2.3
43122026-07-14T00:31:13.673Z Checking openssl-probe v0.1.6
43132026-07-14T00:31:13.816Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43142026-07-14T00:31:14.164Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43152026-07-14T00:31:14.646Z Checking bb8 v0.8.6
43162026-07-14T00:31:14.705Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43172026-07-14T00:31:14.705Z Checking nonempty v0.12.0
43182026-07-14T00:31:14.705Z Compiling libz-sys v1.1.24
43192026-07-14T00:31:14.733Z Compiling strsim v0.10.0
43202026-07-14T00:31:14.753Z Compiling libgit2-sys v0.18.3+1.9.2
43212026-07-14T00:31:14.837Z Compiling vergen-git2 v9.1.0
43222026-07-14T00:31:15.052Z Compiling darling_core v0.13.4
43232026-07-14T00:31:15.114Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-07-14T00:31:15.260Z Compiling base64 v0.21.7
43252026-07-14T00:31:15.330Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43262026-07-14T00:31:15.488Z Checking diesel v2.3.7
43272026-07-14T00:31:15.574Z Compiling ron v0.8.1
43282026-07-14T00:31:16.294Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-07-14T00:31:16.516Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43302026-07-14T00:31:16.555Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-07-14T00:31:16.736Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-07-14T00:31:16.899Z Compiling darling_macro v0.13.4
43332026-07-14T00:31:16.936Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-07-14T00:31:17.141Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43352026-07-14T00:31:17.353Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-07-14T00:31:17.395Z Compiling darling v0.13.4
43372026-07-14T00:31:17.486Z Compiling serde_with_macros v1.5.2
43382026-07-14T00:31:17.552Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43392026-07-14T00:31:17.754Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43402026-07-14T00:31:17.780Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43412026-07-14T00:31:17.972Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43422026-07-14T00:31:18.344Z Compiling serde_with v1.14.0
43432026-07-14T00:31:23.506Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43442026-07-14T00:31:23.507Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43452026-07-14T00:31:23.507Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43462026-07-14T00:31:23.507Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43472026-07-14T00:31:23.507Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43482026-07-14T00:31:23.507Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43492026-07-14T00:31:23.507Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43502026-07-14T00:31:23.507Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43512026-07-14T00:31:23.507Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-07-14T00:31:23.507Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43532026-07-14T00:31:23.507Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43542026-07-14T00:31:23.507Z Checking twox-hash v2.1.2
43552026-07-14T00:31:23.507Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43562026-07-14T00:31:23.507Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43572026-07-14T00:31:23.507Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43582026-07-14T00:31:23.507Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43592026-07-14T00:31:23.507Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43602026-07-14T00:31:24.240Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43612026-07-14T00:31:24.454Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43622026-07-14T00:31:24.562Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43632026-07-14T00:31:24.902Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43642026-07-14T00:31:25.123Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43652026-07-14T00:31:25.328Z Checking console v0.16.2
43662026-07-14T00:31:25.634Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43672026-07-14T00:31:25.782Z Checking fatfs v0.3.6
43682026-07-14T00:31:25.882Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43692026-07-14T00:31:26.238Z Checking unit-prefix v0.5.2
43702026-07-14T00:31:26.374Z Compiling seq-macro v0.3.6
43712026-07-14T00:31:26.903Z Checking indicatif v0.18.4
43722026-07-14T00:31:27.230Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43732026-07-14T00:31:27.290Z Checking support-bundle-viewer v0.1.2
43742026-07-14T00:31:27.545Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43752026-07-14T00:31:27.667Z Checking multimap v0.10.1
43762026-07-14T00:31:33.302Z Checking async-bb8-diesel v0.2.1
43772026-07-14T00:31:33.670Z Checking diesel-dtrace v0.5.0
43782026-07-14T00:31:36.560Z Compiling samael v0.0.19
43792026-07-14T00:31:42.294Z Compiling git2 v0.20.4
43802026-07-14T00:31:43.182Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43812026-07-14T00:31:44.182Z Compiling polar-core v0.27.3
43822026-07-14T00:31:44.844Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43832026-07-14T00:31:48.710Z Checking oso v0.27.3
43842026-07-14T00:32:18.099Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43852026-07-14T00:33:31.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43862026-07-14T00:33:31.400Z
43872026-07-14T00:33:31.401Zinfo: running `cargo check --bins` on nexus-networking (260/301)
43882026-07-14T00:33:31.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-14T00:33:31.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-14T00:33:31.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-14T00:33:31.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43922026-07-14T00:33:32.021Z
43932026-07-14T00:33:32.021Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
43942026-07-14T00:33:32.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-14T00:33:32.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-14T00:33:32.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-14T00:33:32.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43982026-07-14T00:33:32.607Z
43992026-07-14T00:33:32.607Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44002026-07-14T00:33:33.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-14T00:33:33.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-14T00:33:33.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-07-14T00:33:33.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44042026-07-14T00:33:33.190Z
44052026-07-14T00:33:33.190Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44062026-07-14T00:33:33.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-14T00:33:33.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-14T00:33:33.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-14T00:33:33.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44102026-07-14T00:33:33.708Z
44112026-07-14T00:33:33.716Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44122026-07-14T00:33:34.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-14T00:33:34.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-14T00:33:34.495Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-07-14T00:33:35.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44162026-07-14T00:33:35.425Z
44172026-07-14T00:33:35.425Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44182026-07-14T00:33:35.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-14T00:33:35.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-14T00:33:36.196Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-07-14T00:34:13.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.39s
44222026-07-14T00:34:14.027Z
44232026-07-14T00:34:14.027Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44242026-07-14T00:34:14.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-14T00:34:14.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-14T00:34:14.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-14T00:34:14.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44282026-07-14T00:34:14.550Z
44292026-07-14T00:34:14.550Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44302026-07-14T00:34:14.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-14T00:34:14.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-14T00:34:14.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-14T00:34:14.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44342026-07-14T00:34:15.071Z
44352026-07-14T00:34:15.071Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44362026-07-14T00:34:15.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-14T00:34:15.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-14T00:34:15.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-14T00:34:15.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-07-14T00:34:15.654Z
44412026-07-14T00:34:15.654Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44422026-07-14T00:34:16.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-14T00:34:16.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-14T00:34:16.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-14T00:34:16.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-07-14T00:34:16.246Z
44472026-07-14T00:34:16.246Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44482026-07-14T00:34:16.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-14T00:34:16.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-14T00:34:16.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-14T00:34:16.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44522026-07-14T00:34:16.831Z
44532026-07-14T00:34:16.831Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44542026-07-14T00:34:17.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-14T00:34:17.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-14T00:34:17.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-14T00:34:17.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44582026-07-14T00:34:17.405Z
44592026-07-14T00:34:17.405Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44602026-07-14T00:34:17.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-14T00:34:17.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-14T00:34:17.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-14T00:34:17.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-07-14T00:34:17.991Z
44652026-07-14T00:34:17.991Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44662026-07-14T00:34:18.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-14T00:34:18.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-14T00:34:18.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-14T00:34:18.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-07-14T00:34:18.577Z
44712026-07-14T00:34:18.577Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44722026-07-14T00:34:19.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-14T00:34:19.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-14T00:34:19.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-14T00:34:19.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-07-14T00:34:19.151Z
44772026-07-14T00:34:19.151Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44782026-07-14T00:34:19.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-14T00:34:19.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-14T00:34:19.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-07-14T00:34:19.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44822026-07-14T00:34:19.739Z
44832026-07-14T00:34:19.739Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44842026-07-14T00:34:20.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-14T00:34:20.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-14T00:34:20.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-14T00:34:20.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44882026-07-14T00:34:20.330Z
44892026-07-14T00:34:20.331Zinfo: running `cargo check --bins` on omicron-dev (277/301)
44902026-07-14T00:34:20.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-14T00:34:20.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-14T00:34:21.177Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44932026-07-14T00:34:21.177Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44942026-07-14T00:34:21.328Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44952026-07-14T00:34:21.348Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44962026-07-14T00:34:21.372Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44972026-07-14T00:34:21.376Z Checking yansi v1.0.1
44982026-07-14T00:34:21.376Z Checking diff v0.1.13
44992026-07-14T00:34:21.376Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45002026-07-14T00:34:21.512Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45012026-07-14T00:34:21.671Z Checking pretty_assertions v1.4.1
45022026-07-14T00:34:22.419Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45032026-07-14T00:34:22.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45042026-07-14T00:34:47.391Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45052026-07-14T00:34:47.394Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45062026-07-14T00:34:47.395Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45072026-07-14T00:34:47.395Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45082026-07-14T00:34:47.395Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45092026-07-14T00:34:47.395Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45102026-07-14T00:34:47.395Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45112026-07-14T00:34:48.250Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45122026-07-14T00:34:48.251Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45132026-07-14T00:34:49.450Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45142026-07-14T00:35:27.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45152026-07-14T00:35:27.439Z
45162026-07-14T00:35:27.439Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45172026-07-14T00:35:27.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-07-14T00:35:27.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-07-14T00:35:27.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-07-14T00:35:27.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45212026-07-14T00:35:27.958Z
45222026-07-14T00:35:27.958Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45232026-07-14T00:35:28.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-07-14T00:35:28.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-07-14T00:35:28.679Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45262026-07-14T00:35:28.799Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45272026-07-14T00:35:28.802Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45282026-07-14T00:35:55.917Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45292026-07-14T00:35:56.289Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45302026-07-14T00:35:58.036Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45312026-07-14T00:35:58.481Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45322026-07-14T00:36:01.595Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45332026-07-14T00:36:25.200Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-07-14T00:36:25.896Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45352026-07-14T00:36:27.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.54s
45362026-07-14T00:36:27.693Z
45372026-07-14T00:36:27.693Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45382026-07-14T00:36:28.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-07-14T00:36:28.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-07-14T00:36:28.379Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45412026-07-14T00:36:29.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45422026-07-14T00:36:29.212Z
45432026-07-14T00:36:29.212Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45442026-07-14T00:36:29.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-14T00:36:29.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-14T00:36:29.807Z Compiling blake3 v1.8.5
45472026-07-14T00:36:29.914Z Checking arrayvec v0.7.6
45482026-07-14T00:36:29.917Z Checking arrayref v0.3.9
45492026-07-14T00:36:29.917Z Checking constant_time_eq v0.4.2
45502026-07-14T00:36:29.932Z Checking topological-sort v0.2.2
45512026-07-14T00:36:29.932Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45522026-07-14T00:36:29.936Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45532026-07-14T00:36:29.936Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45542026-07-14T00:36:29.980Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45552026-07-14T00:36:30.032Z Checking shell-words v1.1.1
45562026-07-14T00:36:30.824Z Checking omicron-zone-package v0.12.3
45572026-07-14T00:36:31.543Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45582026-07-14T00:36:32.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
45592026-07-14T00:36:32.641Z
45602026-07-14T00:36:32.641Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45612026-07-14T00:36:33.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-14T00:36:33.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-14T00:36:33.228Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45642026-07-14T00:36:33.551Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45652026-07-14T00:36:33.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45662026-07-14T00:36:34.117Z
45672026-07-14T00:36:34.117Zinfo: running `cargo check --bins` on schema (283/301)
45682026-07-14T00:36:34.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-07-14T00:36:34.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-07-14T00:36:34.796Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45712026-07-14T00:36:35.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45722026-07-14T00:36:35.675Z
45732026-07-14T00:36:35.675Zinfo: running `cargo check --bins` on xtask (284/301)
45742026-07-14T00:36:36.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-07-14T00:36:36.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-07-14T00:36:36.060Z Checking serde_core v1.0.228
45772026-07-14T00:36:36.060Z Checking libc v0.2.185
45782026-07-14T00:36:36.063Z Checking bitflags v2.11.0
45792026-07-14T00:36:36.147Z Checking scroll v0.12.0
45802026-07-14T00:36:36.150Z Checking thiserror v1.0.69
45812026-07-14T00:36:36.160Z Checking log v0.4.29
45822026-07-14T00:36:36.163Z Checking indexmap v2.14.0
45832026-07-14T00:36:36.163Z Checking zerocopy v0.7.35
45842026-07-14T00:36:36.239Z Checking syn v2.0.117
45852026-07-14T00:36:36.280Z Checking dtrace-parser v0.2.0
45862026-07-14T00:36:36.312Z Checking once_cell v1.21.3
45872026-07-14T00:36:36.364Z Checking goblin v0.8.2
45882026-07-14T00:36:36.422Z Checking errno v0.3.14
45892026-07-14T00:36:36.492Z Checking getrandom v0.4.1
45902026-07-14T00:36:36.514Z Checking thread-id v4.2.2
45912026-07-14T00:36:36.540Z Checking rustix v1.1.3
45922026-07-14T00:36:36.588Z Checking memmap v0.7.0
45932026-07-14T00:36:36.623Z Checking thiserror v2.0.18
45942026-07-14T00:36:36.666Z Checking fs-err v3.3.0
45952026-07-14T00:36:36.690Z Checking anyhow v1.0.102
45962026-07-14T00:36:36.713Z Checking tabled v0.15.0
45972026-07-14T00:36:37.316Z Checking terminal_size v0.4.3
45982026-07-14T00:36:37.316Z Checking tempfile v3.25.0
45992026-07-14T00:36:37.425Z Checking clap_builder v4.6.0
46002026-07-14T00:36:37.425Z Checking textwrap v0.16.2
46012026-07-14T00:36:37.595Z Checking serde v1.0.228
46022026-07-14T00:36:37.598Z Checking serde_json v1.0.150
46032026-07-14T00:36:37.598Z Checking camino v1.2.2
46042026-07-14T00:36:37.628Z Checking cargo-platform v0.3.2
46052026-07-14T00:36:37.798Z Checking semver v1.0.28
46062026-07-14T00:36:37.849Z Checking camino-tempfile v1.4.1
46072026-07-14T00:36:38.010Z Checking toml_datetime v0.6.11
46082026-07-14T00:36:38.010Z Checking serde_spanned v0.6.9
46092026-07-14T00:36:38.014Z Checking macaddr v1.0.1
46102026-07-14T00:36:38.037Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46112026-07-14T00:36:38.188Z Checking toml_edit v0.22.27
46122026-07-14T00:36:38.191Z Checking dof v0.3.0
46132026-07-14T00:36:38.191Z Checking cargo_metadata v0.23.1
46142026-07-14T00:36:38.462Z Checking usdt-impl v0.5.0
46152026-07-14T00:36:38.601Z Checking clap v4.6.1
46162026-07-14T00:36:38.718Z Checking usdt v0.5.0
46172026-07-14T00:36:39.160Z Checking toml v0.8.23
46182026-07-14T00:36:39.426Z Checking cargo_toml v0.21.0
46192026-07-14T00:36:40.070Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46202026-07-14T00:36:40.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
46212026-07-14T00:36:40.562Z
46222026-07-14T00:36:40.562Zinfo: running `cargo check --bins` on dnsadm (285/301)
46232026-07-14T00:36:41.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-07-14T00:36:41.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-07-14T00:36:41.146Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46262026-07-14T00:36:41.610Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46272026-07-14T00:36:41.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46282026-07-14T00:36:42.156Z
46292026-07-14T00:36:42.156Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46302026-07-14T00:36:42.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-07-14T00:36:42.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-07-14T00:36:42.918Z Checking cpubits v0.1.1
46332026-07-14T00:36:42.921Z Checking pem-rfc7468 v1.0.0
46342026-07-14T00:36:43.056Z Checking hmac v0.13.0
46352026-07-14T00:36:43.056Z Checking universal-hash v0.6.1
46362026-07-14T00:36:43.078Z Checking ctr v0.10.1
46372026-07-14T00:36:43.078Z Checking aead v0.6.1
46382026-07-14T00:36:43.081Z Checking sha2 v0.11.0
46392026-07-14T00:36:43.119Z Checking aes v0.9.1
46402026-07-14T00:36:43.122Z Checking crypto-bigint v0.7.5
46412026-07-14T00:36:43.175Z Checking polyval v0.7.1
46422026-07-14T00:36:43.190Z Checking der v0.8.0
46432026-07-14T00:36:43.204Z Checking pbkdf2 v0.13.0
46442026-07-14T00:36:43.219Z Checking salsa20 v0.11.0
46452026-07-14T00:36:43.241Z Checking cbc v0.2.1
46462026-07-14T00:36:43.318Z Checking ff v0.14.0
46472026-07-14T00:36:43.342Z Checking ghash v0.6.0
46482026-07-14T00:36:43.359Z Checking signature v3.0.0
46492026-07-14T00:36:43.409Z Checking base16ct v1.0.0
46502026-07-14T00:36:43.451Z Checking group v0.14.0
46512026-07-14T00:36:43.467Z Checking hkdf v0.13.0
46522026-07-14T00:36:43.507Z Checking rfc6979 v0.5.0
46532026-07-14T00:36:43.522Z Checking aes-gcm v0.11.0
46542026-07-14T00:36:43.542Z Compiling curve25519-dalek v5.0.0-rc.0
46552026-07-14T00:36:43.600Z Checking poly1305 v0.9.0
46562026-07-14T00:36:43.603Z Checking blowfish v0.10.0
46572026-07-14T00:36:43.642Z Checking blake2 v0.11.0-rc.6
46582026-07-14T00:36:43.677Z Checking keccak v0.2.0
46592026-07-14T00:36:43.762Z Checking fiat-crypto v0.3.0
46602026-07-14T00:36:43.818Z Checking scrypt v0.12.0
46612026-07-14T00:36:43.836Z Checking sha3 v0.11.0
46622026-07-14T00:36:43.866Z Checking bcrypt-pbkdf v0.11.0
46632026-07-14T00:36:43.894Z Checking argon2 v0.6.0-rc.8
46642026-07-14T00:36:43.978Z Checking spki v0.8.0
46652026-07-14T00:36:43.978Z Checking sec1 v0.8.1
46662026-07-14T00:36:44.023Z Checking kem v0.3.0
46672026-07-14T00:36:44.137Z Checking module-lattice v0.2.3
46682026-07-14T00:36:44.159Z Checking pkcs5 v0.8.1
46692026-07-14T00:36:44.173Z Checking pkcs1 v0.8.0-rc.4
46702026-07-14T00:36:44.189Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46712026-07-14T00:36:44.206Z Checking internal-russh-num-bigint v0.5.0
46722026-07-14T00:36:44.356Z Checking ml-kem v0.3.2
46732026-07-14T00:36:44.374Z Checking num-bigint v0.4.6
46742026-07-14T00:36:44.390Z Checking generic-array v1.4.3
46752026-07-14T00:36:44.447Z Checking pkcs8 v0.11.0
46762026-07-14T00:36:44.645Z Checking ed25519 v3.0.0
46772026-07-14T00:36:44.784Z Compiling enum_dispatch v0.3.13
46782026-07-14T00:36:44.821Z Checking russh-util v0.52.0
46792026-07-14T00:36:44.842Z Checking ed25519-dalek v3.0.0-rc.0
46802026-07-14T00:36:44.946Z Compiling delegate v0.13.5
46812026-07-14T00:36:45.042Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46822026-07-14T00:36:45.059Z Checking hex-literal v1.1.0
46832026-07-14T00:36:45.133Z Checking md5 v0.8.0
46842026-07-14T00:36:45.181Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46852026-07-14T00:36:46.305Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46862026-07-14T00:36:46.308Z Checking socket2 v0.5.10
46872026-07-14T00:36:46.308Z Checking elliptic-curve v0.14.0-rc.33
46882026-07-14T00:36:46.308Z Checking primefield v0.14.0
46892026-07-14T00:36:46.308Z Checking ssh-encoding v0.3.0-rc.9
46902026-07-14T00:36:46.309Z Checking crypto-primes v0.7.2
46912026-07-14T00:36:46.309Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46922026-07-14T00:36:46.309Z Checking ssh-cipher v0.3.0-rc.9
46932026-07-14T00:36:46.309Z Checking russh-cryptovec v0.61.0
46942026-07-14T00:36:46.309Z Checking ecdsa v0.17.0-rc.18
46952026-07-14T00:36:46.309Z Checking primeorder v0.14.0-rc.10
46962026-07-14T00:36:46.309Z Checking internet-checksum v0.2.1
46972026-07-14T00:36:46.309Z Checking p521 v0.14.0-rc.10
46982026-07-14T00:36:46.309Z Checking p256 v0.14.0-rc.10
46992026-07-14T00:36:46.522Z Checking rsa v0.10.0-rc.18
47002026-07-14T00:36:48.583Z Checking p384 v0.14.0-rc.10
47012026-07-14T00:36:50.478Z Checking ssh-key v0.7.0-rc.10
47022026-07-14T00:36:51.233Z Checking russh v0.61.2
47032026-07-14T00:37:03.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
47042026-07-14T00:37:03.643Z
47052026-07-14T00:37:03.643Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47062026-07-14T00:37:04.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-07-14T00:37:04.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-07-14T00:37:04.227Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47092026-07-14T00:37:04.334Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47102026-07-14T00:37:04.341Z Checking termios v0.3.3
47112026-07-14T00:37:05.573Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47122026-07-14T00:37:05.719Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47132026-07-14T00:37:07.414Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47142026-07-14T00:37:07.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
47152026-07-14T00:37:08.146Z
47162026-07-14T00:37:08.146Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47172026-07-14T00:37:08.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-14T00:37:08.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-14T00:37:08.798Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47202026-07-14T00:37:08.802Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47212026-07-14T00:37:08.910Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47222026-07-14T00:37:08.913Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47232026-07-14T00:37:08.929Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47242026-07-14T00:37:08.937Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47252026-07-14T00:37:09.681Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47262026-07-14T00:37:10.016Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47272026-07-14T00:37:10.019Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47282026-07-14T00:37:10.645Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47292026-07-14T00:37:12.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
47302026-07-14T00:37:12.454Z
47312026-07-14T00:37:12.454Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47322026-07-14T00:37:12.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-07-14T00:37:12.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-07-14T00:37:13.033Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47352026-07-14T00:37:13.475Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47362026-07-14T00:37:13.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47372026-07-14T00:37:13.959Z
47382026-07-14T00:37:13.959Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47392026-07-14T00:37:14.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-14T00:37:14.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-14T00:37:14.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47422026-07-14T00:37:14.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47432026-07-14T00:37:14.480Z
47442026-07-14T00:37:14.480Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47452026-07-14T00:37:14.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-14T00:37:14.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-14T00:37:14.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47482026-07-14T00:37:14.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47492026-07-14T00:37:14.998Z
47502026-07-14T00:37:14.998Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47512026-07-14T00:37:15.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-07-14T00:37:15.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-07-14T00:37:15.698Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47542026-07-14T00:37:16.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47552026-07-14T00:37:16.476Z
47562026-07-14T00:37:16.476Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47572026-07-14T00:37:16.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-14T00:37:16.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-14T00:37:17.073Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47602026-07-14T00:37:17.076Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47612026-07-14T00:37:17.359Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47622026-07-14T00:37:17.362Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47632026-07-14T00:37:18.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47642026-07-14T00:37:18.317Z
47652026-07-14T00:37:18.317Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47662026-07-14T00:37:18.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-14T00:37:18.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-14T00:37:18.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-07-14T00:37:18.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47702026-07-14T00:37:18.848Z
47712026-07-14T00:37:18.848Zinfo: running `cargo check --bins` on omicron-package (295/301)
47722026-07-14T00:37:19.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-14T00:37:19.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-14T00:37:19.469Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47752026-07-14T00:37:20.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47762026-07-14T00:37:20.711Z
47772026-07-14T00:37:20.711Zinfo: running `cargo check --bins` on tqdb (296/301)
47782026-07-14T00:37:21.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-07-14T00:37:21.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-07-14T00:37:21.438Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47812026-07-14T00:37:21.793Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47822026-07-14T00:37:22.359Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47832026-07-14T00:37:22.359Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47842026-07-14T00:37:28.421Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47852026-07-14T00:37:28.426Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47862026-07-14T00:37:28.989Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47872026-07-14T00:37:28.992Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47882026-07-14T00:37:28.992Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47892026-07-14T00:37:28.992Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47902026-07-14T00:37:29.772Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47912026-07-14T00:37:30.821Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47922026-07-14T00:37:31.639Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47932026-07-14T00:37:32.234Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47942026-07-14T00:37:36.991Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47952026-07-14T00:37:43.630Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47962026-07-14T00:37:43.636Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47972026-07-14T00:37:43.636Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47982026-07-14T00:37:43.636Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47992026-07-14T00:37:45.094Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48002026-07-14T00:37:46.645Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48012026-07-14T00:37:47.067Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48022026-07-14T00:37:48.293Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48032026-07-14T00:37:48.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.10s
48042026-07-14T00:37:49.015Z
48052026-07-14T00:37:49.035Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48062026-07-14T00:37:49.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48072026-07-14T00:37:49.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48082026-07-14T00:37:49.677Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48092026-07-14T00:37:49.794Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48102026-07-14T00:37:49.803Z Checking rtoolbox v0.0.3
48112026-07-14T00:37:49.812Z Checking tui-tree-widget v0.23.1
48122026-07-14T00:37:49.947Z Checking rpassword v7.4.0
48132026-07-14T00:37:50.286Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48142026-07-14T00:37:50.462Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48152026-07-14T00:37:51.422Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48162026-07-14T00:37:58.633Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48172026-07-14T00:37:58.665Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48182026-07-14T00:37:58.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.29s
48192026-07-14T00:37:58.665Z
48202026-07-14T00:37:58.665Zinfo: running `cargo check --bins` on wicket (298/301)
48212026-07-14T00:37:58.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-14T00:37:58.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-14T00:37:58.666Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48242026-07-14T00:37:58.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48252026-07-14T00:37:58.843Z
48262026-07-14T00:37:58.843Zinfo: running `cargo check --bins` on wicketd (299/301)
48272026-07-14T00:37:59.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-14T00:37:59.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-14T00:37:59.327Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48302026-07-14T00:37:59.330Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48312026-07-14T00:37:59.330Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48322026-07-14T00:37:59.330Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48332026-07-14T00:38:00.216Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48342026-07-14T00:38:00.769Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48352026-07-14T00:38:03.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
48362026-07-14T00:38:04.001Z
48372026-07-14T00:38:04.001Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48382026-07-14T00:38:04.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48392026-07-14T00:38:04.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48402026-07-14T00:38:04.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48412026-07-14T00:38:04.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48422026-07-14T00:38:04.523Z
48432026-07-14T00:38:04.524Zinfo: running `cargo check --bins` on zone-setup (301/301)
48442026-07-14T00:38:04.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-07-14T00:38:05.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-07-14T00:38:05.144Z Checking uzers v0.12.2
48472026-07-14T00:38:05.416Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48482026-07-14T00:38:06.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48492026-07-14T00:38:06.355Z
48502026-07-14T00:38:06.360Zreal 13:52.957431104
48512026-07-14T00:38:06.361Zuser 21:04.079216235
48522026-07-14T00:38:06.361Zsys 4:12.692867334
48532026-07-14T00:38:06.361Ztrap 0.337692304
48542026-07-14T00:38:06.361Ztflt 0.661592097
48552026-07-14T00:38:06.361Zdflt 1.148555640
48562026-07-14T00:38:06.361Zkflt 0.004418402
48572026-07-14T00:38:06.361Zlock 1:17:06.184738988
48582026-07-14T00:38:06.361Zslp 1:41:02.262346035
48592026-07-14T00:38:06.361Zlat 51.539949462
48602026-07-14T00:38:06.361Zstop 3:26.022370866
48612026-07-14T00:38:06.361Zprocess exited: duration 955394 ms, exit code 0
 
48622026-07-14T00:38:06.368Zfound 0 output files