01M0VX1M8XHWK3H4B9TX52532V: 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: 01M0VX2RVTW5E306SM3ZMD1G37

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:37.675Zjob assigned to worker 01M0VX34JV56A26KHZCY3HEBKK [factory aws, i-0a2bdf328f8f45abf] (queued for 53 s)
 
22026-08-25T07:28:44.334Zstarting task 0: "setup"
32026-08-25T07:28:44.340Z++ uname -s
42026-08-25T07:28:44.343Z+ kern=SunOS
52026-08-25T07:28:44.343Z+ build_user=build
62026-08-25T07:28:44.343Z+ build_uid=12345
72026-08-25T07:28:44.343Z+ work_dir=/work
82026-08-25T07:28:44.343Z+ input_dir=/input
92026-08-25T07:28:44.343Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:44.343Z+ case "$kern" in
112026-08-25T07:28:44.343Z+ groupadd -g 12345 build
122026-08-25T07:28:44.343Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:46.409Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:46.420Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:46.420Z+ home_fs=zfs
162026-08-25T07:28:46.420Z+ [[ zfs == autofs ]]
172026-08-25T07:28:46.420Z+ mkdir -p /home/build
182026-08-25T07:28:46.420Z+ chown build:build /home/build /work
192026-08-25T07:28:48.404Z+ chmod 0700 /home/build /work
202026-08-25T07:28:48.409Zprocess exited: duration 4072 ms, exit code 0
 
212026-08-25T07:28:48.419Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:48.439Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:48.440Z * rust toolchain channel = "1.97.1"
242026-08-25T07:28:48.440Z * rust toolchain profile = "default"
252026-08-25T07:28:48.440Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T07:28:48.440Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T07:28:48.440Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:48.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:48.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:48.508Zinfo: downloading installer
312026-08-25T07:28:50.048Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:50.048Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:50.048Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:50.048Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:50.053Zinfo: profile set to default
362026-08-25T07:28:50.053Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:50.058Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:50.182Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:50.186Zinfo: downloading 6 components
402026-08-25T07:29:04.257Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T07:29:04.257Z
422026-08-25T07:29:04.284Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:29:04.284Z
442026-08-25T07:29:04.284Z
452026-08-25T07:29:04.284ZRust is installed now. Great!
462026-08-25T07:29:04.284Z
472026-08-25T07:29:04.284ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:29:04.284Zenvironment variable. This has not been done automatically.
492026-08-25T07:29:04.284Z
502026-08-25T07:29:04.284ZTo configure your current shell, you need to source
512026-08-25T07:29:04.284Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:29:04.285Z
532026-08-25T07:29:04.285ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:29:04.285Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:29:04.285Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:29:04.285Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:29:04.285Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:29:04.285Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:29:04.285Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:29:04.292Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:29:04.292Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:29:04.375Z+ rustup --version
632026-08-25T07:29:04.378Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:29:04.379Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:29:04.406Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:29:04.420Z+ cargo --version
672026-08-25T07:29:04.433Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:29:04.433Z+ rustc --version
692026-08-25T07:29:04.458Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:29:04.458Zprocess exited: duration 16021 ms, exit code 0
 
712026-08-25T07:29:04.475Zstarting task 2: "authentication"
722026-08-25T07:29:04.489Zprocess exited: duration 21 ms, exit code 0
 
732026-08-25T07:29:04.527Zstarting task 3: "clone repository"
742026-08-25T07:29:04.534Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T07:29:04.534Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T07:29:04.548ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T07:29:24.009Z+ cd /work/oxidecomputer/omicron
782026-08-25T07:29:24.009Z+ git fetch origin 521e1b3903a3e4a1652a15395e0922723fc90cdc
792026-08-25T07:29:24.056ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T07:29:24.056Z * branch 521e1b3903a3e4a1652a15395e0922723fc90cdc -> FETCH_HEAD
812026-08-25T07:29:24.056Z+ [[ -n zl/mcast-build ]]
822026-08-25T07:29:24.056Z++ git branch --show-current
832026-08-25T07:29:24.056Z+ current=main
842026-08-25T07:29:24.056Z+ [[ main != zl/mcast-build ]]
852026-08-25T07:29:24.056Z+ git branch -f zl/mcast-build 521e1b3903a3e4a1652a15395e0922723fc90cdc
862026-08-25T07:29:24.056Z+ git checkout -f zl/mcast-build
872026-08-25T07:29:24.056ZSwitched to branch 'zl/mcast-build'
882026-08-25T07:29:24.056Z+ git reset --hard 521e1b3903a3e4a1652a15395e0922723fc90cdc
892026-08-25T07:29:24.056ZHEAD is now at 521e1b390 [merge] merge upstream
902026-08-25T07:29:24.056Zprocess exited: duration 19393 ms, exit code 0
 
912026-08-25T07:29:24.074Zstarting task 4: "build"
922026-08-25T07:29:24.147Z+ source .github/buildomat/ci-env.sh
932026-08-25T07:29:24.148Z++ export CARGO_TERM_COLOR=always
942026-08-25T07:29:24.148Z++ CARGO_TERM_COLOR=always
952026-08-25T07:29:24.148Z+++ uname -s
962026-08-25T07:29:24.148Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T07:29:24.148Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T07:29:24.148Z+ cargo --version
992026-08-25T07:29:24.152Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T07:29:24.152Z+ rustc --version
1012026-08-25T07:29:24.152Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T07:29:24.152Z+ source ./env.sh
1032026-08-25T07:29:24.152Z++ OLD_SHELL_OPTS=ehxB
1042026-08-25T07:29:24.152Z++ set -o xtrace
1052026-08-25T07:29:24.152Z++++ dirname ./env.sh
1062026-08-25T07:29:24.152Z+++ readlink -f .
1072026-08-25T07:29:24.152Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-25T07:29:24.152Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-25T07:29:24.152Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-25T07:29:24.152Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-25T07:29:24.152Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-25T07:29:24.152Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-25T07:29:24.152Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-25T07:29:24.152Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-25T07:29:24.153Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-25T07:29:24.153Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-25T07:29:24.153Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-25T07:29:24.153Z++ case $OLD_SHELL_OPTS in
1192026-08-25T07:29:24.153Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-25T07:29:24.153Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-25T07:29:24.153Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-25T07:29:24.153Z+ banner prerequisites
1232026-08-25T07:29:24.153Z
1242026-08-25T07:29:24.153Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-25T07:29:24.153Z # # # # # # # # # # # # # # #
1262026-08-25T07:29:24.153Z # # # # ##### # # ##### # # # # # #### #
1272026-08-25T07:29:24.153Z ##### ##### # ##### # # # # # # # # #
1282026-08-25T07:29:24.153Z # # # # # # # # # # # # # # #
1292026-08-25T07:29:24.153Z # # # ###### # # ###### ### # #### # #### #
1302026-08-25T07:29:24.153Z
1312026-08-25T07:29:24.153Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-25T07:29:26.092Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-25T07:29:26.479Z Startup: Caching catalogs ... Done
1342026-08-25T07:29:28.694ZPlanning: Solver setup ... Done (2.086s)
1352026-08-25T07:29:28.761ZPlanning: Running solver ... Done (0.072s)
1362026-08-25T07:29:28.829ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-25T07:29:28.839ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-25T07:29:28.864ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-25T07:29:28.887ZPlanning: Package planning ... Done (0.016s)
1402026-08-25T07:29:28.887ZPlanning: Merging actions ... Done (0.002s)
1412026-08-25T07:29:29.130ZPlanning: Checking for conflicting actions ... Done (0.259s)
1422026-08-25T07:29:29.155ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-25T07:29:29.966ZPlanning: Evaluating mediators ... Done (0.833s)
1442026-08-25T07:29:29.973ZPlanning: Planning completed in 3.45 seconds
1452026-08-25T07:29:29.977Z Packages to install: 2
1462026-08-25T07:29:29.977Z Estimated space available: 156.01 GB
1472026-08-25T07:29:29.977ZEstimated space to be consumed: 80.56 MB
1482026-08-25T07:29:29.977Z Create boot environment: No
1492026-08-25T07:29:29.977ZCreate backup boot environment: No
1502026-08-25T07:29:29.977Z Rebuild boot archive: No
1512026-08-25T07:29:29.977Z
1522026-08-25T07:29:29.977ZChanged packages:
1532026-08-25T07:29:29.977Zhelios
1542026-08-25T07:29:29.977Z developer/build-essential
1552026-08-25T07:29:29.977Z None -> 11-3.0
1562026-08-25T07:29:29.977Z library/libxmlsec1
1572026-08-25T07:29:29.977Z None -> 1.2.35-3.0
1582026-08-25T07:29:29.999Z
1592026-08-25T07:29:29.999ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-25T07:29:30.086ZDownload: Completed 1.28 MB in 0.09 seconds (14.8M/s)
1612026-08-25T07:29:30.155Z Actions: 1/268 actions (Installing new actions)
1622026-08-25T07:29:30.196Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-25T07:29:30.237ZFinalize: Updating package state database ... Done (0.041s)
1642026-08-25T07:29:30.240ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T07:29:30.339ZFinalize: Updating image state ... Done (0.102s)
1662026-08-25T07:29:32.914ZFinalize: Creating fast lookup database ... Done (2.512s)
1672026-08-25T07:29:32.989ZFinalize: Reading search index ... Done (0.012s)
1682026-08-25T07:29:32.993ZFinalize: Updating search index ... Done (0.000s)
1692026-08-25T07:29:33.097ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-25T07:29:33.464ZPlanning: Evaluating mediator changes ... Done
1712026-08-25T07:29:33.572ZPlanning: Checking for conflicting actions ... Done
1722026-08-25T07:29:33.577ZPlanning: Consolidating action changes ... Done
1732026-08-25T07:29:33.729ZPlanning: Evaluating mediators ... Done
1742026-08-25T07:29:33.743ZPlanning: Planning completed in 0.26 seconds
1752026-08-25T07:29:33.750Z Mediators to change: 2
1762026-08-25T07:29:33.751Z Create boot environment: No
1772026-08-25T07:29:33.751ZCreate backup boot environment: No
1782026-08-25T07:29:33.800ZFinalize: Updating package state database ... Done
1792026-08-25T07:29:33.800ZFinalize: Updating package cache ... Done
1802026-08-25T07:29:33.849ZFinalize: Updating image state ... Done
1812026-08-25T07:29:35.796ZFinalize: Creating fast lookup database ... Done
1822026-08-25T07:29:35.860ZFinalize: Reading search index ... Done
1832026-08-25T07:29:35.863ZFinalize: Updating search index ... Done
1842026-08-25T07:29:35.943ZFinalize: Updating package cache ... Done
1852026-08-25T07:29:36.214ZPlanning: Evaluating mediator changes ... Done
1862026-08-25T07:29:36.323ZPlanning: Checking for conflicting actions ... Done
1872026-08-25T07:29:36.326ZPlanning: Consolidating action changes ... Done
1882026-08-25T07:29:36.481ZPlanning: Evaluating mediators ... Done
1892026-08-25T07:29:36.485ZPlanning: Planning completed in 0.26 seconds
1902026-08-25T07:29:36.503Z Mediators to change: 1
1912026-08-25T07:29:36.503Z Create boot environment: No
1922026-08-25T07:29:36.503ZCreate backup boot environment: No
1932026-08-25T07:29:36.537ZFinalize: Updating package state database ... Done
1942026-08-25T07:29:36.537ZFinalize: Updating package cache ... Done
1952026-08-25T07:29:36.590ZFinalize: Updating image state ... Done
1962026-08-25T07:29:38.529ZFinalize: Creating fast lookup database ... Done
1972026-08-25T07:29:38.586ZFinalize: Reading search index ... Done
1982026-08-25T07:29:38.591ZFinalize: Updating search index ... Done
1992026-08-25T07:29:38.643ZFinalize: Updating package cache ... Done
2002026-08-25T07:29:38.953ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-25T07:29:38.953Zapache system 2.4 system
2022026-08-25T07:29:38.954Zclang system 15 system
2032026-08-25T07:29:38.954Zcsh system system illumos
2042026-08-25T07:29:38.954Zctags system system illumos
2052026-08-25T07:29:38.954Zfile vendor vendor darwinsys
2062026-08-25T07:29:38.954Zfile system system illumos
2072026-08-25T07:29:38.954Zgcc vendor 14 vendor
2082026-08-25T07:29:38.954Zgcc system 13 system
2092026-08-25T07:29:38.954Zgcc system 10 system
2102026-08-25T07:29:38.954Zgo system 1.25 system
2112026-08-25T07:29:38.954Zllvm system 15 system
2122026-08-25T07:29:38.954Zmariadb system 11.4 system
2132026-08-25T07:29:38.954Zmta vendor vendor dma
2142026-08-25T07:29:38.954Zopenjdk system 17 system
2152026-08-25T07:29:38.954Zopenjdk system 11 system
2162026-08-25T07:29:38.954Zopenssl vendor 3 vendor
2172026-08-25T07:29:38.954Zperl system 5.40 system
2182026-08-25T07:29:38.954Zpostgresql system 18 system
2192026-08-25T07:29:38.954Zpostgresql system 17 system
2202026-08-25T07:29:38.954Zpython vendor 3 vendor
2212026-08-25T07:29:38.954Zpython system 2 system
2222026-08-25T07:29:38.954Zpython3 vendor 3.13 vendor
2232026-08-25T07:29:38.954Zruby system 3.4 system
2242026-08-25T07:29:38.954Zruby system 3.0 system
2252026-08-25T07:29:38.954Zwords vendor vendor american-english
2262026-08-25T07:29:38.954Zwords system system australian-english
2272026-08-25T07:29:38.954Zwords system system british-english
2282026-08-25T07:29:38.954Zwords system system canadian-english
2292026-08-25T07:29:38.954Zwords system system french
2302026-08-25T07:29:38.954Zwords system system italian
2312026-08-25T07:29:38.954Zwords system system ngerman
2322026-08-25T07:29:38.954Zwords system system ogerman
2332026-08-25T07:29:38.954Zwords system system spanish
2342026-08-25T07:29:39.208ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-25T07:29:39.208Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-25T07:29:39.704ZFMRI IFO
2372026-08-25T07:29:39.704Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-25T07:29:39.704Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-25T07:29:39.705Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-25T07:29:39.705Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-25T07:29:39.705Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-25T07:29:39.705Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-25T07:29:39.705Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-25T07:29:39.705Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-25T07:29:39.705Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-25T07:29:40.063Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-25T07:29:40.380Z Updating crates.io index
2482026-08-25T07:29:40.386Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-25T07:29:40.681Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T07:29:41.074Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-25T07:29:42.386Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-25T07:29:43.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-25T07:29:44.941Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-25T07:29:46.035Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-25T07:29:46.352Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-25T07:29:46.746Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-25T07:29:48.324Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-25T07:29:48.619Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-25T07:29:49.061Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-25T07:29:49.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-25T07:29:49.657Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-25T07:29:49.944Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-25T07:29:50.250Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-25T07:29:50.543Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-25T07:29:50.858Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-25T07:29:51.464Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-25T07:29:51.864Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2682026-08-25T07:29:52.137Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-25T07:29:52.705Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-25T07:29:52.991Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-25T07:29:53.574Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-25T07:29:53.983Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-25T07:29:54.270Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-25T07:29:54.736Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-25T07:29:55.033Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-25T07:29:55.471Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-25T07:29:55.815Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-25T07:29:56.087Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-25T07:29:56.396Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-25T07:29:56.801Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-25T07:29:57.383Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-25T07:29:57.998Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-25T07:29:58.276Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-25T07:29:58.595Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-25T07:29:58.891Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-25T07:29:59.187Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-25T07:29:59.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-25T07:29:59.798Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-25T07:30:00.146Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-25T07:30:00.433Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-25T07:30:03.086Z Downloading crates ...
2922026-08-25T07:30:03.259Z Downloaded anstream v1.0.0
2932026-08-25T07:30:03.259Z Downloaded block-buffer v0.10.4
2942026-08-25T07:30:03.259Z Downloaded equivalent v1.0.2
2952026-08-25T07:30:03.259Z Downloaded digest v0.10.7
2962026-08-25T07:30:03.259Z Downloaded bitflags v2.11.0
2972026-08-25T07:30:03.259Z Downloaded dof v0.3.0
2982026-08-25T07:30:03.259Z Downloaded once_cell v1.21.3
2992026-08-25T07:30:03.259Z Downloaded anstyle-query v1.1.5
3002026-08-25T07:30:03.260Z Downloaded dtrace-parser v0.2.0
3012026-08-25T07:30:03.260Z Downloaded cargo-platform v0.3.2
3022026-08-25T07:30:03.260Z Downloaded anstyle-parse v1.0.0
3032026-08-25T07:30:03.260Z Downloaded autocfg v1.5.0
3042026-08-25T07:30:03.260Z Downloaded bytecount v0.6.9
3052026-08-25T07:30:03.260Z Downloaded fs-err v3.3.0
3062026-08-25T07:30:03.260Z Downloaded zmij v1.0.21
3072026-08-25T07:30:03.260Z Downloaded itoa v1.0.17
3082026-08-25T07:30:03.260Z Downloaded zerocopy-derive v0.7.35
3092026-08-25T07:30:03.260Z Downloaded fastrand v2.3.0
3102026-08-25T07:30:03.260Z Downloaded macaddr v1.0.1
3112026-08-25T07:30:03.260Z Downloaded memmap v0.7.0
3122026-08-25T07:30:03.260Z Downloaded heck v0.5.0
3132026-08-25T07:30:03.260Z Downloaded clap_lex v1.0.0
3142026-08-25T07:30:03.260Z Downloaded anstyle v1.0.14
3152026-08-25T07:30:03.260Z Downloaded winnow v0.7.14
3162026-08-25T07:30:03.375Z Downloaded cfg-if v1.0.4
3172026-08-25T07:30:03.375Z Downloaded crypto-common v0.1.7
3182026-08-25T07:30:03.376Z Downloaded proc-macro-error-attr v1.0.4
3192026-08-25T07:30:03.376Z Downloaded cargo_metadata v0.23.1
3202026-08-25T07:30:03.377Z Downloaded camino-tempfile v1.4.1
3212026-08-25T07:30:03.377Z Downloaded sha2 v0.10.9
3222026-08-25T07:30:03.377Z Downloaded plain v0.2.3
3232026-08-25T07:30:03.377Z Downloaded tabled_derive v0.7.0
3242026-08-25T07:30:03.377Z Downloaded heck v0.4.1
3252026-08-25T07:30:03.378Z Downloaded fnv v1.0.7
3262026-08-25T07:30:03.378Z Downloaded colorchoice v1.0.4
3272026-08-25T07:30:03.379Z Downloaded pretty-hex v0.4.1
3282026-08-25T07:30:03.379Z Downloaded generic-array v0.14.7
3292026-08-25T07:30:03.379Z Downloaded version_check v0.9.5
3302026-08-25T07:30:03.379Z Downloaded errno v0.3.14
3312026-08-25T07:30:03.379Z Downloaded is_terminal_polyfill v1.70.2
3322026-08-25T07:30:03.380Z Downloaded scroll_derive v0.12.1
3332026-08-25T07:30:03.380Z Downloaded strsim v0.11.1
3342026-08-25T07:30:03.380Z Downloaded swrite v0.1.0
3352026-08-25T07:30:03.380Z Downloaded usdt v0.5.0
3362026-08-25T07:30:03.380Z Downloaded serde_spanned v0.6.9
3372026-08-25T07:30:03.381Z Downloaded usdt-macro v0.5.0
3382026-08-25T07:30:03.381Z Downloaded toml_write v0.1.2
3392026-08-25T07:30:03.383Z Downloaded unicode-linebreak v0.1.5
3402026-08-25T07:30:03.383Z Downloaded usdt-attr-macro v0.5.0
3412026-08-25T07:30:03.383Z Downloaded utf8parse v0.2.2
3422026-08-25T07:30:03.383Z Downloaded terminal_size v0.4.3
3432026-08-25T07:30:03.383Z Downloaded thread-id v4.2.2
3442026-08-25T07:30:03.383Z Downloaded cargo_toml v0.21.0
3452026-08-25T07:30:03.383Z Downloaded camino v1.2.5
3462026-08-25T07:30:03.383Z Downloaded pest_derive v2.8.6
3472026-08-25T07:30:03.383Z Downloaded anyhow v1.0.104
3482026-08-25T07:30:03.383Z Downloaded smawk v0.3.2
3492026-08-25T07:30:03.383Z Downloaded serde_tokenstream v0.2.3
3502026-08-25T07:30:03.383Z Downloaded thiserror v2.0.18
3512026-08-25T07:30:03.384Z Downloaded cpufeatures v0.2.17
3522026-08-25T07:30:03.384Z Downloaded proc-macro-error v1.0.4
3532026-08-25T07:30:03.384Z Downloaded toml_datetime v0.6.11
3542026-08-25T07:30:03.384Z Downloaded quote v1.0.45
3552026-08-25T07:30:03.384Z Downloaded usdt-impl v0.5.0
3562026-08-25T07:30:03.384Z Downloaded thiserror v1.0.69
3572026-08-25T07:30:03.384Z Downloaded thiserror-impl v1.0.69
3582026-08-25T07:30:03.384Z Downloaded clap_derive v4.6.1
3592026-08-25T07:30:03.384Z Downloaded papergrid v0.11.0
3602026-08-25T07:30:03.384Z Downloaded clap v4.6.1
3612026-08-25T07:30:03.384Z Downloaded scroll v0.12.0
3622026-08-25T07:30:03.385Z Downloaded byteorder v1.5.0
3632026-08-25T07:30:03.385Z Downloaded semver v1.0.28
3642026-08-25T07:30:03.385Z Downloaded tempfile v3.27.0
3652026-08-25T07:30:03.385Z Downloaded thiserror-impl v2.0.18
3662026-08-25T07:30:03.385Z Downloaded toml v0.8.23
3672026-08-25T07:30:03.385Z Downloaded pest_generator v2.8.6
3682026-08-25T07:30:03.385Z Downloaded ucd-trie v0.1.7
3692026-08-25T07:30:03.385Z Downloaded pest_meta v2.8.6
3702026-08-25T07:30:03.385Z Downloaded getrandom v0.4.3
3712026-08-25T07:30:03.385Z Downloaded proc-macro2 v1.0.106
3722026-08-25T07:30:03.385Z Downloaded log v0.4.33
3732026-08-25T07:30:03.385Z Downloaded textwrap v0.16.2
3742026-08-25T07:30:03.385Z Downloaded unicode-ident v1.0.24
3752026-08-25T07:30:03.385Z Downloaded serde_derive v1.0.229
3762026-08-25T07:30:03.385Z Downloaded memchr v2.8.0
3772026-08-25T07:30:03.386Z Downloaded serde_core v1.0.229
3782026-08-25T07:30:03.386Z Downloaded serde v1.0.229
3792026-08-25T07:30:03.386Z Downloaded indexmap v2.14.0
3802026-08-25T07:30:03.386Z Downloaded toml_edit v0.22.27
3812026-08-25T07:30:03.386Z Downloaded typenum v1.20.1
3822026-08-25T07:30:03.552Z Downloaded pest v2.8.6
3832026-08-25T07:30:03.552Z Downloaded clap_builder v4.6.0
3842026-08-25T07:30:03.552Z Downloaded hashbrown v0.17.0
3852026-08-25T07:30:03.552Z Downloaded zerocopy v0.7.35
3862026-08-25T07:30:03.552Z Downloaded serde_json v1.0.151
3872026-08-25T07:30:03.552Z Downloaded tabled v0.15.0
3882026-08-25T07:30:03.552Z Downloaded goblin v0.8.2
3892026-08-25T07:30:03.552Z Downloaded syn v1.0.109
3902026-08-25T07:30:03.552Z Downloaded syn v3.0.3
3912026-08-25T07:30:03.552Z Downloaded unicode-width v0.1.14
3922026-08-25T07:30:03.552Z Downloaded unicode-width v0.2.0
3932026-08-25T07:30:03.552Z Downloaded syn v2.0.117
3942026-08-25T07:30:03.552Z Downloaded rustix v1.1.4
3952026-08-25T07:30:03.552Z Downloaded libc v0.2.185
3962026-08-25T07:30:03.635Z Compiling proc-macro2 v1.0.106
3972026-08-25T07:30:03.635Z Compiling unicode-ident v1.0.24
3982026-08-25T07:30:03.635Z Compiling quote v1.0.45
3992026-08-25T07:30:03.635Z Compiling serde_core v1.0.229
4002026-08-25T07:30:03.635Z Compiling libc v0.2.185
4012026-08-25T07:30:03.635Z Compiling version_check v0.9.5
4022026-08-25T07:30:03.635Z Compiling memchr v2.8.0
4032026-08-25T07:30:03.760Z Compiling serde v1.0.229
4042026-08-25T07:30:03.893Z Compiling zmij v1.0.21
4052026-08-25T07:30:04.244Z Compiling ucd-trie v0.1.7
4062026-08-25T07:30:04.285Z Compiling thiserror v1.0.69
4072026-08-25T07:30:04.425Z Compiling itoa v1.0.17
4082026-08-25T07:30:04.510Z Compiling pest v2.8.6
4092026-08-25T07:30:04.621Z Compiling byteorder v1.5.0
4102026-08-25T07:30:04.675Z Compiling rustix v1.1.4
4112026-08-25T07:30:04.730Z Compiling errno v0.3.14
4122026-08-25T07:30:04.836Z Compiling serde_json v1.0.151
4132026-08-25T07:30:04.885Z Compiling bitflags v2.11.0
4142026-08-25T07:30:05.089Z Compiling syn v2.0.117
4152026-08-25T07:30:05.143Z Compiling syn v3.0.3
4162026-08-25T07:30:05.183Z Compiling thread-id v4.2.2
4172026-08-25T07:30:05.293Z Compiling proc-macro-error-attr v1.0.4
4182026-08-25T07:30:05.469Z Compiling usdt-impl v0.5.0
4192026-08-25T07:30:05.561Z Compiling camino v1.2.5
4202026-08-25T07:30:05.631Z Compiling pest_meta v2.8.6
4212026-08-25T07:30:05.796Z Compiling syn v1.0.109
4222026-08-25T07:30:06.041Z Compiling proc-macro-error v1.0.4
4232026-08-25T07:30:06.243Z Compiling log v0.4.33
4242026-08-25T07:30:06.346Z Compiling equivalent v1.0.2
4252026-08-25T07:30:06.389Z Compiling hashbrown v0.17.0
4262026-08-25T07:30:06.421Z Compiling utf8parse v0.2.2
4272026-08-25T07:30:06.455Z Compiling plain v0.2.3
4282026-08-25T07:30:06.538Z Compiling getrandom v0.4.3
4292026-08-25T07:30:06.566Z Compiling anstyle-parse v1.0.0
4302026-08-25T07:30:07.106Z Compiling indexmap v2.14.0
4312026-08-25T07:30:07.355Z Compiling terminal_size v0.4.3
4322026-08-25T07:30:07.446Z Compiling thiserror v2.0.18
4332026-08-25T07:30:07.517Z Compiling serde_derive v1.0.229
4342026-08-25T07:30:07.575Z Compiling pest_generator v2.8.6
4352026-08-25T07:30:07.596Z Compiling winnow v0.7.14
4362026-08-25T07:30:07.686Z Compiling is_terminal_polyfill v1.70.2
4372026-08-25T07:30:07.713Z Compiling toml_write v0.1.2
4382026-08-25T07:30:07.831Z Compiling pretty-hex v0.4.1
4392026-08-25T07:30:07.894Z Compiling anstyle v1.0.14
4402026-08-25T07:30:07.941Z Compiling autocfg v1.5.0
4412026-08-25T07:30:07.964Z Compiling anstyle-query v1.1.5
4422026-08-25T07:30:08.063Z Compiling cfg-if v1.0.4
4432026-08-25T07:30:08.063Z Compiling colorchoice v1.0.4
4442026-08-25T07:30:08.303Z Compiling anstream v1.0.0
4452026-08-25T07:30:08.427Z Compiling fs-err v3.3.0
4462026-08-25T07:30:08.719Z Compiling anyhow v1.0.104
4472026-08-25T07:30:08.776Z Compiling clap_lex v1.0.0
4482026-08-25T07:30:08.776Z Compiling bytecount v0.6.9
4492026-08-25T07:30:08.776Z Compiling fnv v1.0.7
4502026-08-25T07:30:08.833Z Compiling once_cell v1.21.3
4512026-08-25T07:30:08.833Z Compiling heck v0.5.0
4522026-08-25T07:30:08.897Z Compiling strsim v0.11.1
4532026-08-25T07:30:09.010Z Compiling heck v0.4.1
4542026-08-25T07:30:09.128Z Compiling fastrand v2.3.0
4552026-08-25T07:30:09.314Z Compiling unicode-width v0.1.14
4562026-08-25T07:30:09.314Z Compiling clap_builder v4.6.0
4572026-08-25T07:30:09.314Z Compiling tabled_derive v0.7.0
4582026-08-25T07:30:09.416Z Compiling tempfile v3.27.0
4592026-08-25T07:30:09.492Z Compiling papergrid v0.11.0
4602026-08-25T07:30:09.492Z Compiling thiserror-impl v1.0.69
4612026-08-25T07:30:09.586Z Compiling zerocopy-derive v0.7.35
4622026-08-25T07:30:09.586Z Compiling pest_derive v2.8.6
4632026-08-25T07:30:09.778Z Compiling scroll_derive v0.12.1
4642026-08-25T07:30:09.972Z Compiling thiserror-impl v2.0.18
4652026-08-25T07:30:10.184Z Compiling clap_derive v4.6.1
4662026-08-25T07:30:10.348Z Compiling zerocopy v0.7.35
4672026-08-25T07:30:10.399Z Compiling scroll v0.12.0
4682026-08-25T07:30:10.860Z Compiling dtrace-parser v0.2.0
4692026-08-25T07:30:11.132Z Compiling goblin v0.8.2
4702026-08-25T07:30:11.300Z Compiling toml_datetime v0.6.11
4712026-08-25T07:30:11.300Z Compiling serde_spanned v0.6.9
4722026-08-25T07:30:11.356Z Compiling dof v0.3.0
4732026-08-25T07:30:11.356Z Compiling serde_tokenstream v0.2.3
4742026-08-25T07:30:11.373Z Compiling toml_edit v0.22.27
4752026-08-25T07:30:11.691Z Compiling cargo-platform v0.3.2
4762026-08-25T07:30:11.746Z Compiling semver v1.0.28
4772026-08-25T07:30:11.746Z Compiling memmap v0.7.0
4782026-08-25T07:30:11.891Z Compiling unicode-width v0.2.0
4792026-08-25T07:30:12.023Z Compiling smawk v0.3.2
4802026-08-25T07:30:12.094Z Compiling unicode-linebreak v0.1.5
4812026-08-25T07:30:12.119Z Compiling clap v4.6.1
4822026-08-25T07:30:12.119Z Compiling cargo_metadata v0.23.1
4832026-08-25T07:30:12.381Z Compiling macaddr v1.0.1
4842026-08-25T07:30:12.411Z Compiling usdt-macro v0.5.0
4852026-08-25T07:30:12.411Z Compiling usdt-attr-macro v0.5.0
4862026-08-25T07:30:12.462Z Compiling textwrap v0.16.2
4872026-08-25T07:30:12.463Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4882026-08-25T07:30:12.508Z Compiling tabled v0.15.0
4892026-08-25T07:30:12.874Z Compiling toml v0.8.23
4902026-08-25T07:30:12.903Z Compiling camino-tempfile v1.4.1
4912026-08-25T07:30:13.009Z Compiling swrite v0.1.0
4922026-08-25T07:30:13.353Z Compiling cargo_toml v0.21.0
4932026-08-25T07:30:14.072Z Compiling usdt v0.5.0
4942026-08-25T07:30:15.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952026-08-25T07:30:16.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
4962026-08-25T07:30:17.208Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4972026-08-25T07:30:18.256Z Downloading crates ...
4982026-08-25T07:30:18.437Z Downloaded async-recursion v1.1.1
4992026-08-25T07:30:18.437Z Downloaded addr2line v0.25.1
5002026-08-25T07:30:18.437Z Downloaded ahash v0.8.12
5012026-08-25T07:30:18.437Z Downloaded assert_matches v1.5.0
5022026-08-25T07:30:18.438Z Downloaded atomic-waker v1.1.2
5032026-08-25T07:30:18.438Z Downloaded adler2 v2.0.1
5042026-08-25T07:30:18.438Z Downloaded async-stream-impl v0.3.6
5052026-08-25T07:30:18.438Z Downloaded atomicwrites v0.4.4
5062026-08-25T07:30:18.438Z Downloaded backtrace-ext v0.2.1
5072026-08-25T07:30:18.438Z Downloaded endian-type v0.1.2
5082026-08-25T07:30:18.438Z Downloaded fd-lock v4.0.4
5092026-08-25T07:30:18.438Z Downloaded async-stream v0.3.6
5102026-08-25T07:30:18.438Z Downloaded aead v0.5.2
5112026-08-25T07:30:18.438Z Downloaded bit-set v0.8.0
5122026-08-25T07:30:18.438Z Downloaded bitfield-macros v0.19.4
5132026-08-25T07:30:18.438Z Downloaded ascii-canvas v3.0.0
5142026-08-25T07:30:18.438Z Downloaded const-oid v0.10.2
5152026-08-25T07:30:18.438Z Downloaded find-msvc-tools v0.1.9
5162026-08-25T07:30:18.438Z Downloaded block-padding v0.4.2
5172026-08-25T07:30:18.438Z Downloaded bb8 v0.8.6
5182026-08-25T07:30:18.438Z Downloaded fixedbitset v0.4.2
5192026-08-25T07:30:18.438Z Downloaded form_urlencoded v1.2.2
5202026-08-25T07:30:18.438Z Downloaded atty v0.2.14
5212026-08-25T07:30:18.438Z Downloaded base16ct v0.2.0
5222026-08-25T07:30:18.438Z Downloaded env_filter v2.0.0
5232026-08-25T07:30:18.438Z Downloaded bit-set v0.5.3
5242026-08-25T07:30:18.438Z Downloaded compression-core v0.4.31
5252026-08-25T07:30:18.438Z Downloaded embedded-io v0.4.0
5262026-08-25T07:30:18.438Z Downloaded foreign-types v0.5.0
5272026-08-25T07:30:18.438Z Downloaded futures-task v0.3.32
5282026-08-25T07:30:18.438Z Downloaded fxhash v0.2.1
5292026-08-25T07:30:18.439Z Downloaded embedded-io v0.6.1
5302026-08-25T07:30:18.439Z Downloaded funty v2.0.0
5312026-08-25T07:30:18.439Z Downloaded flagset v0.4.7
5322026-08-25T07:30:18.439Z Downloaded float-ord v0.3.2
5332026-08-25T07:30:18.439Z Downloaded bitfield-struct v0.6.2
5342026-08-25T07:30:18.439Z Downloaded bcrypt-pbkdf v0.11.0
5352026-08-25T07:30:18.439Z Downloaded array-init v0.0.4
5362026-08-25T07:30:18.439Z Downloaded float-cmp v0.10.0
5372026-08-25T07:30:18.439Z Downloaded foreign-types-macros v0.2.3
5382026-08-25T07:30:18.439Z Downloaded foreign-types v0.3.2
5392026-08-25T07:30:18.439Z Downloaded futures-macro v0.3.32
5402026-08-25T07:30:18.439Z Downloaded gethostname v0.5.0
5412026-08-25T07:30:18.439Z Downloaded futures-io v0.3.32
5422026-08-25T07:30:18.439Z Downloaded futures-sink v0.3.32
5432026-08-25T07:30:18.439Z Downloaded ciborium-ll v0.2.2
5442026-08-25T07:30:18.439Z Downloaded arrayref v0.3.9
5452026-08-25T07:30:18.439Z Downloaded argon2 v0.6.0-rc.8
5462026-08-25T07:30:18.439Z Downloaded base16ct v1.0.0
5472026-08-25T07:30:18.439Z Downloaded hash32 v0.3.1
5482026-08-25T07:30:18.439Z Downloaded block-buffer v0.12.1
5492026-08-25T07:30:18.439Z Downloaded cobs v0.3.0
5502026-08-25T07:30:18.439Z Downloaded enum-as-inner v0.6.1
5512026-08-25T07:30:18.439Z Downloaded hostname v0.3.1
5522026-08-25T07:30:18.439Z Downloaded foreign-types-shared v0.1.1
5532026-08-25T07:30:18.439Z Downloaded ciborium-io v0.2.2
5542026-08-25T07:30:18.439Z Downloaded cfg_aliases v0.2.1
5552026-08-25T07:30:18.439Z Downloaded newline-converter v0.3.0
5562026-08-25T07:30:18.439Z Downloaded git-stub v1.0.0
5572026-08-25T07:30:18.439Z Downloaded enum_dispatch v0.3.13
5582026-08-25T07:30:18.439Z Downloaded foldhash v0.1.5
5592026-08-25T07:30:18.439Z Downloaded cfg_aliases v0.1.1
5602026-08-25T07:30:18.439Z Downloaded env_logger v0.11.11
5612026-08-25T07:30:18.439Z Downloaded fallible-iterator v0.2.0
5622026-08-25T07:30:18.439Z Downloaded filetime v0.2.27
5632026-08-25T07:30:18.439Z Downloaded futures-core v0.3.32
5642026-08-25T07:30:18.439Z Downloaded aead v0.6.1
5652026-08-25T07:30:18.439Z Downloaded argon2 v0.5.3
5662026-08-25T07:30:18.439Z Downloaded bit-vec v0.8.0
5672026-08-25T07:30:18.439Z Downloaded ghash v0.6.0
5682026-08-25T07:30:18.439Z Downloaded hex-literal v1.1.0
5692026-08-25T07:30:18.440Z Downloaded bs58 v0.5.1
5702026-08-25T07:30:18.440Z Downloaded backoff v0.4.0
5712026-08-25T07:30:18.440Z Downloaded anstyle-parse v0.2.7
5722026-08-25T07:30:18.440Z Downloaded openssl-macros v0.1.1
5732026-08-25T07:30:18.440Z Downloaded cipher v0.5.2
5742026-08-25T07:30:18.440Z Downloaded headers-core v0.3.0
5752026-08-25T07:30:18.440Z Downloaded hex v0.4.3
5762026-08-25T07:30:18.440Z Downloaded http-body v1.0.1
5772026-08-25T07:30:18.440Z Downloaded http-range v0.1.5
5782026-08-25T07:30:18.440Z Downloaded httpdate v1.0.3
5792026-08-25T07:30:18.440Z Downloaded base64ct v1.8.3
5802026-08-25T07:30:18.440Z Downloaded cexpr v0.6.0
5812026-08-25T07:30:18.440Z Downloaded home v0.5.12
5822026-08-25T07:30:18.440Z Downloaded nibble_vec v0.1.0
5832026-08-25T07:30:18.440Z Downloaded num-iter v0.1.45
5842026-08-25T07:30:18.440Z Downloaded async-bb8-diesel v0.2.1
5852026-08-25T07:30:18.440Z Downloaded hostname v0.4.2
5862026-08-25T07:30:18.440Z Downloaded hubpack_derive v0.1.1
5872026-08-25T07:30:18.440Z Downloaded normalize-line-endings v0.3.0
5882026-08-25T07:30:18.440Z Downloaded async-trait v0.1.89
5892026-08-25T07:30:18.440Z Downloaded bcs v0.1.6
5902026-08-25T07:30:18.440Z Downloaded num_threads v0.1.7
5912026-08-25T07:30:18.440Z Downloaded hubpack v0.1.2
5922026-08-25T07:30:18.440Z Downloaded oxide-generation-macros v0.2.0
5932026-08-25T07:30:18.440Z Downloaded percent-encoding v2.3.2
5942026-08-25T07:30:18.440Z Downloaded erased-serde v0.3.31
5952026-08-25T07:30:18.440Z Downloaded foreign-types-shared v0.3.1
5962026-08-25T07:30:18.440Z Downloaded fs-err v2.11.0
5972026-08-25T07:30:18.440Z Downloaded ena v0.14.4
5982026-08-25T07:30:18.612Z Downloaded foldhash v0.2.0
5992026-08-25T07:30:18.613Z Downloaded group v0.13.0
6002026-08-25T07:30:18.613Z Downloaded radium v0.7.0
6012026-08-25T07:30:18.613Z Downloaded futures-executor v0.3.32
6022026-08-25T07:30:18.613Z Downloaded globwalk v0.9.1
6032026-08-25T07:30:18.613Z Downloaded arrayvec v0.7.6
6042026-08-25T07:30:18.613Z Downloaded blowfish v0.10.0
6052026-08-25T07:30:18.613Z Downloaded bitfield v0.19.4
6062026-08-25T07:30:18.613Z Downloaded bitflags v1.3.2
6072026-08-25T07:30:18.613Z Downloaded globset v0.4.18
6082026-08-25T07:30:18.614Z Downloaded hash32 v0.2.1
6092026-08-25T07:30:18.614Z Downloaded byte-wrapper v0.1.0
6102026-08-25T07:30:18.614Z Downloaded cassowary v0.3.0
6112026-08-25T07:30:18.614Z Downloaded buf-list v1.1.2
6122026-08-25T07:30:18.614Z Downloaded group v0.14.0
6132026-08-25T07:30:18.614Z Downloaded cmake v0.1.57
6142026-08-25T07:30:18.614Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-25T07:30:18.614Z Downloaded castaway v0.2.4
6162026-08-25T07:30:18.614Z Downloaded ff v0.13.1
6172026-08-25T07:30:18.614Z Downloaded predicates-tree v1.0.13
6182026-08-25T07:30:18.615Z Downloaded predicates-core v1.0.10
6192026-08-25T07:30:18.615Z Downloaded ref-cast v1.0.25
6202026-08-25T07:30:18.615Z Downloaded cbc v0.2.1
6212026-08-25T07:30:18.615Z Downloaded chacha20 v0.9.1
6222026-08-25T07:30:18.615Z Downloaded cipher v0.4.4
6232026-08-25T07:30:18.615Z Downloaded fixedbitset v0.5.7
6242026-08-25T07:30:18.615Z Downloaded ff v0.14.0
6252026-08-25T07:30:18.615Z Downloaded rustc-hash v2.1.1
6262026-08-25T07:30:18.615Z Downloaded backon v1.6.0
6272026-08-25T07:30:18.615Z Downloaded rand_xorshift v0.4.0
6282026-08-25T07:30:18.615Z Downloaded recursive-proc-macro-impl v0.1.1
6292026-08-25T07:30:18.615Z Downloaded bit-vec v0.6.3
6302026-08-25T07:30:18.615Z Downloaded http-body-util v0.1.3
6312026-08-25T07:30:18.615Z Downloaded const-oid v0.9.6
6322026-08-25T07:30:18.615Z Downloaded num-integer v0.1.46
6332026-08-25T07:30:18.616Z Downloaded compression-codecs v0.4.37
6342026-08-25T07:30:18.616Z Downloaded pbkdf2 v0.13.0
6352026-08-25T07:30:18.616Z Downloaded phf v0.12.1
6362026-08-25T07:30:18.616Z Downloaded scopeguard v1.2.0
6372026-08-25T07:30:18.616Z Downloaded secrecy v0.10.3
6382026-08-25T07:30:18.616Z Downloaded packed_struct v0.10.1
6392026-08-25T07:30:18.616Z Downloaded sha1 v0.10.6
6402026-08-25T07:30:18.616Z Downloaded oxnet v0.1.6
6412026-08-25T07:30:18.616Z Downloaded signature v2.2.0
6422026-08-25T07:30:18.616Z Downloaded signature v3.0.0
6432026-08-25T07:30:18.616Z Downloaded sigpipe v0.1.3
6442026-08-25T07:30:18.616Z Downloaded pem v3.0.6
6452026-08-25T07:30:18.616Z Downloaded pin-project-lite v0.2.17
6462026-08-25T07:30:18.616Z Downloaded postgres-protocol v0.6.10
6472026-08-25T07:30:18.616Z Downloaded sponge-cursor v0.1.0
6482026-08-25T07:30:18.617Z Downloaded pin-project-internal v1.1.11
6492026-08-25T07:30:18.617Z Downloaded rand_core v0.9.5
6502026-08-25T07:30:18.617Z Downloaded fs_extra v1.3.0
6512026-08-25T07:30:18.617Z Downloaded glob v0.3.3
6522026-08-25T07:30:18.617Z Downloaded phc v0.6.1
6532026-08-25T07:30:18.617Z Downloaded stable_deref_trait v1.2.1
6542026-08-25T07:30:18.617Z Downloaded structmeta v0.3.0
6552026-08-25T07:30:18.617Z Downloaded futures-channel v0.3.32
6562026-08-25T07:30:18.617Z Downloaded getrandom v0.2.17
6572026-08-25T07:30:18.617Z Downloaded subtle v2.6.1
6582026-08-25T07:30:18.617Z Downloaded time-core v0.1.8
6592026-08-25T07:30:18.617Z Downloaded highway v1.3.0
6602026-08-25T07:30:18.617Z Downloaded hmac v0.12.1
6612026-08-25T07:30:18.617Z Downloaded httparse v1.10.1
6622026-08-25T07:30:18.617Z Downloaded tokio-test v0.4.5
6632026-08-25T07:30:18.618Z Downloaded tower-layer v0.3.3
6642026-08-25T07:30:18.618Z Downloaded bzip2 v0.6.1
6652026-08-25T07:30:18.618Z Downloaded cmov v0.5.4
6662026-08-25T07:30:18.618Z Downloaded colored v2.2.0
6672026-08-25T07:30:18.618Z Downloaded colored v3.1.1
6682026-08-25T07:30:18.618Z Downloaded progenitor-extras v0.2.0
6692026-08-25T07:30:18.618Z Downloaded blake2 v0.11.0-rc.6
6702026-08-25T07:30:18.618Z Downloaded chacha20 v0.10.0
6712026-08-25T07:30:18.618Z Downloaded supports-unicode v3.0.0
6722026-08-25T07:30:18.618Z Downloaded sync-ptr v0.1.4
6732026-08-25T07:30:18.618Z Downloaded ciborium v0.2.2
6742026-08-25T07:30:18.618Z Downloaded console v0.16.2
6752026-08-25T07:30:18.618Z Downloaded anstream v0.6.21
6762026-08-25T07:30:18.619Z Downloaded elliptic-curve v0.14.1
6772026-08-25T07:30:18.619Z Downloaded fatfs v0.3.6
6782026-08-25T07:30:18.619Z Downloaded futures v0.3.32
6792026-08-25T07:30:18.619Z Downloaded console v0.15.11
6802026-08-25T07:30:18.619Z Downloaded untrusted v0.7.1
6812026-08-25T07:30:18.619Z Downloaded untrusted v0.9.0
6822026-08-25T07:30:18.619Z Downloaded wait-timeout v0.2.1
6832026-08-25T07:30:18.619Z Downloaded cancel-safe-futures v0.1.5
6842026-08-25T07:30:18.619Z Downloaded wnaf v0.14.0
6852026-08-25T07:30:18.619Z Downloaded schemars_derive v0.8.22
6862026-08-25T07:30:18.619Z Downloaded unit-prefix v0.5.2
6872026-08-25T07:30:18.619Z Downloaded half v1.8.3
6882026-08-25T07:30:18.619Z Downloaded zerofrom v0.1.6
6892026-08-25T07:30:18.619Z Downloaded zerofrom-derive v0.1.6
6902026-08-25T07:30:18.619Z Downloaded hmac v0.13.0
6912026-08-25T07:30:18.619Z Downloaded password-hash v0.5.0
6922026-08-25T07:30:18.620Z Downloaded serde_with_macros v1.5.2
6932026-08-25T07:30:18.620Z Downloaded serdect v0.4.3
6942026-08-25T07:30:18.620Z Downloaded spki v0.8.0
6952026-08-25T07:30:18.620Z Downloaded strum_macros v0.24.3
6962026-08-25T07:30:18.620Z Downloaded sync_wrapper v1.0.2
6972026-08-25T07:30:18.620Z Downloaded crypto-common v0.2.2
6982026-08-25T07:30:18.848Z Downloaded parking_lot_core v0.9.12
6992026-08-25T07:30:18.848Z Downloaded postcard v1.1.3
7002026-08-25T07:30:18.848Z Downloaded serde-hex v0.1.0
7012026-08-25T07:30:18.848Z Downloaded diesel_table_macro_syntax v0.3.0
7022026-08-25T07:30:18.848Z Downloaded serde_path_to_error v0.1.20
7032026-08-25T07:30:18.848Z Downloaded serde_tokenstream v0.3.0
7042026-08-25T07:30:18.848Z Downloaded slog-term v2.9.2
7052026-08-25T07:30:18.848Z Downloaded tokio-native-tls v0.3.1
7062026-08-25T07:30:18.848Z Downloaded display-error-chain v0.2.2
7072026-08-25T07:30:18.848Z Downloaded dropshot-api-manager-types v0.8.0
7082026-08-25T07:30:18.848Z Downloaded dunce v1.0.5
7092026-08-25T07:30:18.848Z Downloaded getrandom v0.3.4
7102026-08-25T07:30:18.848Z Downloaded git-stub-vcs v0.1.0
7112026-08-25T07:30:18.848Z Downloaded blake2 v0.10.6
7122026-08-25T07:30:18.848Z Downloaded poly1305 v0.9.0
7132026-08-25T07:30:18.848Z Downloaded bzip2 v0.4.4
7142026-08-25T07:30:18.849Z Downloaded synstructure v0.13.2
7152026-08-25T07:30:18.849Z Downloaded downcast-rs v2.0.2
7162026-08-25T07:30:18.849Z Downloaded tls_codec_derive v0.4.2
7172026-08-25T07:30:18.849Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7182026-08-25T07:30:18.849Z Downloaded clang-sys v1.8.1
7192026-08-25T07:30:18.849Z Downloaded expectorate v1.2.0
7202026-08-25T07:30:18.849Z Downloaded unicase v2.9.0
7212026-08-25T07:30:18.849Z Downloaded lalrpop-util v0.19.12
7222026-08-25T07:30:18.849Z Downloaded uzers v0.12.2
7232026-08-25T07:30:18.849Z Downloaded zerovec-derive v0.11.2
7242026-08-25T07:30:18.849Z Downloaded nonempty v0.12.0
7252026-08-25T07:30:18.849Z Downloaded idna_adapter v1.2.1
7262026-08-25T07:30:18.849Z Downloaded allocator-api2 v0.2.21
7272026-08-25T07:30:18.849Z Downloaded maybe-uninit v2.0.0
7282026-08-25T07:30:18.849Z Downloaded multimap v0.10.1
7292026-08-25T07:30:18.849Z Downloaded md-5 v0.10.6
7302026-08-25T07:30:18.849Z Downloaded newtype-uuid-macros v0.1.0
7312026-08-25T07:30:18.849Z Downloaded lru v0.12.5
7322026-08-25T07:30:18.849Z Downloaded generic-array v1.4.3
7332026-08-25T07:30:18.849Z Downloaded num_enum_derive v0.5.11
7342026-08-25T07:30:18.849Z Downloaded oso v0.27.3
7352026-08-25T07:30:18.849Z Downloaded simd-adler32 v0.3.8
7362026-08-25T07:30:18.849Z Downloaded daft v0.1.8
7372026-08-25T07:30:18.850Z Downloaded delegate v0.13.5
7382026-08-25T07:30:18.850Z Downloaded peg-runtime v0.8.5
7392026-08-25T07:30:18.850Z Downloaded deranged v0.5.8
7402026-08-25T07:30:18.850Z Downloaded phf_shared v0.11.3
7412026-08-25T07:30:18.850Z Downloaded potential_utf v0.1.4
7422026-08-25T07:30:18.850Z Downloaded derive_builder_core v0.20.2
7432026-08-25T07:30:18.850Z Downloaded oxide-update-engine-types v0.1.2
7442026-08-25T07:30:18.850Z Downloaded quick-error v1.2.3
7452026-08-25T07:30:18.850Z Downloaded headers v0.4.1
7462026-08-25T07:30:18.850Z Downloaded flume v0.11.1
7472026-08-25T07:30:18.850Z Downloaded dyn-clone v1.0.20
7482026-08-25T07:30:18.850Z Downloaded progenitor-client v0.14.0
7492026-08-25T07:30:18.850Z Downloaded tracing-attributes v0.1.31
7502026-08-25T07:30:18.850Z Downloaded arc-swap v1.8.2
7512026-08-25T07:30:18.850Z Downloaded chacha20poly1305 v0.10.1
7522026-08-25T07:30:18.850Z Downloaded bytes v1.11.1
7532026-08-25T07:30:18.850Z Downloaded prefix-trie v0.7.0
7542026-08-25T07:30:18.850Z Downloaded chumsky v0.9.3
7552026-08-25T07:30:18.850Z Downloaded either v1.15.0
7562026-08-25T07:30:18.850Z Downloaded half v2.7.1
7572026-08-25T07:30:18.850Z Downloaded indoc v1.0.9
7582026-08-25T07:30:18.850Z Downloaded humantime v2.3.0
7592026-08-25T07:30:18.850Z Downloaded rand_chacha v0.3.1
7602026-08-25T07:30:18.850Z Downloaded rustls-platform-verifier v0.6.2
7612026-08-25T07:30:18.851Z Downloaded impl-trait-for-tuples v0.2.3
7622026-08-25T07:30:18.851Z Downloaded ipnetwork v0.21.1
7632026-08-25T07:30:18.851Z Downloaded rfc6979 v0.6.0
7642026-08-25T07:30:18.851Z Downloaded scheduled-thread-pool v0.2.7
7652026-08-25T07:30:18.851Z Downloaded serde_plain v1.0.2
7662026-08-25T07:30:18.851Z Downloaded base64 v0.21.7
7672026-08-25T07:30:18.851Z Downloaded backtrace v0.3.76
7682026-08-25T07:30:18.851Z Downloaded indoc v2.0.7
7692026-08-25T07:30:18.851Z Downloaded ingot v0.2.1
7702026-08-25T07:30:18.851Z Downloaded whoami v1.6.1
7712026-08-25T07:30:18.851Z Downloaded jobserver v0.1.34
7722026-08-25T07:30:18.851Z Downloaded mime_guess v2.0.5
7732026-08-25T07:30:18.851Z Downloaded serde-big-array v0.5.1
7742026-08-25T07:30:18.851Z Downloaded signal-hook-tokio v0.3.1
7752026-08-25T07:30:18.851Z Downloaded schemars v0.8.22
7762026-08-25T07:30:18.851Z Downloaded ar_archive_writer v0.5.1
7772026-08-25T07:30:18.851Z Downloaded num-complex v0.4.6
7782026-08-25T07:30:18.851Z Downloaded num_enum v0.7.6
7792026-08-25T07:30:18.851Z Downloaded strum v0.26.3
7802026-08-25T07:30:18.851Z Downloaded heapless v0.8.0
7812026-08-25T07:30:18.851Z Downloaded yasna v0.5.2
7822026-08-25T07:30:18.851Z Downloaded cookie_store v0.22.1
7832026-08-25T07:30:18.851Z Downloaded num_enum v0.5.11
7842026-08-25T07:30:18.851Z Downloaded newtype-uuid v1.3.2
7852026-08-25T07:30:18.851Z Downloaded heapless v0.7.17
7862026-08-25T07:30:18.852Z Downloaded peg-macros v0.8.5
7872026-08-25T07:30:18.852Z Downloaded signal-hook v0.3.18
7882026-08-25T07:30:18.852Z Downloaded ctutils v0.4.2
7892026-08-25T07:30:18.852Z Downloaded oxide-generation v0.1.3
7902026-08-25T07:30:18.852Z Downloaded polyval v0.7.1
7912026-08-25T07:30:18.852Z Downloaded predicates v3.1.4
7922026-08-25T07:30:18.852Z Downloaded darling v0.21.3
7932026-08-25T07:30:18.852Z Downloaded darling v0.23.0
7942026-08-25T07:30:18.852Z Downloaded proc-macro-error2 v2.0.1
7952026-08-25T07:30:18.852Z Downloaded r2d2 v0.8.10
7962026-08-25T07:30:18.852Z Downloaded rand_pcg v0.10.2
7972026-08-25T07:30:18.852Z Downloaded rand_seeder v0.4.0
7982026-08-25T07:30:18.869Z Downloaded tinyvec_macros v0.1.1
7992026-08-25T07:30:18.869Z Downloaded utf-8 v0.7.6
8002026-08-25T07:30:18.869Z Downloaded base64 v0.22.1
8012026-08-25T07:30:18.869Z Downloaded bumpalo v3.20.2
8022026-08-25T07:30:18.869Z Downloaded flate2 v1.1.9
8032026-08-25T07:30:18.869Z Downloaded compact_str v0.8.1
8042026-08-25T07:30:18.869Z Downloaded hickory-resolver v0.25.2
8052026-08-25T07:30:18.869Z Downloaded cc v1.2.56
8062026-08-25T07:30:18.869Z Downloaded pretty_assertions v1.4.1
8072026-08-25T07:30:18.869Z Downloaded typify v0.6.2
8082026-08-25T07:30:18.869Z Downloaded progenitor-impl v0.13.0
8092026-08-25T07:30:18.869Z Downloaded typify-macro v0.6.2
8102026-08-25T07:30:18.869Z Downloaded serde_urlencoded v0.7.1
8112026-08-25T07:30:18.869Z Downloaded usdt v0.6.0
8122026-08-25T07:30:18.869Z Downloaded xattr v1.6.1
8132026-08-25T07:30:18.869Z Downloaded zone_cfg_derive v0.3.1
8142026-08-25T07:30:18.870Z Downloaded hybrid-array v0.4.13
8152026-08-25T07:30:18.870Z Downloaded async-compression v0.4.41
8162026-08-25T07:30:18.870Z Downloaded rpassword v7.5.4
8172026-08-25T07:30:18.870Z Downloaded lock_api v0.4.14
8182026-08-25T07:30:18.870Z Downloaded signal-hook-registry v1.4.8
8192026-08-25T07:30:18.870Z Downloaded void v1.0.2
8202026-08-25T07:30:18.870Z Downloaded waitgroup v0.1.2
8212026-08-25T07:30:18.870Z Downloaded yoke-derive v0.8.1
8222026-08-25T07:30:18.870Z Downloaded crc v3.4.0
8232026-08-25T07:30:18.870Z Downloaded crucible-workspace-hack v0.1.0
8242026-08-25T07:30:18.870Z Downloaded darling_macro v0.23.0
8252026-08-25T07:30:18.870Z Downloaded rayon-core v1.13.0
8262026-08-25T07:30:18.870Z Downloaded uuid v1.23.4
8272026-08-25T07:30:18.871Z Downloaded const_format_proc_macros v0.2.34
8282026-08-25T07:30:18.871Z Downloaded crc-any v2.5.0
8292026-08-25T07:30:18.871Z Downloaded libsw v3.5.0
8302026-08-25T07:30:18.871Z Downloaded slog-scope v4.4.1
8312026-08-25T07:30:18.871Z Downloaded smf v0.2.3
8322026-08-25T07:30:18.871Z Downloaded stringprep v0.1.5
8332026-08-25T07:30:18.871Z Downloaded tiny-keccak v2.0.2
8342026-08-25T07:30:18.871Z Downloaded termtree v0.5.1
8352026-08-25T07:30:18.871Z Downloaded tokio-tungstenite v0.23.1
8362026-08-25T07:30:18.871Z Downloaded dsl_auto_type v0.2.0
8372026-08-25T07:30:18.871Z Downloaded strum_macros v0.27.2
8382026-08-25T07:30:18.871Z Downloaded derive_builder_macro v0.20.2
8392026-08-25T07:30:18.871Z Downloaded dirs-sys-next v0.1.2
8402026-08-25T07:30:18.871Z Downloaded darling_core v0.13.4
8412026-08-25T07:30:18.872Z Downloaded unicode-truncate v1.1.0
8422026-08-25T07:30:18.872Z Downloaded ident_case v1.0.1
8432026-08-25T07:30:18.872Z Downloaded is_ci v1.2.0
8442026-08-25T07:30:18.872Z Downloaded managed v0.8.0
8452026-08-25T07:30:18.872Z Downloaded maplit v1.0.2
8462026-08-25T07:30:18.872Z Downloaded zeroize v1.9.0
8472026-08-25T07:30:18.872Z Downloaded pkcs1 v0.7.5
8482026-08-25T07:30:18.872Z Downloaded pkcs1 v0.8.0-rc.4
8492026-08-25T07:30:18.872Z Downloaded thiserror-no-std v2.0.2
8502026-08-25T07:30:18.872Z Downloaded tracing-core v0.1.36
8512026-08-25T07:30:18.872Z Downloaded icu_provider v2.1.1
8522026-08-25T07:30:18.872Z Downloaded serde_with_macros v3.21.0
8532026-08-25T07:30:18.872Z Downloaded instability v0.3.11
8542026-08-25T07:30:18.872Z Downloaded hickory-server v0.25.2
8552026-08-25T07:30:18.872Z Downloaded inout v0.2.2
8562026-08-25T07:30:18.872Z Downloaded hashbrown v0.12.3
8572026-08-25T07:30:18.872Z Downloaded hashbrown v0.13.2
8582026-08-25T07:30:18.872Z Downloaded hickory-resolver v0.24.4
8592026-08-25T07:30:18.872Z Downloaded http v1.4.2
8602026-08-25T07:30:18.873Z Downloaded publicsuffix v2.3.0
8612026-08-25T07:30:18.873Z Downloaded quinn v0.11.11
8622026-08-25T07:30:18.873Z Downloaded samael v0.0.19
8632026-08-25T07:30:18.873Z Downloaded mime v0.3.17
8642026-08-25T07:30:18.873Z Downloaded num v0.4.3
8652026-08-25T07:30:18.873Z Downloaded olpc-cjson v0.1.4
8662026-08-25T07:30:18.873Z Downloaded oso-derive v0.27.3
8672026-08-25T07:30:18.873Z Downloaded critical-section v1.2.0
8682026-08-25T07:30:18.873Z Downloaded ctr v0.10.1
8692026-08-25T07:30:18.873Z Downloaded parse-size v1.1.0
8702026-08-25T07:30:18.873Z Downloaded const_format v0.2.35
8712026-08-25T07:30:18.873Z Downloaded russh-util v0.52.0
8722026-08-25T07:30:18.873Z Downloaded unsafe-libyaml v0.2.11
8732026-08-25T07:30:18.873Z Downloaded zip v0.6.6
8742026-08-25T07:30:18.873Z Downloaded num-traits v0.2.19
8752026-08-25T07:30:18.873Z Downloaded ed25519 v2.2.3
8762026-08-25T07:30:18.873Z Downloaded spin v0.9.8
8772026-08-25T07:30:18.873Z Downloaded defmt v1.0.1
8782026-08-25T07:30:18.873Z Downloaded recursive v0.1.1
8792026-08-25T07:30:18.873Z Downloaded ref-cast-impl v1.0.25
8802026-08-25T07:30:18.873Z Downloaded strip-ansi-escapes v0.2.1
8812026-08-25T07:30:18.873Z Downloaded steno v0.4.1
8822026-08-25T07:30:18.873Z Downloaded keccak v0.2.0
8832026-08-25T07:30:18.873Z Downloaded seq-macro v0.3.6
8842026-08-25T07:30:18.873Z Downloaded serde_repr v0.1.20
8852026-08-25T07:30:18.873Z Downloaded darling_core v0.20.11
8862026-08-25T07:30:18.873Z Downloaded parking_lot v0.11.2
8872026-08-25T07:30:18.873Z Downloaded parking_lot v0.12.5
8882026-08-25T07:30:18.873Z Downloaded strum v0.27.2
8892026-08-25T07:30:18.873Z Downloaded tabwriter v1.4.1
8902026-08-25T07:30:18.873Z Downloaded testing_table v0.3.0
8912026-08-25T07:30:18.873Z Downloaded knus v3.4.0
8922026-08-25T07:30:18.873Z Downloaded try-lock v0.2.5
8932026-08-25T07:30:18.873Z Downloaded libloading v0.8.9
8942026-08-25T07:30:18.873Z Downloaded toml_edit v0.19.15
8952026-08-25T07:30:18.873Z Downloaded linear-map v1.2.0
8962026-08-25T07:30:18.874Z Downloaded native-tls v0.2.18
8972026-08-25T07:30:18.874Z Downloaded nanorand v0.7.0
8982026-08-25T07:30:19.027Z Downloaded nu-ansi-term v0.50.3
8992026-08-25T07:30:19.027Z Downloaded universal-hash v0.6.1
9002026-08-25T07:30:19.027Z Downloaded module-lattice v0.2.3
9012026-08-25T07:30:19.027Z Downloaded vergen-git2 v9.1.0
9022026-08-25T07:30:19.027Z Downloaded socket2 v0.6.3
9032026-08-25T07:30:19.027Z Downloaded peg v0.8.5
9042026-08-25T07:30:19.027Z Downloaded convert_case v0.4.0
9052026-08-25T07:30:19.027Z Downloaded cstr-argument v0.1.2
9062026-08-25T07:30:19.028Z Downloaded difflib v0.4.0
9072026-08-25T07:30:19.028Z Downloaded dtrace-parser v0.3.0
9082026-08-25T07:30:19.028Z Downloaded defmt v0.3.100
9092026-08-25T07:30:19.028Z Downloaded elliptic-curve v0.13.8
9102026-08-25T07:30:19.028Z Downloaded yansi v1.0.1
9112026-08-25T07:30:19.028Z Downloaded crossbeam-channel v0.5.15
9122026-08-25T07:30:19.028Z Downloaded subprocess v0.2.15
9132026-08-25T07:30:19.028Z Downloaded port-file v0.1.0
9142026-08-25T07:30:19.028Z Downloaded sec1 v0.7.3
9152026-08-25T07:30:19.028Z Downloaded pkcs8 v0.10.2
9162026-08-25T07:30:19.028Z Downloaded pkg-config v0.3.32
9172026-08-25T07:30:19.028Z Downloaded resolv-conf v0.7.6
9182026-08-25T07:30:19.028Z Downloaded darling_macro v0.20.11
9192026-08-25T07:30:19.028Z Downloaded rand v0.10.1
9202026-08-25T07:30:19.028Z Downloaded internet-checksum v0.2.1
9212026-08-25T07:30:19.028Z Downloaded kstat-rs v0.2.5
9222026-08-25T07:30:19.028Z Downloaded slog-async v2.8.0
9232026-08-25T07:30:19.028Z Downloaded memoffset v0.9.1
9242026-08-25T07:30:19.028Z Downloaded num-conv v0.2.0
9252026-08-25T07:30:19.029Z Downloaded prettyplease v0.2.37
9262026-08-25T07:30:19.029Z Downloaded slog-json v2.6.1
9272026-08-25T07:30:19.029Z Downloaded snafu-derive v0.8.9
9282026-08-25T07:30:19.029Z Downloaded zopfli v0.8.3
9292026-08-25T07:30:19.029Z Downloaded tokio-tungstenite v0.21.0
9302026-08-25T07:30:19.029Z Downloaded lzss v0.8.2
9312026-08-25T07:30:19.029Z Downloaded new_debug_unreachable v1.0.6
9322026-08-25T07:30:19.029Z Downloaded time-macros v0.2.27
9332026-08-25T07:30:19.029Z Downloaded packed_struct_codegen v0.10.1
9342026-08-25T07:30:19.029Z Downloaded phf_shared v0.13.1
9352026-08-25T07:30:19.029Z Downloaded minimal-lexical v0.2.1
9362026-08-25T07:30:19.029Z Downloaded tungstenite v0.21.0
9372026-08-25T07:30:19.029Z Downloaded slog v2.8.2
9382026-08-25T07:30:19.029Z Downloaded aes v0.9.1
9392026-08-25T07:30:19.030Z Downloaded newtype_derive v0.1.6
9402026-08-25T07:30:19.030Z Downloaded vsss-rs v3.3.4
9412026-08-25T07:30:19.030Z Downloaded openssl-probe v0.1.6
9422026-08-25T07:30:19.030Z Downloaded openssl-probe v0.2.1
9432026-08-25T07:30:19.030Z Downloaded owo-colors v4.3.0
9442026-08-25T07:30:19.030Z Downloaded xshell v0.2.7
9452026-08-25T07:30:19.030Z Downloaded zstd v0.13.3
9462026-08-25T07:30:19.030Z Downloaded crossbeam-deque v0.8.6
9472026-08-25T07:30:19.030Z Downloaded precomputed-hash v0.1.1
9482026-08-25T07:30:19.030Z Downloaded proc-macro-crate v3.4.0
9492026-08-25T07:30:19.030Z Downloaded aes-gcm v0.11.0
9502026-08-25T07:30:19.030Z Downloaded cookie v0.18.1
9512026-08-25T07:30:19.030Z Downloaded digest v0.11.3
9522026-08-25T07:30:19.030Z Downloaded p256 v0.14.0
9532026-08-25T07:30:19.031Z Downloaded poly1305 v0.8.0
9542026-08-25T07:30:19.031Z Downloaded convert_case v0.10.0
9552026-08-25T07:30:19.031Z Downloaded proc-macro-error-attr2 v2.0.0
9562026-08-25T07:30:19.031Z Downloaded tar v0.4.46
9572026-08-25T07:30:19.031Z Downloaded pkcs8 v0.11.0
9582026-08-25T07:30:19.031Z Downloaded der_derive v0.7.3
9592026-08-25T07:30:19.031Z Downloaded drift v0.2.0
9602026-08-25T07:30:19.031Z Downloaded ingot-types v0.2.0
9612026-08-25T07:30:19.031Z Downloaded rustyline v14.0.0
9622026-08-25T07:30:19.031Z Downloaded secrecy v0.8.0
9632026-08-25T07:30:19.031Z Downloaded sha1 v0.11.0
9642026-08-25T07:30:19.031Z Downloaded postgres-types v0.2.12
9652026-08-25T07:30:19.031Z Downloaded derive_builder v0.20.2
9662026-08-25T07:30:19.031Z Downloaded salsa20 v0.11.0
9672026-08-25T07:30:19.031Z Downloaded siphasher v1.0.2
9682026-08-25T07:30:19.031Z Downloaded smallvec v1.15.1
9692026-08-25T07:30:19.031Z Downloaded derive_more-impl v2.1.1
9702026-08-25T07:30:19.031Z Downloaded derive_more v0.99.20
9712026-08-25T07:30:19.032Z Downloaded supports-color v3.0.2
9722026-08-25T07:30:19.032Z Downloaded twox-hash v2.1.2
9732026-08-25T07:30:19.032Z Downloaded schemars v0.9.0
9742026-08-25T07:30:19.032Z Downloaded scuffle v0.1.0
9752026-08-25T07:30:19.032Z Downloaded term v0.7.0
9762026-08-25T07:30:19.032Z Downloaded unicode-segmentation v1.12.0
9772026-08-25T07:30:19.032Z Downloaded usdt-impl v0.6.0
9782026-08-25T07:30:19.032Z Downloaded tokio-stream v0.1.18
9792026-08-25T07:30:19.032Z Downloaded strsim v0.10.0
9802026-08-25T07:30:19.032Z Downloaded tap v1.0.1
9812026-08-25T07:30:19.032Z Downloaded usdt-attr-macro v0.6.0
9822026-08-25T07:30:19.032Z Downloaded pem-rfc7468 v1.0.0
9832026-08-25T07:30:19.032Z Downloaded unicode-properties v0.1.4
9842026-08-25T07:30:19.032Z Downloaded vergen-gitcl v1.0.8
9852026-08-25T07:30:19.032Z Downloaded proc-macro-crate v1.3.1
9862026-08-25T07:30:19.032Z Downloaded rand_core v0.10.0
9872026-08-25T07:30:19.032Z Downloaded unicode-xid v0.2.6
9882026-08-25T07:30:19.032Z Downloaded ron v0.8.1
9892026-08-25T07:30:19.032Z Downloaded dof v0.4.0
9902026-08-25T07:30:19.032Z Downloaded illumos-nvpair-sys v0.2.0
9912026-08-25T07:30:19.032Z Downloaded inout v0.1.4
9922026-08-25T07:30:19.032Z Downloaded instant v0.1.13
9932026-08-25T07:30:19.032Z Downloaded papergrid v0.18.0
9942026-08-25T07:30:19.032Z Downloaded pkcs5 v0.8.1
9952026-08-25T07:30:19.032Z Downloaded rustc-demangle v0.1.27
9962026-08-25T07:30:19.032Z Downloaded semver v0.1.20
9972026-08-25T07:30:19.032Z Downloaded cpufeatures v0.3.0
9982026-08-25T07:30:19.088Z Downloaded defmt-parser v1.0.0
9992026-08-25T07:30:19.088Z Downloaded digest-io v0.1.0
10002026-08-25T07:30:19.088Z Downloaded hyper-tls v0.6.0
10012026-08-25T07:30:19.088Z Downloaded jiff-static v0.2.34
10022026-08-25T07:30:19.088Z Downloaded num-bigint-dig v0.8.6
10032026-08-25T07:30:19.088Z Downloaded icu_normalizer v2.1.1
10042026-08-25T07:30:19.088Z Downloaded indicatif v0.18.4
10052026-08-25T07:30:19.088Z Downloaded litemap v0.8.1
10062026-08-25T07:30:19.088Z Downloaded serde_yaml v0.9.34+deprecated
10072026-08-25T07:30:19.088Z Downloaded similar v2.7.0
10082026-08-25T07:30:19.088Z Downloaded lru-slab v0.1.2
10092026-08-25T07:30:19.088Z Downloaded ssh-encoding v0.3.0
10102026-08-25T07:30:19.088Z Downloaded rustls-pemfile v2.2.0
10112026-08-25T07:30:19.088Z Downloaded lazy_static v1.5.0
10122026-08-25T07:30:19.088Z Downloaded slog-stdlog v4.1.1
10132026-08-25T07:30:19.089Z Downloaded nodrop v0.1.14
10142026-08-25T07:30:19.089Z Downloaded opaque-debug v0.3.1
10152026-08-25T07:30:19.089Z Downloaded hashbrown v0.14.5
10162026-08-25T07:30:19.089Z Downloaded hashbrown v0.16.1
10172026-08-25T07:30:19.089Z Downloaded tokio-postgres v0.7.16
10182026-08-25T07:30:19.089Z Downloaded wyz v0.5.1
10192026-08-25T07:30:19.089Z Downloaded hashbrown v0.15.5
10202026-08-25T07:30:19.089Z Downloaded toml v0.7.8
10212026-08-25T07:30:19.089Z Downloaded toml_edit v0.23.10+spec-1.0.0
10222026-08-25T07:30:19.089Z Downloaded diesel_derives v2.3.7
10232026-08-25T07:30:19.089Z Downloaded sqlformat v0.3.5
10242026-08-25T07:30:19.089Z Downloaded scroll_derive v0.13.1
10252026-08-25T07:30:19.089Z Downloaded progenitor-macro v0.14.0
10262026-08-25T07:30:19.089Z Downloaded trait-variant v0.1.2
10272026-08-25T07:30:19.089Z Downloaded walkdir v2.5.0
10282026-08-25T07:30:19.089Z Downloaded serde_spanned v1.1.1
10292026-08-25T07:30:19.089Z Downloaded take_mut v0.2.2
10302026-08-25T07:30:19.089Z Downloaded tagptr v0.2.0
10312026-08-25T07:30:19.089Z Downloaded parking_lot_core v0.8.6
10322026-08-25T07:30:19.089Z Downloaded rsa v0.9.10
10332026-08-25T07:30:19.089Z Downloaded usdt-macro v0.6.0
10342026-08-25T07:30:19.089Z Downloaded crossterm v0.28.1
10352026-08-25T07:30:19.089Z Downloaded ed25519 v3.0.0
10362026-08-25T07:30:19.089Z Downloaded hyper-staticfile v0.10.1
10372026-08-25T07:30:19.090Z Downloaded curve25519-dalek-derive v0.1.1
10382026-08-25T07:30:19.090Z Downloaded darling_macro v0.13.4
10392026-08-25T07:30:19.090Z Downloaded darling_macro v0.21.3
10402026-08-25T07:30:19.090Z Downloaded sha2 v0.11.0
10412026-08-25T07:30:19.090Z Downloaded cpubits v0.1.1
10422026-08-25T07:30:19.090Z Downloaded dropshot_endpoint v0.17.1
10432026-08-25T07:30:19.090Z Downloaded icu_properties v2.1.2
10442026-08-25T07:30:19.090Z Downloaded tokio-util v0.7.18
10452026-08-25T07:30:19.090Z Downloaded scroll v0.13.0
10462026-08-25T07:30:19.090Z Downloaded oxide-update-engine-display v0.1.2
10472026-08-25T07:30:19.090Z Downloaded phf_shared v0.12.1
10482026-08-25T07:30:19.090Z Downloaded illumos-nvpair v0.3.0
10492026-08-25T07:30:19.090Z Downloaded linked-hash-map v0.5.6
10502026-08-25T07:30:19.090Z Downloaded document-features v0.2.12
10512026-08-25T07:30:19.090Z Downloaded is-terminal v0.4.17
10522026-08-25T07:30:19.090Z Downloaded kem v0.3.0
10532026-08-25T07:30:19.090Z Downloaded psl-types v2.0.11
10542026-08-25T07:30:19.090Z Downloaded reedline v0.40.0
10552026-08-25T07:30:19.090Z Downloaded progenitor v0.14.0
10562026-08-25T07:30:19.090Z Downloaded itertools v0.10.5
10572026-08-25T07:30:19.090Z Downloaded tokio-rustls v0.26.4
10582026-08-25T07:30:19.090Z Downloaded term v1.2.1
10592026-08-25T07:30:19.090Z Downloaded zerocopy v0.6.6
10602026-08-25T07:30:19.090Z Downloaded rustc_version v0.4.1
10612026-08-25T07:30:19.091Z Downloaded num-derive v0.4.2
10622026-08-25T07:30:19.091Z Downloaded rand_chacha v0.9.0
10632026-08-25T07:30:19.091Z Downloaded rand_core v0.6.4
10642026-08-25T07:30:19.091Z Downloaded rusty-fork v0.3.1
10652026-08-25T07:30:19.091Z Downloaded serde_derive_internals v0.29.1
10662026-08-25T07:30:19.091Z Downloaded spki v0.7.3
10672026-08-25T07:30:19.091Z Downloaded tokio-dtrace v0.1.1
10682026-08-25T07:30:19.091Z Downloaded libscf-sys v1.2.0
10692026-08-25T07:30:19.091Z Downloaded lru-cache v0.1.2
10702026-08-25T07:30:19.091Z Downloaded sapling-renderdag v0.1.0
10712026-08-25T07:30:19.091Z Downloaded crossbeam-utils v0.8.21
10722026-08-25T07:30:19.091Z Downloaded vergen v9.1.0
10732026-08-25T07:30:19.091Z Downloaded hkdf v0.12.4
10742026-08-25T07:30:19.091Z Downloaded strum_macros v0.26.4
10752026-08-25T07:30:19.091Z Downloaded zerotrie v0.2.3
10762026-08-25T07:30:19.091Z Downloaded thread-id v5.1.0
10772026-08-25T07:30:19.091Z Downloaded aho-corasick v1.1.4
10782026-08-25T07:30:19.091Z Downloaded futures-util v0.3.32
10792026-08-25T07:30:19.091Z Downloaded toml_writer v1.1.1+spec-1.1.0
10802026-08-25T07:30:19.091Z Downloaded unarray v0.1.4
10812026-08-25T07:30:19.091Z Downloaded des v0.9.0
10822026-08-25T07:30:19.091Z Downloaded crossbeam-epoch v0.9.18
10832026-08-25T07:30:19.091Z Downloaded rsa v0.10.0-rc.18
10842026-08-25T07:30:19.091Z Downloaded darling v0.20.11
10852026-08-25T07:30:19.091Z Downloaded tower-service v0.3.3
10862026-08-25T07:30:19.091Z Downloaded crossterm v0.29.0
10872026-08-25T07:30:19.091Z Downloaded crc8 v0.1.1
10882026-08-25T07:30:19.092Z Downloaded crunchy v0.2.4
10892026-08-25T07:30:19.092Z Downloaded libsw-core v0.3.2
10902026-08-25T07:30:19.092Z Downloaded ryu v1.0.23
10912026-08-25T07:30:19.092Z Downloaded whoami v2.1.0
10922026-08-25T07:30:19.092Z Downloaded yoke v0.8.1
10932026-08-25T07:30:19.092Z Downloaded corncobs v0.1.4
10942026-08-25T07:30:19.092Z Downloaded displaydoc v0.2.5
10952026-08-25T07:30:19.092Z Downloaded rustls-webpki v0.103.13
10962026-08-25T07:30:19.092Z Downloaded schemars v1.2.1
10972026-08-25T07:30:19.092Z Downloaded memmap2 v0.9.10
10982026-08-25T07:30:19.124Z Downloaded oxide-update-engine v0.1.2
10992026-08-25T07:30:19.124Z Downloaded match_cfg v0.1.0
11002026-08-25T07:30:19.124Z Downloaded h2 v0.4.15
11012026-08-25T07:30:19.124Z Downloaded itertools v0.12.1
11022026-08-25T07:30:19.124Z Downloaded zerocopy-derive v0.8.55
11032026-08-25T07:30:19.124Z Downloaded num_enum_derive v0.7.6
11042026-08-25T07:30:19.124Z Downloaded quinn-udp v0.5.14
11052026-08-25T07:30:19.124Z Downloaded tinyvec v1.10.0
11062026-08-25T07:30:19.124Z Downloaded toml v1.1.2+spec-1.1.0
11072026-08-25T07:30:19.124Z Downloaded serde_cbor v0.11.2
11082026-08-25T07:30:19.125Z Downloaded ssh-cipher v0.3.0
11092026-08-25T07:30:19.125Z Downloaded psm v0.1.30
11102026-08-25T07:30:19.125Z Downloaded serde_bytes v0.11.19
11112026-08-25T07:30:19.125Z Downloaded slab v0.4.12
11122026-08-25T07:30:19.125Z Downloaded tokio-macros v2.7.0
11132026-08-25T07:30:19.125Z Downloaded reqwest v0.13.2
11142026-08-25T07:30:19.125Z Downloaded crypto-bigint v0.5.5
11152026-08-25T07:30:19.125Z Downloaded xshell-macros v0.2.7
11162026-08-25T07:30:19.125Z Downloaded der v0.8.0
11172026-08-25T07:30:19.125Z Downloaded termios v0.3.3
11182026-08-25T07:30:19.125Z Downloaded vergen-lib v0.1.6
11192026-08-25T07:30:19.125Z Downloaded zstd-safe v7.2.4
11202026-08-25T07:30:19.125Z Downloaded universal-hash v0.5.1
11212026-08-25T07:30:19.125Z Downloaded sqlparser_derive v0.5.0
11222026-08-25T07:30:19.125Z Downloaded pin-project v1.1.11
11232026-08-25T07:30:19.125Z Downloaded primefield v0.14.0
11242026-08-25T07:30:19.125Z Downloaded topological-sort v0.2.2
11252026-08-25T07:30:19.125Z Downloaded libefi-sys v0.1.0
11262026-08-25T07:30:19.125Z Downloaded crc-catalog v2.4.0
11272026-08-25T07:30:19.125Z Downloaded path-slash v0.1.5
11282026-08-25T07:30:19.125Z Downloaded shell-words v1.1.1
11292026-08-25T07:30:19.125Z Downloaded keccak v0.1.6
11302026-08-25T07:30:19.125Z Downloaded utf8_iter v1.0.4
11312026-08-25T07:30:19.125Z Downloaded hkdf v0.13.0
11322026-08-25T07:30:19.125Z Downloaded oxide-tokio-rt v0.1.4
11332026-08-25T07:30:19.125Z Downloaded litrs v1.0.0
11342026-08-25T07:30:19.125Z Downloaded num-rational v0.4.2
11352026-08-25T07:30:19.125Z Downloaded progenitor-macro v0.13.0
11362026-08-25T07:30:19.125Z Downloaded rustc_version v0.1.7
11372026-08-25T07:30:19.126Z Downloaded slog-envlogger v2.2.0
11382026-08-25T07:30:19.126Z Downloaded rustls-pki-types v1.14.0
11392026-08-25T07:30:19.126Z Downloaded thiserror-impl-no-std v2.0.2
11402026-08-25T07:30:19.126Z Downloaded unicode-bidi v0.3.18
11412026-08-25T07:30:19.126Z Downloaded progenitor-client v0.13.0
11422026-08-25T07:30:19.126Z Downloaded smallvec v0.6.14
11432026-08-25T07:30:19.126Z Downloaded ssh-key v0.7.0-rc.11
11442026-08-25T07:30:19.126Z Downloaded stacker v0.1.23
11452026-08-25T07:30:19.126Z Downloaded darling_core v0.21.3
11462026-08-25T07:30:19.126Z Downloaded constant_time_eq v0.4.2
11472026-08-25T07:30:19.126Z Downloaded russh-cryptovec v0.62.0
11482026-08-25T07:30:19.126Z Downloaded diesel-dtrace v0.5.0
11492026-08-25T07:30:19.126Z Downloaded darling v0.13.4
11502026-08-25T07:30:19.126Z Downloaded structmeta-derive v0.3.0
11512026-08-25T07:30:19.126Z Downloaded thread_local v1.1.9
11522026-08-25T07:30:19.126Z Downloaded ipnet v2.12.0
11532026-08-25T07:30:19.126Z Downloaded rustls-native-certs v0.8.3
11542026-08-25T07:30:19.126Z Downloaded rustversion v1.0.22
11552026-08-25T07:30:19.126Z Downloaded progenitor v0.13.0
11562026-08-25T07:30:19.126Z Downloaded ecdsa v0.16.9
11572026-08-25T07:30:19.126Z Downloaded daft-derive v0.1.8
11582026-08-25T07:30:19.126Z Downloaded primeorder v0.14.0
11592026-08-25T07:30:19.126Z Downloaded parse-display-derive v0.10.0
11602026-08-25T07:30:19.126Z Downloaded indent_write v2.2.0
11612026-08-25T07:30:19.126Z Downloaded reqwest v0.12.28
11622026-08-25T07:30:19.127Z Downloaded hyper-rustls v0.27.7
11632026-08-25T07:30:19.127Z Downloaded snafu v0.8.9
11642026-08-25T07:30:19.127Z Downloaded icu_collections v2.1.1
11652026-08-25T07:30:19.127Z Downloaded p384 v0.14.0
11662026-08-25T07:30:19.127Z Downloaded rfc6979 v0.4.0
11672026-08-25T07:30:19.127Z Downloaded derive-ex v0.1.8
11682026-08-25T07:30:19.127Z Downloaded static_assertions v1.1.0
11692026-08-25T07:30:19.127Z Downloaded tls_codec v0.4.2
11702026-08-25T07:30:19.127Z Downloaded want v0.3.1
11712026-08-25T07:30:19.127Z Downloaded tinystr v0.8.2
11722026-08-25T07:30:19.127Z Downloaded parse-display v0.10.0
11732026-08-25T07:30:19.127Z Downloaded zeroize_derive v1.5.0
11742026-08-25T07:30:19.127Z Downloaded hyper-util v0.1.20
11752026-08-25T07:30:19.127Z Downloaded same-file v1.0.6
11762026-08-25T07:30:19.127Z Downloaded slog-dtrace v0.3.0
11772026-08-25T07:30:19.127Z Downloaded libxml v0.3.3
11782026-08-25T07:30:19.127Z Downloaded defmt-macros v1.0.1
11792026-08-25T07:30:19.127Z Downloaded password-hash v0.6.1
11802026-08-25T07:30:19.127Z Downloaded rtoolbox v0.0.3
11812026-08-25T07:30:19.128Z Downloaded blake3 v1.8.5
11822026-08-25T07:30:19.128Z Downloaded derive_more v2.1.1
11832026-08-25T07:30:19.128Z Downloaded miette-derive v7.6.0
11842026-08-25T07:30:19.128Z Downloaded supports-hyperlinks v3.2.0
11852026-08-25T07:30:19.128Z Downloaded debug-ignore v1.0.5
11862026-08-25T07:30:19.128Z Downloaded derive-where v1.6.0
11872026-08-25T07:30:19.128Z Downloaded tui-tree-widget v0.23.1
11882026-08-25T07:30:19.128Z Downloaded dirs-next v2.0.0
11892026-08-25T07:30:19.128Z Downloaded primeorder v0.13.6
11902026-08-25T07:30:19.128Z Downloaded shlex v1.3.0
11912026-08-25T07:30:19.128Z Downloaded signal-hook-mio v0.2.5
11922026-08-25T07:30:19.128Z Downloaded multer v3.1.0
11932026-08-25T07:30:19.128Z Downloaded powerfmt v0.2.0
11942026-08-25T07:30:19.128Z Downloaded pem-rfc7468 v0.7.0
11952026-08-25T07:30:19.128Z Downloaded tough v0.22.0
11962026-08-25T07:30:19.128Z Downloaded ignore v0.4.25
11972026-08-25T07:30:19.128Z Downloaded data-encoding v2.10.0
11982026-08-25T07:30:19.199Z Downloaded sec1 v0.8.1
11992026-08-25T07:30:19.200Z Downloaded support-bundle-viewer v0.1.2
12002026-08-25T07:30:19.200Z Downloaded zone v0.3.1
12012026-08-25T07:30:19.200Z Downloaded md5 v0.8.0
12022026-08-25T07:30:19.200Z Downloaded writeable v0.6.2
12032026-08-25T07:30:19.200Z Downloaded iana-time-zone v0.1.65
12042026-08-25T07:30:19.200Z Downloaded mio v1.2.0
12052026-08-25T07:30:19.200Z Downloaded test-strategy v0.4.5
12062026-08-25T07:30:19.200Z Downloaded crc32fast v1.5.0
12072026-08-25T07:30:19.200Z Downloaded bindgen v0.71.1
12082026-08-25T07:30:19.200Z Downloaded progenitor-impl v0.14.0
12092026-08-25T07:30:19.200Z Downloaded socket2 v0.5.10
12102026-08-25T07:30:19.200Z Downloaded ecdsa v0.17.0
12112026-08-25T07:30:19.200Z Downloaded phf v0.13.1
12122026-08-25T07:30:19.200Z Downloaded slog-bunyan v2.5.0
12132026-08-25T07:30:19.200Z Downloaded vte v0.14.1
12142026-08-25T07:30:19.200Z Downloaded p384 v0.13.1
12152026-08-25T07:30:19.201Z Downloaded winnow v0.6.26
12162026-08-25T07:30:19.201Z Downloaded omicron-zone-package v0.12.3
12172026-08-25T07:30:19.201Z Downloaded paste v1.0.15
12182026-08-25T07:30:19.201Z Downloaded ppv-lite86 v0.2.21
12192026-08-25T07:30:19.201Z Downloaded toml_parser v1.1.2+spec-1.1.0
12202026-08-25T07:30:19.201Z Downloaded vergen-lib v9.1.0
12212026-08-25T07:30:19.201Z Downloaded csv-core v0.1.13
12222026-08-25T07:30:19.201Z Downloaded scrypt v0.12.0
12232026-08-25T07:30:19.201Z Downloaded chrono v0.4.45
12242026-08-25T07:30:19.201Z Downloaded bitvec v1.0.1
12252026-08-25T07:30:19.201Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12262026-08-25T07:30:19.201Z Downloaded tower v0.5.3
12272026-08-25T07:30:19.201Z Downloaded typed-path v0.9.3
12282026-08-25T07:30:19.201Z Downloaded russh v0.62.4
12292026-08-25T07:30:19.288Z Downloaded git2 v0.20.4
12302026-08-25T07:30:19.288Z Downloaded knus-derive v3.4.0
12312026-08-25T07:30:19.288Z Downloaded ingot-macros v0.2.0
12322026-08-25T07:30:19.288Z Downloaded string_cache v0.8.9
12332026-08-25T07:30:19.288Z Downloaded indexmap v1.9.3
12342026-08-25T07:30:19.288Z Downloaded aws-lc-rs v1.16.3
12352026-08-25T07:30:19.288Z Downloaded sha3 v0.12.0
12362026-08-25T07:30:19.289Z Downloaded hyper v1.10.1
12372026-08-25T07:30:19.289Z Downloaded url v2.5.8
12382026-08-25T07:30:19.289Z Downloaded diff v0.1.13
12392026-08-25T07:30:19.289Z Downloaded rawzip v0.4.4
12402026-08-25T07:30:19.289Z Downloaded ml-kem v0.3.2
12412026-08-25T07:30:19.289Z Downloaded tungstenite v0.23.0
12422026-08-25T07:30:19.289Z Downloaded winnow v1.0.3
12432026-08-25T07:30:19.289Z Downloaded dropshot-api-manager v0.8.0
12442026-08-25T07:30:19.289Z Downloaded miette v7.6.0
12452026-08-25T07:30:19.289Z Downloaded nom v7.1.3
12462026-08-25T07:30:19.289Z Downloaded zerovec v0.11.5
12472026-08-25T07:30:19.289Z Downloaded qorb v0.4.1
12482026-08-25T07:30:19.289Z Downloaded crypto-primes v0.7.2
12492026-08-25T07:30:19.289Z Downloaded goblin v0.10.5
12502026-08-25T07:30:19.289Z Downloaded icu_normalizer_data v2.1.1
12512026-08-25T07:30:19.289Z Downloaded serde_with v1.14.0
12522026-08-25T07:30:19.289Z Downloaded tabled v0.21.0
12532026-08-25T07:30:19.347Z Downloaded icu_locale_core v2.1.1
12542026-08-25T07:30:19.347Z Downloaded time v0.3.47
12552026-08-25T07:30:19.347Z Downloaded internal-russh-num-bigint v0.5.0
12562026-08-25T07:30:19.347Z Downloaded object v0.30.4
12572026-08-25T07:30:19.347Z Downloaded iddqd v0.4.2
12582026-08-25T07:30:19.348Z Downloaded rcgen v0.12.1
12592026-08-25T07:30:19.348Z Downloaded libbz2-rs-sys v0.2.2
12602026-08-25T07:30:19.348Z Downloaded miniz_oxide v0.8.9
12612026-08-25T07:30:19.348Z Downloaded num-bigint v0.4.6
12622026-08-25T07:30:19.348Z Downloaded icu_properties_data v2.1.2
12632026-08-25T07:30:19.348Z Downloaded itertools v0.13.0
12642026-08-25T07:30:19.348Z Downloaded itertools v0.14.0
12652026-08-25T07:30:19.348Z Downloaded openssl-sys v0.9.117
12662026-08-25T07:30:19.348Z Downloaded winnow v0.5.40
12672026-08-25T07:30:19.348Z Downloaded nix v0.27.1
12682026-08-25T07:30:19.348Z Downloaded der v0.7.10
12692026-08-25T07:30:19.348Z Downloaded ed25519-dalek v2.2.0
12702026-08-25T07:30:19.348Z Downloaded portable-atomic v1.13.1
12712026-08-25T07:30:19.348Z Downloaded darling_core v0.23.0
12722026-08-25T07:30:19.348Z Downloaded libm v0.2.16
12732026-08-25T07:30:19.349Z Downloaded rand v0.9.2
12742026-08-25T07:30:19.349Z Downloaded smoltcp v0.9.1
12752026-08-25T07:30:19.349Z Downloaded rand v0.8.6
12762026-08-25T07:30:19.349Z Downloaded ed25519-dalek v3.0.0
12772026-08-25T07:30:19.349Z Downloaded jiff-core v0.1.0
12782026-08-25T07:30:19.450Z Downloaded nom v8.0.0
12792026-08-25T07:30:19.450Z Downloaded x509-cert v0.2.5
12802026-08-25T07:30:19.450Z Downloaded unicode-normalization v0.1.25
12812026-08-25T07:30:19.450Z Downloaded unicode_categories v0.1.1
12822026-08-25T07:30:19.450Z Downloaded rayon v1.11.0
12832026-08-25T07:30:19.450Z Downloaded p521 v0.14.0
12842026-08-25T07:30:19.450Z Downloaded proptest v1.11.0
12852026-08-25T07:30:19.451Z Downloaded quick-xml v0.37.5
12862026-08-25T07:30:19.451Z Downloaded zip v4.6.1
12872026-08-25T07:30:19.451Z Downloaded gimli v0.32.3
12882026-08-25T07:30:19.451Z Downloaded tower-http v0.6.8
12892026-08-25T07:30:19.451Z Downloaded petname v2.0.2
12902026-08-25T07:30:19.451Z Downloaded iri-string v0.7.10
12912026-08-25T07:30:19.539Z Downloaded bstr v1.12.1
12922026-08-25T07:30:19.539Z Downloaded idna v1.1.0
12932026-08-25T07:30:19.539Z Downloaded lalrpop v0.19.12
12942026-08-25T07:30:19.539Z Downloaded smoltcp v0.11.0
12952026-08-25T07:30:19.539Z Downloaded regex v1.12.3
12962026-08-25T07:30:19.539Z Downloaded itertools v0.15.0
12972026-08-25T07:30:19.539Z Downloaded salty v0.3.0
12982026-08-25T07:30:19.540Z Downloaded curve25519-dalek v4.1.3
12992026-08-25T07:30:19.540Z Downloaded zerocopy v0.8.55
13002026-08-25T07:30:19.540Z Downloaded serde_with v3.21.0
13012026-08-25T07:30:19.540Z Downloaded polar-core v0.27.3
13022026-08-25T07:30:19.540Z Downloaded quinn-proto v0.11.16
13032026-08-25T07:30:19.540Z Downloaded rustls v0.23.41
13042026-08-25T07:30:19.540Z Downloaded zlib-rs v0.6.2
13052026-08-25T07:30:19.540Z Downloaded openssl v0.10.80
13062026-08-25T07:30:19.836Z Downloaded vcpkg v0.2.15
13072026-08-25T07:30:19.836Z Downloaded curve25519-dalek v5.0.0
13082026-08-25T07:30:19.836Z Downloaded object v0.37.3
13092026-08-25T07:30:19.836Z Downloaded crypto-bigint v0.7.5
13102026-08-25T07:30:19.836Z Downloaded hickory-proto v0.24.4
13112026-08-25T07:30:19.836Z Downloaded moka v0.12.13
13122026-08-25T07:30:19.836Z Downloaded radix_trie v0.2.1
13132026-08-25T07:30:19.836Z Downloaded rustix v0.38.44
13142026-08-25T07:30:19.836Z Downloaded regex-syntax v0.8.10
13152026-08-25T07:30:19.836Z Downloaded nix v0.31.2
13162026-08-25T07:30:19.836Z Downloaded regress v0.10.5
13172026-08-25T07:30:19.836Z Downloaded hickory-proto v0.25.2
13182026-08-25T07:30:20.348Z Downloaded regex-syntax v0.6.29
13192026-08-25T07:30:20.348Z Downloaded sqlparser v0.61.0
13202026-08-25T07:30:20.348Z Downloaded regress v0.11.1
13212026-08-25T07:30:20.348Z Downloaded nix v0.28.0
13222026-08-25T07:30:20.349Z Downloaded sled v0.34.7
13232026-08-25T07:30:20.349Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-08-25T07:30:20.349Z Downloaded sha3 v0.11.0
13252026-08-25T07:30:20.349Z Downloaded dropshot v0.17.1
13262026-08-25T07:30:20.349Z Downloaded typify-impl v0.6.2
13272026-08-25T07:30:20.349Z Downloaded tracing v0.1.44
13282026-08-25T07:30:20.349Z Downloaded chrono-tz v0.10.4
13292026-08-25T07:30:20.349Z Downloaded petgraph v0.6.5
13302026-08-25T07:30:20.349Z Downloaded petgraph v0.8.3
13312026-08-25T07:30:20.349Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-08-25T07:30:20.350Z Downloaded ratatui v0.29.0
13332026-08-25T07:30:20.351Z Downloaded diesel v2.3.7
13342026-08-25T07:30:20.351Z Downloaded openapiv3 v2.2.0
13352026-08-25T07:30:20.351Z Downloaded zerocopy-derive v0.6.6
13362026-08-25T07:30:20.351Z Downloaded jiff v0.2.34
13372026-08-25T07:30:20.351Z Downloaded regex-automata v0.4.14
13382026-08-25T07:30:20.561Z Downloaded libz-sys v1.1.24
13392026-08-25T07:30:20.561Z Downloaded tokio v1.52.1
13402026-08-25T07:30:20.561Z Downloaded sha3 v0.10.8
13412026-08-25T07:30:20.561Z Downloaded csv v1.4.0
13422026-08-25T07:30:20.561Z Downloaded encoding_rs v0.8.35
13432026-08-25T07:30:20.561Z Downloaded ring v0.17.14
13442026-08-25T07:30:20.561Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-08-25T07:30:20.561Z Downloaded aws-lc-sys v0.40.0
13462026-08-25T07:30:20.715Z Compiling serde_core v1.0.229
13472026-08-25T07:30:20.716Z Compiling libc v0.2.185
13482026-08-25T07:30:20.716Z Compiling serde v1.0.229
13492026-08-25T07:30:20.716Z Compiling log v0.4.33
13502026-08-25T07:30:20.716Z Compiling smallvec v1.15.1
13512026-08-25T07:30:20.716Z Compiling find-msvc-tools v0.1.9
13522026-08-25T07:30:20.730Z Compiling shlex v1.3.0
13532026-08-25T07:30:20.730Z Compiling syn v2.0.117
13542026-08-25T07:30:20.929Z Compiling syn v3.0.3
13552026-08-25T07:30:21.091Z Compiling subtle v2.6.1
13562026-08-25T07:30:21.439Z Compiling scopeguard v1.2.0
13572026-08-25T07:30:21.439Z Compiling stable_deref_trait v1.2.1
13582026-08-25T07:30:21.439Z Compiling lock_api v0.4.14
13592026-08-25T07:30:21.439Z Compiling typenum v1.20.1
13602026-08-25T07:30:21.439Z Compiling zerocopy v0.8.55
13612026-08-25T07:30:21.439Z Compiling portable-atomic v1.13.1
13622026-08-25T07:30:21.526Z Compiling serde_json v1.0.151
13632026-08-25T07:30:21.658Z Compiling critical-section v1.2.0
13642026-08-25T07:30:21.856Z Compiling libm v0.2.16
13652026-08-25T07:30:21.856Z Compiling errno v0.3.14
13662026-08-25T07:30:21.856Z Compiling jobserver v0.1.34
13672026-08-25T07:30:21.900Z Compiling getrandom v0.2.17
13682026-08-25T07:30:22.325Z Compiling cc v1.2.56
13692026-08-25T07:30:22.518Z Compiling num-traits v0.2.19
13702026-08-25T07:30:22.518Z Compiling rand_core v0.6.4
13712026-08-25T07:30:22.518Z Compiling once_cell v1.21.3
13722026-08-25T07:30:22.585Z Compiling getrandom v0.4.3
13732026-08-25T07:30:22.586Z Compiling pkg-config v0.3.32
13742026-08-25T07:30:22.586Z Compiling generic-array v0.14.7
13752026-08-25T07:30:22.921Z Compiling parking_lot_core v0.9.12
13762026-08-25T07:30:23.150Z Compiling rand_core v0.10.0
13772026-08-25T07:30:23.150Z Compiling const-oid v0.9.6
13782026-08-25T07:30:23.376Z Compiling bitflags v2.11.0
13792026-08-25T07:30:23.607Z Compiling pin-project-lite v0.2.17
13802026-08-25T07:30:23.674Z Compiling litemap v0.8.1
13812026-08-25T07:30:23.674Z Compiling writeable v0.6.2
13822026-08-25T07:30:23.674Z Compiling percent-encoding v2.3.2
13832026-08-25T07:30:23.798Z Compiling semver v1.0.28
13842026-08-25T07:30:23.858Z Compiling signal-hook-registry v1.4.8
13852026-08-25T07:30:23.936Z Compiling synstructure v0.13.2
13862026-08-25T07:30:24.056Z Compiling futures-core v0.3.32
13872026-08-25T07:30:24.095Z Compiling icu_properties_data v2.1.2
13882026-08-25T07:30:24.095Z Compiling icu_normalizer_data v2.1.1
13892026-08-25T07:30:24.178Z Compiling parking_lot v0.12.5
13902026-08-25T07:30:24.234Z Compiling mio v1.2.0
13912026-08-25T07:30:25.056Z Compiling rustix v1.1.4
13922026-08-25T07:30:25.056Z Compiling getrandom v0.3.4
13932026-08-25T07:30:25.056Z Compiling socket2 v0.6.3
13942026-08-25T07:30:25.056Z Compiling utf8_iter v1.0.4
13952026-08-25T07:30:25.056Z Compiling futures-sink v0.3.32
13962026-08-25T07:30:25.056Z Compiling indexmap v2.14.0
13972026-08-25T07:30:25.056Z Compiling futures-channel v0.3.32
13982026-08-25T07:30:25.056Z Compiling form_urlencoded v1.2.2
13992026-08-25T07:30:25.056Z Compiling serde_derive v1.0.229
14002026-08-25T07:30:25.064Z Compiling futures-io v0.3.32
14012026-08-25T07:30:25.064Z Compiling futures-task v0.3.32
14022026-08-25T07:30:25.064Z Compiling slab v0.4.12
14032026-08-25T07:30:25.064Z Compiling rustversion v1.0.22
14042026-08-25T07:30:25.164Z Compiling iana-time-zone v0.1.65
14052026-08-25T07:30:25.226Z Compiling regex-syntax v0.8.10
14062026-08-25T07:30:25.407Z Compiling base64ct v1.8.3
14072026-08-25T07:30:25.510Z Compiling rand_core v0.9.5
14082026-08-25T07:30:25.545Z Compiling uuid v1.23.4
14092026-08-25T07:30:25.926Z Compiling pem-rfc7468 v0.7.0
14102026-08-25T07:30:26.048Z Compiling cmake v0.1.57
14112026-08-25T07:30:26.048Z Compiling zeroize_derive v1.5.0
14122026-08-25T07:30:26.836Z Compiling zerocopy-derive v0.8.55
14132026-08-25T07:30:26.951Z Compiling zerofrom-derive v0.1.6
14142026-08-25T07:30:26.951Z Compiling yoke-derive v0.8.1
14152026-08-25T07:30:26.951Z Compiling zerovec-derive v0.11.2
14162026-08-25T07:30:26.951Z Compiling displaydoc v0.2.5
14172026-08-25T07:30:26.951Z Compiling tokio-macros v2.7.0
14182026-08-25T07:30:27.177Z Compiling futures-macro v0.3.32
14192026-08-25T07:30:27.365Z Compiling thiserror-impl v2.0.18
14202026-08-25T07:30:27.486Z Compiling der_derive v0.7.3
14212026-08-25T07:30:27.507Z Compiling flagset v0.4.7
14222026-08-25T07:30:27.711Z Compiling ident_case v1.0.1
14232026-08-25T07:30:27.802Z Compiling zerofrom v0.1.6
14242026-08-25T07:30:27.863Z Compiling dunce v1.0.5
14252026-08-25T07:30:27.863Z Compiling fs_extra v1.3.0
14262026-08-25T07:30:28.238Z Compiling yoke v0.8.1
14272026-08-25T07:30:28.239Z Compiling base64 v0.22.1
14282026-08-25T07:30:28.326Z Compiling zerovec v0.11.5
14292026-08-25T07:30:28.326Z Compiling zerotrie v0.2.3
14302026-08-25T07:30:28.327Z Compiling futures-util v0.3.32
14312026-08-25T07:30:28.327Z Compiling aws-lc-sys v0.40.0
14322026-08-25T07:30:28.437Z Compiling serde_derive_internals v0.29.1
14332026-08-25T07:30:28.564Z Compiling zeroize v1.9.0
14342026-08-25T07:30:28.654Z Compiling bytes v1.11.1
14352026-08-25T07:30:28.740Z Compiling tinystr v0.8.2
14362026-08-25T07:30:28.870Z Compiling potential_utf v0.1.4
14372026-08-25T07:30:28.976Z Compiling icu_locale_core v2.1.1
14382026-08-25T07:30:29.084Z Compiling icu_collections v2.1.1
14392026-08-25T07:30:29.577Z Compiling tokio v1.52.1
14402026-08-25T07:30:29.824Z Compiling crypto-common v0.1.7
14412026-08-25T07:30:29.824Z Compiling block-buffer v0.10.4
14422026-08-25T07:30:29.824Z Compiling chrono v0.4.45
14432026-08-25T07:30:29.824Z Compiling icu_provider v2.1.1
14442026-08-25T07:30:30.052Z Compiling digest v0.10.7
14452026-08-25T07:30:30.143Z Compiling icu_properties v2.1.2
14462026-08-25T07:30:30.143Z Compiling icu_normalizer v2.1.1
14472026-08-25T07:30:30.143Z Compiling thiserror v2.0.18
14482026-08-25T07:30:30.225Z Compiling der v0.7.10
14492026-08-25T07:30:30.892Z Compiling http v1.4.2
14502026-08-25T07:30:31.030Z Compiling vcpkg v0.2.15
14512026-08-25T07:30:31.149Z Compiling ppv-lite86 v0.2.21
14522026-08-25T07:30:31.189Z Compiling idna_adapter v1.2.1
14532026-08-25T07:30:31.233Z Compiling spki v0.7.3
14542026-08-25T07:30:31.375Z Compiling idna v1.1.0
14552026-08-25T07:30:31.440Z Compiling syn v1.0.109
14562026-08-25T07:30:31.466Z Compiling rand_chacha v0.9.0
14572026-08-25T07:30:31.489Z Compiling schemars v0.8.22
14582026-08-25T07:30:31.592Z Compiling dyn-clone v1.0.20
14592026-08-25T07:30:31.738Z Compiling openssl-sys v0.9.117
14602026-08-25T07:30:31.779Z Compiling url v2.5.8
14612026-08-25T07:30:31.779Z Compiling rand v0.9.2
14622026-08-25T07:30:31.955Z Compiling schemars_derive v0.8.22
14632026-08-25T07:30:32.114Z Compiling tracing-attributes v0.1.31
14642026-08-25T07:30:32.165Z Compiling rustc_version v0.4.1
14652026-08-25T07:30:32.196Z Compiling tracing-core v0.1.36
14662026-08-25T07:30:33.415Z Compiling cpufeatures v0.2.17
14672026-08-25T07:30:33.458Z Compiling simd-adler32 v0.3.8
14682026-08-25T07:30:33.458Z Compiling aws-lc-rs v1.16.3
14692026-08-25T07:30:33.458Z Compiling tempfile v3.27.0
14702026-08-25T07:30:33.458Z Compiling pkcs8 v0.10.2
14712026-08-25T07:30:33.458Z Compiling http-body v1.0.1
14722026-08-25T07:30:33.459Z Compiling rustls-pki-types v1.14.0
14732026-08-25T07:30:33.459Z Compiling spin v0.9.8
14742026-08-25T07:30:33.459Z Compiling crc32fast v1.5.0
14752026-08-25T07:30:33.459Z Compiling cmov v0.5.4
14762026-08-25T07:30:33.792Z Compiling httparse v1.10.1
14772026-08-25T07:30:33.793Z Compiling tracing v0.1.44
14782026-08-25T07:30:33.901Z Compiling tokio-util v0.7.18
14792026-08-25T07:30:33.901Z Compiling tinyvec_macros v0.1.1
14802026-08-25T07:30:33.901Z Compiling openssl-probe v0.2.1
14812026-08-25T07:30:33.985Z Compiling adler2 v2.0.1
14822026-08-25T07:30:34.018Z Compiling miniz_oxide v0.8.9
14832026-08-25T07:30:34.018Z Compiling tinyvec v1.10.0
14842026-08-25T07:30:34.018Z Compiling ctutils v0.4.2
14852026-08-25T07:30:34.465Z Compiling pest_generator v2.8.6
14862026-08-25T07:30:34.489Z Compiling sha2 v0.10.9
14872026-08-25T07:30:34.661Z Compiling terminal_size v0.4.3
14882026-08-25T07:30:35.059Z Compiling aho-corasick v1.1.4
14892026-08-25T07:30:35.442Z Compiling tower-layer v0.3.3
14902026-08-25T07:30:35.442Z Compiling try-lock v0.2.5
14912026-08-25T07:30:35.442Z Compiling untrusted v0.7.1
14922026-08-25T07:30:35.442Z Compiling radium v0.7.0
14932026-08-25T07:30:35.443Z Compiling tower-service v0.3.3
14942026-08-25T07:30:35.443Z Compiling atomic-waker v1.1.2
14952026-08-25T07:30:35.443Z Compiling pest_derive v2.8.6
14962026-08-25T07:30:35.795Z Compiling h2 v0.4.15
14972026-08-25T07:30:35.795Z Compiling want v0.3.1
14982026-08-25T07:30:36.034Z Compiling regex-automata v0.4.14
14992026-08-25T07:30:36.034Z Compiling hybrid-array v0.4.13
15002026-08-25T07:30:36.034Z Compiling ipnet v2.12.0
15012026-08-25T07:30:36.137Z Compiling darling_core v0.20.11
15022026-08-25T07:30:36.442Z Compiling scroll_derive v0.13.1
15032026-08-25T07:30:36.655Z Compiling wait-timeout v0.2.1
15042026-08-25T07:30:36.655Z Compiling bit-vec v0.8.0
15052026-08-25T07:30:36.998Z Compiling untrusted v0.9.0
15062026-08-25T07:30:37.095Z Compiling tap v1.0.1
15072026-08-25T07:30:37.095Z Compiling openssl v0.10.80
15082026-08-25T07:30:37.095Z Compiling maybe-uninit v2.0.0
15092026-08-25T07:30:37.157Z Compiling foreign-types-shared v0.1.1
15102026-08-25T07:30:37.157Z Compiling quick-error v1.2.3
15112026-08-25T07:30:37.244Z Compiling httpdate v1.0.3
15122026-08-25T07:30:37.245Z Compiling rustls v0.23.41
15132026-08-25T07:30:37.245Z Compiling scroll v0.13.0
15142026-08-25T07:30:37.358Z Compiling rusty-fork v0.3.1
15152026-08-25T07:30:37.456Z Compiling foreign-types v0.3.2
15162026-08-25T07:30:37.499Z Compiling wyz v0.5.1
15172026-08-25T07:30:37.499Z Compiling bit-set v0.8.0
15182026-08-25T07:30:37.560Z Compiling unicode-normalization v0.1.25
15192026-08-25T07:30:37.623Z Compiling rand_chacha v0.3.1
15202026-08-25T07:30:37.703Z Compiling signature v2.2.0
15212026-08-25T07:30:37.970Z Compiling hex v0.4.3
15222026-08-25T07:30:38.386Z Compiling thiserror-impl v1.0.69
15232026-08-25T07:30:38.455Z Compiling openssl-macros v0.1.1
15242026-08-25T07:30:38.455Z Compiling rand_xorshift v0.4.0
15252026-08-25T07:30:38.455Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15262026-08-25T07:30:38.455Z Compiling darling_macro v0.20.11
15272026-08-25T07:30:38.514Z Compiling bzip2-sys v0.1.13+1.0.8
15282026-08-25T07:30:38.515Z Compiling num-integer v0.1.46
15292026-08-25T07:30:38.731Z Compiling hyper v1.10.1
15302026-08-25T07:30:38.790Z Compiling ahash v0.8.12
15312026-08-25T07:30:38.910Z Compiling powerfmt v0.2.0
15322026-08-25T07:30:38.971Z Compiling unarray v0.1.4
15332026-08-25T07:30:39.128Z Compiling native-tls v0.2.18
15342026-08-25T07:30:39.175Z Compiling num-bigint-dig v0.8.6
15352026-08-25T07:30:39.175Z Compiling time-core v0.1.8
15362026-08-25T07:30:39.231Z Compiling paste v1.0.15
15372026-08-25T07:30:39.440Z Compiling funty v2.0.0
15382026-08-25T07:30:39.529Z Compiling num-conv v0.2.0
15392026-08-25T07:30:39.529Z Compiling packed_struct v0.10.1
15402026-08-25T07:30:39.852Z Compiling time-macros v0.2.27
15412026-08-25T07:30:39.852Z Compiling thiserror v1.0.69
15422026-08-25T07:30:39.852Z Compiling bitvec v1.0.1
15432026-08-25T07:30:39.852Z Compiling clap_builder v4.6.0
15442026-08-25T07:30:39.852Z Compiling proptest v1.11.0
15452026-08-25T07:30:39.964Z Compiling deranged v0.5.8
15462026-08-25T07:30:40.066Z Compiling hyper-util v0.1.20
15472026-08-25T07:30:40.635Z Compiling darling v0.20.11
15482026-08-25T07:30:41.143Z Compiling num-iter v0.1.45
15492026-08-25T07:30:41.406Z Compiling rand v0.8.6
15502026-08-25T07:30:41.488Z Compiling goblin v0.10.5
15512026-08-25T07:30:41.866Z Compiling packed_struct_codegen v0.10.1
15522026-08-25T07:30:42.012Z Compiling ipnetwork v0.21.1
15532026-08-25T07:30:42.475Z Compiling lazy_static v1.5.0
15542026-08-25T07:30:42.527Z Compiling hmac v0.12.1
15552026-08-25T07:30:42.820Z Compiling serde_spanned v0.6.9
15562026-08-25T07:30:42.959Z Compiling toml_datetime v0.6.11
15572026-08-25T07:30:42.959Z Compiling slog v2.8.2
15582026-08-25T07:30:43.021Z Compiling bitfield-macros v0.19.4
15592026-08-25T07:30:43.032Z Compiling clap_derive v4.6.1
15602026-08-25T07:30:43.244Z Compiling zerocopy-derive v0.6.6
15612026-08-25T07:30:43.956Z Compiling sync_wrapper v1.0.2
15622026-08-25T07:30:44.035Z Compiling indexmap v1.9.3
15632026-08-25T07:30:44.095Z Compiling crossbeam-utils v0.8.21
15642026-08-25T07:30:44.125Z Compiling siphasher v1.0.2
15652026-08-25T07:30:44.381Z Compiling nodrop v0.1.14
15662026-08-25T07:30:44.442Z Compiling zlib-rs v0.6.2
15672026-08-25T07:30:44.443Z Compiling unicode-segmentation v1.12.0
15682026-08-25T07:30:44.443Z Compiling usdt-impl v0.6.0
15692026-08-25T07:30:44.635Z Compiling crc-catalog v2.4.0
15702026-08-25T07:30:44.807Z Compiling num_threads v0.1.7
15712026-08-25T07:30:44.853Z Compiling object v0.37.3
15722026-08-25T07:30:44.862Z Compiling time v0.3.47
15732026-08-25T07:30:45.005Z Compiling clap v4.6.1
15742026-08-25T07:30:45.079Z Compiling crc v3.4.0
15752026-08-25T07:30:45.191Z Compiling array-init v0.0.4
15762026-08-25T07:30:45.339Z Compiling dof v0.4.0
15772026-08-25T07:30:45.531Z Compiling zerocopy v0.6.6
15782026-08-25T07:30:46.039Z Compiling tower v0.5.3
15792026-08-25T07:30:46.085Z Compiling bitfield v0.19.4
15802026-08-25T07:30:46.560Z Compiling oxnet v0.1.6
15812026-08-25T07:30:46.815Z Compiling newtype-uuid v1.3.2
15822026-08-25T07:30:46.914Z Compiling smallvec v0.6.14
15832026-08-25T07:30:47.055Z Compiling derive_builder_core v0.20.2
15842026-08-25T07:30:48.252Z Compiling flate2 v1.1.9
15852026-08-25T07:30:48.437Z Compiling dtrace-parser v0.3.0
15862026-08-25T07:30:48.437Z Compiling http-body-util v0.1.3
15872026-08-25T07:30:48.438Z Compiling pkcs1 v0.7.5
15882026-08-25T07:30:48.438Z Compiling heapless v0.7.17
15892026-08-25T07:30:48.438Z Compiling erased-serde v0.3.31
15902026-08-25T07:30:48.438Z Compiling darling_core v0.23.0
15912026-08-25T07:30:48.516Z Compiling structmeta-derive v0.3.0
15922026-08-25T07:30:48.516Z Compiling scroll_derive v0.12.1
15932026-08-25T07:30:48.565Z Compiling daft-derive v0.1.8
15942026-08-25T07:30:48.654Z Compiling thread-id v5.1.0
15952026-08-25T07:30:48.909Z Compiling cookie v0.18.1
15962026-08-25T07:30:48.992Z Compiling env_filter v2.0.0
15972026-08-25T07:30:49.356Z Compiling signal-hook v0.3.18
15982026-08-25T07:30:49.615Z Compiling iri-string v0.7.10
15992026-08-25T07:30:49.615Z Compiling ryu v1.0.23
16002026-08-25T07:30:49.616Z Compiling allocator-api2 v0.2.21
16012026-08-25T07:30:49.840Z Compiling unicode-bidi v0.3.18
16022026-08-25T07:30:49.840Z Compiling unicode-properties v0.1.4
16032026-08-25T07:30:49.840Z Compiling anyhow v1.0.104
16042026-08-25T07:30:50.124Z Compiling winnow v0.5.40
16052026-08-25T07:30:50.239Z Compiling hashbrown v0.12.3
16062026-08-25T07:30:50.239Z Compiling zstd-safe v7.2.4
16072026-08-25T07:30:50.406Z Compiling base64 v0.21.7
16082026-08-25T07:30:50.533Z Compiling gimli v0.32.3
16092026-08-25T07:30:50.611Z Compiling ron v0.8.1
16102026-08-25T07:30:51.063Z Compiling tower-http v0.6.8
16112026-08-25T07:30:51.628Z Compiling darling_macro v0.23.0
16122026-08-25T07:30:51.694Z Compiling toml_edit v0.19.15
16132026-08-25T07:30:51.694Z Compiling stringprep v0.1.5
16142026-08-25T07:30:51.694Z Compiling structmeta v0.3.0
16152026-08-25T07:30:51.694Z Compiling serde_urlencoded v0.7.1
16162026-08-25T07:30:51.827Z Compiling daft v0.1.8
16172026-08-25T07:30:51.861Z Compiling scroll v0.12.0
16182026-08-25T07:30:51.937Z Compiling env_logger v0.11.11
16192026-08-25T07:30:52.161Z Compiling rsa v0.9.10
16202026-08-25T07:30:52.261Z Compiling derive_builder_macro v0.20.2
16212026-08-25T07:30:52.346Z Compiling addr2line v0.25.1
16222026-08-25T07:30:52.398Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16232026-08-25T07:30:52.537Z Compiling hashbrown v0.13.2
16242026-08-25T07:30:52.595Z Compiling serde-hex v0.1.0
16252026-08-25T07:30:52.847Z Compiling bzip2 v0.4.4
16262026-08-25T07:30:53.057Z Compiling tokio-native-tls v0.3.1
16272026-08-25T07:30:53.057Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16282026-08-25T07:30:53.133Z Compiling camino v1.2.5
16292026-08-25T07:30:53.379Z Compiling bstr v1.12.1
16302026-08-25T07:30:53.435Z Compiling block-buffer v0.12.1
16312026-08-25T07:30:53.787Z Compiling block-padding v0.4.2
16322026-08-25T07:30:54.379Z Compiling crypto-common v0.2.2
16332026-08-25T07:30:54.815Z Compiling rustls-native-certs v0.8.3
16342026-08-25T07:30:54.816Z Compiling curve25519-dalek v4.1.3
16352026-08-25T07:30:54.816Z Compiling x509-cert v0.2.5
16362026-08-25T07:30:55.068Z Compiling md-5 v0.10.6
16372026-08-25T07:30:55.068Z Compiling serde_tokenstream v0.2.3
16382026-08-25T07:30:55.068Z Compiling vergen-lib v9.1.0
16392026-08-25T07:30:55.068Z Compiling async-trait v0.1.89
16402026-08-25T07:30:55.068Z Compiling zerocopy-derive v0.7.35
16412026-08-25T07:30:55.290Z Compiling pin-project-internal v1.1.11
16422026-08-25T07:30:55.592Z Compiling hash32 v0.2.1
16432026-08-25T07:30:56.408Z Compiling memoffset v0.9.1
16442026-08-25T07:30:56.546Z Compiling encoding_rs v0.8.35
16452026-08-25T07:30:56.546Z Compiling litrs v1.0.0
16462026-08-25T07:30:56.547Z Compiling mime v0.3.17
16472026-08-25T07:30:56.547Z Compiling rustc-demangle v0.1.27
16482026-08-25T07:30:56.547Z Compiling ref-cast v1.0.25
16492026-08-25T07:30:56.547Z Compiling psl-types v2.0.11
16502026-08-25T07:30:56.547Z Compiling fallible-iterator v0.2.0
16512026-08-25T07:30:56.547Z Compiling crc-any v2.5.0
16522026-08-25T07:30:56.547Z Compiling smoltcp v0.9.1
16532026-08-25T07:30:56.547Z Compiling owo-colors v4.3.0
16542026-08-25T07:30:56.547Z Compiling rustix v0.38.44
16552026-08-25T07:30:56.547Z Compiling cfg_aliases v0.2.1
16562026-08-25T07:30:56.612Z Compiling postgres-protocol v0.6.10
16572026-08-25T07:30:56.612Z Compiling nix v0.31.2
16582026-08-25T07:30:56.612Z Compiling pin-project v1.1.11
16592026-08-25T07:30:56.689Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16602026-08-25T07:30:56.838Z Compiling document-features v0.2.12
16612026-08-25T07:30:56.921Z Compiling publicsuffix v2.3.0
16622026-08-25T07:30:57.166Z Compiling backtrace v0.3.76
16632026-08-25T07:30:57.438Z Compiling zerocopy v0.7.35
16642026-08-25T07:30:57.475Z Compiling inout v0.2.2
16652026-08-25T07:30:57.476Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16662026-08-25T07:30:57.476Z Compiling object v0.30.4
16672026-08-25T07:30:57.476Z Compiling hyper-tls v0.6.0
16682026-08-25T07:30:57.567Z Compiling zip v0.6.6
16692026-08-25T07:30:57.623Z Compiling derive_builder v0.20.2
16702026-08-25T07:30:57.687Z Compiling toml v0.7.8
16712026-08-25T07:30:57.830Z Compiling goblin v0.8.2
16722026-08-25T07:30:58.158Z Compiling derive-ex v0.1.8
16732026-08-25T07:30:58.394Z Compiling darling v0.23.0
16742026-08-25T07:30:58.421Z Compiling convert_case v0.10.0
16752026-08-25T07:30:58.572Z Compiling phf_shared v0.13.1
16762026-08-25T07:30:58.650Z Compiling regex v1.12.3
16772026-08-25T07:30:58.704Z Compiling hubpack_derive v0.1.1
16782026-08-25T07:30:58.784Z Compiling futures-executor v0.3.32
16792026-08-25T07:30:59.000Z Compiling vergen v9.1.0
16802026-08-25T07:30:59.029Z Compiling snafu-derive v0.8.9
16812026-08-25T07:30:59.110Z Compiling ref-cast-impl v1.0.25
16822026-08-25T07:30:59.218Z Compiling strum_macros v0.27.2
16832026-08-25T07:30:59.848Z Compiling curve25519-dalek-derive v0.1.1
16842026-08-25T07:30:59.996Z Compiling cargo-platform v0.3.2
16852026-08-25T07:31:00.143Z Compiling ff v0.13.1
16862026-08-25T07:31:00.268Z Compiling fs-err v3.3.0
16872026-08-25T07:31:00.409Z Compiling libbz2-rs-sys v0.2.2
16882026-08-25T07:31:00.451Z Compiling same-file v1.0.6
16892026-08-25T07:31:00.451Z Compiling bumpalo v3.20.2
16902026-08-25T07:31:00.629Z Compiling foldhash v0.1.5
16912026-08-25T07:31:00.709Z Compiling managed v0.8.0
16922026-08-25T07:31:00.738Z Compiling bitflags v1.3.2
16932026-08-25T07:31:00.770Z Compiling foldhash v0.2.0
16942026-08-25T07:31:00.994Z Compiling base16ct v0.2.0
16952026-08-25T07:31:01.124Z Compiling path-slash v0.1.5
16962026-08-25T07:31:01.124Z Compiling jiff-core v0.1.0
16972026-08-25T07:31:01.124Z Compiling is_ci v1.2.0
16982026-08-25T07:31:01.204Z Compiling either v1.15.0
16992026-08-25T07:31:01.204Z Compiling textwrap v0.16.2
17002026-08-25T07:31:01.204Z Compiling strum v0.27.2
17012026-08-25T07:31:01.204Z Compiling supports-color v3.0.2
17022026-08-25T07:31:01.420Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17032026-08-25T07:31:01.420Z Compiling sec1 v0.7.3
17042026-08-25T07:31:01.561Z Compiling snafu v0.8.9
17052026-08-25T07:31:01.561Z Compiling hashbrown v0.16.1
17062026-08-25T07:31:01.607Z Compiling bzip2 v0.6.1
17072026-08-25T07:31:01.623Z Compiling zopfli v0.8.3
17082026-08-25T07:31:01.720Z Compiling jiff v0.2.34
17092026-08-25T07:31:01.865Z Compiling hashbrown v0.15.5
17102026-08-25T07:31:02.013Z Compiling walkdir v2.5.0
17112026-08-25T07:31:02.365Z Compiling group v0.13.0
17122026-08-25T07:31:02.432Z Compiling cargo_metadata v0.23.1
17132026-08-25T07:31:02.481Z Compiling dof v0.3.0
17142026-08-25T07:31:02.549Z Compiling test-strategy v0.4.5
17152026-08-25T07:31:02.743Z Compiling hubpack v0.1.2
17162026-08-25T07:31:02.958Z Compiling futures v0.3.32
17172026-08-25T07:31:03.018Z Compiling derive_more-impl v2.1.1
17182026-08-25T07:31:03.181Z Compiling phf v0.13.1
17192026-08-25T07:31:03.357Z Compiling serde_with_macros v3.21.0
17202026-08-25T07:31:04.003Z Compiling signal-hook-mio v0.2.5
17212026-08-25T07:31:04.406Z Compiling cookie_store v0.22.1
17222026-08-25T07:31:04.722Z Compiling zstd v0.13.3
17232026-08-25T07:31:04.723Z Compiling reqwest v0.12.28
17242026-08-25T07:31:04.792Z Compiling cipher v0.5.2
17252026-08-25T07:31:04.792Z Compiling backtrace-ext v0.2.1
17262026-08-25T07:31:04.792Z Compiling postgres-types v0.2.12
17272026-08-25T07:31:05.450Z Compiling usdt-attr-macro v0.6.0
17282026-08-25T07:31:05.730Z Compiling usdt-macro v0.6.0
17292026-08-25T07:31:05.730Z Compiling globset v0.4.18
17302026-08-25T07:31:06.050Z Compiling phf_shared v0.11.3
17312026-08-25T07:31:06.050Z Compiling hkdf v0.12.4
17322026-08-25T07:31:06.239Z Compiling dtrace-parser v0.2.0
17332026-08-25T07:31:06.239Z Compiling byte-wrapper v0.1.0
17342026-08-25T07:31:06.239Z Compiling olpc-cjson v0.1.4
17352026-08-25T07:31:06.239Z Compiling ed25519 v2.2.3
17362026-08-25T07:31:06.409Z Compiling crypto-bigint v0.5.5
17372026-08-25T07:31:06.409Z Compiling serde_plain v1.0.2
17382026-08-25T07:31:06.409Z Compiling serde-big-array v0.5.1
17392026-08-25T07:31:06.410Z Compiling pem v3.0.6
17402026-08-25T07:31:06.556Z Compiling strum_macros v0.26.4
17412026-08-25T07:31:06.556Z Compiling serde_repr v0.1.20
17422026-08-25T07:31:06.582Z Compiling enum-as-inner v0.6.1
17432026-08-25T07:31:06.708Z Compiling miette-derive v7.6.0
17442026-08-25T07:31:06.874Z Compiling async-recursion v1.1.1
17452026-08-25T07:31:06.971Z Compiling float-cmp v0.10.0
17462026-08-25T07:31:07.067Z Compiling memmap2 v0.9.10
17472026-08-25T07:31:07.157Z Compiling thread-id v4.2.2
17482026-08-25T07:31:07.418Z Compiling fixedbitset v0.4.2
17492026-08-25T07:31:07.428Z Compiling winnow v1.0.3
17502026-08-25T07:31:07.488Z Compiling precomputed-hash v0.1.1
17512026-08-25T07:31:07.569Z Compiling fixedbitset v0.5.7
17522026-08-25T07:31:07.569Z Compiling whoami v2.1.0
17532026-08-25T07:31:07.763Z Compiling typed-path v0.9.3
17542026-08-25T07:31:07.807Z Compiling difflib v0.4.0
17552026-08-25T07:31:07.899Z Compiling supports-hyperlinks v3.2.0
17562026-08-25T07:31:08.020Z Compiling predicates-core v1.0.10
17572026-08-25T07:31:08.123Z Compiling static_assertions v1.1.0
17582026-08-25T07:31:08.172Z Compiling const-oid v0.10.2
17592026-08-25T07:31:08.172Z Compiling keccak v0.1.6
17602026-08-25T07:31:08.363Z Compiling supports-unicode v3.0.0
17612026-08-25T07:31:08.462Z Compiling normalize-line-endings v0.3.0
17622026-08-25T07:31:08.462Z Compiling data-encoding v2.10.0
17632026-08-25T07:31:08.462Z Compiling new_debug_unreachable v1.0.6
17642026-08-25T07:31:08.462Z Compiling cpufeatures v0.3.0
17652026-08-25T07:31:08.462Z Compiling toml_edit v0.22.27
17662026-08-25T07:31:08.463Z Compiling string_cache v0.8.9
17672026-08-25T07:31:08.463Z Compiling predicates v3.1.4
17682026-08-25T07:31:08.463Z Compiling chacha20 v0.10.0
17692026-08-25T07:31:08.787Z Compiling hickory-proto v0.25.2
17702026-08-25T07:31:08.862Z Compiling miette v7.6.0
17712026-08-25T07:31:08.904Z Compiling sha3 v0.10.8
17722026-08-25T07:31:09.484Z Compiling digest v0.11.3
17732026-08-25T07:31:09.504Z Compiling toml_parser v1.1.2+spec-1.1.0
17742026-08-25T07:31:09.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-08-25T07:31:09.504Z Compiling strum v0.26.3
17762026-08-25T07:31:09.505Z Compiling tokio-postgres v0.7.16
17772026-08-25T07:31:09.505Z Compiling petgraph v0.8.3
17782026-08-25T07:31:09.733Z Compiling petgraph v0.6.5
17792026-08-25T07:31:10.256Z Compiling usdt v0.6.0
17802026-08-25T07:31:11.172Z Compiling usdt-impl v0.5.0
17812026-08-25T07:31:11.291Z Compiling elliptic-curve v0.13.8
17822026-08-25T07:31:11.291Z Compiling ed25519-dalek v2.2.0
17832026-08-25T07:31:11.390Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17842026-08-25T07:31:11.390Z Compiling crossterm v0.28.1
17852026-08-25T07:31:11.986Z Compiling serde_with v3.21.0
17862026-08-25T07:31:12.047Z Compiling zip v4.6.1
17872026-08-25T07:31:12.047Z Compiling derive_more v2.1.1
17882026-08-25T07:31:12.453Z Compiling iddqd v0.4.2
17892026-08-25T07:31:12.761Z Compiling itertools v0.15.0
17902026-08-25T07:31:12.972Z Compiling itertools v0.13.0
17912026-08-25T07:31:13.101Z Compiling similar v2.7.0
17922026-08-25T07:31:13.206Z Compiling crossbeam-epoch v0.9.18
17932026-08-25T07:31:13.348Z Compiling oxide-generation v0.1.3
17942026-08-25T07:31:13.412Z Compiling heck v0.4.1
17952026-08-25T07:31:13.412Z Compiling tokio-stream v0.1.18
17962026-08-25T07:31:13.602Z Compiling buf-list v1.1.2
17972026-08-25T07:31:13.772Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17982026-08-25T07:31:13.998Z Compiling openapiv3 v2.2.0
17992026-08-25T07:31:13.998Z Compiling lalrpop-util v0.19.12
18002026-08-25T07:31:13.998Z Compiling peg-runtime v0.8.5
18012026-08-25T07:31:14.259Z Compiling thread_local v1.1.9
18022026-08-25T07:31:14.259Z Compiling slog-async v2.8.0
18032026-08-25T07:31:14.259Z Compiling crossbeam-channel v0.5.15
18042026-08-25T07:31:14.259Z Compiling is-terminal v0.4.17
18052026-08-25T07:31:14.259Z Compiling filetime v0.2.27
18062026-08-25T07:31:14.505Z Compiling term v1.2.1
18072026-08-25T07:31:14.505Z Compiling xattr v1.6.1
18082026-08-25T07:31:14.505Z Compiling take_mut v0.2.2
18092026-08-25T07:31:14.505Z Compiling camino-tempfile v1.4.1
18102026-08-25T07:31:14.505Z Compiling tar v0.4.46
18112026-08-25T07:31:14.625Z Compiling slog-term v2.9.2
18122026-08-25T07:31:20.953Z Compiling rustls-webpki v0.103.13
18132026-08-25T07:31:23.563Z Compiling tokio-rustls v0.26.4
18142026-08-25T07:31:23.563Z Compiling rustls-platform-verifier v0.6.2
18152026-08-25T07:31:23.564Z Compiling tough v0.22.0
18162026-08-25T07:31:23.717Z Compiling hyper-rustls v0.27.7
18172026-08-25T07:31:23.899Z Compiling reqwest v0.13.2
18182026-08-25T07:31:26.145Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18192026-08-25T07:31:26.353Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18202026-08-25T07:31:29.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
18212026-08-25T07:31:29.956Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18222026-08-25T07:31:29.956ZAug 25 07:31:28.232 INFO Starting download, target: Clickhouse
18232026-08-25T07:31:29.956ZAug 25 07:31:28.232 INFO Starting download, target: Console
18242026-08-25T07:31:29.956ZAug 25 07:31:28.232 INFO Starting download, target: Cockroach
18252026-08-25T07:31:29.956ZAug 25 07:31:28.232 INFO Starting download, target: DendriteStub
18262026-08-25T07:31:29.956ZAug 25 07:31:28.232 INFO Starting download, target: MaghemiteMgd
18272026-08-25T07:31:29.956ZAug 25 07:31:28.232 INFO Starting download, target: MaghemiteDdmd
18282026-08-25T07:31:29.956ZAug 25 07:31:28.233 INFO Starting download, target: TransceiverControl
18292026-08-25T07:31:29.956ZAug 25 07:31:28.233 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18302026-08-25T07:31:29.956ZAug 25 07:31:28.233 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18312026-08-25T07:31:29.957ZAug 25 07:31:28.233 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-25T07:31:29.957ZAug 25 07:31:28.233 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18332026-08-25T07:31:29.958ZAug 25 07:31:28.233 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18342026-08-25T07:31:29.958ZAug 25 07:31:28.233 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18352026-08-25T07:31:29.958ZAug 25 07:31:28.233 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18362026-08-25T07:31:30.468ZAug 25 07:31:29.181 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub
18372026-08-25T07:31:30.468ZAug 25 07:31:29.181 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
18382026-08-25T07:31:30.491ZAug 25 07:31:29.182 WARN Download failed, retrying: HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub
18392026-08-25T07:31:30.491ZAug 25 07:31:29.182 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub
18402026-08-25T07:31:30.491ZError: Failed to download DendriteStub
18412026-08-25T07:31:30.491Z
18422026-08-25T07:31:30.491ZCaused by:
18432026-08-25T07:31:30.491Z HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz)
18442026-08-25T07:31:30.491ZFailed to run command -- will try 2 more times
18452026-08-25T07:31:31.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18462026-08-25T07:31:31.444Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18472026-08-25T07:31:31.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18482026-08-25T07:31:31.999Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18492026-08-25T07:31:32.000ZAug 25 07:31:30.572 INFO Starting download, target: Clickhouse
18502026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Starting download, target: Console
18512026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Starting download, target: Cockroach
18522026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Starting download, target: DendriteStub
18532026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Starting download, target: MaghemiteMgd
18542026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Starting download, target: MaghemiteDdmd
18552026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Starting download, target: TransceiverControl
18562026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Already downloaded (out/downloads/console.tar.gz), target: Console
18572026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18582026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18602026-08-25T07:31:32.000ZAug 25 07:31:30.573 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18612026-08-25T07:31:32.003ZAug 25 07:31:30.573 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse
18622026-08-25T07:31:32.003ZAug 25 07:31:30.573 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18632026-08-25T07:31:32.080ZAug 25 07:31:30.577 WARN Checksum mismatch - retrying download, target: Console
18642026-08-25T07:31:32.080ZAug 25 07:31:30.577 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18652026-08-25T07:31:32.081ZAug 25 07:31:30.645 WARN Checksum mismatch - retrying download, target: Clickhouse
18662026-08-25T07:31:32.081ZAug 25 07:31:30.645 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18672026-08-25T07:31:32.081ZAug 25 07:31:30.655 WARN Download failed, retrying: HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
18682026-08-25T07:31:32.081ZAug 25 07:31:30.655 WARN Download failed, retrying: HTTP status server error (500 Internal Server Error) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd
18692026-08-25T07:31:32.081ZAug 25 07:31:30.655 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
18702026-08-25T07:31:32.081ZAug 25 07:31:30.655 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18712026-08-25T07:31:32.287ZAug 25 07:31:30.777 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd
18722026-08-25T07:31:32.287ZAug 25 07:31:30.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd
18732026-08-25T07:31:32.287ZAug 25 07:31:30.804 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/03a79a895871f9eca5400fac1556ed8526e031b7/xcvradm.gz), target: TransceiverControl
18742026-08-25T07:31:32.287ZAug 25 07:31:30.804 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
18752026-08-25T07:31:32.443ZAug 25 07:31:30.875 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/03a79a895871f9eca5400fac1556ed8526e031b7/xcvradm.gz), target: TransceiverControl
18762026-08-25T07:31:32.444ZAug 25 07:31:30.875 INFO Downloading out/downloads/xcvradm.gz (attempt 3/3), target: TransceiverControl
18772026-08-25T07:31:32.444ZError: Failed to download MaghemiteMgd
18782026-08-25T07:31:32.444Z
18792026-08-25T07:31:32.444ZCaused by:
18802026-08-25T07:31:32.444Z HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz)
18812026-08-25T07:31:32.444ZFailed to run command -- will try 1 more times
18822026-08-25T07:31:32.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832026-08-25T07:31:32.648Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18842026-08-25T07:31:33.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18852026-08-25T07:31:34.205Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18862026-08-25T07:31:34.205ZAug 25 07:31:32.201 INFO Starting download, target: Console
18872026-08-25T07:31:34.205ZAug 25 07:31:32.202 INFO Starting download, target: Clickhouse
18882026-08-25T07:31:34.205ZAug 25 07:31:32.202 INFO Starting download, target: Cockroach
18892026-08-25T07:31:34.205ZAug 25 07:31:32.202 INFO Starting download, target: DendriteStub
18902026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Starting download, target: MaghemiteMgd
18912026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Starting download, target: MaghemiteDdmd
18922026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Starting download, target: TransceiverControl
18932026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Already downloaded (out/downloads/console.tar.gz), target: Console
18942026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18952026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18962026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18972026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18982026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18992026-08-25T07:31:34.206ZAug 25 07:31:32.202 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse
19002026-08-25T07:31:34.207ZAug 25 07:31:32.203 WARN Checksum mismatch - retrying download, target: Console
19012026-08-25T07:31:34.207ZAug 25 07:31:32.203 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19022026-08-25T07:31:34.207ZAug 25 07:31:32.227 WARN Checksum mismatch - retrying download, target: Clickhouse
19032026-08-25T07:31:34.207ZAug 25 07:31:32.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19042026-08-25T07:31:35.184ZAug 25 07:31:33.813 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19052026-08-25T07:31:36.397ZAug 25 07:31:33.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19062026-08-25T07:31:36.648ZAug 25 07:31:34.059 INFO Download complete, target: Console
19072026-08-25T07:31:42.955ZAug 25 07:31:40.563 INFO Checking that binary works, target: Clickhouse
19082026-08-25T07:31:43.096ZAug 25 07:31:40.650 INFO Download complete, target: Clickhouse
19092026-08-25T07:31:47.934ZAug 25 07:31:46.562 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19102026-08-25T07:31:48.057ZAug 25 07:31:46.774 INFO Download complete, target: TransceiverControl
19112026-08-25T07:33:20.470ZAug 25 07:33:19.218 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19122026-08-25T07:33:22.399ZAug 25 07:33:21.130 INFO Download complete, target: MaghemiteDdmd
19132026-08-25T07:33:34.559ZAug 25 07:33:33.310 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19142026-08-25T07:33:37.440ZAug 25 07:33:36.189 INFO Download complete, target: DendriteStub
19152026-08-25T07:33:46.896ZAug 25 07:33:45.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19162026-08-25T07:33:49.627ZAug 25 07:33:48.375 INFO Download complete, target: MaghemiteMgd
19172026-08-25T07:33:51.773ZAug 25 07:33:50.465 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19182026-08-25T07:33:51.773ZAug 25 07:33:50.465 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19192026-08-25T07:33:56.386ZAug 25 07:33:55.135 INFO Checking that binary works, target: Cockroach
19202026-08-25T07:33:56.496ZAug 25 07:33:55.246 INFO Download complete, target: Cockroach
19212026-08-25T07:33:56.511ZAll builder prerequisites installed successfully, and PATH looks valid
19222026-08-25T07:33:56.514Z
19232026-08-25T07:33:56.514Zreal 4:32.389936405
19242026-08-25T07:33:56.514Zuser 7:53.488237992
19252026-08-25T07:33:56.514Zsys 1:34.928161999
19262026-08-25T07:33:56.514Ztrap 0.250078354
19272026-08-25T07:33:56.514Ztflt 0.549203183
19282026-08-25T07:33:56.514Zdflt 0.846482046
19292026-08-25T07:33:56.514Zkflt 0.025108785
19302026-08-25T07:33:56.514Zlock 1:09:34.655799290
19312026-08-25T07:33:56.514Zslp 27:57.731929420
19322026-08-25T07:33:56.514Zlat 55.475241020
19332026-08-25T07:33:56.515Zstop 3:02.075256744
19342026-08-25T07:33:56.515Z+ banner hack-check
19352026-08-25T07:33:56.515Z
19362026-08-25T07:33:56.515Z # # ## #### # # #### # # ###### #### # #
19372026-08-25T07:33:56.515Z # # # # # # # # # # # # # # # # #
19382026-08-25T07:33:56.515Z ###### # # # #### ##### # ###### ##### # ####
19392026-08-25T07:33:56.515Z # # ###### # # # # # # # # # #
19402026-08-25T07:33:56.515Z # # # # # # # # # # # # # # # # #
19412026-08-25T07:33:56.515Z # # # # #### # # #### # # ###### #### # #
19422026-08-25T07:33:56.515Z
19432026-08-25T07:33:56.515Z+ export CARGO_INCREMENTAL=0
19442026-08-25T07:33:56.515Z+ CARGO_INCREMENTAL=0
19452026-08-25T07:33:56.516Z+ ptime -m timeout 2h cargo xtask check-features --ci
19462026-08-25T07:33:56.966Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
19472026-08-25T07:33:57.250Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
19482026-08-25T07:33:59.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
19492026-08-25T07:33:59.187Z Running `target/debug/xtask check-features --ci`
19502026-08-25T07:33:59.214Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
19512026-08-25T07:33:59.219Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
19522026-08-25T07:33:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19532026-08-25T07:33:59.672Z Running `target/debug/xtask download cargo-hack`
19542026-08-25T07:34:00.469Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19552026-08-25T07:34:00.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19562026-08-25T07:34:03.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
19572026-08-25T07:34:03.562Z Running `target/debug/xtask-downloader cargo-hack`
19582026-08-25T07:34:03.569ZAug 25 07:34:02.304 INFO Starting download, target: CargoHack
19592026-08-25T07:34:03.569ZAug 25 07:34:02.305 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
19602026-08-25T07:34:04.134ZAug 25 07:34:02.887 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
19612026-08-25T07:34:04.185ZAug 25 07:34:02.937 INFO Download complete, target: CargoHack
19622026-08-25T07:34:04.188Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
19632026-08-25T07:34:04.201Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
19642026-08-25T07:34:04.364Zinfo: running `cargo check --bins` on api_identity (1/380)
19652026-08-25T07:34:04.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-25T07:34:04.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-25T07:34:04.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-25T07:34:04.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19692026-08-25T07:34:04.929Z
19702026-08-25T07:34:04.929Zinfo: running `cargo check --bins` on bootstore (2/380)
19712026-08-25T07:34:05.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-25T07:34:05.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-25T07:34:05.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-25T07:34:05.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19752026-08-25T07:34:05.488Z
19762026-08-25T07:34:05.488Zinfo: running `cargo check --bins` on omicron-ledger (3/380)
19772026-08-25T07:34:05.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-25T07:34:05.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-25T07:34:05.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-25T07:34:05.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19812026-08-25T07:34:06.053Z
19822026-08-25T07:34:06.053Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/380)
19832026-08-25T07:34:06.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-25T07:34:06.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-25T07:34:06.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-25T07:34:06.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19872026-08-25T07:34:06.656Z
19882026-08-25T07:34:06.656Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/380)
19892026-08-25T07:34:07.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-25T07:34:07.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-25T07:34:07.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-25T07:34:07.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19932026-08-25T07:34:07.183Z
19942026-08-25T07:34:07.183Zinfo: running `cargo check --bins` on omicron-certificates (6/380)
19952026-08-25T07:34:07.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-25T07:34:07.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-25T07:34:07.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-25T07:34:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19992026-08-25T07:34:07.753Z
20002026-08-25T07:34:07.754Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/380)
20012026-08-25T07:34:08.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-25T07:34:08.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-25T07:34:08.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-25T07:34:08.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20052026-08-25T07:34:08.331Z
20062026-08-25T07:34:08.331Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/380)
20072026-08-25T07:34:08.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-25T07:34:08.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-25T07:34:08.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-25T07:34:08.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20112026-08-25T07:34:08.906Z
20122026-08-25T07:34:08.906Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/380)
20132026-08-25T07:34:09.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-25T07:34:09.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-25T07:34:09.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-25T07:34:09.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-25T07:34:09.325Z
20182026-08-25T07:34:09.325Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/380)
20192026-08-25T07:34:09.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-25T07:34:09.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-25T07:34:09.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-25T07:34:09.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-25T07:34:09.746Z
20242026-08-25T07:34:09.746Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/380)
20252026-08-25T07:34:10.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-25T07:34:10.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-25T07:34:10.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-25T07:34:10.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-25T07:34:10.190Z
20302026-08-25T07:34:10.190Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/380)
20312026-08-25T07:34:10.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-25T07:34:10.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-25T07:34:10.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-25T07:34:10.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20352026-08-25T07:34:10.590Z
20362026-08-25T07:34:10.590Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/380)
20372026-08-25T07:34:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-25T07:34:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-25T07:34:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-25T07:34:10.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-25T07:34:11.007Z
20422026-08-25T07:34:11.007Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/380)
20432026-08-25T07:34:11.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-25T07:34:11.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-25T07:34:11.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-25T07:34:11.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-25T07:34:11.434Z
20482026-08-25T07:34:11.434Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/380)
20492026-08-25T07:34:11.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-25T07:34:11.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-25T07:34:11.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-25T07:34:11.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-25T07:34:11.848Z
20542026-08-25T07:34:11.848Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/380)
20552026-08-25T07:34:12.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-25T07:34:12.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-25T07:34:12.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-25T07:34:12.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-25T07:34:12.266Z
20602026-08-25T07:34:12.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/380)
20612026-08-25T07:34:12.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-25T07:34:12.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-25T07:34:12.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-25T07:34:12.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-25T07:34:12.687Z
20662026-08-25T07:34:12.687Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/380)
20672026-08-25T07:34:13.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-25T07:34:13.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-25T07:34:13.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-25T07:34:13.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-25T07:34:13.105Z
20722026-08-25T07:34:13.106Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/380)
20732026-08-25T07:34:13.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-25T07:34:13.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-25T07:34:13.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-25T07:34:13.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-25T07:34:13.530Z
20782026-08-25T07:34:13.531Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/380)
20792026-08-25T07:34:13.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-25T07:34:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-25T07:34:13.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-25T07:34:13.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-25T07:34:13.950Z
20842026-08-25T07:34:13.950Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/380)
20852026-08-25T07:34:14.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-25T07:34:14.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-25T07:34:14.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-25T07:34:14.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20892026-08-25T07:34:14.379Z
20902026-08-25T07:34:14.379Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/380)
20912026-08-25T07:34:14.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-25T07:34:14.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-25T07:34:14.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-25T07:34:14.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20952026-08-25T07:34:14.798Z
20962026-08-25T07:34:14.798Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/380)
20972026-08-25T07:34:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-25T07:34:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-25T07:34:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-25T07:34:15.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21012026-08-25T07:34:15.220Z
21022026-08-25T07:34:15.220Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/380)
21032026-08-25T07:34:15.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-25T07:34:15.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-25T07:34:15.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-25T07:34:15.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21072026-08-25T07:34:15.644Z
21082026-08-25T07:34:15.644Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/380)
21092026-08-25T07:34:16.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-25T07:34:16.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-25T07:34:16.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-25T07:34:16.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21132026-08-25T07:34:16.070Z
21142026-08-25T07:34:16.070Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/380)
21152026-08-25T07:34:16.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-25T07:34:16.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-25T07:34:16.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-25T07:34:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21192026-08-25T07:34:16.498Z
21202026-08-25T07:34:16.498Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/380)
21212026-08-25T07:34:16.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-25T07:34:16.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-25T07:34:16.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-25T07:34:16.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21252026-08-25T07:34:16.922Z
21262026-08-25T07:34:16.922Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/380)
21272026-08-25T07:34:17.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-25T07:34:17.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-25T07:34:17.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-25T07:34:17.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21312026-08-25T07:34:17.347Z
21322026-08-25T07:34:17.347Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/380)
21332026-08-25T07:34:17.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-25T07:34:17.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-25T07:34:17.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-25T07:34:17.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21372026-08-25T07:34:17.775Z
21382026-08-25T07:34:17.776Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/380)
21392026-08-25T07:34:18.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-25T07:34:18.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-25T07:34:18.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-25T07:34:18.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21432026-08-25T07:34:18.212Z
21442026-08-25T07:34:18.212Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/380)
21452026-08-25T07:34:18.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-25T07:34:18.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-25T07:34:18.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-25T07:34:18.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21492026-08-25T07:34:18.640Z
21502026-08-25T07:34:18.640Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/380)
21512026-08-25T07:34:19.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-25T07:34:19.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-25T07:34:19.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-25T07:34:19.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21552026-08-25T07:34:19.076Z
21562026-08-25T07:34:19.076Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/380)
21572026-08-25T07:34:19.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-25T07:34:19.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-25T07:34:19.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-25T07:34:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21612026-08-25T07:34:19.510Z
21622026-08-25T07:34:19.510Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/380)
21632026-08-25T07:34:19.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-25T07:34:19.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-25T07:34:19.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-25T07:34:19.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21672026-08-25T07:34:19.946Z
21682026-08-25T07:34:19.946Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/380)
21692026-08-25T07:34:20.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-25T07:34:20.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-25T07:34:20.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-25T07:34:20.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21732026-08-25T07:34:20.391Z
21742026-08-25T07:34:20.391Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/380)
21752026-08-25T07:34:20.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-25T07:34:20.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-25T07:34:20.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-25T07:34:20.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21792026-08-25T07:34:20.807Z
21802026-08-25T07:34:20.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/380)
21812026-08-25T07:34:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-25T07:34:21.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-25T07:34:21.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-25T07:34:21.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21852026-08-25T07:34:21.247Z
21862026-08-25T07:34:21.247Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/380)
21872026-08-25T07:34:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-25T07:34:21.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-25T07:34:21.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-25T07:34:21.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21912026-08-25T07:34:21.700Z
21922026-08-25T07:34:21.700Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/380)
21932026-08-25T07:34:22.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-25T07:34:22.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-25T07:34:22.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-25T07:34:22.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21972026-08-25T07:34:22.119Z
21982026-08-25T07:34:22.119Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/380)
21992026-08-25T07:34:22.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-25T07:34:22.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-25T07:34:22.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-25T07:34:22.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22032026-08-25T07:34:22.563Z
22042026-08-25T07:34:22.563Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/380)
22052026-08-25T07:34:22.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-25T07:34:22.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-25T07:34:22.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-25T07:34:22.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22092026-08-25T07:34:22.997Z
22102026-08-25T07:34:22.997Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/380)
22112026-08-25T07:34:23.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-25T07:34:23.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-25T07:34:23.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-25T07:34:23.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22152026-08-25T07:34:23.433Z
22162026-08-25T07:34:23.433Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/380)
22172026-08-25T07:34:23.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-25T07:34:23.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-25T07:34:23.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-25T07:34:23.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22212026-08-25T07:34:23.875Z
22222026-08-25T07:34:23.876Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/380)
22232026-08-25T07:34:24.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-25T07:34:24.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-25T07:34:24.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-25T07:34:24.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22272026-08-25T07:34:24.309Z
22282026-08-25T07:34:24.309Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/380)
22292026-08-25T07:34:24.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-25T07:34:24.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-25T07:34:24.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-25T07:34:24.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22332026-08-25T07:34:24.750Z
22342026-08-25T07:34:24.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/380)
22352026-08-25T07:34:25.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-25T07:34:25.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-25T07:34:25.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-25T07:34:25.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22392026-08-25T07:34:25.184Z
22402026-08-25T07:34:25.184Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/380)
22412026-08-25T07:34:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-25T07:34:25.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-25T07:34:25.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-25T07:34:25.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22452026-08-25T07:34:25.623Z
22462026-08-25T07:34:25.623Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/380)
22472026-08-25T07:34:26.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-25T07:34:26.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-25T07:34:26.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-25T07:34:26.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22512026-08-25T07:34:26.066Z
22522026-08-25T07:34:26.066Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/380)
22532026-08-25T07:34:26.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-25T07:34:26.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-25T07:34:26.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-25T07:34:26.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22572026-08-25T07:34:26.694Z
22582026-08-25T07:34:26.694Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/380)
22592026-08-25T07:34:27.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-25T07:34:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-25T07:34:27.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-25T07:34:27.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22632026-08-25T07:34:27.322Z
22642026-08-25T07:34:27.322Zinfo: running `cargo check --bins` on nexus-config (51/380)
22652026-08-25T07:34:27.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-25T07:34:27.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-25T07:34:27.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-25T07:34:27.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22692026-08-25T07:34:27.949Z
22702026-08-25T07:34:27.949Zinfo: running `cargo check --bins` on nexus-types (52/380)
22712026-08-25T07:34:28.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-25T07:34:28.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-25T07:34:28.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-25T07:34:28.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22752026-08-25T07:34:28.578Z
22762026-08-25T07:34:28.578Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/380)
22772026-08-25T07:34:29.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-25T07:34:29.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-25T07:34:29.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-25T07:34:29.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22812026-08-25T07:34:29.173Z
22822026-08-25T07:34:29.173Zinfo: running `cargo check --bins` on omicron-passwords (54/380)
22832026-08-25T07:34:29.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-25T07:34:29.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-25T07:34:29.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-25T07:34:29.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22872026-08-25T07:34:29.748Z
22882026-08-25T07:34:29.748Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/380)
22892026-08-25T07:34:30.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-25T07:34:30.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-25T07:34:30.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-25T07:34:30.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22932026-08-25T07:34:30.337Z
22942026-08-25T07:34:30.337Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/380)
22952026-08-25T07:34:30.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-25T07:34:30.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-25T07:34:30.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-25T07:34:30.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22992026-08-25T07:34:30.925Z
23002026-08-25T07:34:30.925Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/380)
23012026-08-25T07:34:31.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-25T07:34:31.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-25T07:34:31.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-25T07:34:31.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23052026-08-25T07:34:31.523Z
23062026-08-25T07:34:31.523Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/380)
23072026-08-25T07:34:32.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-25T07:34:32.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-25T07:34:32.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-25T07:34:32.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23112026-08-25T07:34:32.115Z
23122026-08-25T07:34:32.115Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/380)
23132026-08-25T07:34:32.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-25T07:34:32.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-25T07:34:32.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-25T07:34:32.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23172026-08-25T07:34:32.692Z
23182026-08-25T07:34:32.692Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/380)
23192026-08-25T07:34:33.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-25T07:34:33.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-25T07:34:33.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-25T07:34:33.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23232026-08-25T07:34:33.257Z
23242026-08-25T07:34:33.257Zinfo: running `cargo check --bins --no-default-features` on gfss (61/380)
23252026-08-25T07:34:33.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-25T07:34:33.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-25T07:34:33.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-25T07:34:33.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23292026-08-25T07:34:33.827Z
23302026-08-25T07:34:33.827Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/380)
23312026-08-25T07:34:34.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-25T07:34:34.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-25T07:34:34.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-25T07:34:34.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23352026-08-25T07:34:34.392Z
23362026-08-25T07:34:34.392Zinfo: running `cargo check --bins` on trust-quorum-types (63/380)
23372026-08-25T07:34:34.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-25T07:34:34.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-25T07:34:34.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-25T07:34:34.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23412026-08-25T07:34:34.965Z
23422026-08-25T07:34:34.965Zinfo: running `cargo check --bins` on wicketd-commission-types (64/380)
23432026-08-25T07:34:35.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-25T07:34:35.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-25T07:34:35.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-25T07:34:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23472026-08-25T07:34:35.558Z
23482026-08-25T07:34:35.558Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/380)
23492026-08-25T07:34:36.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-25T07:34:36.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-25T07:34:36.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-25T07:34:36.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23532026-08-25T07:34:36.157Z
23542026-08-25T07:34:36.157Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/380)
23552026-08-25T07:34:36.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-25T07:34:36.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-25T07:34:36.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582026-08-25T07:34:36.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23592026-08-25T07:34:36.737Z
23602026-08-25T07:34:36.737Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/380)
23612026-08-25T07:34:37.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622026-08-25T07:34:37.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632026-08-25T07:34:37.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642026-08-25T07:34:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23652026-08-25T07:34:37.328Z
23662026-08-25T07:34:37.328Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/380)
23672026-08-25T07:34:37.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682026-08-25T07:34:37.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692026-08-25T07:34:37.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702026-08-25T07:34:37.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23712026-08-25T07:34:37.920Z
23722026-08-25T07:34:37.920Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/380)
23732026-08-25T07:34:38.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742026-08-25T07:34:38.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752026-08-25T07:34:38.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762026-08-25T07:34:38.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23772026-08-25T07:34:38.508Z
23782026-08-25T07:34:38.508Zinfo: running `cargo check --bins` on cockroach-admin-types (70/380)
23792026-08-25T07:34:39.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802026-08-25T07:34:39.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812026-08-25T07:34:39.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822026-08-25T07:34:39.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23832026-08-25T07:34:39.099Z
23842026-08-25T07:34:39.099Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/380)
23852026-08-25T07:34:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862026-08-25T07:34:39.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872026-08-25T07:34:39.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882026-08-25T07:34:39.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23892026-08-25T07:34:39.687Z
23902026-08-25T07:34:39.687Zinfo: running `cargo check --bins` on ereport-types (72/380)
23912026-08-25T07:34:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922026-08-25T07:34:40.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932026-08-25T07:34:40.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942026-08-25T07:34:40.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23952026-08-25T07:34:40.276Z
23962026-08-25T07:34:40.276Zinfo: running `cargo check --bins` on gateway-client (73/380)
23972026-08-25T07:34:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982026-08-25T07:34:40.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992026-08-25T07:34:40.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002026-08-25T07:34:40.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24012026-08-25T07:34:40.868Z
24022026-08-25T07:34:40.868Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/380)
24032026-08-25T07:34:41.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042026-08-25T07:34:41.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052026-08-25T07:34:41.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062026-08-25T07:34:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24072026-08-25T07:34:41.454Z
24082026-08-25T07:34:41.454Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/380)
24092026-08-25T07:34:41.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102026-08-25T07:34:41.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112026-08-25T07:34:41.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122026-08-25T07:34:41.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24132026-08-25T07:34:42.046Z
24142026-08-25T07:34:42.046Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/380)
24152026-08-25T07:34:42.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162026-08-25T07:34:42.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172026-08-25T07:34:42.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182026-08-25T07:34:42.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24192026-08-25T07:34:42.652Z
24202026-08-25T07:34:42.652Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/380)
24212026-08-25T07:34:43.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222026-08-25T07:34:43.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232026-08-25T07:34:43.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242026-08-25T07:34:43.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24252026-08-25T07:34:43.252Z
24262026-08-25T07:34:43.252Zinfo: running `cargo check --bins` on key-manager-types (78/380)
24272026-08-25T07:34:43.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282026-08-25T07:34:43.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292026-08-25T07:34:43.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302026-08-25T07:34:43.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24312026-08-25T07:34:43.832Z
24322026-08-25T07:34:43.832Zinfo: running `cargo check --bins` on oxlog (79/380)
24332026-08-25T07:34:44.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342026-08-25T07:34:44.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352026-08-25T07:34:44.469Z Checking cfg-if v1.0.4
24362026-08-25T07:34:44.475Z Checking serde_core v1.0.229
24372026-08-25T07:34:44.475Z Checking libc v0.2.185
24382026-08-25T07:34:44.592Z Checking memchr v2.8.0
24392026-08-25T07:34:44.601Z Checking smallvec v1.15.1
24402026-08-25T07:34:44.604Z Checking log v0.4.33
24412026-08-25T07:34:44.624Z Checking subtle v2.6.1
24422026-08-25T07:34:44.632Z Checking itoa v1.0.17
24432026-08-25T07:34:44.644Z Checking scopeguard v1.2.0
24442026-08-25T07:34:44.741Z Checking lock_api v0.4.14
24452026-08-25T07:34:44.827Z Checking stable_deref_trait v1.2.1
24462026-08-25T07:34:44.840Z Checking typenum v1.20.1
24472026-08-25T07:34:44.840Z Checking zerofrom v0.1.6
24482026-08-25T07:34:44.840Z Checking portable-atomic v1.13.1
24492026-08-25T07:34:44.851Z Checking zerocopy v0.8.55
24502026-08-25T07:34:44.904Z Checking yoke v0.8.1
24512026-08-25T07:34:44.944Z Checking critical-section v1.2.0
24522026-08-25T07:34:44.979Z Checking libm v0.2.16
24532026-08-25T07:34:44.993Z Checking errno v0.3.14
24542026-08-25T07:34:45.040Z Checking getrandom v0.2.17
24552026-08-25T07:34:45.073Z Checking zerovec v0.11.5
24562026-08-25T07:34:45.108Z Checking zmij v1.0.21
24572026-08-25T07:34:45.188Z Checking rand_core v0.6.4
24582026-08-25T07:34:45.228Z Checking once_cell v1.21.3
24592026-08-25T07:34:45.327Z Checking pin-project-lite v0.2.17
24602026-08-25T07:34:45.369Z Checking const-oid v0.9.6
24612026-08-25T07:34:45.409Z Checking writeable v0.6.2
24622026-08-25T07:34:45.421Z Checking litemap v0.8.1
24632026-08-25T07:34:45.530Z Checking tinystr v0.8.2
24642026-08-25T07:34:45.547Z Checking rand_core v0.10.0
24652026-08-25T07:34:45.573Z Checking percent-encoding v2.3.2
24662026-08-25T07:34:45.590Z Checking potential_utf v0.1.4
24672026-08-25T07:34:45.689Z Checking getrandom v0.4.3
24682026-08-25T07:34:45.702Z Checking num-traits v0.2.19
24692026-08-25T07:34:45.709Z Checking icu_locale_core v2.1.1
24702026-08-25T07:34:45.712Z Checking signal-hook-registry v1.4.8
24712026-08-25T07:34:45.715Z Checking zerotrie v0.2.3
24722026-08-25T07:34:45.833Z Checking parking_lot_core v0.9.12
24732026-08-25T07:34:45.926Z Checking futures-core v0.3.32
24742026-08-25T07:34:45.989Z Checking icu_collections v2.1.1
24752026-08-25T07:34:46.022Z Checking parking_lot v0.12.5
24762026-08-25T07:34:46.050Z Checking mio v1.2.0
24772026-08-25T07:34:46.076Z Checking equivalent v1.0.2
24782026-08-25T07:34:46.132Z Checking serde v1.0.229
24792026-08-25T07:34:46.156Z Checking bitflags v2.11.0
24802026-08-25T07:34:46.209Z Checking serde_json v1.0.151
24812026-08-25T07:34:46.270Z Checking icu_properties_data v2.1.2
24822026-08-25T07:34:46.343Z Checking icu_normalizer_data v2.1.1
24832026-08-25T07:34:46.348Z Checking socket2 v0.6.3
24842026-08-25T07:34:46.348Z Checking byteorder v1.5.0
24852026-08-25T07:34:46.352Z Checking icu_provider v2.1.1
24862026-08-25T07:34:46.364Z Checking getrandom v0.3.4
24872026-08-25T07:34:46.395Z Checking hashbrown v0.17.0
24882026-08-25T07:34:46.508Z Checking futures-sink v0.3.32
24892026-08-25T07:34:46.537Z Checking utf8_iter v1.0.4
24902026-08-25T07:34:46.551Z Checking zeroize v1.9.0
24912026-08-25T07:34:46.566Z Checking bytes v1.11.1
24922026-08-25T07:34:46.578Z Checking icu_normalizer v2.1.1
24932026-08-25T07:34:46.605Z Checking icu_properties v2.1.2
24942026-08-25T07:34:46.657Z Checking futures-channel v0.3.32
24952026-08-25T07:34:46.720Z Checking generic-array v0.14.7
24962026-08-25T07:34:46.859Z Checking rustix v1.1.4
24972026-08-25T07:34:46.876Z Checking indexmap v2.14.0
24982026-08-25T07:34:46.889Z Checking form_urlencoded v1.2.2
24992026-08-25T07:34:46.911Z Checking futures-io v0.3.32
25002026-08-25T07:34:47.013Z Checking futures-task v0.3.32
25012026-08-25T07:34:47.027Z Checking slab v0.4.12
25022026-08-25T07:34:47.030Z Checking tokio v1.52.1
25032026-08-25T07:34:47.157Z Checking fnv v1.0.7
25042026-08-25T07:34:47.182Z Checking futures-util v0.3.32
25052026-08-25T07:34:47.196Z Checking block-buffer v0.10.4
25062026-08-25T07:34:47.251Z Checking crypto-common v0.1.7
25072026-08-25T07:34:47.338Z Checking base64ct v1.8.3
25082026-08-25T07:34:47.379Z Checking digest v0.10.7
25092026-08-25T07:34:47.456Z Checking iana-time-zone v0.1.65
25102026-08-25T07:34:47.460Z Checking idna_adapter v1.2.1
25112026-08-25T07:34:47.575Z Checking chrono v0.4.45
25122026-08-25T07:34:47.579Z Checking idna v1.1.0
25132026-08-25T07:34:47.579Z Checking pem-rfc7468 v0.7.0
25142026-08-25T07:34:47.610Z Checking rand_core v0.9.5
25152026-08-25T07:34:47.716Z Checking uuid v1.23.4
25162026-08-25T07:34:47.763Z Checking ppv-lite86 v0.2.21
25172026-08-25T07:34:47.770Z Checking flagset v0.4.7
25182026-08-25T07:34:47.782Z Checking regex-syntax v0.8.10
25192026-08-25T07:34:47.835Z Checking url v2.5.8
25202026-08-25T07:34:47.892Z Checking der v0.7.10
25212026-08-25T07:34:48.057Z Checking base64 v0.22.1
25222026-08-25T07:34:48.073Z Checking rand_chacha v0.9.0
25232026-08-25T07:34:48.281Z Checking http v1.4.2
25242026-08-25T07:34:48.306Z Checking dyn-clone v1.0.20
25252026-08-25T07:34:48.317Z Checking rand v0.9.2
25262026-08-25T07:34:48.405Z Checking semver v1.0.28
25272026-08-25T07:34:48.485Z Checking tracing-core v0.1.36
25282026-08-25T07:34:48.619Z Checking cpufeatures v0.2.17
25292026-08-25T07:34:48.675Z Checking spki v0.7.3
25302026-08-25T07:34:48.690Z Checking simd-adler32 v0.3.8
25312026-08-25T07:34:48.802Z Checking schemars v0.8.22
25322026-08-25T07:34:48.815Z Checking tracing v0.1.44
25332026-08-25T07:34:48.846Z Checking pkcs8 v0.10.2
25342026-08-25T07:34:48.859Z Checking http-body v1.0.1
25352026-08-25T07:34:48.873Z Checking rustls-pki-types v1.14.0
25362026-08-25T07:34:49.016Z Checking spin v0.9.8
25372026-08-25T07:34:49.023Z Checking adler2 v2.0.1
25382026-08-25T07:34:49.023Z Checking openssl-probe v0.2.1
25392026-08-25T07:34:49.109Z Checking fastrand v2.3.0
25402026-08-25T07:34:49.122Z Checking tinyvec_macros v0.1.1
25412026-08-25T07:34:49.155Z Checking utf8parse v0.2.2
25422026-08-25T07:34:49.168Z Checking anstyle v1.0.14
25432026-08-25T07:34:49.180Z Checking cmov v0.5.4
25442026-08-25T07:34:49.190Z Checking tinyvec v1.10.0
25452026-08-25T07:34:49.215Z Checking miniz_oxide v0.8.9
25462026-08-25T07:34:49.250Z Checking anstyle-parse v1.0.0
25472026-08-25T07:34:49.291Z Checking tempfile v3.27.0
25482026-08-25T07:34:49.346Z Checking sha2 v0.10.9
25492026-08-25T07:34:49.365Z Checking ctutils v0.4.2
25502026-08-25T07:34:49.401Z Checking terminal_size v0.4.3
25512026-08-25T07:34:49.470Z Checking aws-lc-sys v0.40.0
25522026-08-25T07:34:49.487Z Checking thiserror v2.0.18
25532026-08-25T07:34:49.506Z Checking is_terminal_polyfill v1.70.2
25542026-08-25T07:34:49.516Z Checking tower-layer v0.3.3
25552026-08-25T07:34:49.574Z Checking untrusted v0.7.1
25562026-08-25T07:34:49.578Z Checking tower-service v0.3.3
25572026-08-25T07:34:49.599Z Checking try-lock v0.2.5
25582026-08-25T07:34:49.614Z Checking colorchoice v1.0.4
25592026-08-25T07:34:49.624Z Checking atomic-waker v1.1.2
25602026-08-25T07:34:49.662Z Checking anstyle-query v1.1.5
25612026-08-25T07:34:49.675Z Checking hybrid-array v0.4.13
25622026-08-25T07:34:49.689Z Checking ipnet v2.12.0
25632026-08-25T07:34:49.703Z Checking want v0.3.1
25642026-08-25T07:34:49.713Z Checking httparse v1.10.1
25652026-08-25T07:34:49.726Z Checking crc32fast v1.5.0
25662026-08-25T07:34:49.747Z Checking anstream v1.0.0
25672026-08-25T07:34:49.821Z Checking wait-timeout v0.2.1
25682026-08-25T07:34:49.861Z Checking aho-corasick v1.1.4
25692026-08-25T07:34:49.923Z Checking httpdate v1.0.3
25702026-08-25T07:34:49.942Z Checking bit-vec v0.8.0
25712026-08-25T07:34:49.947Z Checking quick-error v1.2.3
25722026-08-25T07:34:49.947Z Checking untrusted v0.9.0
25732026-08-25T07:34:49.983Z Checking aws-lc-rs v1.16.3
25742026-08-25T07:34:50.049Z Checking tap v1.0.1
25752026-08-25T07:34:50.066Z Checking plain v0.2.3
25762026-08-25T07:34:50.066Z Checking foreign-types-shared v0.1.1
25772026-08-25T07:34:50.138Z Checking bit-set v0.8.0
25782026-08-25T07:34:50.152Z Checking wyz v0.5.1
25792026-08-25T07:34:50.163Z Checking foreign-types v0.3.2
25802026-08-25T07:34:50.175Z Checking rusty-fork v0.3.1
25812026-08-25T07:34:50.229Z Checking unicode-normalization v0.1.25
25822026-08-25T07:34:50.283Z Checking rand_chacha v0.3.1
25832026-08-25T07:34:50.325Z Checking rand_xorshift v0.4.0
25842026-08-25T07:34:50.381Z Checking signature v2.2.0
25852026-08-25T07:34:50.438Z Checking radium v0.7.0
25862026-08-25T07:34:50.452Z Checking hex v0.4.3
25872026-08-25T07:34:50.471Z Checking tokio-util v0.7.18
25882026-08-25T07:34:50.484Z Checking openssl-sys v0.9.117
25892026-08-25T07:34:50.496Z Checking num-integer v0.1.46
25902026-08-25T07:34:50.562Z Checking regex-automata v0.4.14
25912026-08-25T07:34:50.617Z Checking unicode-ident v1.0.24
25922026-08-25T07:34:50.637Z Checking funty v2.0.0
25932026-08-25T07:34:50.666Z Checking unarray v0.1.4
25942026-08-25T07:34:50.717Z Checking ucd-trie v0.1.7
25952026-08-25T07:34:50.721Z Checking strsim v0.11.1
25962026-08-25T07:34:50.766Z Checking clap_lex v1.0.0
25972026-08-25T07:34:50.852Z Checking rustls-webpki v0.103.13
25982026-08-25T07:34:50.865Z Checking openssl v0.10.80
25992026-08-25T07:34:50.871Z Checking pest v2.8.6
26002026-08-25T07:34:50.878Z Checking proptest v1.11.0
26012026-08-25T07:34:50.912Z Checking clap_builder v4.6.0
26022026-08-25T07:34:50.953Z Checking bitvec v1.0.1
26032026-08-25T07:34:51.095Z Checking h2 v0.4.15
26042026-08-25T07:34:51.271Z Checking rustls v0.23.41
26052026-08-25T07:34:51.948Z Checking proc-macro2 v1.0.106
26062026-08-25T07:34:52.138Z Checking num-iter v0.1.45
26072026-08-25T07:34:52.251Z Checking rand v0.8.6
26082026-08-25T07:34:52.268Z Checking ipnetwork v0.21.1
26092026-08-25T07:34:52.281Z Checking lazy_static v1.5.0
26102026-08-25T07:34:52.369Z Checking hmac v0.12.1
26112026-08-25T07:34:52.407Z Checking thiserror v1.0.69
26122026-08-25T07:34:52.480Z Checking maybe-uninit v2.0.0
26132026-08-25T07:34:52.502Z Checking serde_spanned v0.6.9
26142026-08-25T07:34:52.502Z Checking toml_datetime v0.6.11
26152026-08-25T07:34:52.542Z Checking sync_wrapper v1.0.2
26162026-08-25T07:34:52.634Z Checking siphasher v1.0.2
26172026-08-25T07:34:52.648Z Checking powerfmt v0.2.0
26182026-08-25T07:34:52.683Z Checking nodrop v0.1.14
26192026-08-25T07:34:52.715Z Checking crc-catalog v2.4.0
26202026-08-25T07:34:52.769Z Checking zlib-rs v0.6.2
26212026-08-25T07:34:52.782Z Checking pretty-hex v0.4.1
26222026-08-25T07:34:52.795Z Checking deranged v0.5.8
26232026-08-25T07:34:52.798Z Checking num-bigint-dig v0.8.6
26242026-08-25T07:34:52.818Z Checking crc v3.4.0
26252026-08-25T07:34:52.894Z Checking array-init v0.0.4
26262026-08-25T07:34:52.904Z Checking native-tls v0.2.18
26272026-08-25T07:34:52.997Z Checking newtype-uuid v1.3.2
26282026-08-25T07:34:53.085Z Checking tower v0.5.3
26292026-08-25T07:34:53.200Z Checking smallvec v0.6.14
26302026-08-25T07:34:53.204Z Checking oxnet v0.1.6
26312026-08-25T07:34:53.391Z Checking packed_struct v0.10.1
26322026-08-25T07:34:53.474Z Checking quote v1.0.45
26332026-08-25T07:34:53.477Z Checking clap v4.6.1
26342026-08-25T07:34:53.564Z Checking pkcs1 v0.7.5
26352026-08-25T07:34:53.610Z Checking http-body-util v0.1.3
26362026-08-25T07:34:53.644Z Checking crossbeam-utils v0.8.21
26372026-08-25T07:34:53.657Z Checking zerocopy v0.6.6
26382026-08-25T07:34:53.690Z Checking flate2 v1.1.9
26392026-08-25T07:34:53.767Z Checking bitfield v0.19.4
26402026-08-25T07:34:53.781Z Checking bzip2-sys v0.1.13+1.0.8
26412026-08-25T07:34:53.828Z Checking ahash v0.8.12
26422026-08-25T07:34:53.850Z Checking scroll v0.13.0
26432026-08-25T07:34:53.949Z Checking env_filter v2.0.0
26442026-08-25T07:34:53.973Z Checking hyper v1.10.1
26452026-08-25T07:34:53.988Z Checking time-core v0.1.8
26462026-08-25T07:34:53.999Z Checking winnow v0.5.40
26472026-08-25T07:34:54.013Z Checking iri-string v0.7.10
26482026-08-25T07:34:54.023Z Checking unicode-properties v0.1.4
26492026-08-25T07:34:54.076Z Checking base64 v0.21.7
26502026-08-25T07:34:54.088Z Checking hashbrown v0.12.3
26512026-08-25T07:34:54.123Z Checking unicode-bidi v0.3.18
26522026-08-25T07:34:54.206Z Checking num_threads v0.1.7
26532026-08-25T07:34:54.291Z Checking gimli v0.32.3
26542026-08-25T07:34:54.306Z Checking num-conv v0.2.0
26552026-08-25T07:34:54.412Z Checking ryu v1.0.23
26562026-08-25T07:34:54.425Z Checking allocator-api2 v0.2.21
26572026-08-25T07:34:54.465Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-08-25T07:34:54.490Z Checking indexmap v1.9.3
26592026-08-25T07:34:54.543Z Checking serde_urlencoded v0.7.1
26602026-08-25T07:34:54.699Z Checking time v0.3.47
26612026-08-25T07:34:54.739Z Checking stringprep v0.1.5
26622026-08-25T07:34:54.810Z Checking ron v0.8.1
26632026-08-25T07:34:54.894Z Checking env_logger v0.11.11
26642026-08-25T07:34:54.915Z Checking hyper-util v0.1.20
26652026-08-25T07:34:55.044Z Checking tower-http v0.6.8
26662026-08-25T07:34:55.084Z Checking goblin v0.10.5
26672026-08-25T07:34:55.168Z Checking toml_edit v0.19.15
26682026-08-25T07:34:55.327Z Checking hashbrown v0.13.2
26692026-08-25T07:34:55.339Z Checking crossbeam-epoch v0.9.18
26702026-08-25T07:34:55.563Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26712026-08-25T07:34:55.724Z Checking bzip2 v0.4.4
26722026-08-25T07:34:55.754Z Checking rsa v0.9.10
26732026-08-25T07:34:55.842Z Checking syn v2.0.117
26742026-08-25T07:34:55.870Z Checking addr2line v0.25.1
26752026-08-25T07:34:55.921Z Checking daft v0.1.8
26762026-08-25T07:34:56.139Z Checking serde-hex v0.1.0
26772026-08-25T07:34:56.170Z Checking tokio-native-tls v0.3.1
26782026-08-25T07:34:56.195Z Checking bstr v1.12.1
26792026-08-25T07:34:56.226Z Checking crypto-common v0.2.2
26802026-08-25T07:34:56.245Z Checking block-padding v0.4.2
26812026-08-25T07:34:56.331Z Checking block-buffer v0.12.1
26822026-08-25T07:34:56.384Z Checking rustls-native-certs v0.8.3
26832026-08-25T07:34:56.497Z Checking x509-cert v0.2.5
26842026-08-25T07:34:56.520Z Checking scroll v0.12.0
26852026-08-25T07:34:56.590Z Checking object v0.37.3
26862026-08-25T07:34:56.752Z Checking zstd-sys v2.0.16+zstd.1.5.7
26872026-08-25T07:34:56.847Z Checking md-5 v0.10.6
26882026-08-25T07:34:56.865Z Checking hash32 v0.2.1
26892026-08-25T07:34:56.987Z Checking encoding_rs v0.8.35
26902026-08-25T07:34:57.024Z Checking mime v0.3.17
26912026-08-25T07:34:57.177Z Checking rustc-demangle v0.1.27
26922026-08-25T07:34:57.198Z Checking fallible-iterator v0.2.0
26932026-08-25T07:34:57.393Z Checking either v1.15.0
26942026-08-25T07:34:57.474Z Checking psl-types v2.0.11
26952026-08-25T07:34:57.487Z Checking crc-any v2.5.0
26962026-08-25T07:34:57.570Z Checking dof v0.4.0
26972026-08-25T07:34:57.583Z Checking publicsuffix v2.3.0
26982026-08-25T07:34:57.598Z Checking postgres-protocol v0.6.10
26992026-08-25T07:34:57.659Z Checking heapless v0.7.17
27002026-08-25T07:34:57.672Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27012026-08-25T07:34:57.736Z Checking zstd-safe v7.2.4
27022026-08-25T07:34:57.905Z Checking goblin v0.8.2
27032026-08-25T07:34:57.920Z Checking inout v0.2.2
27042026-08-25T07:34:57.965Z Checking hyper-tls v0.6.0
27052026-08-25T07:34:58.066Z Checking toml v0.7.8
27062026-08-25T07:34:58.081Z Checking zip v0.6.6
27072026-08-25T07:34:58.136Z Checking cookie v0.18.1
27082026-08-25T07:34:58.203Z Checking object v0.30.4
27092026-08-25T07:34:58.216Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27102026-08-25T07:34:58.404Z Checking tokio-rustls v0.26.4
27112026-08-25T07:34:58.421Z Checking phf_shared v0.13.1
27122026-08-25T07:34:58.421Z Checking dtrace-parser v0.3.0
27132026-08-25T07:34:58.445Z Checking zerocopy v0.7.35
27142026-08-25T07:34:58.584Z Checking pin-project v1.1.11
27152026-08-25T07:34:58.594Z Checking signal-hook v0.3.18
27162026-08-25T07:34:58.636Z Checking futures-executor v0.3.32
27172026-08-25T07:34:58.673Z Checking erased-serde v0.3.31
27182026-08-25T07:34:58.684Z Checking ff v0.13.1
27192026-08-25T07:34:58.777Z Checking thread-id v5.1.0
27202026-08-25T07:34:58.782Z Checking unicode-linebreak v0.1.5
27212026-08-25T07:34:58.806Z Checking foldhash v0.1.5
27222026-08-25T07:34:58.854Z Checking libbz2-rs-sys v0.2.2
27232026-08-25T07:34:58.898Z Checking is_ci v1.2.0
27242026-08-25T07:34:58.936Z Compiling illumos-nvpair-sys v0.2.0
27252026-08-25T07:34:58.988Z Checking backtrace v0.3.76
27262026-08-25T07:34:58.998Z Checking unicode-width v0.2.0
27272026-08-25T07:34:59.004Z Checking foldhash v0.2.0
27282026-08-25T07:34:59.073Z Checking jiff-core v0.1.0
27292026-08-25T07:34:59.106Z Checking managed v0.8.0
27302026-08-25T07:34:59.155Z Checking base16ct v0.2.0
27312026-08-25T07:34:59.239Z Checking bumpalo v3.20.2
27322026-08-25T07:34:59.254Z Compiling rayon-core v1.13.0
27332026-08-25T07:34:59.270Z Checking path-slash v0.1.5
27342026-08-25T07:34:59.283Z Checking same-file v1.0.6
27352026-08-25T07:34:59.295Z Checking bitflags v1.3.2
27362026-08-25T07:34:59.362Z Checking smawk v0.3.2
27372026-08-25T07:34:59.428Z Checking smoltcp v0.9.1
27382026-08-25T07:34:59.453Z Checking walkdir v2.5.0
27392026-08-25T07:34:59.453Z Checking zopfli v0.8.3
27402026-08-25T07:34:59.471Z Checking sec1 v0.7.3
27412026-08-25T07:34:59.490Z Checking textwrap v0.16.2
27422026-08-25T07:34:59.552Z Checking backtrace-ext v0.2.1
27432026-08-25T07:34:59.644Z Checking bzip2 v0.6.1
27442026-08-25T07:34:59.659Z Checking hashbrown v0.16.1
27452026-08-25T07:34:59.706Z Checking slog v2.8.2
27462026-08-25T07:34:59.735Z Checking jiff v0.2.34
27472026-08-25T07:34:59.752Z Checking supports-color v3.0.2
27482026-08-25T07:34:59.800Z Checking hashbrown v0.15.5
27492026-08-25T07:34:59.843Z Checking dof v0.3.0
27502026-08-25T07:34:59.867Z Checking usdt-impl v0.6.0
27512026-08-25T07:34:59.959Z Checking group v0.13.0
27522026-08-25T07:34:59.972Z Checking futures v0.3.32
27532026-08-25T07:35:00.045Z Checking signal-hook-mio v0.2.5
27542026-08-25T07:35:00.104Z Checking snafu v0.8.9
27552026-08-25T07:35:00.121Z Checking hyper-rustls v0.27.7
27562026-08-25T07:35:00.143Z Checking phf v0.13.1
27572026-08-25T07:35:00.156Z Checking cookie_store v0.22.1
27582026-08-25T07:35:00.160Z Checking reqwest v0.12.28
27592026-08-25T07:35:00.266Z Checking cipher v0.5.2
27602026-08-25T07:35:00.287Z Checking zstd v0.13.3
27612026-08-25T07:35:00.320Z Checking postgres-types v0.2.12
27622026-08-25T07:35:00.336Z Checking globset v0.4.18
27632026-08-25T07:35:00.339Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27642026-08-25T07:35:00.467Z Checking rustls-platform-verifier v0.6.2
27652026-08-25T07:35:00.483Z Checking crossbeam-deque v0.8.6
27662026-08-25T07:35:00.497Z Checking phf_shared v0.11.3
27672026-08-25T07:35:00.582Z Checking dtrace-parser v0.2.0
27682026-08-25T07:35:00.603Z Checking hkdf v0.12.4
27692026-08-25T07:35:00.629Z Checking regex v1.12.3
27702026-08-25T07:35:00.645Z Checking byte-wrapper v0.1.0
27712026-08-25T07:35:00.657Z Checking olpc-cjson v0.1.4
27722026-08-25T07:35:00.678Z Checking ref-cast v1.0.25
27732026-08-25T07:35:00.749Z Checking curve25519-dalek v4.1.3
27742026-08-25T07:35:00.771Z Checking strum v0.27.2
27752026-08-25T07:35:00.789Z Checking hubpack v0.1.2
27762026-08-25T07:35:00.816Z Checking ed25519 v2.2.3
27772026-08-25T07:35:00.842Z Checking memoffset v0.9.1
27782026-08-25T07:35:00.877Z Checking rustix v0.38.44
27792026-08-25T07:35:00.906Z Checking owo-colors v4.3.0
27802026-08-25T07:35:00.919Z Checking pem v3.0.6
27812026-08-25T07:35:00.931Z Checking crypto-bigint v0.5.5
27822026-08-25T07:35:00.947Z Checking serde_plain v1.0.2
27832026-08-25T07:35:01.001Z Checking serde-big-array v0.5.1
27842026-08-25T07:35:01.070Z Checking float-cmp v0.10.0
27852026-08-25T07:35:01.091Z Checking thread-id v4.2.2
27862026-08-25T07:35:01.135Z Checking memmap2 v0.9.10
27872026-08-25T07:35:01.163Z Checking unicode-width v0.1.14
27882026-08-25T07:35:01.194Z Checking const-oid v0.10.2
27892026-08-25T07:35:01.289Z Checking data-encoding v2.10.0
27902026-08-25T07:35:01.345Z Checking fixedbitset v0.5.7
27912026-08-25T07:35:01.402Z Checking supports-unicode v3.0.0
27922026-08-25T07:35:01.459Z Checking winnow v1.0.3
27932026-08-25T07:35:01.505Z Checking supports-hyperlinks v3.2.0
27942026-08-25T07:35:01.510Z Checking keccak v0.1.6
27952026-08-25T07:35:01.539Z Checking new_debug_unreachable v1.0.6
27962026-08-25T07:35:01.557Z Checking unicode-segmentation v1.12.0
27972026-08-25T07:35:01.603Z Checking difflib v0.4.0
27982026-08-25T07:35:01.613Z Checking predicates-core v1.0.10
27992026-08-25T07:35:01.643Z Checking fixedbitset v0.4.2
28002026-08-25T07:35:01.677Z Checking whoami v2.1.0
28012026-08-25T07:35:01.680Z Checking static_assertions v1.1.0
28022026-08-25T07:35:01.729Z Checking normalize-line-endings v0.3.0
28032026-08-25T07:35:01.756Z Checking precomputed-hash v0.1.1
28042026-08-25T07:35:01.775Z Checking cpufeatures v0.3.0
28052026-08-25T07:35:01.791Z Checking toml_write v0.1.2
28062026-08-25T07:35:01.846Z Checking winnow v0.7.14
28072026-08-25T07:35:01.861Z Checking typed-path v0.9.3
28082026-08-25T07:35:01.861Z Checking chacha20 v0.10.0
28092026-08-25T07:35:01.868Z Checking elliptic-curve v0.13.8
28102026-08-25T07:35:01.874Z Checking tokio-postgres v0.7.16
28112026-08-25T07:35:01.877Z Checking similar v2.7.0
28122026-08-25T07:35:01.955Z Checking string_cache v0.8.9
28132026-08-25T07:35:02.098Z Checking predicates v3.1.4
28142026-08-25T07:35:02.118Z Checking petgraph v0.6.5
28152026-08-25T07:35:02.165Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28162026-08-25T07:35:02.259Z Checking crossterm v0.28.1
28172026-08-25T07:35:02.319Z Checking toml_parser v1.1.2+spec-1.1.0
28182026-08-25T07:35:02.391Z Checking sha3 v0.10.8
28192026-08-25T07:35:02.603Z Checking zip v4.6.1
28202026-08-25T07:35:02.610Z Checking tough v0.22.0
28212026-08-25T07:35:02.639Z Checking miette v7.6.0
28222026-08-25T07:35:02.983Z Checking hickory-proto v0.25.2
28232026-08-25T07:35:03.013Z Checking toml_edit v0.22.27
28242026-08-25T07:35:03.158Z Checking petgraph v0.8.3
28252026-08-25T07:35:03.176Z Checking ed25519-dalek v2.2.0
28262026-08-25T07:35:03.191Z Checking digest v0.11.3
28272026-08-25T07:35:03.386Z Checking usdt v0.6.0
28282026-08-25T07:35:03.403Z Checking usdt-impl v0.5.0
28292026-08-25T07:35:03.408Z Checking nix v0.31.2
28302026-08-25T07:35:03.538Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28312026-08-25T07:35:03.673Z Checking iddqd v0.4.2
28322026-08-25T07:35:04.133Z Checking reqwest v0.13.2
28332026-08-25T07:35:04.444Z Checking oxide-generation v0.1.3
28342026-08-25T07:35:04.576Z Checking itertools v0.15.0
28352026-08-25T07:35:04.591Z Checking itertools v0.13.0
28362026-08-25T07:35:04.606Z Checking strum v0.26.3
28372026-08-25T07:35:04.638Z Checking serde_with v3.21.0
28382026-08-25T07:35:04.663Z Checking derive_more v2.1.1
28392026-08-25T07:35:04.704Z Checking fs-err v3.3.0
28402026-08-25T07:35:04.716Z Checking tokio-stream v0.1.18
28412026-08-25T07:35:04.759Z Checking buf-list v1.1.2
28422026-08-25T07:35:04.941Z Checking anyhow v1.0.104
28432026-08-25T07:35:04.997Z Checking camino v1.2.5
28442026-08-25T07:35:05.006Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-08-25T07:35:05.097Z Checking openapiv3 v2.2.0
28462026-08-25T07:35:05.135Z Checking lalrpop-util v0.19.12
28472026-08-25T07:35:05.233Z Checking peg-runtime v0.8.5
28482026-08-25T07:35:05.264Z Checking illumos-nvpair v0.3.0
28492026-08-25T07:35:05.293Z Checking rayon v1.11.0
28502026-08-25T07:35:05.368Z Checking sigpipe v0.1.3
28512026-08-25T07:35:05.412Z Checking glob v0.3.3
28522026-08-25T07:35:06.270Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-08-25T07:35:06.636Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28542026-08-25T07:35:06.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.07s
28552026-08-25T07:35:07.071Z
28562026-08-25T07:35:07.071Zinfo: running `cargo check --bins` on internal-dns-types (80/380)
28572026-08-25T07:35:07.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-08-25T07:35:07.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-08-25T07:35:07.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-08-25T07:35:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28612026-08-25T07:35:07.649Z
28622026-08-25T07:35:07.649Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/380)
28632026-08-25T07:35:08.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-08-25T07:35:08.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-08-25T07:35:08.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-08-25T07:35:08.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28672026-08-25T07:35:08.236Z
28682026-08-25T07:35:08.236Zinfo: running `cargo check --bins` on nexus-types-versions (82/380)
28692026-08-25T07:35:08.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-08-25T07:35:08.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-08-25T07:35:08.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-08-25T07:35:08.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28732026-08-25T07:35:08.825Z
28742026-08-25T07:35:08.826Zinfo: running `cargo check --bins` on oxql-types (83/380)
28752026-08-25T07:35:09.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-08-25T07:35:09.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-08-25T07:35:09.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-08-25T07:35:09.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28792026-08-25T07:35:09.402Z
28802026-08-25T07:35:09.402Zinfo: running `cargo check --bins` on oximeter-types (84/380)
28812026-08-25T07:35:09.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-08-25T07:35:09.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-08-25T07:35:09.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-08-25T07:35:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28852026-08-25T07:35:09.978Z
28862026-08-25T07:35:09.978Zinfo: running `cargo check --bins` on oximeter-types-versions (85/380)
28872026-08-25T07:35:10.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-08-25T07:35:10.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-08-25T07:35:10.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-08-25T07:35:10.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28912026-08-25T07:35:10.559Z
28922026-08-25T07:35:10.559Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/380)
28932026-08-25T07:35:11.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-08-25T07:35:11.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-08-25T07:35:11.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-08-25T07:35:11.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-08-25T07:35:11.123Z
28982026-08-25T07:35:11.123Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/380)
28992026-08-25T07:35:11.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-08-25T07:35:11.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-08-25T07:35:11.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-08-25T07:35:11.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29032026-08-25T07:35:11.593Z
29042026-08-25T07:35:11.593Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/380)
29052026-08-25T07:35:11.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-08-25T07:35:11.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-08-25T07:35:11.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-08-25T07:35:11.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29092026-08-25T07:35:11.971Z
29102026-08-25T07:35:11.971Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/380)
29112026-08-25T07:35:12.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-08-25T07:35:12.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-08-25T07:35:12.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-08-25T07:35:12.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29152026-08-25T07:35:12.393Z
29162026-08-25T07:35:12.393Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/380)
29172026-08-25T07:35:12.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-25T07:35:12.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-25T07:35:12.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-08-25T07:35:12.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29212026-08-25T07:35:13.227Z
29222026-08-25T07:35:13.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/380)
29232026-08-25T07:35:13.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-25T07:35:13.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-25T07:35:13.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-08-25T07:35:13.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29272026-08-25T07:35:13.244Z
29282026-08-25T07:35:13.244Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/380)
29292026-08-25T07:35:13.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-25T07:35:13.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-25T07:35:13.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-08-25T07:35:13.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29332026-08-25T07:35:13.667Z
29342026-08-25T07:35:13.667Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/380)
29352026-08-25T07:35:14.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-25T07:35:14.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-25T07:35:14.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-08-25T07:35:14.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29392026-08-25T07:35:14.089Z
29402026-08-25T07:35:14.089Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/380)
29412026-08-25T07:35:14.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-25T07:35:14.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-25T07:35:14.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-08-25T07:35:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29452026-08-25T07:35:14.511Z
29462026-08-25T07:35:14.511Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/380)
29472026-08-25T07:35:14.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-25T07:35:14.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-25T07:35:14.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-08-25T07:35:14.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29512026-08-25T07:35:14.934Z
29522026-08-25T07:35:14.935Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/380)
29532026-08-25T07:35:15.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-25T07:35:15.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-25T07:35:15.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-08-25T07:35:15.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29572026-08-25T07:35:15.361Z
29582026-08-25T07:35:15.361Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/380)
29592026-08-25T07:35:15.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-25T07:35:15.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-25T07:35:15.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-25T07:35:15.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29632026-08-25T07:35:15.781Z
29642026-08-25T07:35:15.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/380)
29652026-08-25T07:35:16.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-25T07:35:16.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-25T07:35:16.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682026-08-25T07:35:16.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29692026-08-25T07:35:16.202Z
29702026-08-25T07:35:16.202Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/380)
29712026-08-25T07:35:16.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-25T07:35:16.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-25T07:35:16.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-25T07:35:16.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29752026-08-25T07:35:16.626Z
29762026-08-25T07:35:16.626Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/380)
29772026-08-25T07:35:16.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-25T07:35:16.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-25T07:35:16.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-25T07:35:16.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29812026-08-25T07:35:17.048Z
29822026-08-25T07:35:17.048Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/380)
29832026-08-25T07:35:17.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-25T07:35:17.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-25T07:35:17.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-25T07:35:17.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29872026-08-25T07:35:17.479Z
29882026-08-25T07:35:17.479Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/380)
29892026-08-25T07:35:17.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-25T07:35:17.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-25T07:35:17.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-25T07:35:17.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29932026-08-25T07:35:17.905Z
29942026-08-25T07:35:17.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/380)
29952026-08-25T07:35:18.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-25T07:35:18.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-25T07:35:18.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-25T07:35:18.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29992026-08-25T07:35:18.336Z
30002026-08-25T07:35:18.336Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/380)
30012026-08-25T07:35:18.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-25T07:35:18.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-25T07:35:18.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-25T07:35:18.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30052026-08-25T07:35:18.760Z
30062026-08-25T07:35:18.760Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/380)
30072026-08-25T07:35:19.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-25T07:35:19.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-25T07:35:19.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-25T07:35:19.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30112026-08-25T07:35:19.182Z
30122026-08-25T07:35:19.182Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/380)
30132026-08-25T07:35:19.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-25T07:35:19.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-25T07:35:19.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-25T07:35:19.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30172026-08-25T07:35:19.602Z
30182026-08-25T07:35:19.602Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/380)
30192026-08-25T07:35:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-25T07:35:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-25T07:35:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-25T07:35:19.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30232026-08-25T07:35:20.023Z
30242026-08-25T07:35:20.023Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/380)
30252026-08-25T07:35:20.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-25T07:35:20.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-25T07:35:20.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-25T07:35:20.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30292026-08-25T07:35:20.450Z
30302026-08-25T07:35:20.450Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/380)
30312026-08-25T07:35:20.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-25T07:35:20.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-25T07:35:20.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-25T07:35:20.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30352026-08-25T07:35:20.876Z
30362026-08-25T07:35:20.876Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/380)
30372026-08-25T07:35:21.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-25T07:35:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-25T07:35:21.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-25T07:35:21.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30412026-08-25T07:35:21.306Z
30422026-08-25T07:35:21.306Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/380)
30432026-08-25T07:35:21.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-25T07:35:21.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-25T07:35:21.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-25T07:35:21.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30472026-08-25T07:35:21.736Z
30482026-08-25T07:35:21.736Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/380)
30492026-08-25T07:35:22.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-25T07:35:22.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-25T07:35:22.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-25T07:35:22.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30532026-08-25T07:35:22.162Z
30542026-08-25T07:35:22.162Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/380)
30552026-08-25T07:35:22.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-25T07:35:22.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-25T07:35:22.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-08-25T07:35:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30592026-08-25T07:35:22.587Z
30602026-08-25T07:35:22.587Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/380)
30612026-08-25T07:35:22.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-25T07:35:22.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-25T07:35:22.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-08-25T07:35:22.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30652026-08-25T07:35:23.014Z
30662026-08-25T07:35:23.014Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/380)
30672026-08-25T07:35:23.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-08-25T07:35:23.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-08-25T07:35:23.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-08-25T07:35:23.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30712026-08-25T07:35:23.438Z
30722026-08-25T07:35:23.438Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/380)
30732026-08-25T07:35:23.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-08-25T07:35:23.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-08-25T07:35:23.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-08-25T07:35:23.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30772026-08-25T07:35:23.862Z
30782026-08-25T07:35:23.862Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/380)
30792026-08-25T07:35:24.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-08-25T07:35:24.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-08-25T07:35:24.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-08-25T07:35:24.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30832026-08-25T07:35:24.290Z
30842026-08-25T07:35:24.290Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/380)
30852026-08-25T07:35:24.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-08-25T07:35:24.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-08-25T07:35:24.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-08-25T07:35:24.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30892026-08-25T07:35:24.719Z
30902026-08-25T07:35:24.719Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/380)
30912026-08-25T07:35:25.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-08-25T07:35:25.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-08-25T07:35:25.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-08-25T07:35:25.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30952026-08-25T07:35:25.206Z
30962026-08-25T07:35:25.206Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/380)
30972026-08-25T07:35:25.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-08-25T07:35:25.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-08-25T07:35:25.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-08-25T07:35:25.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
31012026-08-25T07:35:25.578Z
31022026-08-25T07:35:25.578Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/380)
31032026-08-25T07:35:25.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-08-25T07:35:25.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-08-25T07:35:25.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-08-25T07:35:25.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
31072026-08-25T07:35:26.004Z
31082026-08-25T07:35:26.004Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/380)
31092026-08-25T07:35:26.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-08-25T07:35:26.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-08-25T07:35:26.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-08-25T07:35:26.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
31132026-08-25T07:35:26.480Z
31142026-08-25T07:35:26.480Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/380)
31152026-08-25T07:35:26.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-08-25T07:35:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-08-25T07:35:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-08-25T07:35:26.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
31192026-08-25T07:35:26.860Z
31202026-08-25T07:35:26.860Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/380)
31212026-08-25T07:35:27.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-08-25T07:35:27.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-08-25T07:35:27.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-08-25T07:35:27.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
31252026-08-25T07:35:27.291Z
31262026-08-25T07:35:27.291Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/380)
31272026-08-25T07:35:27.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-08-25T07:35:27.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-08-25T07:35:27.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-08-25T07:35:27.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
31312026-08-25T07:35:27.811Z
31322026-08-25T07:35:27.811Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/380)
31332026-08-25T07:35:28.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-08-25T07:35:28.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-08-25T07:35:28.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-08-25T07:35:28.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
31372026-08-25T07:35:28.142Z
31382026-08-25T07:35:28.142Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/380)
31392026-08-25T07:35:28.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-08-25T07:35:28.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-08-25T07:35:28.835Z Compiling multer v3.1.0
31422026-08-25T07:35:28.949Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31432026-08-25T07:35:28.949Z Compiling async-stream-impl v0.3.6
31442026-08-25T07:35:29.056Z Compiling dropshot v0.17.1
31452026-08-25T07:35:29.072Z Compiling parse-display-derive v0.10.0
31462026-08-25T07:35:29.072Z Compiling newtype-uuid-macros v0.1.0
31472026-08-25T07:35:29.072Z Compiling dropshot_endpoint v0.17.1
31482026-08-25T07:35:29.072Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31492026-08-25T07:35:29.190Z Checking thread_local v1.1.9
31502026-08-25T07:35:29.195Z Checking compression-core v0.4.31
31512026-08-25T07:35:29.329Z Checking match_cfg v0.1.0
31522026-08-25T07:35:29.345Z Checking compression-codecs v0.4.37
31532026-08-25T07:35:29.367Z Checking crossbeam-channel v0.5.15
31542026-08-25T07:35:29.395Z Checking hostname v0.3.1
31552026-08-25T07:35:29.412Z Checking atomicwrites v0.4.4
31562026-08-25T07:35:29.490Z Checking slog-json v2.6.1
31572026-08-25T07:35:29.508Z Checking toml_datetime v1.1.1+spec-1.1.0
31582026-08-25T07:35:29.522Z Checking serde_spanned v1.1.1
31592026-08-25T07:35:29.535Z Checking is-terminal v0.4.17
31602026-08-25T07:35:29.620Z Checking take_mut v0.2.2
31612026-08-25T07:35:29.638Z Checking debug-ignore v1.0.5
31622026-08-25T07:35:29.652Z Checking term v1.2.1
31632026-08-25T07:35:29.700Z Checking toml_writer v1.1.1+spec-1.1.0
31642026-08-25T07:35:29.715Z Checking slog-bunyan v2.5.0
31652026-08-25T07:35:29.729Z Checking slog-async v2.8.0
31662026-08-25T07:35:29.738Z Checking async-stream v0.3.6
31672026-08-25T07:35:29.750Z Checking async-compression v0.4.41
31682026-08-25T07:35:29.820Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31692026-08-25T07:35:29.858Z Checking progenitor-client v0.14.0
31702026-08-25T07:35:29.871Z Checking slog-term v2.9.2
31712026-08-25T07:35:29.889Z Checking toml v1.1.2+spec-1.1.0
31722026-08-25T07:35:29.897Z Checking sha1 v0.11.0
31732026-08-25T07:35:29.992Z Checking waitgroup v0.1.2
31742026-08-25T07:35:30.108Z Checking rustls-pemfile v2.2.0
31752026-08-25T07:35:30.114Z Checking backon v1.6.0
31762026-08-25T07:35:30.114Z Checking serde_path_to_error v0.1.20
31772026-08-25T07:35:30.125Z Checking hostname v0.4.2
31782026-08-25T07:35:30.144Z Checking instant v0.1.13
31792026-08-25T07:35:30.220Z Checking backoff v0.4.0
31802026-08-25T07:35:30.259Z Checking progenitor-extras v0.2.0
31812026-08-25T07:35:30.375Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31822026-08-25T07:35:30.405Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31832026-08-25T07:35:30.445Z Checking regress v0.10.5
31842026-08-25T07:35:30.493Z Checking itertools v0.14.0
31852026-08-25T07:35:30.590Z Checking macaddr v1.0.1
31862026-08-25T07:35:30.667Z Checking parse-display v0.10.0
31872026-08-25T07:35:30.785Z Checking humantime v2.3.0
31882026-08-25T07:35:31.568Z Compiling prettyplease v0.2.37
31892026-08-25T07:35:31.814Z Checking num-rational v0.4.2
31902026-08-25T07:35:32.094Z Checking num-complex v0.4.6
31912026-08-25T07:35:32.587Z Compiling num v0.4.3
31922026-08-25T07:35:32.649Z Compiling usdt-attr-macro v0.5.0
31932026-08-25T07:35:32.661Z Compiling usdt-macro v0.5.0
31942026-08-25T07:35:32.706Z Checking memmap v0.7.0
31952026-08-25T07:35:32.721Z Compiling float-ord v0.3.2
31962026-08-25T07:35:32.733Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31972026-08-25T07:35:32.835Z Compiling convert_case v0.4.0
31982026-08-25T07:35:33.159Z Checking newline-converter v0.3.0
31992026-08-25T07:35:33.246Z Compiling derive_more v0.99.20
32002026-08-25T07:35:33.269Z Checking console v0.15.11
32012026-08-25T07:35:33.430Z Compiling toml v0.8.23
32022026-08-25T07:35:33.469Z Checking usdt v0.5.0
32032026-08-25T07:35:33.619Z Compiling minimal-lexical v0.2.1
32042026-08-25T07:35:33.651Z Checking linked-hash-map v0.5.6
32052026-08-25T07:35:33.815Z Checking lru-cache v0.1.2
32062026-08-25T07:35:33.829Z Compiling nom v7.1.3
32072026-08-25T07:35:33.933Z Checking expectorate v1.2.0
32082026-08-25T07:35:34.137Z Checking camino-tempfile v1.4.1
32092026-08-25T07:35:34.298Z Checking hickory-proto v0.24.4
32102026-08-25T07:35:34.386Z Checking phf_shared v0.12.1
32112026-08-25T07:35:34.527Z Compiling slog-dtrace v0.3.0
32122026-08-25T07:35:34.546Z Checking heck v0.5.0
32132026-08-25T07:35:34.739Z Checking resolv-conf v0.7.6
32142026-08-25T07:35:34.903Z Compiling chrono-tz v0.10.4
32152026-08-25T07:35:34.976Z Compiling unicode-xid v0.2.6
32162026-08-25T07:35:35.110Z Compiling const_format_proc_macros v0.2.34
32172026-08-25T07:35:35.147Z Checking phf v0.12.1
32182026-08-25T07:35:35.168Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-08-25T07:35:35.291Z Checking tokio-dtrace v0.1.1
32202026-08-25T07:35:35.484Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32212026-08-25T07:35:35.540Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32222026-08-25T07:35:35.638Z Compiling derive-where v1.6.0
32232026-08-25T07:35:35.797Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32242026-08-25T07:35:36.010Z Checking highway v1.3.0
32252026-08-25T07:35:36.132Z Checking hickory-resolver v0.24.4
32262026-08-25T07:35:36.239Z Checking const_format v0.2.35
32272026-08-25T07:35:36.471Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32282026-08-25T07:35:36.901Z Checking oxide-tokio-rt v0.1.4
32292026-08-25T07:35:36.950Z Checking qorb v0.4.1
32302026-08-25T07:35:37.134Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32312026-08-25T07:35:37.214Z Checking gethostname v0.5.0
32322026-08-25T07:35:37.294Z Checking bcs v0.1.6
32332026-08-25T07:35:37.309Z Checking termtree v0.5.1
32342026-08-25T07:35:37.321Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32352026-08-25T07:35:37.373Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32362026-08-25T07:35:37.373Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32372026-08-25T07:35:40.417Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32382026-08-25T07:35:43.521Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32392026-08-25T07:35:45.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.62s
32402026-08-25T07:35:45.946Z
32412026-08-25T07:35:45.946Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/380)
32422026-08-25T07:35:46.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T07:35:46.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T07:35:46.625Z Compiling ar_archive_writer v0.5.1
32452026-08-25T07:35:46.740Z Compiling stacker v0.1.23
32462026-08-25T07:35:46.743Z Compiling cfg_aliases v0.1.1
32472026-08-25T07:35:46.748Z Compiling proc-macro-error v1.0.4
32482026-08-25T07:35:46.756Z Checking fd-lock v4.0.4
32492026-08-25T07:35:46.759Z Checking nibble_vec v0.1.0
32502026-08-25T07:35:46.759Z Compiling recursive-proc-macro-impl v0.1.1
32512026-08-25T07:35:46.759Z Checking vte v0.14.1
32522026-08-25T07:35:46.799Z Compiling nix v0.28.0
32532026-08-25T07:35:46.865Z Checking endian-type v0.1.2
32542026-08-25T07:35:46.896Z Checking bytecount v0.6.9
32552026-08-25T07:35:46.919Z Checking strip-ansi-escapes v0.2.1
32562026-08-25T07:35:46.983Z Checking radix_trie v0.2.1
32572026-08-25T07:35:47.017Z Checking papergrid v0.11.0
32582026-08-25T07:35:47.026Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-08-25T07:35:47.026Z Compiling peg-macros v0.8.5
32602026-08-25T07:35:47.065Z Compiling tabled_derive v0.7.0
32612026-08-25T07:35:47.162Z Checking winnow v0.6.26
32622026-08-25T07:35:47.183Z Compiling sqlparser_derive v0.5.0
32632026-08-25T07:35:47.528Z Checking nu-ansi-term v0.50.3
32642026-08-25T07:35:47.542Z Compiling psm v0.1.30
32652026-08-25T07:35:47.651Z Checking unicode_categories v0.1.1
32662026-08-25T07:35:47.734Z Checking home v0.5.12
32672026-08-25T07:35:47.791Z Checking reedline v0.40.0
32682026-08-25T07:35:47.859Z Checking crossterm v0.29.0
32692026-08-25T07:35:47.981Z Checking display-error-chain v0.2.2
32702026-08-25T07:35:48.073Z Checking tabled v0.15.0
32712026-08-25T07:35:48.120Z Checking rustyline v14.0.0
32722026-08-25T07:35:48.351Z Checking sqlformat v0.3.5
32732026-08-25T07:35:48.367Z Checking recursive v0.1.1
32742026-08-25T07:35:48.400Z Checking peg v0.8.5
32752026-08-25T07:35:48.499Z Checking sqlparser v0.61.0
32762026-08-25T07:35:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
32772026-08-25T07:35:59.938Z
32782026-08-25T07:35:59.938Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/380)
32792026-08-25T07:36:00.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-25T07:36:00.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-25T07:36:00.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32822026-08-25T07:36:04.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
32832026-08-25T07:36:04.370Z
32842026-08-25T07:36:04.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/380)
32852026-08-25T07:36:04.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-25T07:36:04.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-25T07:36:05.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32882026-08-25T07:36:07.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
32892026-08-25T07:36:07.778Z
32902026-08-25T07:36:07.778Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/380)
32912026-08-25T07:36:08.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-25T07:36:08.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-25T07:36:08.451Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32942026-08-25T07:36:11.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
32952026-08-25T07:36:11.964Z
32962026-08-25T07:36:11.964Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/380)
32972026-08-25T07:36:12.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-25T07:36:12.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-25T07:36:12.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33002026-08-25T07:36:16.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
33012026-08-25T07:36:16.212Z
33022026-08-25T07:36:16.212Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/380)
33032026-08-25T07:36:16.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-25T07:36:16.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-25T07:36:16.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33062026-08-25T07:36:19.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
33072026-08-25T07:36:19.764Z
33082026-08-25T07:36:19.764Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/380)
33092026-08-25T07:36:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-25T07:36:20.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-25T07:36:20.439Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33122026-08-25T07:36:23.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
33132026-08-25T07:36:23.349Z
33142026-08-25T07:36:23.349Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/380)
33152026-08-25T07:36:23.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-25T07:36:23.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-25T07:36:24.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33182026-08-25T07:36:27.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
33192026-08-25T07:36:27.720Z
33202026-08-25T07:36:27.720Zinfo: running `cargo check --bins` on oximeter (136/380)
33212026-08-25T07:36:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-25T07:36:28.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-25T07:36:28.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-25T07:36:28.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-08-25T07:36:28.298Z
33262026-08-25T07:36:28.298Zinfo: running `cargo check --bins` on oximeter-schema (137/380)
33272026-08-25T07:36:28.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-25T07:36:28.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-25T07:36:28.936Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33302026-08-25T07:36:29.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33312026-08-25T07:36:29.488Z
33322026-08-25T07:36:29.488Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/380)
33332026-08-25T07:36:29.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-25T07:36:29.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-25T07:36:29.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-25T07:36:29.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-08-25T07:36:30.069Z
33382026-08-25T07:36:30.069Zinfo: running `cargo check --bins` on oximeter-test-utils (139/380)
33392026-08-25T07:36:30.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-25T07:36:30.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-25T07:36:30.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-25T07:36:30.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33432026-08-25T07:36:30.690Z
33442026-08-25T07:36:30.690Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/380)
33452026-08-25T07:36:31.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-25T07:36:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-25T07:36:31.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-25T07:36:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33492026-08-25T07:36:31.279Z
33502026-08-25T07:36:31.279Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/380)
33512026-08-25T07:36:31.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-25T07:36:31.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-25T07:36:31.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-08-25T07:36:31.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33552026-08-25T07:36:31.864Z
33562026-08-25T07:36:31.864Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/380)
33572026-08-25T07:36:32.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-08-25T07:36:32.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-08-25T07:36:32.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-08-25T07:36:32.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33612026-08-25T07:36:32.451Z
33622026-08-25T07:36:32.451Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/380)
33632026-08-25T07:36:32.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-08-25T07:36:32.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-08-25T07:36:32.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-08-25T07:36:32.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33672026-08-25T07:36:33.041Z
33682026-08-25T07:36:33.041Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/380)
33692026-08-25T07:36:33.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-08-25T07:36:33.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-08-25T07:36:33.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-08-25T07:36:33.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33732026-08-25T07:36:33.628Z
33742026-08-25T07:36:33.628Zinfo: running `cargo check --bins` on reconfigurator-cli (145/380)
33752026-08-25T07:36:34.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-08-25T07:36:34.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-08-25T07:36:34.473Z Compiling crucible-workspace-hack v0.1.0
33782026-08-25T07:36:34.473Z Compiling regress v0.11.1
33792026-08-25T07:36:34.473Z Checking secrecy v0.10.3
33802026-08-25T07:36:34.477Z Checking half v2.7.1
33812026-08-25T07:36:34.477Z Checking ciborium-io v0.2.2
33822026-08-25T07:36:34.477Z Checking inout v0.1.4
33832026-08-25T07:36:34.477Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33842026-08-25T07:36:34.477Z Checking universal-hash v0.5.1
33852026-08-25T07:36:34.700Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33862026-08-25T07:36:34.732Z Checking cipher v0.4.4
33872026-08-25T07:36:34.758Z Compiling thiserror-impl-no-std v2.0.2
33882026-08-25T07:36:34.761Z Checking opaque-debug v0.3.1
33892026-08-25T07:36:34.834Z Checking poly1305 v0.8.0
33902026-08-25T07:36:34.852Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33912026-08-25T07:36:34.919Z Checking ciborium-ll v0.2.2
33922026-08-25T07:36:34.934Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33932026-08-25T07:36:34.937Z Checking chacha20 v0.9.1
33942026-08-25T07:36:35.089Z Checking ciborium v0.2.2
33952026-08-25T07:36:35.105Z Checking password-hash v0.5.0
33962026-08-25T07:36:35.131Z Checking blake2 v0.10.6
33972026-08-25T07:36:35.154Z Checking aead v0.5.2
33982026-08-25T07:36:35.303Z Compiling toml_datetime v0.7.5+spec-1.1.0
33992026-08-25T07:36:35.335Z Checking indent_write v2.2.0
34002026-08-25T07:36:35.350Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34012026-08-25T07:36:35.370Z Checking argon2 v0.5.3
34022026-08-25T07:36:35.467Z Compiling toml_edit v0.23.10+spec-1.0.0
34032026-08-25T07:36:35.513Z Checking chacha20poly1305 v0.10.1
34042026-08-25T07:36:35.548Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34052026-08-25T07:36:35.646Z Compiling unsafe-libyaml v0.2.11
34062026-08-25T07:36:35.720Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34072026-08-25T07:36:35.932Z Checking thiserror-no-std v2.0.2
34082026-08-25T07:36:35.950Z Compiling heapless v0.8.0
34092026-08-25T07:36:36.024Z Checking vsss-rs v3.3.4
34102026-08-25T07:36:36.169Z Compiling typify-impl v0.6.2
34112026-08-25T07:36:36.240Z Compiling serde_yaml v0.9.34+deprecated
34122026-08-25T07:36:36.408Z Compiling proc-macro-crate v3.4.0
34132026-08-25T07:36:36.708Z Compiling ingot-macros v0.2.0
34142026-08-25T07:36:36.943Z Compiling num_enum_derive v0.7.6
34152026-08-25T07:36:37.029Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34162026-08-25T07:36:37.128Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34172026-08-25T07:36:37.143Z Checking hash32 v0.3.1
34182026-08-25T07:36:37.275Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34192026-08-25T07:36:37.489Z Compiling smoltcp v0.11.0
34202026-08-25T07:36:37.699Z Checking tabwriter v1.4.1
34212026-08-25T07:36:37.809Z Checking cobs v0.3.0
34222026-08-25T07:36:37.844Z Checking swrite v0.1.0
34232026-08-25T07:36:37.862Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
34242026-08-25T07:36:37.956Z Checking postcard v1.1.3
34252026-08-25T07:36:37.973Z Compiling proc-macro-crate v1.3.1
34262026-08-25T07:36:37.992Z Checking num_enum v0.7.6
34272026-08-25T07:36:38.095Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34282026-08-25T07:36:38.110Z Compiling foreign-types-macros v0.2.3
34292026-08-25T07:36:38.253Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34302026-08-25T07:36:38.279Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34312026-08-25T07:36:38.308Z Checking colored v3.1.1
34322026-08-25T07:36:38.388Z Checking foreign-types-shared v0.3.1
34332026-08-25T07:36:38.480Z Compiling num_enum_derive v0.5.11
34342026-08-25T07:36:38.609Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34352026-08-25T07:36:38.630Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34362026-08-25T07:36:38.724Z Checking foreign-types v0.5.0
34372026-08-25T07:36:38.800Z Checking cstr-argument v0.1.2
34382026-08-25T07:36:38.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
34392026-08-25T07:36:39.044Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34402026-08-25T07:36:39.090Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34412026-08-25T07:36:39.133Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
34422026-08-25T07:36:39.154Z Checking rand v0.10.1
34432026-08-25T07:36:39.256Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
34442026-08-25T07:36:39.274Z Compiling zone_cfg_derive v0.3.1
34452026-08-25T07:36:39.300Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34462026-08-25T07:36:39.420Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34472026-08-25T07:36:39.533Z Checking num_enum v0.5.11
34482026-08-25T07:36:39.583Z Checking ingot-types v0.2.0
34492026-08-25T07:36:39.598Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34502026-08-25T07:36:39.680Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
34512026-08-25T07:36:39.770Z Checking itertools v0.12.1
34522026-08-25T07:36:39.822Z Compiling num-derive v0.4.2
34532026-08-25T07:36:39.927Z Compiling semver v0.1.20
34542026-08-25T07:36:39.955Z Checking ingot v0.2.1
34552026-08-25T07:36:40.223Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34562026-08-25T07:36:40.436Z Compiling rustc_version v0.1.7
34572026-08-25T07:36:40.664Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34582026-08-25T07:36:40.681Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34592026-08-25T07:36:40.746Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34602026-08-25T07:36:40.763Z Compiling typify-macro v0.6.2
34612026-08-25T07:36:40.794Z Checking zone v0.3.1
34622026-08-25T07:36:40.825Z Checking smf v0.2.3
34632026-08-25T07:36:40.882Z Checking csv-core v0.1.13
34642026-08-25T07:36:40.967Z Checking nom v8.0.0
34652026-08-25T07:36:40.984Z Checking whoami v1.6.1
34662026-08-25T07:36:41.056Z Checking csv v1.4.0
34672026-08-25T07:36:41.071Z Compiling newtype_derive v0.1.6
34682026-08-25T07:36:41.149Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34692026-08-25T07:36:41.164Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34702026-08-25T07:36:41.261Z Compiling cancel-safe-futures v0.1.5
34712026-08-25T07:36:41.332Z Compiling serde_tokenstream v0.3.0
34722026-08-25T07:36:41.426Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34732026-08-25T07:36:41.489Z Compiling libefi-sys v0.1.0
34742026-08-25T07:36:41.590Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34752026-08-25T07:36:41.650Z Compiling oxide-generation-macros v0.2.0
34762026-08-25T07:36:41.735Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34772026-08-25T07:36:41.852Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34782026-08-25T07:36:42.015Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34792026-08-25T07:36:42.034Z Checking oxide-update-engine-types v0.1.2
34802026-08-25T07:36:42.169Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34812026-08-25T07:36:42.220Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34822026-08-25T07:36:42.411Z Compiling bitfield-struct v0.6.2
34832026-08-25T07:36:42.511Z Compiling typify v0.6.2
34842026-08-25T07:36:42.628Z Compiling progenitor-impl v0.14.0
34852026-08-25T07:36:42.704Z Checking linear-map v1.2.0
34862026-08-25T07:36:42.720Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34872026-08-25T07:36:42.878Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34882026-08-25T07:36:42.963Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34892026-08-25T07:36:42.976Z Checking oxide-update-engine v0.1.2
34902026-08-25T07:36:43.122Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34912026-08-25T07:36:43.135Z Checking steno v0.4.1
34922026-08-25T07:36:43.412Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34932026-08-25T07:36:43.566Z Checking sha1 v0.10.6
34942026-08-25T07:36:43.585Z Checking utf-8 v0.7.6
34952026-08-25T07:36:43.619Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34962026-08-25T07:36:43.702Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34972026-08-25T07:36:43.729Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34982026-08-25T07:36:43.744Z Checking tungstenite v0.21.0
34992026-08-25T07:36:43.855Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35002026-08-25T07:36:43.887Z Checking ignore v0.4.25
35012026-08-25T07:36:43.947Z Checking anstyle-parse v0.2.7
35022026-08-25T07:36:44.084Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35032026-08-25T07:36:44.112Z Compiling xshell-macros v0.2.7
35042026-08-25T07:36:44.165Z Checking anstream v0.6.21
35052026-08-25T07:36:44.182Z Checking tokio-tungstenite v0.21.0
35062026-08-25T07:36:44.290Z Checking predicates-tree v1.0.13
35072026-08-25T07:36:44.310Z Checking globwalk v0.9.1
35082026-08-25T07:36:44.380Z Checking filetime v0.2.27
35092026-08-25T07:36:44.407Z Checking xattr v1.6.1
35102026-08-25T07:36:44.466Z Checking tagptr v0.2.0
35112026-08-25T07:36:44.489Z Checking camino-tempfile-ext v0.3.3
35122026-08-25T07:36:44.505Z Checking xshell v0.2.7
35132026-08-25T07:36:44.520Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35142026-08-25T07:36:44.542Z Checking tar v0.4.46
35152026-08-25T07:36:44.613Z Checking moka v0.12.13
35162026-08-25T07:36:44.688Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35172026-08-25T07:36:44.701Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
35182026-08-25T07:36:44.717Z Checking rand_seeder v0.4.0
35192026-08-25T07:36:44.820Z Checking half v1.8.3
35202026-08-25T07:36:44.843Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
35212026-08-25T07:36:44.863Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35222026-08-25T07:36:44.931Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35232026-08-25T07:36:45.032Z Checking serde_cbor v0.11.2
35242026-08-25T07:36:45.177Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
35252026-08-25T07:36:45.192Z Checking sha2 v0.11.0
35262026-08-25T07:36:45.264Z Checking hickory-resolver v0.25.2
35272026-08-25T07:36:45.280Z Compiling progenitor-macro v0.14.0
35282026-08-25T07:36:45.412Z Checking digest-io v0.1.0
35292026-08-25T07:36:45.548Z Compiling petname v2.0.2
35302026-08-25T07:36:45.805Z Checking rawzip v0.4.4
35312026-08-25T07:36:45.865Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35322026-08-25T07:36:45.972Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35332026-08-25T07:36:46.255Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35342026-08-25T07:36:46.271Z Checking sapling-renderdag v0.1.0
35352026-08-25T07:36:46.441Z Checking subprocess v0.2.15
35362026-08-25T07:36:46.457Z Checking sync-ptr v0.1.4
35372026-08-25T07:36:46.553Z Checking colored v2.2.0
35382026-08-25T07:36:46.575Z Checking assert_matches v1.5.0
35392026-08-25T07:36:46.727Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35402026-08-25T07:36:46.794Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35412026-08-25T07:36:46.879Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35422026-08-25T07:36:46.959Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35432026-08-25T07:36:47.204Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
35442026-08-25T07:36:47.566Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35452026-08-25T07:36:47.566Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35462026-08-25T07:36:48.598Z Checking progenitor v0.14.0
35472026-08-25T07:36:48.736Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
35482026-08-25T07:36:48.739Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35492026-08-25T07:36:48.739Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
35502026-08-25T07:36:48.739Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35512026-08-25T07:36:48.739Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35522026-08-25T07:36:48.739Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35532026-08-25T07:36:49.038Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35542026-08-25T07:36:49.113Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35552026-08-25T07:36:49.279Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35562026-08-25T07:36:49.385Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35572026-08-25T07:36:49.585Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35582026-08-25T07:36:49.612Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35592026-08-25T07:36:50.466Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35602026-08-25T07:36:50.493Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35612026-08-25T07:36:51.143Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35622026-08-25T07:36:52.130Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35632026-08-25T07:37:00.854Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35642026-08-25T07:37:08.240Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35652026-08-25T07:37:08.240Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35662026-08-25T07:37:08.244Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35672026-08-25T07:37:09.761Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35682026-08-25T07:37:11.059Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
35692026-08-25T07:37:13.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
35702026-08-25T07:37:13.556Z
35712026-08-25T07:37:13.556Zinfo: running `cargo check --bins` on nexus-inventory (146/380)
35722026-08-25T07:37:14.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-25T07:37:14.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-25T07:37:14.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-25T07:37:14.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35762026-08-25T07:37:14.261Z
35772026-08-25T07:37:14.261Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/380)
35782026-08-25T07:37:14.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-25T07:37:14.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-25T07:37:14.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-25T07:37:14.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-08-25T07:37:14.767Z
35832026-08-25T07:37:14.767Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/380)
35842026-08-25T07:37:15.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-25T07:37:15.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-25T07:37:15.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-25T07:37:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-08-25T07:37:15.351Z
35892026-08-25T07:37:15.351Zinfo: running `cargo check --bins` on dns-service-client (149/380)
35902026-08-25T07:37:15.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-25T07:37:15.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-25T07:37:15.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-25T07:37:15.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35942026-08-25T07:37:15.933Z
35952026-08-25T07:37:15.933Zinfo: running `cargo check --bins` on ntp-admin-client (150/380)
35962026-08-25T07:37:16.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-25T07:37:16.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-25T07:37:16.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-25T07:37:16.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-08-25T07:37:16.503Z
36012026-08-25T07:37:16.503Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/380)
36022026-08-25T07:37:16.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-25T07:37:16.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-25T07:37:16.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-25T07:37:16.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-08-25T07:37:17.074Z
36072026-08-25T07:37:17.075Zinfo: running `cargo check --bins` on cockroach-admin-client (152/380)
36082026-08-25T07:37:17.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-25T07:37:17.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-25T07:37:17.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-08-25T07:37:17.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-08-25T07:37:17.647Z
36132026-08-25T07:37:17.647Zinfo: running `cargo check --bins` on parallel-task-set (153/380)
36142026-08-25T07:37:18.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-25T07:37:18.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-25T07:37:18.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-25T07:37:18.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36182026-08-25T07:37:18.218Z
36192026-08-25T07:37:18.218Zinfo: running `cargo check --bins` on sled-agent-client (154/380)
36202026-08-25T07:37:18.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-25T07:37:18.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-25T07:37:18.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-25T07:37:18.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-08-25T07:37:18.809Z
36252026-08-25T07:37:18.809Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/380)
36262026-08-25T07:37:19.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-25T07:37:19.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-25T07:37:19.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-25T07:37:19.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-08-25T07:37:19.413Z
36312026-08-25T07:37:19.413Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/380)
36322026-08-25T07:37:19.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-25T07:37:19.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-25T07:37:19.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-25T07:37:19.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36362026-08-25T07:37:20.011Z
36372026-08-25T07:37:20.011Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/380)
36382026-08-25T07:37:20.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-25T07:37:20.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-25T07:37:20.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-25T07:37:20.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36422026-08-25T07:37:20.610Z
36432026-08-25T07:37:20.610Zinfo: running `cargo check --bins` on key-manager (158/380)
36442026-08-25T07:37:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-25T07:37:21.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-25T07:37:21.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-25T07:37:21.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36482026-08-25T07:37:21.199Z
36492026-08-25T07:37:21.199Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/380)
36502026-08-25T07:37:21.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-25T07:37:21.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-25T07:37:21.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-25T07:37:21.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36542026-08-25T07:37:21.799Z
36552026-08-25T07:37:21.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/380)
36562026-08-25T07:37:22.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-25T07:37:22.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-25T07:37:22.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-25T07:37:22.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36602026-08-25T07:37:22.399Z
36612026-08-25T07:37:22.399Zinfo: running `cargo check --bins` on typed-rng (161/380)
36622026-08-25T07:37:22.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-25T07:37:22.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-25T07:37:22.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-25T07:37:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-25T07:37:22.972Z
36672026-08-25T07:37:22.972Zinfo: running `cargo check --bins` on gateway-test-utils (162/380)
36682026-08-25T07:37:23.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-25T07:37:23.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-25T07:37:23.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-25T07:37:23.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36722026-08-25T07:37:23.607Z
36732026-08-25T07:37:23.607Zinfo: running `cargo check --bins` on omicron-gateway (163/380)
36742026-08-25T07:37:24.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-25T07:37:24.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-25T07:37:24.352Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36772026-08-25T07:37:24.352Z Checking void v1.0.2
36782026-08-25T07:37:24.355Z Checking tungstenite v0.23.0
36792026-08-25T07:37:24.355Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36802026-08-25T07:37:24.355Z Checking dropshot-api-manager-types v0.8.0
36812026-08-25T07:37:24.356Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36822026-08-25T07:37:24.471Z Checking nix v0.27.1
36832026-08-25T07:37:24.481Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36842026-08-25T07:37:24.628Z Checking lzss v0.8.2
36852026-08-25T07:37:24.654Z Checking kstat-rs v0.2.5
36862026-08-25T07:37:24.684Z Checking fxhash v0.2.1
36872026-08-25T07:37:24.730Z Checking serde_bytes v0.11.19
36882026-08-25T07:37:24.792Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36892026-08-25T07:37:24.792Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36902026-08-25T07:37:24.818Z Checking signal-hook-tokio v0.3.1
36912026-08-25T07:37:24.831Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36922026-08-25T07:37:24.872Z Checking tokio-tungstenite v0.23.1
36932026-08-25T07:37:24.998Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36942026-08-25T07:37:26.071Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36952026-08-25T07:37:26.622Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36962026-08-25T07:37:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
36972026-08-25T07:37:28.975Z
36982026-08-25T07:37:28.975Zinfo: running `cargo check --bins` on gateway-api (164/380)
36992026-08-25T07:37:29.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-08-25T07:37:29.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-08-25T07:37:29.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-08-25T07:37:29.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37032026-08-25T07:37:29.556Z
37042026-08-25T07:37:29.557Zinfo: running `cargo check --bins` on ipcc (165/380)
37052026-08-25T07:37:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-08-25T07:37:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-08-25T07:37:30.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-08-25T07:37:30.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37092026-08-25T07:37:30.137Z
37102026-08-25T07:37:30.137Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/380)
37112026-08-25T07:37:30.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-08-25T07:37:30.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-08-25T07:37:30.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-08-25T07:37:30.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37152026-08-25T07:37:30.710Z
37162026-08-25T07:37:30.710Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/380)
37172026-08-25T07:37:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-08-25T07:37:31.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-08-25T07:37:31.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-08-25T07:37:31.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37212026-08-25T07:37:31.314Z
37222026-08-25T07:37:31.314Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/380)
37232026-08-25T07:37:31.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-08-25T07:37:31.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-08-25T07:37:31.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-08-25T07:37:31.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37272026-08-25T07:37:31.897Z
37282026-08-25T07:37:31.897Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/380)
37292026-08-25T07:37:32.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-08-25T07:37:32.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-08-25T07:37:32.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-08-25T07:37:32.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37332026-08-25T07:37:32.488Z
37342026-08-25T07:37:32.488Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/380)
37352026-08-25T07:37:32.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-08-25T07:37:32.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-08-25T07:37:32.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-08-25T07:37:32.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37392026-08-25T07:37:33.072Z
37402026-08-25T07:37:33.072Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/380)
37412026-08-25T07:37:33.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-08-25T07:37:33.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-08-25T07:37:33.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-08-25T07:37:33.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37452026-08-25T07:37:33.673Z
37462026-08-25T07:37:33.673Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/380)
37472026-08-25T07:37:34.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-08-25T07:37:34.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-08-25T07:37:34.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-08-25T07:37:34.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37512026-08-25T07:37:34.260Z
37522026-08-25T07:37:34.260Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/380)
37532026-08-25T07:37:34.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-08-25T07:37:34.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-08-25T07:37:34.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-08-25T07:37:34.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37572026-08-25T07:37:34.850Z
37582026-08-25T07:37:34.850Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/380)
37592026-08-25T07:37:35.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-08-25T07:37:35.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-08-25T07:37:35.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-08-25T07:37:35.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37632026-08-25T07:37:35.439Z
37642026-08-25T07:37:35.439Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/380)
37652026-08-25T07:37:35.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-08-25T07:37:35.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-08-25T07:37:35.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-08-25T07:37:35.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37692026-08-25T07:37:36.021Z
37702026-08-25T07:37:36.021Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/380)
37712026-08-25T07:37:36.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-08-25T07:37:36.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-08-25T07:37:36.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-08-25T07:37:36.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37752026-08-25T07:37:36.603Z
37762026-08-25T07:37:36.603Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/380)
37772026-08-25T07:37:37.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-08-25T07:37:37.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-08-25T07:37:37.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-08-25T07:37:37.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37812026-08-25T07:37:37.189Z
37822026-08-25T07:37:37.189Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/380)
37832026-08-25T07:37:37.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-08-25T07:37:37.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-08-25T07:37:37.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-08-25T07:37:37.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37872026-08-25T07:37:37.771Z
37882026-08-25T07:37:37.771Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/380)
37892026-08-25T07:37:38.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-25T07:37:38.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-25T07:37:38.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-25T07:37:38.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37932026-08-25T07:37:38.356Z
37942026-08-25T07:37:38.356Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/380)
37952026-08-25T07:37:38.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-25T07:37:38.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-25T07:37:38.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-25T07:37:38.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37992026-08-25T07:37:38.938Z
38002026-08-25T07:37:38.938Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/380)
38012026-08-25T07:37:39.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-25T07:37:39.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-25T07:37:39.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-25T07:37:39.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38052026-08-25T07:37:39.527Z
38062026-08-25T07:37:39.527Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/380)
38072026-08-25T07:37:40.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-25T07:37:40.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-25T07:37:40.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-08-25T07:37:40.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-08-25T07:37:40.111Z
38122026-08-25T07:37:40.111Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/380)
38132026-08-25T07:37:40.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-25T07:37:40.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-25T07:37:40.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-08-25T07:37:40.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38172026-08-25T07:37:40.701Z
38182026-08-25T07:37:40.702Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/380)
38192026-08-25T07:37:41.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-08-25T07:37:41.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-08-25T07:37:41.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-08-25T07:37:41.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38232026-08-25T07:37:41.290Z
38242026-08-25T07:37:41.290Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/380)
38252026-08-25T07:37:41.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-08-25T07:37:41.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-08-25T07:37:41.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-08-25T07:37:41.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38292026-08-25T07:37:41.872Z
38302026-08-25T07:37:41.872Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/380)
38312026-08-25T07:37:42.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-08-25T07:37:42.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-08-25T07:37:42.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-08-25T07:37:42.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38352026-08-25T07:37:42.481Z
38362026-08-25T07:37:42.481Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/380)
38372026-08-25T07:37:42.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-08-25T07:37:42.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-08-25T07:37:42.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-08-25T07:37:42.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38412026-08-25T07:37:43.083Z
38422026-08-25T07:37:43.083Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/380)
38432026-08-25T07:37:43.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-08-25T07:37:43.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-08-25T07:37:43.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-08-25T07:37:43.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38472026-08-25T07:37:43.690Z
38482026-08-25T07:37:43.690Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/380)
38492026-08-25T07:37:44.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-08-25T07:37:44.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-08-25T07:37:44.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-08-25T07:37:44.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38532026-08-25T07:37:44.294Z
38542026-08-25T07:37:44.294Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/380)
38552026-08-25T07:37:44.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-08-25T07:37:44.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-08-25T07:37:44.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-08-25T07:37:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38592026-08-25T07:37:44.901Z
38602026-08-25T07:37:44.901Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/380)
38612026-08-25T07:37:45.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-08-25T07:37:45.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-08-25T07:37:45.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-08-25T07:37:45.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38652026-08-25T07:37:45.506Z
38662026-08-25T07:37:45.506Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/380)
38672026-08-25T07:37:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-08-25T07:37:46.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-08-25T07:37:46.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-08-25T07:37:46.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38712026-08-25T07:37:46.109Z
38722026-08-25T07:37:46.109Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/380)
38732026-08-25T07:37:46.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-08-25T07:37:46.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-08-25T07:37:46.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-08-25T07:37:46.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38772026-08-25T07:37:46.715Z
38782026-08-25T07:37:46.715Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/380)
38792026-08-25T07:37:47.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-08-25T07:37:47.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-08-25T07:37:47.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-08-25T07:37:47.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38832026-08-25T07:37:47.323Z
38842026-08-25T07:37:47.323Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/380)
38852026-08-25T07:37:47.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-08-25T07:37:47.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-08-25T07:37:47.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-08-25T07:37:47.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38892026-08-25T07:37:47.922Z
38902026-08-25T07:37:47.922Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/380)
38912026-08-25T07:37:48.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-08-25T07:37:48.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-08-25T07:37:48.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-08-25T07:37:48.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38952026-08-25T07:37:48.527Z
38962026-08-25T07:37:48.527Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/380)
38972026-08-25T07:37:49.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-08-25T07:37:49.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-08-25T07:37:49.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-08-25T07:37:49.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39012026-08-25T07:37:49.130Z
39022026-08-25T07:37:49.130Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/380)
39032026-08-25T07:37:49.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-08-25T07:37:49.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-08-25T07:37:49.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-08-25T07:37:49.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39072026-08-25T07:37:49.730Z
39082026-08-25T07:37:49.730Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/380)
39092026-08-25T07:37:50.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-08-25T07:37:50.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-08-25T07:37:50.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-08-25T07:37:50.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39132026-08-25T07:37:50.330Z
39142026-08-25T07:37:50.330Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/380)
39152026-08-25T07:37:50.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-08-25T07:37:50.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-08-25T07:37:50.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-08-25T07:37:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39192026-08-25T07:37:50.929Z
39202026-08-25T07:37:50.929Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/380)
39212026-08-25T07:37:51.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-08-25T07:37:51.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-08-25T07:37:51.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-08-25T07:37:51.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39252026-08-25T07:37:51.526Z
39262026-08-25T07:37:51.526Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/380)
39272026-08-25T07:37:52.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-08-25T07:37:52.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-08-25T07:37:52.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-08-25T07:37:52.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39312026-08-25T07:37:52.123Z
39322026-08-25T07:37:52.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/380)
39332026-08-25T07:37:52.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-08-25T07:37:52.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-08-25T07:37:52.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-08-25T07:37:52.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39372026-08-25T07:37:52.725Z
39382026-08-25T07:37:52.725Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/380)
39392026-08-25T07:37:53.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-25T07:37:53.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-25T07:37:53.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-08-25T07:37:53.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39432026-08-25T07:37:53.312Z
39442026-08-25T07:37:53.312Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/380)
39452026-08-25T07:37:53.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-25T07:37:53.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-25T07:37:53.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-08-25T07:37:53.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39492026-08-25T07:37:53.891Z
39502026-08-25T07:37:53.891Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/380)
39512026-08-25T07:37:54.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-08-25T07:37:54.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-08-25T07:37:54.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-08-25T07:37:54.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39552026-08-25T07:37:54.472Z
39562026-08-25T07:37:54.472Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/380)
39572026-08-25T07:37:54.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-08-25T07:37:54.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-08-25T07:37:54.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-08-25T07:37:54.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-08-25T07:37:55.054Z
39622026-08-25T07:37:55.054Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/380)
39632026-08-25T07:37:55.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-25T07:37:55.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-25T07:37:55.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-08-25T07:37:55.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39672026-08-25T07:37:55.638Z
39682026-08-25T07:37:55.638Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/380)
39692026-08-25T07:37:56.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-25T07:37:56.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-25T07:37:56.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-08-25T07:37:56.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39732026-08-25T07:37:56.219Z
39742026-08-25T07:37:56.219Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/380)
39752026-08-25T07:37:56.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-08-25T07:37:56.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-08-25T07:37:56.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-08-25T07:37:56.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-08-25T07:37:56.799Z
39802026-08-25T07:37:56.800Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/380)
39812026-08-25T07:37:57.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-08-25T07:37:57.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-08-25T07:37:57.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-08-25T07:37:57.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39852026-08-25T07:37:57.381Z
39862026-08-25T07:37:57.381Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/380)
39872026-08-25T07:37:57.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-25T07:37:57.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-25T07:37:57.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-25T07:37:57.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-08-25T07:37:57.966Z
39922026-08-25T07:37:57.966Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/380)
39932026-08-25T07:37:58.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-25T07:37:58.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-25T07:37:58.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-25T07:37:58.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-25T07:37:58.550Z
39982026-08-25T07:37:58.550Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/380)
39992026-08-25T07:37:59.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-25T07:37:59.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-25T07:37:59.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-25T07:37:59.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-25T07:37:59.136Z
40042026-08-25T07:37:59.136Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/380)
40052026-08-25T07:37:59.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-25T07:37:59.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-25T07:37:59.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-25T07:37:59.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-08-25T07:37:59.719Z
40102026-08-25T07:37:59.719Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/380)
40112026-08-25T07:38:00.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-25T07:38:00.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-25T07:38:00.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-25T07:38:00.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40152026-08-25T07:38:00.301Z
40162026-08-25T07:38:00.301Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/380)
40172026-08-25T07:38:00.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-25T07:38:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-25T07:38:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-25T07:38:00.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-25T07:38:00.884Z
40222026-08-25T07:38:00.884Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/380)
40232026-08-25T07:38:01.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-25T07:38:01.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-25T07:38:01.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-25T07:38:01.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40272026-08-25T07:38:01.466Z
40282026-08-25T07:38:01.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/380)
40292026-08-25T07:38:01.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-25T07:38:01.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-25T07:38:01.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-25T07:38:01.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40332026-08-25T07:38:02.045Z
40342026-08-25T07:38:02.045Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/380)
40352026-08-25T07:38:02.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-25T07:38:02.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-25T07:38:02.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-25T07:38:02.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40392026-08-25T07:38:02.648Z
40402026-08-25T07:38:02.648Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/380)
40412026-08-25T07:38:03.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-25T07:38:03.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-25T07:38:03.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-25T07:38:03.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-25T07:38:03.251Z
40462026-08-25T07:38:03.251Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/380)
40472026-08-25T07:38:03.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-25T07:38:03.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-25T07:38:03.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-25T07:38:03.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40512026-08-25T07:38:03.850Z
40522026-08-25T07:38:03.850Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/380)
40532026-08-25T07:38:04.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-25T07:38:04.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-25T07:38:04.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-25T07:38:04.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40572026-08-25T07:38:04.458Z
40582026-08-25T07:38:04.458Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/380)
40592026-08-25T07:38:04.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-25T07:38:04.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-25T07:38:04.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-25T07:38:04.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40632026-08-25T07:38:05.061Z
40642026-08-25T07:38:05.061Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/380)
40652026-08-25T07:38:05.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-25T07:38:05.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-25T07:38:05.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-25T07:38:05.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-25T07:38:05.664Z
40702026-08-25T07:38:05.664Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/380)
40712026-08-25T07:38:06.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-25T07:38:06.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-25T07:38:06.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-25T07:38:06.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40752026-08-25T07:38:06.269Z
40762026-08-25T07:38:06.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/380)
40772026-08-25T07:38:06.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-25T07:38:06.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-25T07:38:06.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-25T07:38:06.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-25T07:38:06.870Z
40822026-08-25T07:38:06.870Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/380)
40832026-08-25T07:38:07.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-25T07:38:07.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-25T07:38:07.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-25T07:38:07.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40872026-08-25T07:38:07.477Z
40882026-08-25T07:38:07.477Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/380)
40892026-08-25T07:38:07.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-25T07:38:07.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-25T07:38:07.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-25T07:38:07.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-25T07:38:08.080Z
40942026-08-25T07:38:08.080Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/380)
40952026-08-25T07:38:08.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-25T07:38:08.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-25T07:38:08.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-25T07:38:08.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-25T07:38:08.686Z
41002026-08-25T07:38:08.686Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/380)
41012026-08-25T07:38:09.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-25T07:38:09.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-25T07:38:09.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-25T07:38:09.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-08-25T07:38:09.374Z
41062026-08-25T07:38:09.375Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/380)
41072026-08-25T07:38:09.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-25T07:38:09.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-25T07:38:09.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-25T07:38:09.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41112026-08-25T07:38:09.895Z
41122026-08-25T07:38:09.895Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/380)
41132026-08-25T07:38:10.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-25T07:38:10.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-25T07:38:10.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-25T07:38:10.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41172026-08-25T07:38:10.498Z
41182026-08-25T07:38:10.498Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/380)
41192026-08-25T07:38:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-25T07:38:11.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-25T07:38:11.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-25T07:38:11.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41232026-08-25T07:38:11.100Z
41242026-08-25T07:38:11.100Zinfo: running `cargo check --bins` on oximeter-producer (235/380)
41252026-08-25T07:38:11.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-25T07:38:11.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-25T07:38:11.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-25T07:38:11.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-25T07:38:11.723Z
41302026-08-25T07:38:11.723Zinfo: running `cargo check --bins` on internal-dns-resolver (236/380)
41312026-08-25T07:38:12.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-25T07:38:12.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-25T07:38:12.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-25T07:38:12.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41352026-08-25T07:38:12.310Z
41362026-08-25T07:38:12.310Zinfo: running `cargo check --bins` on dns-server (237/380)
41372026-08-25T07:38:12.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-25T07:38:12.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-25T07:38:12.966Z Compiling parking_lot_core v0.8.6
41402026-08-25T07:38:12.970Z Compiling git-stub v1.0.0
41412026-08-25T07:38:12.970Z Checking prefix-trie v0.7.0
41422026-08-25T07:38:13.087Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41432026-08-25T07:38:13.199Z Compiling git-stub-vcs v0.1.0
41442026-08-25T07:38:13.358Z Checking hickory-server v0.25.2
41452026-08-25T07:38:13.470Z Checking parking_lot v0.11.2
41462026-08-25T07:38:13.503Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41472026-08-25T07:38:13.640Z Checking sled v0.34.7
41482026-08-25T07:38:15.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
41492026-08-25T07:38:15.757Z
41502026-08-25T07:38:15.757Zinfo: running `cargo check --bins` on dns-server-api (238/380)
41512026-08-25T07:38:16.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-25T07:38:16.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-25T07:38:16.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-25T07:38:16.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41552026-08-25T07:38:16.341Z
41562026-08-25T07:38:16.341Zinfo: running `cargo check --bins` on nexus-client (239/380)
41572026-08-25T07:38:16.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-25T07:38:16.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-25T07:38:16.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-25T07:38:16.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41612026-08-25T07:38:16.962Z
41622026-08-25T07:38:16.962Zinfo: running `cargo check --bins` on oximeter-producer-api (240/380)
41632026-08-25T07:38:17.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-25T07:38:17.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-25T07:38:17.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-25T07:38:17.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41672026-08-25T07:38:17.542Z
41682026-08-25T07:38:17.542Zinfo: running `cargo check --bins` on sp-sim (241/380)
41692026-08-25T07:38:18.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-25T07:38:18.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-25T07:38:18.263Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41722026-08-25T07:38:18.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41732026-08-25T07:38:18.978Z
41742026-08-25T07:38:18.978Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/380)
41752026-08-25T07:38:19.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-25T07:38:19.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-25T07:38:19.821Z Compiling proc-macro-error-attr2 v2.0.0
41782026-08-25T07:38:19.954Z Compiling hashbrown v0.14.5
41792026-08-25T07:38:19.954Z Compiling rfc6979 v0.4.0
41802026-08-25T07:38:19.970Z Compiling salty v0.3.0
41812026-08-25T07:38:19.980Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41822026-08-25T07:38:19.993Z Compiling primeorder v0.13.6
41832026-08-25T07:38:20.007Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41842026-08-25T07:38:20.074Z Compiling ecdsa v0.16.9
41852026-08-25T07:38:20.137Z Compiling sha1 v0.10.6
41862026-08-25T07:38:20.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41872026-08-25T07:38:20.320Z Compiling proc-macro-error2 v2.0.1
41882026-08-25T07:38:20.428Z Compiling p384 v0.13.1
41892026-08-25T07:38:20.448Z Compiling chumsky v0.9.3
41902026-08-25T07:38:20.465Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41912026-08-25T07:38:20.495Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41922026-08-25T07:38:20.624Z Compiling knus-derive v3.4.0
41932026-08-25T07:38:20.660Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41942026-08-25T07:38:20.739Z Checking libscf-sys v1.2.0
41952026-08-25T07:38:20.768Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41962026-08-25T07:38:20.871Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41972026-08-25T07:38:20.970Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41982026-08-25T07:38:20.988Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41992026-08-25T07:38:21.166Z Checking corncobs v0.1.4
42002026-08-25T07:38:21.195Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
42012026-08-25T07:38:21.211Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42022026-08-25T07:38:21.227Z Checking papergrid v0.18.0
42032026-08-25T07:38:21.258Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42042026-08-25T07:38:21.292Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
42052026-08-25T07:38:21.344Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
42062026-08-25T07:38:21.397Z Checking secrecy v0.8.0
42072026-08-25T07:38:21.527Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42082026-08-25T07:38:21.544Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
42092026-08-25T07:38:21.662Z Compiling unicase v2.9.0
42102026-08-25T07:38:21.770Z Compiling progenitor-impl v0.13.0
42112026-08-25T07:38:21.815Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
42122026-08-25T07:38:21.863Z Compiling mime_guess v2.0.5
42132026-08-25T07:38:22.008Z Checking tabled v0.21.0
42142026-08-25T07:38:22.024Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42152026-08-25T07:38:22.062Z Compiling knus v3.4.0
42162026-08-25T07:38:22.077Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42172026-08-25T07:38:22.188Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
42182026-08-25T07:38:22.397Z Checking crc8 v0.1.1
42192026-08-25T07:38:22.853Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
42202026-08-25T07:38:22.884Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42212026-08-25T07:38:22.963Z Checking progenitor-client v0.13.0
42222026-08-25T07:38:23.218Z Checking http-range v0.1.5
42232026-08-25T07:38:23.351Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42242026-08-25T07:38:23.439Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42252026-08-25T07:38:23.536Z Checking scuffle v0.1.0
42262026-08-25T07:38:23.810Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-08-25T07:38:24.110Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42282026-08-25T07:38:24.174Z Checking nanorand v0.7.0
42292026-08-25T07:38:24.332Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42302026-08-25T07:38:24.379Z Checking flume v0.11.1
42312026-08-25T07:38:24.398Z Checking hyper-staticfile v0.10.1
42322026-08-25T07:38:24.413Z Compiling progenitor-macro v0.13.0
42332026-08-25T07:38:24.496Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42342026-08-25T07:38:24.643Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42352026-08-25T07:38:24.689Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
42362026-08-25T07:38:24.819Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42372026-08-25T07:38:24.834Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42382026-08-25T07:38:24.872Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42392026-08-25T07:38:25.054Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
42402026-08-25T07:38:25.075Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42412026-08-25T07:38:25.214Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42422026-08-25T07:38:25.353Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42432026-08-25T07:38:25.370Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
42442026-08-25T07:38:25.467Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42452026-08-25T07:38:25.519Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42462026-08-25T07:38:25.584Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
42472026-08-25T07:38:26.140Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
42482026-08-25T07:38:26.715Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
42492026-08-25T07:38:27.956Z Checking progenitor v0.13.0
42502026-08-25T07:38:28.100Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42512026-08-25T07:38:28.720Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42522026-08-25T07:38:29.810Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
42532026-08-25T07:38:30.397Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
42542026-08-25T07:38:30.398Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
42552026-08-25T07:38:32.115Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
42562026-08-25T07:38:44.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.63s
42572026-08-25T07:38:44.620Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42582026-08-25T07:38:44.620Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42592026-08-25T07:38:44.820Z
42602026-08-25T07:38:44.820Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/380)
42612026-08-25T07:38:45.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-25T07:38:45.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-25T07:38:45.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42642026-08-25T07:38:56.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
42652026-08-25T07:38:56.862Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42662026-08-25T07:38:56.862Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42672026-08-25T07:38:57.068Z
42682026-08-25T07:38:57.068Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/380)
42692026-08-25T07:38:57.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-25T07:38:57.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-25T07:38:57.855Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42722026-08-25T07:39:09.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s
42732026-08-25T07:39:09.130Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42742026-08-25T07:39:09.130Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42752026-08-25T07:39:09.333Z
42762026-08-25T07:39:09.333Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/380)
42772026-08-25T07:39:09.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-25T07:39:09.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-25T07:39:10.121Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42802026-08-25T07:39:21.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
42812026-08-25T07:39:21.357Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42822026-08-25T07:39:21.357Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42832026-08-25T07:39:21.560Z
42842026-08-25T07:39:21.560Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/380)
42852026-08-25T07:39:22.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-08-25T07:39:22.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-08-25T07:39:22.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42882026-08-25T07:39:33.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s
42892026-08-25T07:39:33.625Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42902026-08-25T07:39:33.625Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42912026-08-25T07:39:33.827Z
42922026-08-25T07:39:33.827Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/380)
42932026-08-25T07:39:34.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-25T07:39:34.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-25T07:39:34.617Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42962026-08-25T07:39:45.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.00s
42972026-08-25T07:39:45.840Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42982026-08-25T07:39:45.840Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42992026-08-25T07:39:46.041Z
43002026-08-25T07:39:46.041Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/380)
43012026-08-25T07:39:46.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-25T07:39:46.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-25T07:39:46.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43042026-08-25T07:39:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
43052026-08-25T07:39:58.070Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43062026-08-25T07:39:58.070Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43072026-08-25T07:39:58.271Z
43082026-08-25T07:39:58.271Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/380)
43092026-08-25T07:39:58.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-08-25T07:39:58.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-08-25T07:39:59.051Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43122026-08-25T07:40:10.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s
43132026-08-25T07:40:10.341Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43142026-08-25T07:40:10.341Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43152026-08-25T07:40:10.544Z
43162026-08-25T07:40:10.544Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/380)
43172026-08-25T07:40:11.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-25T07:40:11.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-25T07:40:11.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-25T07:40:11.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43212026-08-25T07:40:11.127Z
43222026-08-25T07:40:11.127Zinfo: running `cargo check --bins` on installinator-common (251/380)
43232026-08-25T07:40:11.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-25T07:40:11.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-25T07:40:11.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-25T07:40:11.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-25T07:40:11.728Z
43282026-08-25T07:40:11.729Zinfo: running `cargo check --bins` on installinator-common-versions (252/380)
43292026-08-25T07:40:12.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-25T07:40:12.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-25T07:40:12.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-25T07:40:12.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43332026-08-25T07:40:12.288Z
43342026-08-25T07:40:12.288Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/380)
43352026-08-25T07:40:12.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-25T07:40:12.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-25T07:40:12.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-25T07:40:12.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43392026-08-25T07:40:12.903Z
43402026-08-25T07:40:12.904Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/380)
43412026-08-25T07:40:13.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-25T07:40:13.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-25T07:40:13.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-25T07:40:13.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43452026-08-25T07:40:13.486Z
43462026-08-25T07:40:13.486Zinfo: running `cargo check --bins` on range-requests (255/380)
43472026-08-25T07:40:13.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-25T07:40:13.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-25T07:40:13.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-25T07:40:13.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43512026-08-25T07:40:14.065Z
43522026-08-25T07:40:14.065Zinfo: running `cargo check --bins` on repo-depot-api (256/380)
43532026-08-25T07:40:14.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-25T07:40:14.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-25T07:40:14.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-25T07:40:14.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43572026-08-25T07:40:14.642Z
43582026-08-25T07:40:14.642Zinfo: running `cargo check --bins` on repo-depot-client (257/380)
43592026-08-25T07:40:15.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-25T07:40:15.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-25T07:40:15.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-25T07:40:15.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43632026-08-25T07:40:15.206Z
43642026-08-25T07:40:15.206Zinfo: running `cargo check --bins` on sled-agent-api (258/380)
43652026-08-25T07:40:15.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-25T07:40:15.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-25T07:40:15.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-25T07:40:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43692026-08-25T07:40:15.803Z
43702026-08-25T07:40:15.804Zinfo: running `cargo check --bins` on sled-diagnostics (259/380)
43712026-08-25T07:40:16.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-25T07:40:16.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-25T07:40:16.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-25T07:40:16.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43752026-08-25T07:40:16.399Z
43762026-08-25T07:40:16.399Zinfo: running `cargo check --bins` on zfs-test-harness (260/380)
43772026-08-25T07:40:16.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-25T07:40:16.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-25T07:40:16.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-25T07:40:16.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43812026-08-25T07:40:16.996Z
43822026-08-25T07:40:16.996Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/380)
43832026-08-25T07:40:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-25T07:40:17.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-25T07:40:17.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-25T07:40:17.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43872026-08-25T07:40:17.600Z
43882026-08-25T07:40:17.600Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/380)
43892026-08-25T07:40:18.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-25T07:40:18.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-25T07:40:18.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-25T07:40:18.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43932026-08-25T07:40:18.199Z
43942026-08-25T07:40:18.199Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/380)
43952026-08-25T07:40:18.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-25T07:40:18.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-25T07:40:18.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-25T07:40:18.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-08-25T07:40:18.801Z
44002026-08-25T07:40:18.801Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/380)
44012026-08-25T07:40:19.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-25T07:40:19.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-25T07:40:19.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-25T07:40:19.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44052026-08-25T07:40:19.401Z
44062026-08-25T07:40:19.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/380)
44072026-08-25T07:40:19.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-25T07:40:19.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-25T07:40:19.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-25T07:40:19.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44112026-08-25T07:40:20.002Z
44122026-08-25T07:40:20.002Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/380)
44132026-08-25T07:40:20.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-25T07:40:20.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-25T07:40:20.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-25T07:40:20.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-08-25T07:40:20.601Z
44182026-08-25T07:40:20.601Zinfo: running `cargo check --bins` on trust-quorum (267/380)
44192026-08-25T07:40:21.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-25T07:40:21.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-25T07:40:21.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-25T07:40:21.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44232026-08-25T07:40:21.207Z
44242026-08-25T07:40:21.207Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/380)
44252026-08-25T07:40:21.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-25T07:40:21.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-25T07:40:21.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-25T07:40:21.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44292026-08-25T07:40:21.802Z
44302026-08-25T07:40:21.802Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/380)
44312026-08-25T07:40:22.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-25T07:40:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-25T07:40:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-08-25T07:40:22.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44352026-08-25T07:40:22.398Z
44362026-08-25T07:40:22.398Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/380)
44372026-08-25T07:40:22.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-08-25T07:40:22.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-08-25T07:40:22.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-08-25T07:40:22.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44412026-08-25T07:40:23.022Z
44422026-08-25T07:40:23.022Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/380)
44432026-08-25T07:40:23.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-08-25T07:40:23.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-08-25T07:40:23.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-08-25T07:40:23.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44472026-08-25T07:40:23.651Z
44482026-08-25T07:40:23.651Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/380)
44492026-08-25T07:40:24.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-08-25T07:40:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-08-25T07:40:24.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-08-25T07:40:24.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44532026-08-25T07:40:24.271Z
44542026-08-25T07:40:24.271Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/380)
44552026-08-25T07:40:24.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-08-25T07:40:24.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-08-25T07:40:24.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-08-25T07:40:24.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44592026-08-25T07:40:24.897Z
44602026-08-25T07:40:24.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/380)
44612026-08-25T07:40:25.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-08-25T07:40:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-08-25T07:40:25.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-08-25T07:40:25.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44652026-08-25T07:40:25.527Z
44662026-08-25T07:40:25.527Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/380)
44672026-08-25T07:40:26.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-25T07:40:26.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-25T07:40:26.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-08-25T07:40:26.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44712026-08-25T07:40:26.093Z
44722026-08-25T07:40:26.093Zinfo: running `cargo check --bins` on transient-dns-server (276/380)
44732026-08-25T07:40:26.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-25T07:40:26.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-25T07:40:26.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-25T07:40:26.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44772026-08-25T07:40:26.685Z
44782026-08-25T07:40:26.685Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/380)
44792026-08-25T07:40:27.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-25T07:40:27.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-25T07:40:27.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-25T07:40:27.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44832026-08-25T07:40:27.287Z
44842026-08-25T07:40:27.287Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/380)
44852026-08-25T07:40:27.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-25T07:40:27.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-25T07:40:27.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-25T07:40:27.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44892026-08-25T07:40:27.885Z
44902026-08-25T07:40:27.885Zinfo: running `cargo check --bins` on omicron-rpaths (279/380)
44912026-08-25T07:40:28.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-25T07:40:28.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-25T07:40:28.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-25T07:40:28.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44952026-08-25T07:40:28.452Z
44962026-08-25T07:40:28.452Zinfo: running `cargo check --bins` on omicron-repl-utils (280/380)
44972026-08-25T07:40:28.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-25T07:40:28.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-25T07:40:28.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-25T07:40:28.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45012026-08-25T07:40:29.020Z
45022026-08-25T07:40:29.021Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/380)
45032026-08-25T07:40:29.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-25T07:40:29.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-25T07:40:29.732Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45062026-08-25T07:40:30.148Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45072026-08-25T07:40:31.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
45082026-08-25T07:40:31.539Z
45092026-08-25T07:40:31.539Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/380)
45102026-08-25T07:40:32.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-08-25T07:40:32.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-08-25T07:40:32.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45132026-08-25T07:40:32.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45142026-08-25T07:40:32.125Z
45152026-08-25T07:40:32.125Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/380)
45162026-08-25T07:40:32.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-08-25T07:40:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-08-25T07:40:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-08-25T07:40:32.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45202026-08-25T07:40:32.708Z
45212026-08-25T07:40:32.709Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/380)
45222026-08-25T07:40:33.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-08-25T07:40:33.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-08-25T07:40:33.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-08-25T07:40:33.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45262026-08-25T07:40:33.300Z
45272026-08-25T07:40:33.300Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/380)
45282026-08-25T07:40:33.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-08-25T07:40:33.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-08-25T07:40:33.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-08-25T07:40:33.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45322026-08-25T07:40:33.876Z
45332026-08-25T07:40:33.876Zinfo: running `cargo check --bins` on installinator-client (286/380)
45342026-08-25T07:40:34.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-08-25T07:40:34.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-08-25T07:40:34.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-08-25T07:40:34.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45382026-08-25T07:40:34.461Z
45392026-08-25T07:40:34.461Zinfo: running `cargo check --bins` on oxide-client (287/380)
45402026-08-25T07:40:34.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-08-25T07:40:34.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-08-25T07:40:34.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-08-25T07:40:34.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45442026-08-25T07:40:35.027Z
45452026-08-25T07:40:35.028Zinfo: running `cargo check --bins` on oximeter-client (288/380)
45462026-08-25T07:40:35.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-08-25T07:40:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-08-25T07:40:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-08-25T07:40:35.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45502026-08-25T07:40:35.609Z
45512026-08-25T07:40:35.609Zinfo: running `cargo check --bins` on wicketd-client (289/380)
45522026-08-25T07:40:36.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-25T07:40:36.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-25T07:40:36.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-08-25T07:40:36.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45562026-08-25T07:40:36.216Z
45572026-08-25T07:40:36.216Zinfo: running `cargo check --bins` on wicket-common (290/380)
45582026-08-25T07:40:36.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-08-25T07:40:36.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-08-25T07:40:36.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-08-25T07:40:36.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45622026-08-25T07:40:36.807Z
45632026-08-25T07:40:36.807Zinfo: running `cargo check --bins` on wicketd-commission-client (291/380)
45642026-08-25T07:40:37.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-08-25T07:40:37.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-08-25T07:40:37.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45672026-08-25T07:40:37.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45682026-08-25T07:40:37.397Z
45692026-08-25T07:40:37.397Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/380)
45702026-08-25T07:40:37.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-08-25T07:40:37.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-08-25T07:40:38.079Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45732026-08-25T07:40:38.082Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45742026-08-25T07:40:39.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
45752026-08-25T07:40:39.445Z
45762026-08-25T07:40:39.445Zinfo: running `cargo check --bins` on cockroach-admin-api (293/380)
45772026-08-25T07:40:39.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-25T07:40:39.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-25T07:40:39.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-25T07:40:39.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45812026-08-25T07:40:40.024Z
45822026-08-25T07:40:40.024Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/380)
45832026-08-25T07:40:40.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-25T07:40:40.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-25T07:40:40.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-25T07:40:40.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45872026-08-25T07:40:40.691Z
45882026-08-25T07:40:40.691Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/380)
45892026-08-25T07:40:41.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-25T07:40:41.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-25T07:40:41.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-25T07:40:41.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45932026-08-25T07:40:41.358Z
45942026-08-25T07:40:41.358Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/380)
45952026-08-25T07:40:41.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-25T07:40:41.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-25T07:40:41.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-25T07:40:41.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-25T07:40:41.996Z
46002026-08-25T07:40:41.996Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/380)
46012026-08-25T07:40:42.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-25T07:40:42.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-25T07:40:42.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-25T07:40:42.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46052026-08-25T07:40:42.632Z
46062026-08-25T07:40:42.632Zinfo: running `cargo check --bins` on db-macros (298/380)
46072026-08-25T07:40:43.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-25T07:40:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-25T07:40:43.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-25T07:40:43.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46112026-08-25T07:40:43.193Z
46122026-08-25T07:40:43.193Zinfo: running `cargo check --bins` on nexus-macros-common (299/380)
46132026-08-25T07:40:43.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-25T07:40:43.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-25T07:40:43.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-25T07:40:43.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46172026-08-25T07:40:43.754Z
46182026-08-25T07:40:43.754Zinfo: running `cargo check --bins` on nexus-auth (300/380)
46192026-08-25T07:40:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-25T07:40:44.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-25T07:40:44.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-25T07:40:44.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46232026-08-25T07:40:44.386Z
46242026-08-25T07:40:44.386Zinfo: running `cargo check --bins` on authz-macros (301/380)
46252026-08-25T07:40:44.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-25T07:40:44.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-25T07:40:44.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46282026-08-25T07:40:44.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46292026-08-25T07:40:44.951Z
46302026-08-25T07:40:44.952Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/380)
46312026-08-25T07:40:45.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-25T07:40:45.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-25T07:40:45.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46342026-08-25T07:40:45.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46352026-08-25T07:40:45.574Z
46362026-08-25T07:40:45.574Zinfo: running `cargo check --bins` on nexus-db-model (303/380)
46372026-08-25T07:40:46.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-25T07:40:46.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-25T07:40:46.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-25T07:40:46.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46412026-08-25T07:40:46.185Z
46422026-08-25T07:40:46.185Zinfo: running `cargo check --bins` on nexus-db-schema (304/380)
46432026-08-25T07:40:46.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-25T07:40:46.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-25T07:40:46.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-25T07:40:46.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46472026-08-25T07:40:46.751Z
46482026-08-25T07:40:46.751Zinfo: running `cargo check --bins` on nexus-defaults (305/380)
46492026-08-25T07:40:47.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-25T07:40:47.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-25T07:40:47.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-25T07:40:47.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46532026-08-25T07:40:47.333Z
46542026-08-25T07:40:47.333Zinfo: running `cargo check --bins` on omicron-git-version (306/380)
46552026-08-25T07:40:47.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-25T07:40:47.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-25T07:40:47.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-25T07:40:47.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46592026-08-25T07:40:47.900Z
46602026-08-25T07:40:47.900Zinfo: running `cargo check --bins` on nexus-db-errors (307/380)
46612026-08-25T07:40:48.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-25T07:40:48.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-25T07:40:48.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-25T07:40:48.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46652026-08-25T07:40:48.534Z
46662026-08-25T07:40:48.534Zinfo: running `cargo check --bins` on nexus-db-lookup (308/380)
46672026-08-25T07:40:49.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-25T07:40:49.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-25T07:40:49.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-25T07:40:49.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46712026-08-25T07:40:49.167Z
46722026-08-25T07:40:49.167Zinfo: running `cargo check --bins` on nexus-test-interface (309/380)
46732026-08-25T07:40:49.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-25T07:40:49.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-25T07:40:49.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-25T07:40:49.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46772026-08-25T07:40:49.798Z
46782026-08-25T07:40:49.798Zinfo: running `cargo check --bins` on oximeter-collector (310/380)
46792026-08-25T07:40:50.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-25T07:40:50.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-25T07:40:50.524Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46822026-08-25T07:40:50.524Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46832026-08-25T07:40:51.199Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46842026-08-25T07:40:52.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
46852026-08-25T07:40:53.102Z
46862026-08-25T07:40:53.103Zinfo: running `cargo check --bins` on oximeter-api (311/380)
46872026-08-25T07:40:53.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-08-25T07:40:53.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-08-25T07:40:53.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46902026-08-25T07:40:53.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46912026-08-25T07:40:53.676Z
46922026-08-25T07:40:53.676Zinfo: running `cargo check --bins` on cert-dev (312/380)
46932026-08-25T07:40:54.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-08-25T07:40:54.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-08-25T07:40:54.291Z Checking yasna v0.5.2
46962026-08-25T07:40:54.696Z Checking rcgen v0.12.1
46972026-08-25T07:40:54.949Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46982026-08-25T07:40:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46992026-08-25T07:40:55.299Z
47002026-08-25T07:40:55.299Zinfo: running `cargo check --bins` on clickana (313/380)
47012026-08-25T07:40:55.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-08-25T07:40:55.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-08-25T07:40:55.943Z Compiling instability v0.3.11
47042026-08-25T07:40:55.944Z Checking castaway v0.2.4
47052026-08-25T07:40:55.947Z Compiling indoc v2.0.7
47062026-08-25T07:40:55.947Z Checking unicode-truncate v1.1.0
47072026-08-25T07:40:55.947Z Checking lru v0.12.5
47082026-08-25T07:40:55.947Z Checking cassowary v0.3.0
47092026-08-25T07:40:56.142Z Checking compact_str v0.8.1
47102026-08-25T07:40:56.956Z Checking ratatui v0.29.0
47112026-08-25T07:40:58.010Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47122026-08-25T07:40:58.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
47132026-08-25T07:40:58.905Z
47142026-08-25T07:40:58.905Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/380)
47152026-08-25T07:40:59.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-08-25T07:40:59.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-08-25T07:40:59.627Z Checking headers-core v0.3.0
47182026-08-25T07:40:59.630Z Checking port-file v0.1.0
47192026-08-25T07:40:59.630Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47202026-08-25T07:40:59.824Z Checking headers v0.4.1
47212026-08-25T07:41:00.200Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47222026-08-25T07:41:01.160Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47232026-08-25T07:41:01.685Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47242026-08-25T07:41:02.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
47252026-08-25T07:41:02.324Z
47262026-08-25T07:41:02.324Zinfo: running `cargo check --bins` on ch-dev (315/380)
47272026-08-25T07:41:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-08-25T07:41:02.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-08-25T07:41:03.047Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47302026-08-25T07:41:03.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
47312026-08-25T07:41:04.006Z
47322026-08-25T07:41:04.006Zinfo: running `cargo check --bins` on dev-tools-common (316/380)
47332026-08-25T07:41:04.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-08-25T07:41:04.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-08-25T07:41:04.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-08-25T07:41:04.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
47372026-08-25T07:41:04.431Z
47382026-08-25T07:41:04.432Zinfo: running `cargo check --bins` on corpus-adjust (317/380)
47392026-08-25T07:41:04.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-08-25T07:41:04.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-08-25T07:41:05.069Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
47422026-08-25T07:41:05.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47432026-08-25T07:41:05.617Z
47442026-08-25T07:41:05.617Zinfo: running `cargo check --bins` on crdb-seed (318/380)
47452026-08-25T07:41:06.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-08-25T07:41:06.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-08-25T07:41:06.341Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47482026-08-25T07:41:07.437Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47492026-08-25T07:41:07.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
47502026-08-25T07:41:07.987Z
47512026-08-25T07:41:07.987Zinfo: running `cargo check --bins` on db-dev (319/380)
47522026-08-25T07:41:08.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-08-25T07:41:08.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-08-25T07:41:08.722Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47552026-08-25T07:41:09.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
47562026-08-25T07:41:09.682Z
47572026-08-25T07:41:09.682Zinfo: running `cargo check --bins` on omicron-dev-lib (320/380)
47582026-08-25T07:41:10.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-25T07:41:10.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-25T07:41:10.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47612026-08-25T07:41:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47622026-08-25T07:41:10.302Z
47632026-08-25T07:41:10.302Zinfo: running `cargo check --bins` on xtask-downloader (321/380)
47642026-08-25T07:41:10.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-08-25T07:41:10.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-08-25T07:41:10.922Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47672026-08-25T07:41:11.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47682026-08-25T07:41:11.774Z
47692026-08-25T07:41:11.774Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/380)
47702026-08-25T07:41:12.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-08-25T07:41:12.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-08-25T07:41:12.527Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47732026-08-25T07:41:12.527Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47742026-08-25T07:41:12.531Z Checking git-stub v1.0.0
47752026-08-25T07:41:12.531Z Compiling trait-variant v0.1.2
47762026-08-25T07:41:12.531Z Checking maplit v1.0.2
47772026-08-25T07:41:12.674Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47782026-08-25T07:41:12.677Z Checking drift v0.2.0
47792026-08-25T07:41:12.677Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47802026-08-25T07:41:12.715Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47812026-08-25T07:41:12.796Z Checking git-stub-vcs v0.1.0
47822026-08-25T07:41:12.858Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47832026-08-25T07:41:12.882Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47842026-08-25T07:41:12.990Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47852026-08-25T07:41:13.041Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47862026-08-25T07:41:13.055Z Checking dropshot-api-manager v0.8.0
47872026-08-25T07:41:13.188Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47882026-08-25T07:41:13.395Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47892026-08-25T07:41:13.904Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47902026-08-25T07:41:14.830Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47912026-08-25T07:41:15.841Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47922026-08-25T07:41:16.684Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47932026-08-25T07:41:17.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
47942026-08-25T07:41:17.322Z
47952026-08-25T07:41:17.322Zinfo: running `cargo check --bins` on installinator-api (323/380)
47962026-08-25T07:41:17.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-08-25T07:41:17.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-08-25T07:41:17.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47992026-08-25T07:41:17.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48002026-08-25T07:41:17.904Z
48012026-08-25T07:41:17.904Zinfo: running `cargo check --bins` on nexus-external-api (324/380)
48022026-08-25T07:41:18.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-08-25T07:41:18.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-08-25T07:41:18.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48052026-08-25T07:41:18.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48062026-08-25T07:41:18.518Z
48072026-08-25T07:41:18.518Zinfo: running `cargo check --bins` on nexus-internal-api (325/380)
48082026-08-25T07:41:19.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-08-25T07:41:19.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-08-25T07:41:19.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48112026-08-25T07:41:19.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48122026-08-25T07:41:19.137Z
48132026-08-25T07:41:19.137Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/380)
48142026-08-25T07:41:19.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48152026-08-25T07:41:19.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48162026-08-25T07:41:19.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48172026-08-25T07:41:19.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48182026-08-25T07:41:19.767Z
48192026-08-25T07:41:19.767Zinfo: running `cargo check --bins` on ntp-admin-api (327/380)
48202026-08-25T07:41:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48212026-08-25T07:41:20.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48222026-08-25T07:41:20.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48232026-08-25T07:41:20.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48242026-08-25T07:41:20.351Z
48252026-08-25T07:41:20.351Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/380)
48262026-08-25T07:41:20.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48272026-08-25T07:41:20.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48282026-08-25T07:41:20.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48292026-08-25T07:41:20.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48302026-08-25T07:41:20.924Z
48312026-08-25T07:41:20.924Zinfo: running `cargo check --bins` on wicketd-api (329/380)
48322026-08-25T07:41:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-08-25T07:41:21.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-08-25T07:41:21.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48352026-08-25T07:41:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48362026-08-25T07:41:21.520Z
48372026-08-25T07:41:21.520Zinfo: running `cargo check --bins` on wicketd-commission-api (330/380)
48382026-08-25T07:41:22.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48392026-08-25T07:41:22.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48402026-08-25T07:41:22.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48412026-08-25T07:41:22.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48422026-08-25T07:41:22.110Z
48432026-08-25T07:41:22.110Zinfo: running `cargo check --bins` on omicron-ls-apis (331/380)
48442026-08-25T07:41:22.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-08-25T07:41:22.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-08-25T07:41:22.739Z Compiling blake3 v1.8.5
48472026-08-25T07:41:22.846Z Checking constant_time_eq v0.4.2
48482026-08-25T07:41:22.849Z Checking arrayvec v0.7.6
48492026-08-25T07:41:22.856Z Checking arrayref v0.3.9
48502026-08-25T07:41:22.872Z Checking cargo-platform v0.3.2
48512026-08-25T07:41:22.872Z Checking topological-sort v0.2.2
48522026-08-25T07:41:22.875Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48532026-08-25T07:41:23.022Z Checking cargo_metadata v0.23.1
48542026-08-25T07:41:23.718Z Checking omicron-zone-package v0.12.3
48552026-08-25T07:41:24.439Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48562026-08-25T07:41:25.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
48572026-08-25T07:41:25.448Z
48582026-08-25T07:41:25.448Zinfo: running `cargo check --bins` on mgs-dev (332/380)
48592026-08-25T07:41:25.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-08-25T07:41:25.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-08-25T07:41:26.184Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48622026-08-25T07:41:26.816Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48632026-08-25T07:41:27.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
48642026-08-25T07:41:27.526Z
48652026-08-25T07:41:27.526Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (333/380)
48662026-08-25T07:41:28.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48672026-08-25T07:41:28.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48682026-08-25T07:41:28.510Z Compiling darling_core v0.21.3
48692026-08-25T07:41:28.510Z Compiling vergen-lib v0.1.6
48702026-08-25T07:41:28.510Z Compiling diesel_derives v2.3.7
48712026-08-25T07:41:28.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48722026-08-25T07:41:28.514Z Checking scheduled-thread-pool v0.2.7
48732026-08-25T07:41:28.514Z Compiling vergen-gitcl v1.0.8
48742026-08-25T07:41:28.656Z Compiling diesel_table_macro_syntax v0.3.0
48752026-08-25T07:41:28.719Z Compiling dirs-sys-next v0.1.2
48762026-08-25T07:41:28.811Z Compiling glob v0.3.3
48772026-08-25T07:41:28.842Z Compiling crunchy v0.2.4
48782026-08-25T07:41:28.908Z Compiling dirs-next v2.0.0
48792026-08-25T07:41:28.974Z Checking r2d2 v0.8.10
48802026-08-25T07:41:29.012Z Compiling tiny-keccak v2.0.2
48812026-08-25T07:41:29.053Z Checking downcast-rs v2.0.2
48822026-08-25T07:41:29.168Z Compiling term v0.7.0
48832026-08-25T07:41:29.188Z Compiling clang-sys v1.8.1
48842026-08-25T07:41:29.220Z Compiling bit-vec v0.6.3
48852026-08-25T07:41:29.235Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48862026-08-25T07:41:29.421Z Compiling bit-set v0.5.3
48872026-08-25T07:41:29.438Z Compiling ascii-canvas v3.0.0
48882026-08-25T07:41:29.560Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48892026-08-25T07:41:29.582Z Compiling itertools v0.10.5
48902026-08-25T07:41:29.664Z Compiling ena v0.14.4
48912026-08-25T07:41:29.680Z Compiling libloading v0.8.9
48922026-08-25T07:41:29.701Z Compiling bindgen v0.71.1
48932026-08-25T07:41:29.718Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48942026-08-25T07:41:29.734Z Compiling regex-syntax v0.6.29
48952026-08-25T07:41:29.875Z Compiling diff v0.1.13
48962026-08-25T07:41:30.121Z Compiling cexpr v0.6.0
48972026-08-25T07:41:30.145Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48982026-08-25T07:41:30.335Z Compiling rustc-hash v2.1.1
48992026-08-25T07:41:30.410Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49002026-08-25T07:41:30.661Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49012026-08-25T07:41:30.679Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49022026-08-25T07:41:30.760Z Compiling libxml v0.3.3
49032026-08-25T07:41:30.787Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49042026-08-25T07:41:30.961Z Compiling strum_macros v0.24.3
49052026-08-25T07:41:30.979Z Compiling indoc v1.0.9
49062026-08-25T07:41:31.025Z Compiling lalrpop v0.19.12
49072026-08-25T07:41:31.234Z Compiling darling_macro v0.21.3
49082026-08-25T07:41:31.747Z Compiling darling v0.21.3
49092026-08-25T07:41:31.843Z Compiling dsl_auto_type v0.2.0
49102026-08-25T07:41:31.932Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49112026-08-25T07:41:32.121Z Checking derive_builder v0.20.2
49122026-08-25T07:41:32.245Z Compiling oso-derive v0.27.3
49132026-08-25T07:41:32.293Z Checking quick-xml v0.37.5
49142026-08-25T07:41:32.372Z Compiling impl-trait-for-tuples v0.2.3
49152026-08-25T07:41:32.748Z Checking openssl-probe v0.1.6
49162026-08-25T07:41:32.934Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
49172026-08-25T07:41:33.223Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49182026-08-25T07:41:33.418Z Checking bb8 v0.8.6
49192026-08-25T07:41:33.526Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49202026-08-25T07:41:33.681Z Checking nonempty v0.12.0
49212026-08-25T07:41:33.705Z Compiling libz-sys v1.1.24
49222026-08-25T07:41:33.748Z Compiling strsim v0.10.0
49232026-08-25T07:41:33.853Z Compiling libgit2-sys v0.18.3+1.9.2
49242026-08-25T07:41:33.930Z Compiling darling_core v0.13.4
49252026-08-25T07:41:34.085Z Compiling vergen-git2 v9.1.0
49262026-08-25T07:41:34.306Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49272026-08-25T07:41:34.329Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49282026-08-25T07:41:34.517Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49292026-08-25T07:41:34.770Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49302026-08-25T07:41:34.916Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49312026-08-25T07:41:35.104Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49322026-08-25T07:41:35.287Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49332026-08-25T07:41:35.291Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49342026-08-25T07:41:35.490Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49352026-08-25T07:41:35.679Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49362026-08-25T07:41:35.801Z Compiling darling_macro v0.13.4
49372026-08-25T07:41:35.866Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49382026-08-25T07:41:36.053Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49392026-08-25T07:41:36.295Z Compiling darling v0.13.4
49402026-08-25T07:41:36.386Z Compiling serde_with_macros v1.5.2
49412026-08-25T07:41:36.475Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49422026-08-25T07:41:36.851Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49432026-08-25T07:41:37.216Z Compiling serde_with v1.14.0
49442026-08-25T07:41:37.433Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49452026-08-25T07:41:37.626Z Checking twox-hash v2.1.2
49462026-08-25T07:41:37.646Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49472026-08-25T07:41:37.709Z Checking diesel v2.3.7
49482026-08-25T07:41:37.956Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49492026-08-25T07:41:38.413Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
49502026-08-25T07:41:39.379Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49512026-08-25T07:41:39.821Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
49522026-08-25T07:41:40.047Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49532026-08-25T07:41:40.552Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49542026-08-25T07:41:41.005Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49552026-08-25T07:41:41.194Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49562026-08-25T07:41:41.237Z Checking libsw-core v0.3.2
49572026-08-25T07:41:41.368Z Checking atty v0.2.14
49582026-08-25T07:41:41.472Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49592026-08-25T07:41:41.515Z Checking libsw v3.5.0
49602026-08-25T07:41:41.675Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
49612026-08-25T07:41:41.892Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49622026-08-25T07:41:42.042Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49632026-08-25T07:41:42.059Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
49642026-08-25T07:41:43.343Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49652026-08-25T07:41:43.684Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
49662026-08-25T07:41:43.747Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49672026-08-25T07:41:44.086Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49682026-08-25T07:41:44.397Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49692026-08-25T07:41:44.586Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49702026-08-25T07:41:44.735Z Checking fatfs v0.3.6
49712026-08-25T07:41:45.073Z Checking console v0.16.2
49722026-08-25T07:41:45.190Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49732026-08-25T07:41:45.389Z Compiling seq-macro v0.3.6
49742026-08-25T07:41:45.894Z Checking unit-prefix v0.5.2
49752026-08-25T07:41:46.033Z Checking indicatif v0.18.4
49762026-08-25T07:41:46.471Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49772026-08-25T07:41:46.521Z Checking oxide-update-engine-display v0.1.2
49782026-08-25T07:41:46.836Z Checking support-bundle-viewer v0.1.2
49792026-08-25T07:41:47.090Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49802026-08-25T07:41:47.137Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49812026-08-25T07:41:47.158Z Checking multimap v0.10.1
49822026-08-25T07:41:53.282Z Checking diesel-dtrace v0.5.0
49832026-08-25T07:41:53.535Z Checking async-bb8-diesel v0.2.1
49842026-08-25T07:41:57.101Z Compiling samael v0.0.19
49852026-08-25T07:42:00.916Z Compiling git2 v0.20.4
49862026-08-25T07:42:02.328Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49872026-08-25T07:42:03.556Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49882026-08-25T07:42:03.882Z Compiling polar-core v0.27.3
49892026-08-25T07:42:08.415Z Checking oso v0.27.3
49902026-08-25T07:42:40.592Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49912026-08-25T07:43:56.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
49922026-08-25T07:43:57.012Z
49932026-08-25T07:43:57.012Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (334/380)
49942026-08-25T07:43:57.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-25T07:43:57.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-25T07:43:57.915Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49972026-08-25T07:44:05.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
49982026-08-25T07:44:06.046Z
49992026-08-25T07:44:06.046Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (335/380)
50002026-08-25T07:44:06.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-25T07:44:06.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-25T07:44:06.877Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50032026-08-25T07:44:14.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
50042026-08-25T07:44:15.109Z
50052026-08-25T07:44:15.109Zinfo: running `cargo check --bins` on nexus-networking (336/380)
50062026-08-25T07:44:15.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-25T07:44:15.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-25T07:44:15.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-25T07:44:15.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50102026-08-25T07:44:15.741Z
50112026-08-25T07:44:15.741Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (337/380)
50122026-08-25T07:44:16.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-25T07:44:16.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-25T07:44:16.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-25T07:44:16.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50162026-08-25T07:44:16.379Z
50172026-08-25T07:44:16.379Zinfo: running `cargo check --bins` on nexus-saga-recovery (338/380)
50182026-08-25T07:44:16.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-25T07:44:16.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-25T07:44:16.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50212026-08-25T07:44:16.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50222026-08-25T07:44:17.018Z
50232026-08-25T07:44:17.018Zinfo: running `cargo check --bins` on nexus-test-utils-macros (339/380)
50242026-08-25T07:44:17.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-25T07:44:17.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-25T07:44:17.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50272026-08-25T07:44:17.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50282026-08-25T07:44:17.591Z
50292026-08-25T07:44:17.591Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (340/380)
50302026-08-25T07:44:18.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50312026-08-25T07:44:18.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50322026-08-25T07:44:18.409Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50332026-08-25T07:44:57.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.23s
50342026-08-25T07:44:58.044Z
50352026-08-25T07:44:58.044Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (341/380)
50362026-08-25T07:44:58.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50372026-08-25T07:44:58.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50382026-08-25T07:44:58.881Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50392026-08-25T07:45:38.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.16s
50402026-08-25T07:45:38.433Z
50412026-08-25T07:45:38.433Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (342/380)
50422026-08-25T07:45:38.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50432026-08-25T07:45:38.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50442026-08-25T07:45:39.268Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50452026-08-25T07:45:40.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
50462026-08-25T07:45:40.218Z
50472026-08-25T07:45:40.218Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (343/380)
50482026-08-25T07:45:40.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50492026-08-25T07:45:40.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50502026-08-25T07:45:40.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50512026-08-25T07:45:40.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50522026-08-25T07:45:40.793Z
50532026-08-25T07:45:40.793Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (344/380)
50542026-08-25T07:45:41.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50552026-08-25T07:45:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50562026-08-25T07:45:41.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50572026-08-25T07:45:41.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50582026-08-25T07:45:41.366Z
50592026-08-25T07:45:41.366Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (345/380)
50602026-08-25T07:45:41.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50612026-08-25T07:45:41.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50622026-08-25T07:45:41.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50632026-08-25T07:45:41.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50642026-08-25T07:45:41.985Z
50652026-08-25T07:45:41.985Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (346/380)
50662026-08-25T07:45:42.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50672026-08-25T07:45:42.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50682026-08-25T07:45:42.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50692026-08-25T07:45:42.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50702026-08-25T07:45:42.624Z
50712026-08-25T07:45:42.624Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (347/380)
50722026-08-25T07:45:43.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50732026-08-25T07:45:43.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50742026-08-25T07:45:43.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50752026-08-25T07:45:43.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50762026-08-25T07:45:43.261Z
50772026-08-25T07:45:43.262Zinfo: running `cargo check --bins` on nexus-mgs-updates (348/380)
50782026-08-25T07:45:43.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50792026-08-25T07:45:43.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50802026-08-25T07:45:43.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50812026-08-25T07:45:43.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50822026-08-25T07:45:43.882Z
50832026-08-25T07:45:43.882Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (349/380)
50842026-08-25T07:45:44.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-25T07:45:44.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-25T07:45:44.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50872026-08-25T07:45:44.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50882026-08-25T07:45:44.522Z
50892026-08-25T07:45:44.522Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (350/380)
50902026-08-25T07:45:45.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50912026-08-25T07:45:45.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50922026-08-25T07:45:45.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50932026-08-25T07:45:45.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50942026-08-25T07:45:45.158Z
50952026-08-25T07:45:45.158Zinfo: running `cargo check --bins` on nexus-switch-config (351/380)
50962026-08-25T07:45:45.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50972026-08-25T07:45:45.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50982026-08-25T07:45:45.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50992026-08-25T07:45:45.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
51002026-08-25T07:45:45.776Z
51012026-08-25T07:45:45.777Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (352/380)
51022026-08-25T07:45:46.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51032026-08-25T07:45:46.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51042026-08-25T07:45:46.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51052026-08-25T07:45:46.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51062026-08-25T07:45:46.420Z
51072026-08-25T07:45:46.420Zinfo: running `cargo check --bins` on support-bundle-collection (353/380)
51082026-08-25T07:45:46.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-25T07:45:46.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-25T07:45:46.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51112026-08-25T07:45:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
51122026-08-25T07:45:47.063Z
51132026-08-25T07:45:47.063Zinfo: running `cargo check --bins` on omicron-dev (354/380)
51142026-08-25T07:45:47.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-25T07:45:47.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-25T07:45:47.979Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51172026-08-25T07:45:47.979Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51182026-08-25T07:45:48.171Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
51192026-08-25T07:45:48.199Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
51202026-08-25T07:45:48.216Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
51212026-08-25T07:45:48.237Z Checking diff v0.1.13
51222026-08-25T07:45:48.245Z Checking yansi v1.0.1
51232026-08-25T07:45:48.245Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
51242026-08-25T07:45:48.304Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
51252026-08-25T07:45:48.498Z Checking pretty_assertions v1.4.1
51262026-08-25T07:45:49.253Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51272026-08-25T07:45:49.256Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
51282026-08-25T07:46:14.851Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51292026-08-25T07:46:14.854Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
51302026-08-25T07:46:14.854Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
51312026-08-25T07:46:14.854Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51322026-08-25T07:46:14.854Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51332026-08-25T07:46:14.854Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
51342026-08-25T07:46:14.854Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
51352026-08-25T07:46:15.730Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
51362026-08-25T07:46:15.733Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51372026-08-25T07:46:17.009Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51382026-08-25T07:46:56.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
51392026-08-25T07:46:56.592Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51402026-08-25T07:46:56.592Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51412026-08-25T07:46:56.801Z
51422026-08-25T07:46:56.801Zinfo: running `cargo check --bins` on oximeter-load-test (355/380)
51432026-08-25T07:46:57.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51442026-08-25T07:46:57.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51452026-08-25T07:46:57.515Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
51462026-08-25T07:46:58.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
51472026-08-25T07:46:58.364Z
51482026-08-25T07:46:58.364Zinfo: running `cargo check --bins` on omicron-pins (356/380)
51492026-08-25T07:46:58.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51502026-08-25T07:46:58.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51512026-08-25T07:46:58.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51522026-08-25T07:46:58.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
51532026-08-25T07:46:58.930Z
51542026-08-25T07:46:58.930Zinfo: running `cargo check --bins` on rack-init-config (357/380)
51552026-08-25T07:46:59.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51562026-08-25T07:46:59.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51572026-08-25T07:46:59.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51582026-08-25T07:46:59.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
51592026-08-25T07:46:59.513Z
51602026-08-25T07:46:59.513Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (358/380)
51612026-08-25T07:47:00.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51622026-08-25T07:47:00.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51632026-08-25T07:47:00.297Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51642026-08-25T07:47:00.420Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51652026-08-25T07:47:00.423Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51662026-08-25T07:47:27.645Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51672026-08-25T07:47:28.055Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51682026-08-25T07:47:29.834Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
51692026-08-25T07:47:30.316Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51702026-08-25T07:47:33.453Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51712026-08-25T07:47:57.946Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51722026-08-25T07:47:58.691Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51732026-08-25T07:48:00.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
51742026-08-25T07:48:00.624Z
51752026-08-25T07:48:00.624Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (359/380)
51762026-08-25T07:48:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51772026-08-25T07:48:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51782026-08-25T07:48:01.346Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51792026-08-25T07:48:02.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
51802026-08-25T07:48:02.240Z
51812026-08-25T07:48:02.240Zinfo: running `cargo check --bins` on omicron-releng (360/380)
51822026-08-25T07:48:02.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51832026-08-25T07:48:02.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51842026-08-25T07:48:02.869Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
51852026-08-25T07:48:02.872Z Compiling fs-err v2.11.0
51862026-08-25T07:48:02.992Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
51872026-08-25T07:48:02.999Z Checking parse-size v1.1.0
51882026-08-25T07:48:03.007Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51892026-08-25T07:48:03.011Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51902026-08-25T07:48:03.011Z Checking shell-words v1.1.1
51912026-08-25T07:48:03.093Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51922026-08-25T07:48:03.416Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51932026-08-25T07:48:03.591Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51942026-08-25T07:48:04.257Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51952026-08-25T07:48:05.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
51962026-08-25T07:48:05.396Z
51972026-08-25T07:48:05.396Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (361/380)
51982026-08-25T07:48:05.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51992026-08-25T07:48:05.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52002026-08-25T07:48:06.035Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52012026-08-25T07:48:06.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
52022026-08-25T07:48:06.707Z
52032026-08-25T07:48:06.707Zinfo: running `cargo check --bins` on schema (362/380)
52042026-08-25T07:48:07.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52052026-08-25T07:48:07.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52062026-08-25T07:48:07.440Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
52072026-08-25T07:48:08.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
52082026-08-25T07:48:08.336Z
52092026-08-25T07:48:08.336Zinfo: running `cargo check --bins` on xtask (363/380)
52102026-08-25T07:48:08.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52112026-08-25T07:48:08.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52122026-08-25T07:48:08.745Z Checking serde_core v1.0.229
52132026-08-25T07:48:08.745Z Checking libc v0.2.185
52142026-08-25T07:48:08.826Z Checking bitflags v2.11.0
52152026-08-25T07:48:08.834Z Checking scroll v0.12.0
52162026-08-25T07:48:08.839Z Checking thiserror v1.0.69
52172026-08-25T07:48:08.845Z Checking log v0.4.33
52182026-08-25T07:48:08.851Z Checking indexmap v2.14.0
52192026-08-25T07:48:08.859Z Checking zerocopy v0.7.35
52202026-08-25T07:48:08.924Z Checking syn v2.0.117
52212026-08-25T07:48:08.964Z Checking dtrace-parser v0.2.0
52222026-08-25T07:48:08.983Z Checking once_cell v1.21.3
52232026-08-25T07:48:09.041Z Checking goblin v0.8.2
52242026-08-25T07:48:09.103Z Checking errno v0.3.14
52252026-08-25T07:48:09.152Z Checking getrandom v0.4.3
52262026-08-25T07:48:09.196Z Checking thread-id v4.2.2
52272026-08-25T07:48:09.220Z Checking rustix v1.1.4
52282026-08-25T07:48:09.274Z Checking memmap v0.7.0
52292026-08-25T07:48:09.286Z Checking thiserror v2.0.18
52302026-08-25T07:48:09.332Z Checking fs-err v3.3.0
52312026-08-25T07:48:09.380Z Checking tabled v0.15.0
52322026-08-25T07:48:09.383Z Checking anyhow v1.0.104
52332026-08-25T07:48:09.995Z Checking terminal_size v0.4.3
52342026-08-25T07:48:09.995Z Checking tempfile v3.27.0
52352026-08-25T07:48:10.118Z Checking clap_builder v4.6.0
52362026-08-25T07:48:10.121Z Checking textwrap v0.16.2
52372026-08-25T07:48:10.258Z Checking serde v1.0.229
52382026-08-25T07:48:10.261Z Checking serde_json v1.0.151
52392026-08-25T07:48:10.261Z Checking camino v1.2.5
52402026-08-25T07:48:10.321Z Checking cargo-platform v0.3.2
52412026-08-25T07:48:10.457Z Checking semver v1.0.28
52422026-08-25T07:48:10.515Z Checking camino-tempfile v1.4.1
52432026-08-25T07:48:10.652Z Checking serde_spanned v0.6.9
52442026-08-25T07:48:10.652Z Checking toml_datetime v0.6.11
52452026-08-25T07:48:10.672Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
52462026-08-25T07:48:10.681Z Checking macaddr v1.0.1
52472026-08-25T07:48:10.835Z Checking toml_edit v0.22.27
52482026-08-25T07:48:10.872Z Checking dof v0.3.0
52492026-08-25T07:48:10.875Z Checking cargo_metadata v0.23.1
52502026-08-25T07:48:11.138Z Checking usdt-impl v0.5.0
52512026-08-25T07:48:11.308Z Checking clap v4.6.1
52522026-08-25T07:48:11.397Z Checking usdt v0.5.0
52532026-08-25T07:48:11.790Z Checking toml v0.8.23
52542026-08-25T07:48:12.044Z Checking cargo_toml v0.21.0
52552026-08-25T07:48:12.676Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
52562026-08-25T07:48:13.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
52572026-08-25T07:48:13.167Z
52582026-08-25T07:48:13.167Zinfo: running `cargo check --bins` on dnsadm (364/380)
52592026-08-25T07:48:13.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52602026-08-25T07:48:13.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52612026-08-25T07:48:13.810Z Checking arc-swap v1.8.2
52622026-08-25T07:48:14.087Z Checking slog-scope v4.4.1
52632026-08-25T07:48:14.196Z Checking slog-stdlog v4.1.1
52642026-08-25T07:48:14.292Z Checking slog-envlogger v2.2.0
52652026-08-25T07:48:14.408Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
52662026-08-25T07:48:14.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
52672026-08-25T07:48:15.002Z
52682026-08-25T07:48:15.002Zinfo: running `cargo check --bins` on end-to-end-tests (365/380)
52692026-08-25T07:48:15.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52702026-08-25T07:48:15.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52712026-08-25T07:48:15.818Z Checking cpubits v0.1.1
52722026-08-25T07:48:15.944Z Checking pem-rfc7468 v1.0.0
52732026-08-25T07:48:15.958Z Checking hmac v0.13.0
52742026-08-25T07:48:15.961Z Checking universal-hash v0.6.1
52752026-08-25T07:48:15.982Z Checking ctr v0.10.1
52762026-08-25T07:48:15.982Z Checking aead v0.6.1
52772026-08-25T07:48:16.009Z Checking crypto-bigint v0.7.5
52782026-08-25T07:48:16.009Z Checking aes v0.9.1
52792026-08-25T07:48:16.037Z Checking salsa20 v0.11.0
52802026-08-25T07:48:16.083Z Checking der v0.8.0
52812026-08-25T07:48:16.086Z Checking polyval v0.7.1
52822026-08-25T07:48:16.111Z Checking pbkdf2 v0.13.0
52832026-08-25T07:48:16.127Z Checking cbc v0.2.1
52842026-08-25T07:48:16.188Z Checking ff v0.14.0
52852026-08-25T07:48:16.193Z Checking signature v3.0.0
52862026-08-25T07:48:16.238Z Checking scrypt v0.12.0
52872026-08-25T07:48:16.261Z Checking base16ct v1.0.0
52882026-08-25T07:48:16.264Z Checking ghash v0.6.0
52892026-08-25T07:48:16.333Z Checking group v0.14.0
52902026-08-25T07:48:16.369Z Checking hkdf v0.13.0
52912026-08-25T07:48:16.388Z Compiling curve25519-dalek v5.0.0
52922026-08-25T07:48:16.405Z Checking aes-gcm v0.11.0
52932026-08-25T07:48:16.420Z Checking keccak v0.2.0
52942026-08-25T07:48:16.436Z Checking poly1305 v0.9.0
52952026-08-25T07:48:16.478Z Checking wnaf v0.14.0
52962026-08-25T07:48:16.501Z Checking blowfish v0.10.0
52972026-08-25T07:48:16.565Z Checking blake2 v0.11.0-rc.6
52982026-08-25T07:48:16.581Z Checking sha3 v0.11.0
52992026-08-25T07:48:16.647Z Checking kem v0.3.0
53002026-08-25T07:48:16.662Z Checking bcrypt-pbkdf v0.11.0
53012026-08-25T07:48:16.702Z Checking module-lattice v0.2.3
53022026-08-25T07:48:16.764Z Checking sponge-cursor v0.1.0
53032026-08-25T07:48:16.815Z Checking argon2 v0.6.0-rc.8
53042026-08-25T07:48:16.833Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53052026-08-25T07:48:16.887Z Checking sha3 v0.12.0
53062026-08-25T07:48:16.902Z Checking spki v0.8.0
53072026-08-25T07:48:16.918Z Checking sec1 v0.8.1
53082026-08-25T07:48:16.921Z Checking ml-kem v0.3.2
53092026-08-25T07:48:17.008Z Checking internal-russh-num-bigint v0.5.0
53102026-08-25T07:48:17.071Z Checking pkcs5 v0.8.1
53112026-08-25T07:48:17.087Z Checking pkcs1 v0.8.0-rc.4
53122026-08-25T07:48:17.122Z Checking num-bigint v0.4.6
53132026-08-25T07:48:17.126Z Checking generic-array v1.4.3
53142026-08-25T07:48:17.293Z Checking russh-util v0.52.0
53152026-08-25T07:48:17.360Z Checking pkcs8 v0.11.0
53162026-08-25T07:48:17.414Z Compiling enum_dispatch v0.3.13
53172026-08-25T07:48:17.538Z Compiling delegate v0.13.5
53182026-08-25T07:48:17.558Z Checking ed25519 v3.0.0
53192026-08-25T07:48:17.673Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53202026-08-25T07:48:17.702Z Checking md5 v0.8.0
53212026-08-25T07:48:17.758Z Checking ed25519-dalek v3.0.0
53222026-08-25T07:48:17.845Z Checking hex-literal v1.1.0
53232026-08-25T07:48:17.887Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53242026-08-25T07:48:17.946Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
53252026-08-25T07:48:17.983Z Checking socket2 v0.5.10
53262026-08-25T07:48:18.038Z Checking internet-checksum v0.2.1
53272026-08-25T07:48:18.078Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53282026-08-25T07:48:18.226Z Checking elliptic-curve v0.14.1
53292026-08-25T07:48:18.226Z Checking rfc6979 v0.6.0
53302026-08-25T07:48:18.229Z Checking primefield v0.14.0
53312026-08-25T07:48:18.230Z Checking ssh-encoding v0.3.0
53322026-08-25T07:48:18.354Z Checking crypto-primes v0.7.2
53332026-08-25T07:48:18.448Z Checking ssh-cipher v0.3.0
53342026-08-25T07:48:18.448Z Checking russh-cryptovec v0.62.0
53352026-08-25T07:48:18.639Z Checking primeorder v0.14.0
53362026-08-25T07:48:18.642Z Checking ecdsa v0.17.0
53372026-08-25T07:48:19.007Z Checking p256 v0.14.0
53382026-08-25T07:48:19.007Z Checking p384 v0.14.0
53392026-08-25T07:48:19.010Z Checking p521 v0.14.0
53402026-08-25T07:48:19.285Z Checking rsa v0.10.0-rc.18
53412026-08-25T07:48:21.884Z Checking ssh-key v0.7.0-rc.11
53422026-08-25T07:48:22.625Z Checking russh v0.62.4
53432026-08-25T07:48:36.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.42s
53442026-08-25T07:48:36.437Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
53452026-08-25T07:48:36.437Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
53462026-08-25T07:48:36.646Z
53472026-08-25T07:48:36.646Zinfo: running `cargo check --bins` on gateway-cli (366/380)
53482026-08-25T07:48:37.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53492026-08-25T07:48:37.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53502026-08-25T07:48:37.295Z Checking termios v0.3.3
53512026-08-25T07:48:37.489Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
53522026-08-25T07:48:38.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
53532026-08-25T07:48:38.255Z
53542026-08-25T07:48:38.255Zinfo: running `cargo check --bins --no-default-features` on installinator (367/380)
53552026-08-25T07:48:38.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53562026-08-25T07:48:38.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53572026-08-25T07:48:38.948Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
53582026-08-25T07:48:39.651Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53592026-08-25T07:48:41.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
53602026-08-25T07:48:41.437Z
53612026-08-25T07:48:41.437Zinfo: running `cargo check --bins` on internal-dns-cli (368/380)
53622026-08-25T07:48:41.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53632026-08-25T07:48:41.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53642026-08-25T07:48:42.082Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53652026-08-25T07:48:42.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
53662026-08-25T07:48:42.686Z
53672026-08-25T07:48:42.686Zinfo: running `cargo check --bins` on omicron-live-tests (369/380)
53682026-08-25T07:48:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53692026-08-25T07:48:43.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53702026-08-25T07:48:43.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53712026-08-25T07:48:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53722026-08-25T07:48:43.252Z
53732026-08-25T07:48:43.252Zinfo: running `cargo check --bins` on live-tests-macros (370/380)
53742026-08-25T07:48:43.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53752026-08-25T07:48:43.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53762026-08-25T07:48:43.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53772026-08-25T07:48:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53782026-08-25T07:48:43.823Z
53792026-08-25T07:48:43.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (371/380)
53802026-08-25T07:48:44.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53812026-08-25T07:48:44.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53822026-08-25T07:48:44.573Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
53832026-08-25T07:48:45.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
53842026-08-25T07:48:45.365Z
53852026-08-25T07:48:45.365Zinfo: running `cargo check --bins` on omicron-ntp-admin (372/380)
53862026-08-25T07:48:45.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53872026-08-25T07:48:45.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53882026-08-25T07:48:46.014Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
53892026-08-25T07:48:46.017Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53902026-08-25T07:48:46.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
53912026-08-25T07:48:47.115Z
53922026-08-25T07:48:47.115Zinfo: running `cargo check --bins` on ntp-admin-types (373/380)
53932026-08-25T07:48:47.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53942026-08-25T07:48:47.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53952026-08-25T07:48:47.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53962026-08-25T07:48:47.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53972026-08-25T07:48:47.682Z
53982026-08-25T07:48:47.682Zinfo: running `cargo check --bins` on omicron-package (374/380)
53992026-08-25T07:48:48.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54002026-08-25T07:48:48.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54012026-08-25T07:48:48.367Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
54022026-08-25T07:48:49.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
54032026-08-25T07:48:49.640Z
54042026-08-25T07:48:49.640Zinfo: running `cargo check --bins` on tqdb (375/380)
54052026-08-25T07:48:50.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54062026-08-25T07:48:50.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54072026-08-25T07:48:50.429Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
54082026-08-25T07:48:50.781Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
54092026-08-25T07:48:51.289Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
54102026-08-25T07:48:51.289Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
54112026-08-25T07:48:58.276Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
54122026-08-25T07:48:58.276Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
54132026-08-25T07:48:58.276Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
54142026-08-25T07:48:58.894Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
54152026-08-25T07:48:58.894Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
54162026-08-25T07:48:58.898Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
54172026-08-25T07:48:58.898Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
54182026-08-25T07:48:59.684Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
54192026-08-25T07:49:00.301Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
54202026-08-25T07:49:00.534Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
54212026-08-25T07:49:00.825Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
54222026-08-25T07:49:01.692Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
54232026-08-25T07:49:02.336Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
54242026-08-25T07:49:07.180Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54252026-08-25T07:49:14.452Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54262026-08-25T07:49:14.452Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54272026-08-25T07:49:14.452Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54282026-08-25T07:49:14.464Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
54292026-08-25T07:49:15.969Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54302026-08-25T07:49:17.257Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
54312026-08-25T07:49:17.946Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
54322026-08-25T07:49:19.238Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
54332026-08-25T07:49:19.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.14s
54342026-08-25T07:49:19.987Z
54352026-08-25T07:49:19.987Zinfo: running `cargo check --bins` on wicket-dbg (376/380)
54362026-08-25T07:49:20.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54372026-08-25T07:49:20.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54382026-08-25T07:49:20.705Z Checking rtoolbox v0.0.3
54392026-08-25T07:49:20.705Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
54402026-08-25T07:49:20.709Z Checking tui-tree-widget v0.23.1
54412026-08-25T07:49:20.833Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
54422026-08-25T07:49:20.940Z Checking rpassword v7.5.4
54432026-08-25T07:49:23.806Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54442026-08-25T07:49:25.654Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54452026-08-25T07:49:26.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
54462026-08-25T07:49:26.958Z
54472026-08-25T07:49:26.958Zinfo: running `cargo check --bins` on wicket (377/380)
54482026-08-25T07:49:27.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54492026-08-25T07:49:27.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54502026-08-25T07:49:27.475Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54512026-08-25T07:49:27.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
54522026-08-25T07:49:28.026Z
54532026-08-25T07:49:28.027Zinfo: running `cargo check --bins` on wicketd (378/380)
54542026-08-25T07:49:28.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54552026-08-25T07:49:28.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54562026-08-25T07:49:28.739Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
54572026-08-25T07:49:32.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
54582026-08-25T07:49:32.698Z
54592026-08-25T07:49:32.698Zinfo: running `cargo check --bins` on omicron-workspace-hack (379/380)
54602026-08-25T07:49:32.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54612026-08-25T07:49:33.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54622026-08-25T07:49:33.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
54632026-08-25T07:49:33.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
54642026-08-25T07:49:33.059Z
54652026-08-25T07:49:33.059Zinfo: running `cargo check --bins` on zone-setup (380/380)
54662026-08-25T07:49:33.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54672026-08-25T07:49:33.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54682026-08-25T07:49:33.729Z Checking uzers v0.12.2
54692026-08-25T07:49:34.018Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
54702026-08-25T07:49:34.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
54712026-08-25T07:49:34.974Z
54722026-08-25T07:49:34.974Zreal 15:38.450570693
54732026-08-25T07:49:34.974Zuser 22:56.101607585
54742026-08-25T07:49:34.974Zsys 4:35.379000805
54752026-08-25T07:49:34.974Ztrap 0.351517724
54762026-08-25T07:49:34.974Ztflt 0.604158363
54772026-08-25T07:49:34.974Zdflt 0.835708472
54782026-08-25T07:49:34.974Zkflt 0.005177840
54792026-08-25T07:49:34.974Zlock 1:37:30.725433813
54802026-08-25T07:49:34.975Zslp 1:50:22.413336425
54812026-08-25T07:49:34.975Zlat 58.266341006
54822026-08-25T07:49:34.975Zstop 4:15.773186047
54832026-08-25T07:49:35.441Zprocess exited: duration 1210898 ms, exit code 0
 
54842026-08-25T07:49:35.525Zfound 0 output files